/*all*/
* {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
body {
	text-align: center;
	background-image: url(../images/bg_body2.gif);
	margin: 0px;
	padding: 0px;
}
div#contena {
	width: 760px;
	background-color: White;
	position: relative;
	margin: auto;
	padding: 0px;
	text-align: left;
	font-size: 95%;
	line-height: 150%;
	border-left:1px gray solid;
	border-right:1px gray solid;
}
div#menu {
	float:right;
	font-size:95%;
	margin:10px 10px 0px auto;
}
div#header {
	width: 760px;
	height: 100px;
	margin: 5px 0px 0px 0px;
}
#slideshow {
	clear:both;
	padding:10px 30px 10px 30px;
}
#slideshow img {
	border: solid 1px blue;
}
h1 {
	width: 760px;
	height: 50px;
	background-image: url(../images/bg_h1.jpg);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 235%;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
h2 {
	margin: 0px;
	width: 660px;
	height: 50px;
	background-image: url(../images/bg_h2.jpg);
	background-repeat: no-repeat;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 235%;
	padding-left: 100px;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.p50 {
	padding: 0px 50px;
	text-align: left;
	font-size: 95%;
	line-height: 180%;
}
dt {
	background-image: url(../images/icn_star.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 45px;
	padding-left: 2em;
	font-size: 100%;
}
dd {
	margin: 8px 60px 16px 80px;
}
ul {
	list-style: square;
}
li {
	margin: 15px 60px 15px 80px;
}
.tel {
	color: navy;
	text-align: right;
	margin: 10px 50px 0 auto;
}
.tel span {
	font-size: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.tel img { margin: 0 4px; }
.both { clear: both; }
span.white {
	color: White;
}
span.bg_white {
	background-color: White;
}
.ce {
	text-align: center;
}
#footer {
	clear: both;
	width: 100%;
	background-image: url(../images/yoko_dotline.gif);
	background-repeat: repeat-x;
	font-size: 95%;
	line-height: 180%;
	padding-top: 10px;
	text-align: center;
	margin: auto;
}
#footer span {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
	color: #00008B;
}
a:hover {
	color: #CC0077;
	text-decoration: none;
}
