@charset "utf-8";

/*headPart*/

/*sidePart*/
@import url("/css/blocks/menuBlock.css");
/*contentPart*/

/*footPart*/




/*------------------------------
カラム分け
------------------------------*/
#mainBlock{
	width:810px;
	text-align:left;
}
#menuBlock{
	float:left;
	width:200px;
	margin:20px 0 0 0;
	background:#F2F2F2 url(/img/common/bg_menu.gif) no-repeat;
}
#contentsBlock{
	float:right;
	width:590px;
	margin:20px 0 0 0;
}

/* swf */
#swfBlock{
	width:810px;
	height:380px;
	margin:15px 0 0 0;
}



/*------------------------------
コンテンツブロック
------------------------------*/
/* メインボックス */
#contentsBlock #mainBox{
	float:left;
	width:370px;
}
#contentsBlock #mainBox h3{
	background:transparent url(/img/home/h_yellow.gif) no-repeat;
	width:370px;
	height:30px;
	margin:0 0 5px 0;
}
#contentsBlock #mainBox h3 img{
	margin:7px 0 0 8px;
}
#contentsBlock #mainBox #imgBox{
	margin:20px 0 0 0;
}
#contentsBlock #mainBox #imgBox{
	margin:20px 0 0 0;
}

/* インフォボックス */
#contentsBlock #mainBox #infoBox{
	background:transparent url(/img/home/information.gif) no-repeat;
	padding:23px 0 0 0;
	margin:20px 0 0 0;
}
#contentsBlock #mainBox #infoBox #textBox{
	background-color:#339966;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
}

/* バナーボックス */
#contentsBlock #bannerBox{
	float:right;
	width:200px;
}
#contentsBlock #bannerBox ul li{
	width:200px;
	height:85px;
	margin:0 0 15px 0;
}
#contentsBlock #bannerBox ul li a{
	display:block;
	width:200px;
	height:85px;
}
#contentsBlock #bannerBox ul li span{
	visibility:hidden;
	font-size:1%;
}
#employ{
	overflow:hidden;
	background:#FFFFFF url(/img/home/banner_employ.gif) no-repeat 0px 0px;
}
#employ a:hover{
	overflow:hidden;
	background:#FFFFFF url(/img/home/banner_employ.gif) no-repeat 0px -85px;
	text-decoration:none;
}
#schs{
	overflow:hidden;
	background:#FFFFFF url(/img/home/banner_schs.gif) no-repeat 0px 0px;
}
#schs a:hover{
	overflow:hidden;
	background:#FFFFFF url(/img/home/banner_schs.gif) no-repeat 0px -85px;
	text-decoration:none;
}
