html{
	background:url('../images/common/bg_html.jpg') top center;
}
body{
	margin:0px;
	color:#444444;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
header{
	width:960px;
	height:120px;
	margin:0 auto;
}
header h1{
	width:265px;
	height:61px;
	float:left;
	padding:25px 0 0 0px;
}
header h1 a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url('../images/common/logo.png') no-repeat;
}
#header_r{
	width:695px;
	margin:0px 0 0 0;
	float:right;
	list-style:none;
}
#htel{
	padding:10px 10px 10px 0;
	text-align:right;
}
#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;
	margin:0 auto;
	padding:0 0 0 45px;
}
#gnav ul li{
	width:110px;
	height:40px;
	float:left;
	margin:0 10px;
}
#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 -40px !important;
}
#nav02 a{
	background-position:-110px 0 !important;
}
#nav02 a:hover{
	background-position:-110px -40px !important;
}
#nav03 a{
	background-position:-220px 0 !important;
}
#nav03 a:hover{
	background-position:-220px -40px !important;
}
#nav04 a{
	background-position:-330px 0 !important;
}
#nav04 a:hover{
	background-position:-330px -40px !important;
}
#nav05 a{
	background-position:-440px 0 !important;
}
#nav05 a:hover{
	background-position:-440px -40px !important;
}
#nav06 a{
	background-position:-550px 0 !important;
}
#nav06 a:hover{
	background-position:-550px -40px !important;
}
#main{
	width:1100px;
	margin:0 auto;
}
footer{
	padding:0px 0 0 0;
	background-color:rgba(0,0,0,0.4);
	color:#fff;
}
#footer_inner{
	width:1060px;
	margin:0 auto;
	padding:30px 0 10px;
	line-height:1.8em;
}
#footer_name{
	width:265px;
	float:left;
	text-align:center;
}
#footer_ad{
	width:279px;
	float:left;
	margin:23px 0 0 0;
	padding:0px 0 0 20px;
	border-right:1px solid #fff;
}
#fnav{
	width:495px;
	padding:20px 0;
	float:right;
}
#fnav li{
	width:80px;
	float:left;
	text-align:center;
}
#fnav a{
	color:#fff;
	text-decoration:none;
}
#fnav a:hover{
	text-decoration:underline;
}
#fnav05{
	width:160px !important;
}
#copyright{
	width:340px;
	float:right;
	text-align:right;
}