@charset "utf-8";

/*====================================================

FileName:top.css

====================================================== */

/*layout*/

.index #contents{
	margin:0 auto;
	width:900px;
}

.index #contents #main{
	width:620px;
	float:left;
}

.index #contents #sub{
	margin-left:30px;
	margin-right:0;
	width:250px;
	float:left;
}
.contArea30{
	margin:0 0 30px;
}


#main h3{
	margin:0 0 15px;
	padding:0;
	font-size:114%;
	background:none;
}


/*graphic*/
#graphic{
	margin-top:30px;
	margin-bottom:10px;
}

/*facebook*/
#facebook{
	margin:15px 0 0;
	position:relative;
	height:46px;
	background:url(../images/bg_facebook.gif) 0 0 no-repeat;
}
#facebook p{
	position:absolute;
	top:12px;
	left:11px;
}
#facebook iframe{
	position:absolute;
	top:11px;
	left:121px;
}

/*twitter*/
#twitter{
	margin:30px 0 0;
	line-height:1.3;
}
#twitter h3{
	margin:0;
}
#twitter ul{
	margin:-2px 0 0;
}
#twitter li{
	padding:12px 15px 9px;
	background:url(../images/lin_twitter.gif) 0 0 no-repeat;
	font-size:85%;
}
#twitter li a{
	display:block;
}


/*newsBlock*/
#newsBlock{
	margin-top:15px;
	padding-bottom:48px;
	background:url(../images/bg_news_btm.gif) 0 100% no-repeat;
}
#newsBlock h3{
	padding:46px 0 0 48px;
	background:url(../images/bg_news_top.gif) 0 0 no-repeat;
}
#newsBlock p{
	margin-left:48px;
	margin-bottom:7px;
	padding:0 5px 8px 10px;
	background:url(../common/images/lin_01.gif) 0 100% repeat-x;
	width:510px;
}
#newsBlock p strong{
	font-size:85%;
	margin-right:15px;
	font-weight:normal;
}

/*bnrBlock*/
#bnrBlock{
	margin-top:23px;
	position:relative;
	height:278px;
}
#bnrBlock li.voice{
	position:absolute;
	top:12px;
	left:0;
}
#bnrBlock li.recruit{
	position:absolute;
	top:0;
	left:330px;
}

