@charset "utf-8";

/* 
■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□
 
   ---≪説明≫-------------------------------------------------

	 トップページCSSです。
      
■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□
*/ 
/*====================================ヘッダー====================================*/

/*-------------ロゴ-------------*/
#header h1{
position:absolute;
top:40px;
width:412px !important;
height:50px;
padding-left: 0;
}

#header p{
font-size:10px;
color:#F5F5F5;
position:absolute;
top:23px;
left:50%;
margin-left:-400px;
width:400px;
}

/*====================================メインビジュアル====================================*/

/*■□■□■□■□■□■□■□ main_img ■□■□■□■□■□■□■□*/

#flashContent { /* メインイメージフラッシュ用 */
margin: 0 auto;
width: 900px;
height: 277px;
background:url(../img/main_v.jpg) no-repeat center top;
}

#flashContent h2{display:none;}

/*====================フラッシュが見えないとき用====================*/
#flashContent ul{padding:150px 0 0 2px;}

#flashContent ul li{
height:110px;
float:left;
margin:0 10px 0 0;
text-indent:-999em;
}

#flashContent ul li a{
display:block;
height:105px;
width:107px;
}
	#flashContent ul li.main_gansho a{width:200px;margin:-5px 15px 0 0;}




/*====================コンテンツ：左バナー====================*/
#contents #left{float:left;width:200px;}
#contents #left ul{margin:0;}
#contents #left ul img{margin-bottom:3px;}

/*-====================コンテンツ：What's NEW====================-*/
#contents .whats_new{
float:left;
width:460px;
background:url(../img/whats_new.gif) no-repeat;
}

#contents .whats_new h2 {
	background: none;
	float: left;
	width: 300px;
	height: 45px;
	line-height: 58px;
	padding: 0;
	margin: 0 0 0 18px;
	color: #e00;
	overflow: hidden;
	font-size: 100%;
	}
	
	* html #contents .whats_new h2 { margin: 0 0 0 9px; }
	
	/*-----What's NEW：ボタン-----*/
	#contents .whats_new ul{
	float: right;
	margin:18px 14px 0 0;
	font-size: 0.7em;
	}
	* html #contents .whats_new ul { margin: 18px 7px 0 0; }
	
	#contents .whats_new ul li{
	float:left;
	margin-left:5px;
	}
	#contents .whats_new ul li a{
	display:block;
	height:19px;
	line-height: 18px;
	color: #FFF;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	}
	#contents .whats_new ul li a:hover, #contents .whats_new ul li a:visited, #contents .whats_new ul li a:active{
	text-decoration: none; color: #fff; background-color: none;
	}
	#contents .whats_new ul li.wn_bn{width:70px;}
	#contents .whats_new ul li.wn_rss{width:30px;}


	/*-----What's NEW-----*/
	#contents .whats_new dl{
	padding:10px 10px 0px 10px;
	font-size:0.8em;
	clear: both;
	}
	*:first-child+html #contents .whats_new dl{ padding-top: 5px; }/* IE7 */
	
	#contents .whats_new dt{
	font-weight:bold;
	color:#666699;
	background: url(../img/common/arrow02.gif) no-repeat 5px 2px;
	padding-left:25px;
	}
	#contents .whats_new dd{
	margin:0 0 5px 0;
	padding:0 0 0 15px;
	}

/*====================コンテンツ：右バナー====================*/
#contents #right{float:left;width:140px;}
#contents #right ul{margin:0;}
#contents #right ul img{margin-bottom:3px;}


/*====================下：リンク====================*/
#bottom_column{
clear:both;
margin:0 auto;
}

	/*-----------------目指す仕事-----------------*/
	#bottom_column .bottom_box{
	float:left;
	width:255px;
	padding:0;
	margin:4px;
	border: 1px dotted #666666;
	}
	#bottom_column h3{
	background: url(../img/common/square01.gif) no-repeat 0 9px;
	padding:10px 0 0 30px;
	margin:0 0 0px 0;
	font-size:14px;
	color:#660000;

	}
	#bottom_column .bottom_box h4{
	font-size:12px;
	color: #FFFFFF;
	background:#E80F2B url(../img/common/arrow04.gif) no-repeat 5px center;
	border-bottom: 1px dotted #666666;
	margin:0 0 5px 0;
	padding:0 10px 0 20px;
	line-height:200%;
	}

	#bottom_column .bottom_box p.bottom_link{
	background:#FFC1C1 url(../img/common/slash01.gif);
	display:block;
	padding:5px;
	font-size:10px;}
		#bottom_column .bottom_box p.bottom_link span{float:right;font-weight:bold;}
	
	#bottom_column .bottom_box p.bottom_link a{
	display:block;
	padding:3px;
	text-decoration:none;
	}	
	#bottom_column .bottom_box p.bottom_link a:hover{
	background:#FCE9F2 url(../img/common/slash01.gif);
	text-decoration:none;
	}





