@charset "utf-8";

/* Global Reset
--------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, input, select, textarea, button,
legend, caption, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-size: 100%;
}
ul, ol, dl {
	list-style: none;
}
img, fieldset, abbr, acronym, iframe {
	border: 0 none;
}
img {
	vertical-align: top;
}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border: none;
	border-spacing: 0;
	empty-cells: show;
}
th {
	text-align: left;
}

/* Base Setting
--------------------------------------*/
html {
	overflow-y: scroll;
}
body {
	background: #FFF;
	color: #000;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	font-size: 75%\9; /* IE8 and below */
	line-height: 1.5;
	text-align: center;
}
a {
	color: #06C;
	text-decoration: underline;
}
a:hover {
	color: #00C;
	text-decoration: none;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

/* Header
--------------------------------------*/
#header {
	position: relative;
	width: 950px;
	height: 430px;
}
#logo {
	position: absolute;
	top: 10px;
	left: 727px;
}
#tagline {
	position: absolute;
	top: 15px;
	left: 0;
}
h1 {
	position: absolute;
	top: 50px;
	left: 0;
}

/* Content
--------------------------------------*/
#content {
	width: 950px;
}
#content #mainContent {
	width: 950px;
}

#mainContent .leadA {
	_display: inline-block;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #D5D5D5;
	font-size: 125%;
	line-height: 1.7;
	overflow: hidden;
}
#mainContent .leadB {
	margin-top: 30px;
	padding-top: 30px;
	border-top: solid 1px #D5D5D5;
	font-size: 125%;
	line-height: 1.7;
}
#mainContent dl {
	background: url(../images/interview_bg_01.gif) repeat-y 0 0;
	font-size: 125%;
	line-height: 1.7;
}
#mainContent dl dt {
	_display: inline-block;
	padding: 10px 10px 10px 20px;
	background: #F5F5F5;
	border-left: solid 1px #CCC;
	font-weight: bold;
	overflow: hidden;
}
#mainContent dl dd {
	padding: 20px 0 30px 20px;
}
#mainContent dl dd.last {
	padding: 20px 0 0 20px !important;
}
#mainContent .fLeft {
	float: left;
	margin: 0 20px 10px 0;
}
#mainContent .fRight {
	float: right;
	margin: 0 0 10px 20px;
}
#mainContent .credit {
	margin-top: 30px;
	padding-top: 10px;
	border-top: solid 1px #D5D5D5;
	text-align: right;
}
#mainContent .chara1 {
	color: #06C;
	font-weight: bold;
}
#mainContent .chara2 {
	color: #390;
	font-weight: bold;
}
#mainContent .chara3 {
	color: #F68;
	font-weight: bold;
}

#info {
	float: right;
	width: 278px;
	margin: 0 0 30px 30px;
	background: #FFF;
	border: solid 1px #D5D5D5;
}
#info p,
#info ul {
	margin: 10px;
}
#info ul li{
	padding-left: 10px;
	background: url(../images/arw_01.gif) no-repeat left center;
}


/* Footer
--------------------------------------*/
#footer {
	width: 950px;
	margin-top: 40px;
	text-align: center;
}
#footer #copyright {
	margin: 10px;
}

/* Clearfix
--------------------------------------*/
.cf:after {
	content: '';
	display: table;
	clear: both;
}
.cf {
	zoom: 1;
}

/* Margin
--------------------------------------*/
.mt0  {margin-top:  0   !important;}
.mt5  {margin-top:  5px !important;}
.mt6  {margin-top:  6px !important;}
.mt10 {margin-top: 10px !important;}
.mt12 {margin-top: 12px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}

.mr0  {margin-right:  0   !important;}
.mr5  {margin-right:  5px !important;}
.mr10 {margin-right: 10px !important;}
.mr12 {margin-right: 12px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mr30 {margin-right: 30px !important;}
.mr35 {margin-right: 35px !important;}
.mr40 {margin-right: 40px !important;}
.mr45 {margin-right: 45px !important;}
.mr50 {margin-right: 50px !important;}

.mb0  {margin-bottom:  0   !important;}
.mb5  {margin-bottom:  5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb12 {margin-bottom: 12px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}

.ml0  {margin-left:  0   !important;}
.ml5  {margin-left:  5px !important;}
.ml10 {margin-left: 10px !important;}
.ml12 {margin-left: 12px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml30 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml45 {margin-left: 45px !important;}
.ml50 {margin-left: 50px !important;}
