@charset "utf-8";

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/

html, body {
	font-family:"ＭＳ Ｐゴシック","MS P Gothic", "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family:"ＭＳ Ｐゴシック","MS P Gothic", "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic", "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family:"ＭＳ Ｐゴシック","MS P Gothic", "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

a {
	outline: none;
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: #666;
}

a:hover img {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}

.Clear {
	clear: both;
}


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*------------bodyのスタイル---------------------------------------------------------------*/
body {
	background: #733f1e;
	overflow: scroll;
	line-height: 1.4;
	font-size: small;
	color: #733f1e;

	min-width: 1024px;
	_display: inline;
	_zoom: 1;
}

/*IE6・7用*/
*body { overflow: auto; }


/*---Containerのスタイル---*/

div#Container {
	background: #fff;
	width: 900px;
	margin: 0 auto;
}


/*---Headerのスタイル---*/
div#Header {
	width: 900px;
	overflow: hidden;
	padding-top: 30px;
}

div#Header_wrap_left {
	width: 550px;
	overflow: hidden;
	float: left;
	padding-left: 25px;
}


div#Header h2 a {
	display: block;
	background: url(../img/common/h_logo.png) no-repeat center;
	width: 250px;
	height: 165px;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	float: right;
}


div#Top_img{
	background: url(../img/common/main.png) no-repeat center;
	width: 900px;
	height: 150px;
	margin-top: 30px;
	margin-bottom: 50px;

}

div#Contents {
	padding: 0 50px;
}




/*---Globalのスタイル---*/

div #Global_left {
	float: left;
	overflow: hidden;
}

div#Global_left ul {
	width: 100%;
	list-style: none;
	padding-top: 85px;
}

div#Global_left ul li {
	width: 100px;
	float: left;
}

div#Global_left ul li a {
	display: block;
	height: 80px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

div#Global_left ul li a:hover {
	background-position: center;
}

div#Global_left ul li#GMBtn01 a {
	background-image: url(../img/common/GMBtn01.png);
}

div#Global_left ul li#GMBtn02 a {
	background-image: url(../img/common/GMBtn02.png);
}

div#Global_left ul li#GMBtn03 a {
	background-image: url(../img/common/GMBtn03.png);
}


div #Global_right {
	float: right;
	padding-right: 25px;
}

div#Global_right ul {
	width: 100%;
	list-style: none;
	padding-top: 85px;
}

div#Global_right ul li {
	width: 100px;
	float: left;
}

div#Global_right ul li a {
	display: block;
	height: 80px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

div#Global_right ul li a:hover {
	background-position: center;
}


div#Global_right ul li#GMBtn04 a {
	background-image: url(../img/common/GMBtn04.png);
}

div#Global_right ul li#GMBtn05 a {
	background-image: url(../img/common/GMBtn05.png);
}

div#Global_right ul li#GMBtn06 a {
	background-image: url(../img/common/GMBtn06.png);
}

/*---Footerのスタイル---*/
div#Footer {
	width: 800px;
	margin: 85px 50px;
	padding: 20px 0 50px 0;
	overflow: hidden;
	border-top: 10px solid #733f1e;
}

div#Footer ul {
	list-style: none;
	float: left;
}

div#Footer ul li {
	color: #733f1e;
	display: inline;
}

div#Footer ul li a{
	color: #733f1e;
}

div#Footer address {
	font-size: 90%;
	color: #733f1e;
}

div#Attention {
	float: right;
}


.space {
	padding-top: 1em;
}

div.text {
	width: 350px;
	line-height: 1.5em;
}

dt {
	padding-bottom: 1em;
}
