@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}

html{
	height:100%;
}

body {
	text-align:center;
	color:#333333;
	line-height:140%;
	}

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;
}

#navi{
	width:800px;
	height:35px;
	clear:both;
	margin:0px auto;
	}

#navi li{
	float:left;
	}

#navi li a{
	text-indent:-5000px;
	overflow:hidden;
	width:133px;
	height:35px;
	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;
	}

.big{
	font-size:20px;
}

#footer{
	width:800px;
	height:120px;
	margin:0px auto;
	font-size:10px;
	color:#666;
	text-align:left;
	clear:both;
	position:relative;
}

#footer #qr{
	position:absolute;
	top:26px;
	left:0px;
}

#footer #bt{
	width:800px;
	margin:5px 0px 0px 0px;
	clear:both;
	border-top:#CCC solid 1px;
	display:inline-block;
}

#footer #ad{
	position:absolute;
	top:30px;
	left:90px;
	line-height:140%;
}

#footer #ad strong{
	font-size:12px;
}
#footer address{
	font-style:normal;
	float:right;
}	
	
#footer a{
	color:#666;
}

#footer a:hover{
	color:#666;
	text-decoration:none;
}

