@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 {
	font-family: "メイリオ", Meiryo, Arial, Roboto, Verdana, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	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 {
	font-family: "メイリオ", Meiryo, Arial, Roboto, Verdana, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	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 {
	font-family: "メイリオ", Meiryo, Arial, Roboto, Verdana, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	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: underline;
	color: #666;
}
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; }


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*------------bodyのスタイル---------------------------------------------------------------*/
body {
	width: 100%;
	height: 100%;
	background: #fff url(../../img/bg.gif) repeat-x left bottom;
	background-attachment: fixed;
	overflow-y: scroll;
	line-height: 1.6;
	font-size: 13px;
	color: #736357;
}

/*IE6・7用*/
*body { overflow: auto; }

div#PageTop a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../../img/pagetop.png) no-repeat left top;
	position: fixed;
	bottom: 1%;
	right: 1%;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	z-index: 200;
}


/*------------SpMenuのスタイル---------------------------------------------------------------*/
div#SpMenu { display: none; }


/*------------SideMenuのスタイル---------------------------------------------------------------*/
div#SideMenu { display: none; }


/*------------Containerのスタイル---------------------------------------------------------------*/
div#InContainer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 10;
}


/*------------Headerのスタイル---------------------------------------------------------------*/
div#Header {
	width: 826px;
	margin: 0 auto;
	padding: 65px 0 40px;
	overflow: hidden;
}
div#Header h1 {
	width: 358px;
	float: left;
}
div#Header h1 a {
	display: block;
	height: 55px;
	background: url(../../img/title.png) no-repeat left top;
	text-indent: -9999999px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}
div#Header h2 {
	width: 232px;
	height: 55px;
	padding-left: 40px;
	background: url(../../img/sub_title.png) no-repeat right center;
	float: left;
	text-indent: -9999999px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}
div#Header p {
	padding-top: 2.7em;
	float: right;
}

/*------------Contentsのスタイル---------------------------------------------------------------*/
div#Contents {
	width: 100%;
	overflow: hidden;
}

/*------------Wrap------------------------------------------------------------*/
div#Wrap {
	width: 840px;
	margin: 0 auto;
	padding: 0 0 60px;
	overflow: hidden;
}

/*------------Pan------------------------------------------------------------*/
div#Pan {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
}
div#Pan ul {
	width: 100%;
	overflow: hidden;
	list-style: none;
	text-align: left;
}
div#Pan ul li {
	padding-right: 0.5em;
	float: left;
	font-size: 92.30769230769231%;
	color: #aba19a;
}
div#Pan ul li a { color: #aba19a; }
div#Pan ul li:after {
	padding-left: 0.5em;
	content: ">";
}
div#Pan ul li:nth-last-of-type(1):after { content: ""; }


/*------------Main------------------------------------*/
div#Main { width: 100%; }


/*------------Footerのスタイル---------------------------------------------------------------*/
div#Footer {
	padding: 0 0 30px;
	text-align: center;
	font-size: 92.30769230769231%;
}
/*------------FooterTxtのスタイル------------------------*/
div#FooterTxt {
	width: 100%;
	padding: 5px 0;
	text-align: center;
}
div#FooterTxt h2,
div#FooterTxt p,
div#FooterTxt dl dd { margin-right: 1em; }
div#FooterTxt dl dd:nth-last-of-type(1) { margin-right: 0; }
div#FooterTxt * { display: inline; }
