@charset "UTF-8";

/* ----- Copyright (C) C-brains Corporation. ----- */


/* =========================================================
■Text Link
========================================================= */
a:link    { color: #003399; text-decoration: underline; }
a:visited { color: #003399; text-decoration: underline; }
a:hover   { color: #FF3300; text-decoration: underline; }
a:active  { color: #003399; text-decoration: underline; }

/* =========================================================
■Reset of Default Style
========================================================= */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
}
textarea { font-size: 100%; }
img { vertical-align: bottom; }
hr  { display: none; }


/* =========================================================
■Clear of Float
========================================================= */
span.clear {
	margin: 0;
	display: block;
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



/* =========================================================
■Layout Base
========================================================= */
body {
	margin: 0;
	padding: 0;
	font-size: 80%;
	color: #333333;
	background: #ECF1F9;
	text-align: center;
}

div#container {
	width: 750px;
	margin: 0 auto;
	background: #FFFFFF;
}



/* =========================================================
■Header
========================================================= */
div#header {
	margin: 0 0 20px;
	padding-top: 13px;
}
div#header h1 {
	margin: 0 0 13px 19px;

}

/* =========================================================
■content
========================================================= */
div#content {
	padding: 0 20px 30px;
}

div#content h3 {
	margin: 0 0 20px;
}

div#content p.close {
	padding: 15px 0 0;
	border-top: 2px #003399 solid;
	margin: 0 auto;
	text-align: center;
}


/* interview
--------------------------------------------------------- */
div#content div#interview {
	margin: 0 0 20px;
	padding: 15px 0px;
	border-top: 1px #98B3DE solid;
	border-bottom: 1px #98B3DE solid;
	background: url(../img/bg_interview.gif) repeat 0 0;
}

div#content div#interview div.box {
	position: relative;
	left: 8px;
	float: left;
	display: inline;
	width: 220px;
	margin-right: 15px;
}

div#content div#interview div.box h4 {
	margin: 0 0 0.5em;
	padding-left: 20px;
	background: url(../img/bg_h4.gif) no-repeat 0 50%;
	color: #003399;
}

div#content div#interview div.box p {
	margin: 0 0 1.5em;
	line-height: 150%;
}
div#content div#interview div.box p.pic {
	margin: 0 0 0.5em;
}


/* banner
--------------------------------------------------------- */
div#content div#banner {
	width: 430px;
	height: 140px;
	margin: 0 auto 20px;
	background: url(../img/bg_banner.gif) no-repeat 0 0;
}
div#content div#banner p {
	padding: 100px 0 0 135px;
}
div#content div#banner p a {
	padding-left: 18px;
	background: url(../img/ic_link.gif) no-repeat 0 50%;
}


