@charset "UTF-8";

/*--------------------------------------------------------------------
common
css初期化
--------------------------------------------------------------------*/
html, body {
	height: 100%;
	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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-image: url(../../img/space.gif);
}
table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-image: url(../../img/space.gif);
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
	background-image: url(../../img/space.gif);
}
a {
	outline: none;
	text-decoration: none;
	color: #2a2b2b;
}
a:hover {
	text-decoration: none;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
img , iframe { vertical-align: bottom; }
* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}
.Clear { clear: both; }
.PcNo { display: none; }


/*--------------------------------------------------------------------
全ページ共通部分
--------------------------------------------------------------------*/
html { height: 100%; }
body {
	height: 100%;
	background-color: #8a614f;
	overflow-y: scroll;
	line-height: 1.55;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Roboto, Verdana, "Droid Sans", sans-serif;
	font-size: 12px;
	color: #000;
}

/*Container*/
div#Container {
	padding: 60px 0 0 0;
	background: #8a614f url(../../img/header_bg.jpg) repeat-x left top;
}

/*Header*/
div#Header {
	width: 490px;
	height: 90px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: url(../../img/rogo.png) no-repeat left top;
}

div#Header a {
	display: block;
	width: 490px;
	height: 90px;
	text-align: left;
	text-decoration: none;
	text-indent: -99999px;
	overflow: hidden;
}

/*Wrapper*/
div#Wrapper01 {
	margin: 0 auto;
	padding: 12px 0 0 0;
	background: #55616f url(../../img/contents_bg01.gif) repeat-x left top;
}

div#Wrapper02 {
	margin: 0 auto;
	padding: 0;
	background: url(../../img/contents_bg02.gif) repeat-x left bottom;
}

/*Global*/
div#Global {
	width: 690px;
	margin: 0 auto;
}
div#Global * {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
					box-sizing: border-box;
}

div#Global ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}

div#Global ul:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
}

div#Global ul li {
	height: 22px;
	float: left;
}

div#Global ul li a {
	display: block;
	height: 22px;
	background-image: url(../../img/global_bg.jpg);
	text-align: left;
	text-decoration: none;
	text-indent: -99999px;
	overflow: hidden;
}

div#Global ul li#GMBtnA { width: 94px; }
div#Global ul li#GMBtnB { width: 66px; }
div#Global ul li#GMBtnC { width: 73px; }
div#Global ul li#GMBtnD { width: 51px; }
div#Global ul li#GMBtnE { width: 132px; }
div#Global ul li#GMBtnF { width: 64px; }
div#Global ul li#GMBtnG { width: 88px; }
div#Global ul li#GMBtnH { width: 58px; }
div#Global ul li#GMBtnI { width: 64px; }

div#Global ul li#GMBtnA a { background-position: 0 0; }
div#Global ul li#GMBtnB a { background-position: -94px 0; }
div#Global ul li#GMBtnC a { background-position: -160px 0; }
div#Global ul li#GMBtnD a { background-position: -233px 0; }
div#Global ul li#GMBtnE a { background-position: -284px 0; }
div#Global ul li#GMBtnF a { background-position: -416px 0; }
div#Global ul li#GMBtnG a { background-position: -480px 0; }
div#Global ul li#GMBtnH a { background-position: -568px 0; }
div#Global ul li#GMBtnI a { background-position: -626px 0; }

div#Global ul li#GMBtnA a:hover { background-position: 0 -22px; }
div#Global ul li#GMBtnB a:hover { background-position: -94px -22px; }
div#Global ul li#GMBtnC a:hover { background-position: -160px -22px; }
div#Global ul li#GMBtnD a:hover { background-position: -233px -22px; }
div#Global ul li#GMBtnE a:hover { background-position: -284px -22px; }
div#Global ul li#GMBtnF a:hover { background-position: -416px -22px; }
div#Global ul li#GMBtnG a:hover { background-position: -480px -22px; }
div#Global ul li#GMBtnH a:hover { background-position: -568px -22px; }
div#Global ul li#GMBtnI a:hover { background-position: -626px -22px; }

/*Footer*/
div#Footer {
	clear: both;
	min-height: 154px;
	_height: 154px;
	padding: 30px 0 0 0;
	background: #8a614f url(../../img/footer_bg.jpg) repeat-x left top;
}

div#Footer ul {
	list-style: none;
	text-align: center;
}

div#Footer ul li {
	display: inline;
	color: #fff;
}

div#Footer ul li a {
	text-decoration: none;
	color: #fff;
}

div#Footer ul li a:hover {
	text-decoration: underline;
}

div#Footer address {
	margin: 10px 0 0 0;
	text-align: center;
	color: #fff;
}



