html{
	background:#fff;
}
body{
	margin:0px;
	color:#444444;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
header{
	width:940px;
	height:90px;
	margin:0 auto;
}
header h1{
	width:255px;
	height:85px;
	float:left;
	padding:0 0 0 0px;
	background:url('../images/common/logo.png') no-repeat;
}
header h1 a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
#hnav{
	width:675px;
	margin:0px 0 0 0;
	float:right;
	list-style:none;
}
#hnav li{
	float:left;
}
#hnav1{
	width:190px;
	margin:0 6px 0 0;
}
#hnav2{
	width:280px;
	margin:0 9px 0 0;
	padding:7px 0 0 0;
}
#hnav3{
	width:190px;
	margin:0 0px 0 0;
	padding:29px 0 0 0;
}
#gnav{
	height:60px;
	background:url('../images/common/bg_nav.png') repeat-x;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
#gnav ul{
	list-style:none;
	width:960px;
	margin:0 auto;
}
#gnav ul li{
	width:160px;
	height:60px;
	float:left;
}
#gnav ul li a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url('../images/common/nav.png') no-repeat;
}
#nav01 a{
	background-position:0 0 !important;
}
#nav01 a:hover{
	background-position:0 -60px !important;
}
#page1 #nav01 a:link{
	background-position:0 -60px !important;
}
#nav02 a{
	background-position:-160px 0 !important;
}
#nav02 a:hover{
	background-position:-160px -60px !important;
}
#page2 #nav02 a:link{
	background-position:-160px -60px !important;
}
#nav03 a{
	background-position:-320px 0 !important;
}
#nav03 a:hover{
	background-position:-320px -60px !important;
}
#page3 #nav03 a:link{
	background-position:-320px -60px !important;
}
#nav04 a{
	background-position:-480px 0 !important;
}
#nav04 a:hover{
	background-position:-480px -60px !important;
}
#page4 #nav04 a:link{
	background-position:-480px -60px !important;
}
#nav05 a{
	background-position:-640px 0 !important;
}
#nav05 a:hover{
	background-position:-640px -60px !important;
}
#page5 #nav05 a:link{
	background-position:-640px -60px !important;
}
#nav06 a{
	background-position:-800px 0 !important;
}
#nav06 a:hover{
	background-position:-800px -60px !important;
}
#page6 #nav06 a:link{
	background-position:-800px -60px !important;
}
#main{
	width:1100px;
	margin:0 auto;
}
footer{
	padding:0px 0 0 0;
	background:#05affe;
	color:#fff;
}
#fnav{
	width:960px;
	margin:0 auto;
	border-bottom:1px solid #fff;
	padding:20px 0;
}
#fnav li{
	width:160px;
	float:left;
	text-align:center;
}
#fnav a{
	color:#fff;
	text-decoration:none;
}
#fnav a:hover{
	text-decoration:underline;
}
#footer_inner{
	width:940px;
	margin:0 auto;
	padding:30px 0 10px;
	line-height:1.8em;
}
#footer_name{
	width:195px;
	float:left;
}
#footer_name h3{
	padding:5px 0 0 0;
	font-size:20px;
}
#footer_ad{
	width:405px;
	float:left;
	padding:10px 0 0 0;
}
#copyright{
	width:340px;
	float:right;
	text-align:right;
}