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

*{
	margin: 0px;
	padding: 0px;
}
header, footer, nav, section, article { 
display:block;
}
img{
	border-style: none;
}
a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #fff;
}
body{
	background:url(../img/body_bg.png);
	color: #333;
	font: 14px "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapper{
	width:900px;
	margin: 0 auto;
	background: #FFF;
	padding: 0px 20px;
}
header{
	width:900px;
	background: url(../img/header_bg.png) repeat-x 0px 0px;
}
header #logo{
	float: left;
	width: 460px;
	margin: 20px 0px 5px;
}
header #tell{
	float: right;
	margin-top: 20px;
	margin-bottom: 3px;

}
nav{
	clear: both;
	width: 900px;
}
nav ul{
	height: 56px;
}
nav ul li{
	float: left;
	width: 150px;
	list-style-type: none;
}
nav ul li a{
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	height: 56px;
}
nav .gmenu01{
	background: url(../img/top/gnavi01.png);
}
nav .gmenu02{
	background: url(../img/top/gnavi02.png);
}
nav .gmenu03{
	background: url(../img/top/gnavi03.png);
}
nav .gmenu04{
	background: url(../img/top/gnavi04.png);
}
nav .gmenu05{
	background: url(../img/top/gnavi05.png);
}
nav .gmenu06{
	background: url(../img/top/gnavi06.png);
}
nav .gmenu01,nav .gmenu02,nav .gmenu03,nav .gmenu04,nav .gmenu05,nav .gmenu06{
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
nav a:hover{
	background-position:0px bottom;
}
#main{
	clear: both;
	overflow:hidden;
	width: 900px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#top_link {
	text-align: right;
	clear: both;
	padding-top: 20px;
}
footer{
	clear: both;
	height: 200px;
	padding: 30px 0px 0px;
	margin:0 auto;
	width: 900px;
	color: #FFF;
	overflow: hidden;
}
footer p{
	width: 310px;
	float: left;
	margin-left: 10px;
}
#footer_menu {
	float: right;
	width: 530px;
}
#footer_menu li{
	float: left;
	width: 100px;
	list-style-type: none;
	line-height: 20px;
	text-align: center;
	margin-left: 2px;
	border-left: 1px solid #FFF;
}
#footer_menu li:first-child{
	border:none;
}
footer a{
	text-decoration: none;
	color: #FFF;
	
}
footer a:hover{
	text-decoration: underline;
	
}

address {
	font-style: normal;
	clear: both;
	text-align: center;
	padding: 40px 0 0;
}
.img_left {
	margin: 0px 10px 10px 0px;
	float: left;
}
.img_right {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

.btn_r{
	text-align: right;
	margin-top: 7px;
}
#top-image {
	margin-top: 20px;
	margin-bottom: 5px;
}

.center {
	text-align: center;
}
#print {
	text-align: center;
	height: 50px;
	clear: both;
	padding-top: 20px;
}
