@charset "utf-8";
/* ===================================================================
CSS information
 author     :	mamiko
 style info :	リセット及びbody初期設定
 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
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-size: 0;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
p {
	margin-bottom: 1em;
}

/*--- default */
body {
	background: #FFF;
	color: #333;
	font-size: 12px;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	_font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic";
}
*:first-child + html body {	/* for IF7 */
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic";
}
/* ===================================================================
CSS information
 style info :コンテンツエリア関係 他
 
 構成
 基本設定、リンクカラー、レイアウト、横幅設定など
 汎用class
 #navSkip
 #page
  #contents
   #main
   #sub
 
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラー、レイアウト、横幅設定など
----------------------------------------------------*/
body {/*
	background-image: url(../img/body_bg.gif);
	background-repeat: repeat;
	background-position: left top;
*/}

a:link {
	color:#F2606E;
}

a:visited {
	color:#F2606E;
}

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

a:active {
	color:#F2606E;
}



/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.pink{
	color:#F2606E;}
.clear{clear:both;}
/*
	clearfix
*/
#hoge:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}



#page {
	position:relative;
	width: 897px;
	height: 906px;
	padding-top: 15px;
	padding-left: 15px;
	text-align: left;
	background-image:url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow:hidden;
	margin:0px auto;
}
/*html body #page{
	height:906px;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="common/img/body_bg.png", sizingMethod="crop");
}*/


#sub {
	position:absolute;
	left:15px;
	top:15px;
	width:166px;
	height:876px;
	z-index:50;
}
#sub ul{
	width:166px;
	height:876px;
	background-image: url(../img/g_navi_ov.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

	

#sub ul li a{
	display:block;
	text-indent:-1000em;
	font-size:0;
	line-height:0;
}
#sub ul li.navi-home a{
	height:80px;
	width:110px;
}
#sub ul li.navi-wbs a{
	height:81px;
	width:154px;
	_margin-top:-2px;
}
*:first-child+html body #sub ul li.navi-wbs a{margin-top:-2px; }
#sub ul li.navi-course a{
	height:81px;
	width:166px;
	_margin-top:-2px;
}
*:first-child+html body #sub ul li.navi-course a{margin-top:-2px; }
#sub ul li.navi-app a{
	height:81px;
	width:166px;
	_margin-top:-2px;
}
*:first-child+html body #sub ul li.navi-app a{margin-top:-2px; }
#sub ul li.navi-reference a{
	height:81px;
	width:141px;
	_margin-top:-2px;
}
*:first-child+html body #sub ul li.navi-reference a{margin-top:-2px; }
#sub ul li.navi-faq a{
	height:472px;
	width:99px;
	_margin-top:-2px;
}
*:first-child+html body #sub ul li.navi-faq a{margin-top:-2px; }
#sub ul li.navi-home a.active,
#sub ul li.navi-home a:focus,
#sub ul li.navi-home a:hover{
	background-image: url(../img/g_navi_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#sub ul li.navi-wbs a.active,
#sub ul li.navi-wbs a:focus,
#sub ul li.navi-wbs a:hover{
	background-image: url(../img/g_navi_wbs.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#sub ul li.navi-course a.active,
#sub ul li.navi-course a:focus,
#sub ul li.navi-course a:hover{
	background-image: url(../img/g_navi_course.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#sub ul li.navi-app a.active,
#sub ul li.navi-app a:focus,
#sub ul li.navi-app a:hover{
	background-image: url(../img/g_navi_applicants.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#sub ul li.navi-reference a.active,
#sub ul li.navi-reference a:focus,
#sub ul li.navi-reference a:hover{
	background-image: url(../img/g_navi_reference.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#sub ul li.navi-faq a.active,
#sub ul li.navi-faq a:focus,
#sub ul li.navi-faq a:hover{
	background-image: url(../img/g_navi_faq.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	width: 866px;
	/*padding-left:128px;*/
	height: 875px;
	border: 1px solid #F2606E;
	overflow:hidden;
}

#contact-area{
	height:65px;
	padding-top:13px;
	padding-left:139px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2606E;
	margin-bottom:23px;
}
#contact-area ul,
#contact-area ul li{
	float:left;
}
#contact-area ul{
	width:727px;
	height:52px;
	background-image: url(../img/contact_navi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow:hidden;
}

#contact-area ul li a{
	display:block;
	height:52px;
	text-indent:-1000em;
	font-size:0;
	line-height:0;
}
#contact-area ul li.navi-tel{
	width:225px;
	margin-right:20px;
	display:block;
	height:52px;
	text-indent:-1000em;
	font-size:0;
	line-height:0;
	}
#contact-area ul li.navi-mail a{
	width:264px;
	margin-right:20px;
}
#contact-area ul li.navi-download a{width:174px;}


#contact-area ul li.navi-mail a.active,
#contact-area ul li.navi-mail a:focus,
#contact-area ul li.navi-mail a:hover{
	background:url(../img/contact_navi.gif) no-repeat -245px -52px;
}

#contact-area ul li.navi-download a.active,
#contact-area ul li.navi-download a:focus,
#contact-area ul li.navi-download a:hover{
	background:url(../img/contact_navi.gif) no-repeat -529px -52px;;
}

#img-area{
	float:right;
}
#img-area .img1{
	background-image: url(../../common/img/img_area01_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 402px;
	width: 179px;
	padding-top:10px;
	padding-left:10px;
}
#img-area ul.img1 li{
	width:169px;
	height:130px;
	overflow:hidden;
	margin-bottom:1px;
}
#img-area .img2{
	background-image: url(../../common/img/img_area02_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 270px;
	width: 179px;
	padding-top:10px;
	padding-left:10px;
}
#signboard{
	border: 1px solid #F2606E;
	padding:10px;
	width:499px;
}
