@charset "utf-8";

body, div, span, ol, ul, li, table, tr, th, td, dd, dt, dd, img, a, p, h1, h2, h3, h4, h5, h6, nav, header, footer, section, article {
	font-family: Verdana, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック" ,sans-serif;
	padding: 0;
	margin: 0;
	border: none;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

html, body {
	font-size: 12px;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #FFF;
}



/* - - - - - - - - - - - basic parts - - - - - - - - - - - */

body,th,td {
	color: #555;
}

a:link,a:visited {
	color: #1D83D9;
}

a:hover,a:active {
	color: #1D83D9;
	text-decoration: underline;
}

ul li {
	list-style-type: none;
}

img {
	vertical-align: top;
	border-style: none;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.small {
	font-size: 10px;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.red {
	color: #C00;
}

hr {
	border: dotted #9DAAB5;
	border-width: 1px 0px 0px 0px;
	height: 1px;
	overflow: hidden;
	margin: 12px 0;
	clear: both;
}

.mb30 {
	margin-bottom: 30px;
}



/* - - - - - - - - - - - layout (common) - - - - - - - - - - - */

/*------------------------------------------------
	header
--------------------------------------------------*/
#header {
	border-top: 6px solid #1eb9f0;
}
#header .inner {
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
	*zoom: 1;
}
#header .inner:after {
	content:".";display:block;height:0;clear: both;visibility:hidden;font-size:0;line-height:0;
}
#header #sitelogo,
#header .navi {
	float: left;
	margin-right: 5px;
}
#header #sitelogo {
	width: 109px;
}
#header .navi {
	padding-top: 9px;
	width: 130px;
}

/*------------------------------------------------
	footer
--------------------------------------------------*/
#footer {
	border-top: 3px solid #1eb9f0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#footer .inner,
#footer #fnavi ul {
	overflow: hidden;
	*zoom: 1;
}
#footer .inner:after,
#footer #fnavi ul:after {
	content:".";display:block;height:0;clear: both;visibility:hidden;font-size:0;line-height:0;
}
#footer .inner {
	margin: 1px auto 0;
	padding-top: 13px;
	width: 970px;
}
#footer #fnavi {
	float: left;
	width: 300px;
}
#footer #fnavi ul li {
	float: left;
}
#footer .copyright {
	float: right;
	width: 246px;
}



/* - - - - - - - - - - - layout (contents) - - - - - - - - - - - */

div.cntwrapper {
	background: url(../images/bg_sky01.jpg) top center no-repeat;
	width: 100%;
	min-width: 960px;
	width: expression(document.body.clientWidth < 962? "960px" : "auto");
	height: 526px;
	margin: 20px 0;
}

div.contents {
	width: 960px;
	margin: 0 auto;
}

h2 {
	display: block;
	width: 400px;
	float: left;
	margin: 1px 0 0 0;
}

div.infoBox {
	width: 540px;
	height: 524px;
	float: right;
	background: url(../images/bg_recruit_box.jpg) top center no-repeat;
	margin: 1px 0 0 0;
}

div.infoBox h3 {
	clear: both;
	margin: 0 0 5px 0;
}

div.arrow {
	width: 30px;
	float: left;
}

div.infoBox iframe {
	display: block;
	float: right;
	width: 470px;
	height: 60px;
	border: none;
	margin: 0 0 5px 0;
	*margin : 0 0 0 0; /* IE7 and below */
}

div.info {
	width: 500px;
	margin: 19px auto 0;
}

@media print {
}




















