@charset 'UTF-8';
/* ===================================================================
CSS Document

 file name  :common.css
 style info :reset / utility / common module
=================================================================== */


/*---------------------------------------------
 Browser Default Initialization
---------------------------------------------*/
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, nav, article, aside, hgroup, header, address, figure, figcaption {
	line-height: 160%;
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}
a, button, input, textarea {
	outline: none;
}
/** fade使用時のズレ対策（FF）**/
img {
	box-shadow: #000 0 0 0;
}
 img, x:-moz-any-link, x:default {
 box-shadow: #000 0 0 0;
}
a {
	text-decoration: none;
	color: #171f6c;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: 'alpha(opacity=80)';
	-moz-opacity: .8;
	-khtml-opacity: .8;
}


/*---------------------------------------------
 FontSize Initialization
---------------------------------------------*/
body {
	font: 100%/1.231 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	letter-spacing: -.001em;
	-webkit-text-size-adjust: 100%;
}
select, input, button, textarea {
	font: 99% 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
table {
	font: 100%;
	font-size: inherit;
}
pre, code, kbd, samp, tt {
	font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 100%;
 *font-size: 108%;
}

/*---------------------------------------------
 DATA TABLE 
---------------------------------------------*/
.body_indent {
	display: table;
	float: center;
	/*width: 213px;*/
	/*width: 104px;*/
	margin: 25px 0px 15px 60px;
}
.page_title {
	color:#FFFFFF;
	x
}
.page_text {
	color:#FFFFFF;
}
.table_data {
	font:arial;
	color:#FFFFFF;
	table-layout:fixed;
	width:850px;
	border:thick;
	color:#FFFFFF;

}
.row_index {
	width:192px;
	border:thick;
	color:#FFFFFF;
	padding:1px 1px 1px 5px;
}
.row_contents {
	width: 590px;
	padding:2px 2px 2px 5px;
}


/*---------------------------------------------
 COMMON
---------------------------------------------*/
body {
	background: #000;
}
#wrap {
	font-size: 93%;
	margin: 0 auto;
	letter-spacing: .1em;
	color: #fff;
}
h1, h2, h3, h4, h5, h6, li, dd {
	line-height: 1.9;
}
/*---------------------------------------------
 HEADER
---------------------------------------------*/
#header {
	width: 940px;
	height: 34px;
	margin: 25px auto 12px;
}
#header hgroup {
	display: table;
	width: 100%;
}
#header hgroup h1 {
	display: table-cell;
	width: 444px;
}
#header hgroup h1 span {
	position: relative;
	top: 12px;
	left: 26px;
}
#header hgroup h2 {
	display: table-cell;
	width: 170px;
	text-align: right;
	vertical-align: top;
}


/*---------------------------------------------
 GLOBAL NAVIGATION
---------------------------------------------*/
#gnav {
	width: 100%;
	height: 65px;
	background: url(../img/common/gnav_bg.png) repeat-x 0 0;
}
#gnav ul {
	display: table;
	width: 940px;
	margin: 0 auto;
}
#gnav li {
	display: table-cell;
}


/*---------------------------------------------
 CONTENTS
---------------------------------------------*/
#cotnent {
	width: 100%;
	overflow: hidden;
}
.conteInr {
	width: 940px;
	margin: 0 auto;
}


/*---------------------------------------------
 FOOTER
---------------------------------------------*/
#footer {
	position: relative;
	z-index: 10;
	width: 940px;
	margin: 100px auto 0 auto;
}
#footer p:first-of-type {
	text-align: right;
}
#footer ul {
	display: table;
	width: 100%;
	height: 58px;
	margin: 0 0 15px 0;
	border-top: #888 1px solid;
	border-bottom: #888 1px solid;
}
#footer ul li {
	display: table-cell;
}
#footer ul li:last-child {
	width: 372px;
	text-align: right;
	vertical-align: middle;
}
#footer .corp {
	display: table;
	width: 100%;
	margin: 0 0 48px 0;
}
#footer .corp p {
	display: table-cell;
	text-align: left;
}
#footer .corp p:last-of-type {
	text-align: right;
	letter-spacing: .03em;
}
