
@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	list-style-type:none;
	text-decoration:none;
	}
html{
	overflow:auto;
	}
body{
	overflow:hidden;
	}
#wrapper{
	width: 960px;
	background:#FFF;
	margin:0 auto;
	
	}
.topinfo{
	 background-color:#FFE0E9;
	 font-size:1em;
	 margin-bottom:18px;
	 }
#top{
  margin: 0 -500%;
  padding:0 500%;
  background:#FFE0E9;
  	}



h1{
	float:left;
	margin:0 250px 0 50px;
	}

.info1{
	font-size:1em;
	color:#09F;
	}
.info2{
	font-size:2em;}
.info3{
	font-size:1em;
	margin-bottom:20px;
	}
	
	
#header{
	overflow:hidden;}
#header li{
	float:left;
	width:190px;}
#header img{
	clear:both;}
#header li{
	overflow:hidden;
	background:#FFE0E9;
	float:left;
	line-height: 36px;
	text-align: center;
	border:#999 1px solid;

	
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}
	
#header a{
    background: none repeat scroll 0 0;
    border: 0 none;
    color:#333;
	background:#f2f2f2;
    display: block;
	line-height: 36px;
	text-align: center;
    transition: background-color 0.2s linear 0s;
	
	
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;}
		
#header li a:hover {
	background-color:FFE0E9;}
#main img{
	margin-bottom:30px;}
h2{
	float:left;
	margin-top:14px;}
h3{
	
	font-size:1em;
	float:right;
	width:380px;
	height:40px;
	background:#FFF;
	border-bottom:solid 1px;
	padding:10px 0 0 50px;}
h3 a{color:#09F;}
h3 a:hover {
	color:#F9C;}
dl{
	float:right;
	width:390px;
	height:130px;
	background:#FFF;
	padding:10px 20px 20px 20px}
dt{
	font-size:1em;
	padding-left:30px;}
dd{padding-left:50px;
	border-bottom:dotted 1px #69F;}
h4{
	clear:both;
	width:859px;
	height:186px;
	margin:340px 50px 80px 50px;}
#footer{
	color:#333;
	background:#FFE0E9;}
	
.footerinfo{
	float:left;
	font-size:1.8em;
	padding:20px 50px 10px 70px;}
	
.footerinfo_left{
	float:left;
	padding:20px 100px 0 0;}
	
.footerinfo_right{
	padding:10px 30px;}
.tel{
	font-size:1.8em;
	color:#09F;}
.day{
	font-size:0.9em;}
	
#footer2{
	clear:left;
	text-align:center;
	background:#FFE0E9;
	padding:30px;
	color:#333;}
#footer2 a{
	color:#333;}
#footer a:hover{
	opacity:0.5;}

address{
	margin-top:10px;
	font-size:0.8em;
	color:#333;
	border-top:1px solid #CCC;}
	
#under{
  margin: 0 -500%;
  padding:0.1em 500%;
  background:#FFE0E9;
  	
  }


