@charset "UTF-8";
/*******************************************************************************
file name  :  index.css
********************************************************************************/

/*******************************************************************************
	main
*******************************************************************************/
#wrapper{
	padding-bottom:5px;
}
#main{
	width:780px;
	margin:0 auto;
	background:#FFFFFF;
	padding:5px;
}
/*******************************************************************************
	sidenavi
*******************************************************************************/
#sidenavi{
	width:150px;
	float:left;
	background-image: url(../img/sidenavi/bg_pole.gif);
	background-repeat: repeat-y;
}
#sidenavi dl dd{
	padding-top:5px;
}
#sidenavi dl dd.first-child{
	padding-top:0px;
}
#inner_cate_rink{
	padding-top:20px;
}
#sidenavi #bottom{
	background-image:url(../img/sidenavi/sidenavi_bottom.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 150px;
}
/*******************************************************************************
	content
*******************************************************************************/
#content{
	width:615px;
	padding-left:15px;
	float:left;
}
#content .section-Lv1{
	width:594px;
	padding-left:16px;
	padding-top:15px;
}
#content .section-Lv1 .left-column{
	float:left;
	padding-left:10px;
	width:200px;
}
#content .section-Lv1 .right-column{
	float:left;
	width:334px;
	background-image: url(../img/recruit/bg_r_colu_repeat.gif);
	background-repeat: repeat-y;
	padding: 0 0 0 30px;
}
#content .section-Lv1 .right-column p.subtitle{
	width:284px;
	background-image: url(../img/recruit/bg_subtitle.gif);
	background-repeat: no-repeat;
	height: 31px;
	font-size: 120%;
	font-weight: bold;
	color: #DD468E;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
#content .section-Lv1 .right-column .section-Lv2{
	padding-top:10px;
}
#content .section-Lv1 .right-column .first-child{
	padding-top:0px;
}
#content .section-Lv1 h2{
	padding-bottom:10px;
}

#content .pagetop{
	text-align:right;
	padding:30px 0 0 0;
}
#content .pagetop a{
	font-size:80%;
	text-decoration:underline;
}
.recruit h2 {
	background-image: url(../img/bg_h2_recruit.gif);
	background-repeat: no-repeat;
	padding: 10px 0 0 20px;
	height: 35px;
	width: 558px;
	font-size:120%;
	font-weight:bold;
	color:#abcd07;
}
.recruit .right-column p {
	padding: 0 60px 0 20px;
}
#content .section-Lv1 .right {
	float: right;
	padding:0 20px 0 0;
}

