@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../images/back.gif);
	background-repeat:repeat-x;
	margin: 0;
}
#container{
	width:950px;
	height:auto;
	margin:0 auto;
	background-color: #FFFFFF;
}

#wrapper{
	width:100%;
	background-color:#FFFFFF;
	height: auto;
}

#header{
	margin:0;
	height:80px;
	padding: 0;
}

#tel{
margin:0;
padding:0;
float:right;
}


strong{
font-weight:normal;
}

#menu{
	background-color: #006666;
	text-align: right;
	height: 31px;
}

#menu ul{
	list-style: none;
	display: inline;
	color: #FFFFFF;
	font-size: 14px;
}

#menu li{
	width: auto;
	white-space: normal;
	display:block;
	margin: 10px 20px 0 40px;
	float: right;
}

#menu li a, #menu li a:visited{
color:#FFFFFF;
}
#menu li a:hover, #menu li a:active{
color:#660000;
}


#left-cont{
	width:200px;
	float:left;
	padding: 10px;
	}
	
#left-cont p{
	font-size:14px;
	color:#333333;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
	
#right-cont{
	width:714px;
	float:right;
	height: auto;
	padding: 10px 10px 10px 0;
	}

#footer{
	height:auto;
}

#footer ul{
	list-style: none;
	display: inline;
	color: #333333;
	font-size: 12px;
	margin-left: 10px;
}

#footer li{
	width: auto;
	white-space: nowrap;
	display:block;
	margin: 3px 0 0 10px;
	float: left;
	border-right: 1px solid #dedede;
	padding-right: 10px;
}

.ban{
	margin-bottom: 15px;
	background-color: #efefef;
	width: 200px;
	font-size: 14px;
	color: #333333;
}

hr{
	color:#dedede;
	margin: 0;
}

a, a:visited{
color:#333333;
text-decoration:none;
}

a:active, a:hover{
color:#660000;
text-decoration:none;
}

h1.rogo{
	line-height: 0;
	font-weight: normal;
	margin:0;
	padding:0;
	float: left;
}

p.address{
	font-size:10px;
	color:#333333;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 5px;
}

.footright{
	float:right;
}

.footleft{
	float:left;
}

.footcenter{
	margin:0;
	width: 300px;
	float: right;
}

dl.footdltable {
	width: auto;
	font-size: 12px;
	margin: 5px 0 0 0;
}
dl.footdltable dt {
	float: left;
	clear: left;
	width: 80px;
	margin: 0 0 3px 0;
	padding: 2px;
	text-indent: 6px;
	color: #663333;
	border: 1px solid #663333;
}
dl.footdltable dd {
	width: auto;
	margin: 0 0 3px 90px;
	padding: 0;
	font-size: 10px;
}
dl.footdltable dd p {
	margin: 0;
	padding: 2px 6px;
	line-height: 13px;
	color: #333333;
}
dl.footdltable dd p span{
	font-weight:bold;
	font-size: 12px;
}
