@charset "utf-8";
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal;}
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
a { text-decoration:none; outline:none; color:#999999; }


body {
	font-size: 13px;
	line-height: 1.5;
	color: #333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color:#ECE9D8;
}
/*解除*/
.clear {
	clear:both;
}
div#wrap {
	width:845px;
	margin:0 auto;
	position:relative;
}
/*ヘッダー*/
div#header {
	width:820px;
	height:95px;
	padding-top:75px;
	padding-left:25px;
	background:url(../images/common/header_bg.jpg) no-repeat 0 0;
}
div#header h1 a {
	width:150px;
	height:63px;
	float:left;
	text-indent:-9999px;
	display:block;
	background:url(../images/common/logo.jpg) no-repeat 0 0;
}
div#header h1 a:hover {
	background:url(../images/common/h_logo.jpg) no-repeat 0 0;
}
/*メインメニュー*/
div#header ul {
	float:left;
	margin-left:15px;
}
div#header li {
	float:left;
}
li#gm01 a {
	width:101px;
	height:63px;
	text-indent:-9999px;
	display:block;
	background:url(../images/common/gm01.jpg) no-repeat 0 0;
}
li#gm01 a:hover {
	background:url(../images/common/h_gm01.jpg) no-repeat 0 0;
}
li#gm02 a {
	width:105px;
	height:63px;
	text-indent:-9999px;
	display:block;
	background:url(../images/common/gm02.jpg) no-repeat 0 0;
}
li#gm02 a:hover {
	background:url(../images/common/h_gm02.jpg) no-repeat 0 0;
}
li#gm03 a {
	width:105px;
	height:63px;
	text-indent:-9999px;
	display:block;
	background:url(../images/common/gm03.jpg) no-repeat 0 0;
}
li#gm03 a:hover {
	background:url(../images/common/h_gm03.jpg) no-repeat 0 0;
}
li#gm04 a {
	width:105px;
	height:63px;
	text-indent:-9999px;
	display:block;
	background:url(../images/common/gm04.jpg) no-repeat 0 0;
}
li#gm04 a:hover {
	background:url(../images/common/h_gm04.jpg) no-repeat 0 0;
}
li#gm05 a {
	width:105px;
	height:63px;
	text-indent:-9999px;
	display:block;
	background:url(../images/common/gm05.jpg) no-repeat 0 0;
}
li#gm05 a:hover {
	background:url(../images/common/h_gm05.jpg) no-repeat 0 0;
}
li#gm06 a {
	width:109px;
	height:63px;
	text-indent:-9999px;
	display:block;
	background:url(../images/common/gm06.jpg) no-repeat 0 0;
}
li#gm06 a:hover {
	background:url(../images/common/h_gm06.jpg) no-repeat 0 0;
}
/*コンテンツ*/
div#content {
	width:795px;
	padding:0 25px;
	background:url(../images/common/content_bg.jpg) repeat-y 0 0;
}
div#footer {
	width:845px;
	height:85px;
	text-indent:-9999px;
	clear:both;
	background:url(../images/common/footer_bg.jpg) no-repeat 0 0;
}
/**/
div.oneblock {
	width:148px;
	margin-bottom:10px;
	padding-bottom:10px;
	background-color:#FFFFFF;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
