@charset "UTF-8";

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/

html, body {
	height: 100%;
	font-family: "メイリオ", Meiryo, Arial, Roboto, Verdana, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(../../img/space.gif);
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "メイリオ", Meiryo, Arial, Roboto, Verdana, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(../../img/space.gif);
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family: "メイリオ", Meiryo, Arial, Roboto, Verdana, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(../../img/space.gif);
	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: "メイリオ", Meiryo, Arial, Roboto, Verdana, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	background-image: url(../../img/space.gif);
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

a {
	outline: none;
	text-decoration: none;
	color: #2e2f2f;
}

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 {
	width: 100%;
	height: 100%;
	background: #979797;
	position: relative;
	overflow-y: scroll;
	line-height: 1.6;
	font-size: 12px;
	color: #2e2f2f;
}

/*IE6・7用*/
*body { overflow: auto; }

div#PageTop a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../../img/pagetop.png) no-repeat left top;
	position: fixed;
	bottom: 20px;
	right: 10px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	z-index: 200;
}


/*------------SpMenuのスタイル---------------------------------------------------------------*/
div#SpMenu { display: none; }


/*------------Containerのスタイル---------------------------------------------------------------*/
div#InContainer {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff;
	top: 0;
	z-index: 0;
}


/*------------Headerのスタイル---------------------------------------------------------------*/
div#Header { background: url(../../img/title_bg.jpg) no-repeat center top; }
/*------------------------InHeaderのスタイル------------*/
div#InHeader {
	width: 950px;
	margin: 0 auto;
	padding-top: 0.3em;
	overflow: hidden;
}
div#InHeader h1 {
	float: left;
	color: #fff;
}
div#InHeader ul {
	list-style: none;
	float: right;
	text-align: right;
	color: #fff;
}
div#InHeader ul li { display: inline; }
div#InHeader ul li a { color: #fff; }
/*------------------------Titleのスタイル------------*/
div#Title h2 {
	width: 100%;
	height: 130px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
/*------------------------HeaderLogoのスタイル------------*/
div#HeaderLogo {
	width: 976px;
	height: 102px;
	margin: 0 auto;
	background: url(../../img/global_bg.png) no-repeat left top;
	overflow: hidden;
}
div#HeaderLogo h2 {
	width: 165px;
	padding: 24px 0 18px 173px;
	float: left;
}
div#HeaderLogo h2 a {
	display: block;
	height: 60px;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#HeaderLogo ul {
	width: 596px;
	padding: 24px 14px 18px 0;
	list-style: none;
	float: right;
	overflow: hidden;
}
div#HeaderLogo ul li {
	width: 149px;
	float: left;
}
div#HeaderLogo ul li a {
	display: block;
	height: 60px;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#HeaderLogo ul li a:hover { background-position: left bottom; }
div#HeaderLogo ul li#GMBtn01 a { background-image: url(../../img/gmbtn01.png); }
div#HeaderLogo ul li#GMBtn02 a { background-image: url(../../img/gmbtn02.png); }
div#HeaderLogo ul li#GMBtn03 a { background-image: url(../../img/gmbtn03.png); }
div#HeaderLogo ul li#GMBtn04 a { background-image: url(../../img/gmbtn04.png); }


/*------------Contentsのスタイル---------------------------------------------------------------*/
div#Contents {
	width: 100%;
	padding-bottom: 80px;
	background: #fff;
}
/*------------------------Wrapのスタイル------------*/
div#Wrap {
	width: 950px;
	margin: 30px auto 0;
	overflow: hidden;
}
/*------------------------------------Panのスタイル------------*/
div#Pan {
	width: 100%;
	margin: 0 auto 20px;
}
div#Pan ul {
	list-style: none;
	width: 100%;
	overflow: hidden;
}
div#Pan ul li {
	padding-right: 0.5em;
	float: left;
}
div#Pan ul li:after { content: " >"; }
div#Pan ul li.EndPan:after { content: ""; }
div#Pan ul li a { color: #4164fb; }
/*------------------------------------Mainのスタイル------------*/
div#Main {
	width: 700px;
	float: right;
}
div#Main h3 {
	padding: 0.15em 20px;
	background: url(../../img/sub_t01.gif) no-repeat center bottom;
	border: 1px solid #c1c2c2;
	line-height: 1.3;
	font-size: 200%;
}
div#Main div.InBox {
	width: 670px;
	margin: 20px auto 0;
	overflow: hidden;
}
div#Main div.InBox h4 {
	margin-bottom: 15px;
	padding: 0 10px 0.15em 10px;
	background: url(../../img/sub_t02.gif) no-repeat center bottom;
	line-height: 1.3;
	font-size: 166%;
}

/*------------------------------------Sideのスタイル------------*/
div#Side {
	width: 230px;
	float: left;
}
/*------------------------------------------------Side01 , Side02のスタイル------------*/
div#Side01,
div#Side02 { margin-bottom: 30px; }
div#Side01 h2 a,
div#Side02 h2 a {
	display: block;
	height: 40px;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#Side01 h2 a:hover,
div#Side02 h2 a:hover { background-position: left bottom; }
div#Side01 h2 a { background-image: url(../../img/side_t01.gif); }
div#Side02 h2 a { background-image: url(../../img/side_t02.gif); }
div#Side01 ul,
div#Side02 ul {
	width: 100%;
	list-style: none;
	margin-top: 0.5em;
}
div#Side01 ul li a,
div#Side02 ul li a {
	display: block;
	padding: 0.4em 0.5em 0.4em 30px;
	background: url(../../img/side_arrow.png) no-repeat 18px center;
	font-size: 116%;
}
div#Side01 ul li a:hover,
div#Side02 ul li a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
/*------------------------------------------------Side03のスタイル------------*/
div#Side03 {
	margin-bottom: 40px;
	padding: 10px 0;
	border: 1px solid #c1c2c2;
}
div#Side03 h2 {
	height: 53px;
	margin-bottom: 10px;
	background: url(../../img/small_logo.gif) no-repeat center top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#Side03 div#SideMap {
	width: 200px;
	margin: 0 auto;
}
div#Side03 div#SideMap p {
	width: auto;
	margin: 0.3em;
	text-align: right;
	font-size: 83%;
}
div#Side03 p {
	width: 200px;
	margin: 0.5em auto 0;
}
div#Side03 div#SideTel {
	width: 186px;
	margin: 10px auto 0;
}
div#Side03 div#SideTel p,
div#Side03 div#SideTel dl dt { display: none; }
div#Side03 div#SideTel dl dd span,
div#Side03 div#SideTel dl dd a {
	display: block;
	height: 36px;
	background: url(../../img/small_tel.gif) no-repeat center top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
/*------------------------------------------------Side04のスタイル------------*/
div#Side04 ul {
	width: 100%;
	list-style: none;
}
div#Side04 ul li { margin-bottom: 10px; }
div#Side04 ul li a {
	display: block;
	height: 40px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#Side04 ul li a:hover { background-color: #ebeeff; }
div#Side04 ul li#SMBtn01 a { background-image: url(../../img/side_b01.png); }
div#Side04 ul li#SMBtn02 a { background-image: url(../../img/side_b02.png); }
div#Side04 ul li#SMBtn03 a { background-image: url(../../img/side_b03.png); }


/*------------Footerのスタイル---------------------------------------------------------------*/
div#Footer {
	width: 100%;
	background: #fff;
}
/*------------------------InFooterのスタイル------------*/
div#InFooter {
	width: 920px;
	margin: 0 auto;
	overflow: hidden;
}
/*------------------------------------tableのスタイル------------*/
div#InFooter table {
	width: auto;
	margin: 10px 0;
	border-collapse: collapse;
	float: right;
	color: #6d6d6d
}
div#InFooter table tr td {
	width: auto;
	padding-left: 35px;
	text-align: left;
	vertical-align: top;
}
div#InFooter table tr td .FTSp01 { margin-top: 1.6em; }
div#InFooter table tr td ul { list-style: none; }
div#InFooter table tr td ul li:before { content: "■"; }
div#InFooter table tr td ul li ul li:before { content: "　｜"; }
div#InFooter table tr td ul li a { color: #6d6d6d; }
/*------------------------------------FooterLogoのスタイル------------*/
div#InFooter div#FooterLogo {
	width: 200px;
	float: left;
	padding-right: 45px;
	border-right: 5px solid #d5d5d5;
}
div#InFooter div#FooterLogo h2 {
	height: 53px;
	background: url(../../img/small_logo.gif) no-repeat left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#InFooter div#FooterLogo div#FooterTel {
	width: 186px;
	margin: 25px auto 0;
}
div#InFooter div#FooterLogo div#FooterTel p,
div#InFooter div#FooterLogo div#FooterTel dl dt { display: none; }
div#InFooter div#FooterLogo div#FooterTel dl dd span,
div#InFooter div#FooterLogo div#FooterTel dl dd a {
	display: block;
	height: 36px;
	background: url(../../img/small_tel.gif) no-repeat center top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
/*------------------------FooterAddのスタイル------------*/
div#FooterAdd {
	width: 100%;
	margin-top: 50px;
	padding: 0.8em 0;
	background: #d5d5d5;
	text-align: center;
}
div#FooterAdd h2,
div#FooterAdd p,
div#FooterAdd dl,
div#FooterAdd dl dt,
div#FooterAdd dl dd { display: inline; }
div#FooterAdd h2,
div#FooterAdd p,
div#FooterAdd dl dd { margin-right: 2em; }
div#FooterAdd br { display: none; }
address {
	padding: 0.8em 0 50px;
	background: #979797;
	text-align: center;
	color: #fff;
}
address br { display: none; }