@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html{
	height:100%;
}

body {
	text-align:center;
	color:#333333;
	line-height:140%;
	font-size:14px;
}

img {
	border:0;
}	

ul,ol,dl {
	list-style:none;
	}

h1,h2,h3,h4,h5,h6{
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

p{
	margin:0px;
	padding:0px;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

.clear{
	clear:both;
}

.wrapper{
	width:780px;
	clear:both;
	margin:0px auto;
}

#header{
	width:780px;
	height:70px;
	margin:10px auto;
}

#header #logo{
	float:left;
}

#header #logo a{
	display:block; 
	width:270px;
	height:55px;
	margin:8px 0px 0px 0px;
	text-indent:-5000px;
	overflow:hidden;
	background:url(../images/common/logo.jpg) no-repeat;
}

#header #menu{
	width:510px;
	height:20px;
	text-align:right;
	float:right;
	font-size:10px;
}

#header #menu a{
	color:#666;
	text-decoration:none;
	margin:0px 5px 0px 0px;
}

#header #menu a:hover{
	text-decoration:underline;
}

#header #key{
	width:510px;
	text-align:right;
	float:right;
	font-size:10px;
	color:#09F;
}

#navi{
	width:780px;
	height:35px;
	clear:both;
	margin:0px auto;
}

#navi li{
	float:left;
}

#navi li a{
	text-indent:-5000px;
	overflow:hidden;
	width:130px;
	height:40px;
	display:block;
}
	
#n1 a{
	background:url(../images/common/n1.jpg) no-repeat;
}

#n1 a:hover{
	background:url(../images/common/n1_o.jpg) no-repeat;
}

#n2 a{
	background:url(../images/common/n2.jpg) no-repeat;
}

#n2 a:hover{
	background:url(../images/common/n2_o.jpg) no-repeat;
}

#n3 a{
	background:url(../images/common/n3.jpg) no-repeat;
}
	
#n3 a:hover{
	background:url(../images/common/n3_o.jpg) no-repeat;
}

#n4 a{
	background:url(../images/common/n4.jpg) no-repeat;
}
	
#n4 a:hover{
	background:url(../images/common/n4_o.jpg) no-repeat;
}

#n5 a{
	background:url(../images/common/n5.jpg) no-repeat;
}
	
#n5 a:hover{
	background:url(../images/common/n5_o.jpg) no-repeat;
}

#n6 a{
	background:url(../images/common/n6.jpg) no-repeat;
}
	
#n6 a:hover{
	background:url(../images/common/n6_o.jpg) no-repeat;
}

#lcontent{
	width:180px;
	margin:0px auto;
	float:left;
}

#ad{
	width:176px;
	font-size:12px;
	border:#88CFFF solid 2px;
	color:#666666;
	clear:both;
}

#ad p{
	font-size:12px;
	line-height:150%;
	margin:5px 5px 5px 5px;
}

#rcontent{
	width:580px;
	margin:0px auto;
	float:right;
}

#rcontent p{
	margin:0px 0px 30px 20px;
}

#rcontent img{
	margin:0px 0px 10px 0px;
}

#footer{
	background:url(../images/common/footer_bg.jpg) repeat-x;
	height:100px;
	clear:both;
	margin:20px 0px 0px 0px;
}

#footer #link{
	width:780px;
	height:20px;
	padding:4px;
	margin:0px auto;
	font-size:12px;
	border:#86FFD8 solid 1px;
}

#footer #link a{
	margin:0px 10px;
}

#footer #under{
	width:780px;
	height:20px;
	padding:4px;
	text-align:left;
	margin:20px auto;
	font-size:12px;
}

#footer #under #fmenu{
	width:500px;
	float:left;
	font-size:10px;
}

#footer #under #fmenu a{
	color:#666;
	text-decoration:none;
	margin:0px 5px 0px 0px;
}

#footer #under #fmenu a:hover{
	text-decoration:underline;
}

#footer #under address{
	width:240px;
	font-size:10px;
	float:right;
	font-style:normal;
}
