@charset "utf-8";
/*----------------------------------------------------------------------------------------*
*　■内外リクルート　基本デザイン
*
*		作成日：		2008.04.11
*		製作者：		otsubobusto
*
*-----------------------------------------------------------------------------------------*/

#Header h1{
	/*width: 400px;*/
	width: 350px;
}


/*---------------------------------------------------------------------
　■メインエリア
-----------------------------------------------------------------------*/
#MainArea{
	float: right;
	width: 547px;
	margin-top: 8px;
}

#bannerMenu{
	margin-bottom: 15px;
}
#bannerMenu a{
	display: block;
	width: 265px;
	height: 157px;
	color: #333;
	font-size: 10px;
}
#bannerMenu a#examine{
	float: left;
	background-image: url(../img/index/btn_examine.jpg);
}
#bannerMenu a#future{
	float: right;
	background-image: url(../img/index/btn_future.jpg);
}
#bannerMenu a:hover{
	color: #333;
	background-position: 0px -157px;
}
#bannerMenu a h2{
	font-size: 10px;
	line-height: 10px;
	text-indent: -9999px;
}
#bannerMenu a p{
	margin: 112px 4px 0 6px;
	line-height: 16px;
	letter-spacing: 0.05em;
}



#seminarInformation{
	background: url(../img/index/seminar_back.gif) repeat-y;
}
#seminarInformation h2{
	height: 12px;
	text-indent: -9999px;
	background: url(../img/index/seminar_title.gif) no-repeat;
}
#seminarInformation dl{
	padding: 15px 0 3px 24px;
	background: url(../img/index/seminar_btm.gif) no-repeat left bottom;
}
#seminarInformation dt{
	float: left;
	width: 90px;
}
#seminarInformation dd{
	padding-left: 90px;
	margin-bottom: 12px;
}




/* バナーのところ */
div.main-bnr{
	clear: both;
	float: none;
	
	padding: 12px 0 12px 0;
	margin: 12px 0;
	
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
div.main-bnr table{
	width: 100%;
}
div.main-bnr td{
	width: 50%;
}
div.main-bnr td.left{
	text-align: left
}
div.main-bnr td.right{
	text-align: right;
}



/*---------------------------------------------------------------------
　■サイドエリア
-----------------------------------------------------------------------*/
#SideArea{
	float: left;
	width: 220px;
}

#personnelBlog{
	margin-bottom: 10px;
	background: url(../img/index/personnel_back.gif) repeat-y;
}
#personnelBlog h3{
	height: 19px;
	text-indent: -9999px;
	background: url(../img/index/personnel_title.gif) no-repeat;
}
#personnelBlog p.rikunavi{
	x padding: 0 0 143px 0;
	height: 143px;
	background: url(../img/index/personnel_btm.gif) no-repeat left bottom;
}
#personnelBlog p.rikunavi a{
	display: block;
	height: 143px;
	text-indent: -9999px;
}


/* [未使用]
#personnelBlog dl{
	padding: 0 12px 143px 12px;
	background: url(../img/index/personnel_btm.gif) no-repeat left bottom;
	
}
#personnelBlog dt{
	line-height: 24px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999;
}
#personnelBlog dt.new{
	padding-left: 50px;
	background: url(../img/base/icon_new.jpg) no-repeat left center;
}
#personnelBlog dd{}
*/



/* バナーエリア（イナバウナー・・・） */
#SideArea div.bnr-area{
	margin-bottom: 12px;
}
#SideArea div.bnr-area ul{
	list-style: none;
}



/* 内外電機ミニメニュー */
#naigai-menu{
	
}
#naigai-menu h3{
	margin: 0;
}
#naigai-menu ul{
	margin: 0;
	padding:0;
	list-style: none;
}
#naigai-menu li{
	margin: 0;
	padding:0;
}
#naigai-menu li img{
	x  vertical-align: middle;
}





/*END*/