@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: PFDinTextPro-Bold, Arial, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #999999;
	letter-spacing: 0.025em;
}

a:link {
	color: #808080;
	text-decoration: underline;
}

a:visited {
	color: #808080;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

a:active {
	color: #fff;
	text-decoration: none;
}

img,
iframe {
	vertical-align: top;
}

/* body */
div#page {
	position: relative;
	margin: 0 auto;
	padding: 0 30px 0 80px;
	width: 850px;
}

/* header */
header {
	margin: 0 0 111px;
}

div#langHeader {
	position: absolute;
	left: 80px;
	top: 0;
	padding: 9px 0 0;
	width: 520px;
	background: url(/wp-content/themes/kosaisekine/img/bg_header_01.gif) no-repeat right top;
	text-align: right;
	line-height: 1.5;
	font-size: 72%;
	color: #4c4c4c;
}

div#langHeader span {
	color: #fff;
}

div#langHeader span.disable {
	color: #ccc;
}

div#langHeader a:link,
div#langHeader a:visited {
	text-decoration: none;
}

div.gNav {
	margin: 35px 0 0;
	font-size: 72%;
	line-height: 1.5;
}

div.gNav a:link,
div.gNav a:visited {
	text-decoration: none;
	display: inline-block;
}

div.gNav a:hover {
	background: url(/wp-content/themes/kosaisekine/img/bg_gNav_01.gif) repeat-x left bottom;
	color: #fff;
}

div.gNav a.stay {
	background: url(/wp-content/themes/kosaisekine/img/bg_gNav_01.gif) repeat-x left bottom;
	color: #fff;
}

/* Content */
div#main {
	margin: 14px 0 0;
}

div#content {
	width: 520px;
}

div#pageContent {
	width: 400px;
}

div#mainArea01{ /* 1カラム */
}

div#mainArea02{ /* 2カラム */
	float: left;
}

div#mainArea03{ /* 3カラム */
	float: left;
}

div#subArea01 { /* 左カラム */
	float: left;
}

div#subArea02 { /* 右カラム */
	float: left;
}

/* footer */
footer {
	display: block;
	margin: 112px 0 0;
	width: 520px;
	zoom: 1;
}

footer div.gNav {
	width: 400px;
	float: left;
}

footer div#langFooter {
	padding: 0 0 10px 0;
	width: 120px;
	float: left;
	background: url(/wp-content/themes/kosaisekine/img/bg_header_01.gif) no-repeat right bottom;
	text-align: right;
	line-height: 1.5;
	font-size: 72%;
	color: #fff;
}

div#langFooter span {
	color: #fff;
}

div#langFooter span.disable {
	color: #ccc;
}

div#langFooter a:link,
div#langFooter a:visited {
	text-decoration: none;
}

/* first-child */
:first-child,
.first-child {
	margin-top: 0 !important;
}

/* clearfix */
footer:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}