@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%;
}

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: #fff;
	overflow: scroll;
	line-height: 1.4;
	font-size: small;
	color: #727171;

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

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


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

div#Container {
	background: #fff url(../img/common/main_bg.jpg);
	width: 928px;
	padding: 0 26px;
	margin: 0 auto;
}

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


div#Header h2 a {
	display: block;
	background: url(../img/common/h_logo.png) no-repeat left top;
	width: 310px;
	height: 100px;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	float: left;
	margin-top: 13px;
}

div#Header_rightBox {
	width: 618px;
	overflow: hidden;
}

div#Header_rightBox2 {
	overflow: hidden;
	float: right;
}



div#Header_left {
	width: 290px;
	float: left;
	padding-left: 43px;

}

div#Header_left dl {
	padding-top: 0.5em;
}

div#Header_right {
	width: 285px;
	float: right;
	overflow: hidden;
}

div#Address {
	width: 100%;
	overflow: hidden;
}


div#Address address {
	width: 168px;
	float: left;
}

div#Address a {
	display: block;
	width: 117px;
	height: 37px;
	float: right;
	background-image: url(../img/common/contactBtn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
}

div#Address a:hover {
	background-position: left bottom;
}

div#Header_right address.big {
	font-size: 2em;
	padding-top: 0.5em;
}


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


div#Global ul {
	width: 100%; /*--IE6用設定--*/
	list-style: none;
	overflow: hidden;
	padding-left: 43px;
}

div#Global ul li {
	width: 115px;
	float: left;
}

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

div#Global ul li a:hover {
	background-position: left bottom;
}

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

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

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

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

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


/*---Footerのスタイル---*/
div#Footer {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 50px;
	overflow: hidden;
	border-top: 10px solid #006600;
}

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

div#Footer ul li {
	display: inline;
	font-size: 105%;
	color: #727171;
}

div#Footer ul li a{
	font-size: 105%;
	color: #727171;
}

div#Footer address {
	color: #727171;
}

div#Attention {
	float: right;
}

