@charset "utf-8";
/* CSS Document */


/*--------------------------------------リキッドカラムレイアウト*/

#contCenter {
    width: 100%;
    float: left;
	height:100%;
	border-bottom:1px solid #dcdcdc;
}

#contCenterInner {
    margin-right: 210px;
    margin-left: 210px;
	border-right:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
}

#contLeft {
    float: left;
    margin-left: -100%;
    width: 200px;
	height:100%;

}

#contRight {
    float: left;
    margin-left: -210px;
    width: 210px;
	height:100%;
}


/*--------------------------------------左カラム*/
#contLeft h1{
	color:#00bf11;
	font-size:13px;
	font-weight:normal;
	border-bottom:1px solid #dcdcdc;
	line-height:1em;
	padding:14px 12px 12px;
}

#contLeft ul{
	padding:20px 0;
	border-bottom:1px solid #dcdcdc;
	position:relative;
}

#contLeft ul li{
	margin-bottom:1px;
}

#contLeft ul li a{
	display:block;
	color:#000;
	text-decoration:none;
	font-size:12px;
	padding:6px 12px 4px;
}

#contLeft ul li.pageNaviSelected a,#contLeft ul li a:hover{
	background-color:#0cc61d;
	color:#fff;
}


/*--------------------------------------右カラム*/

#contRight h1{
	background:url(../img/right/icon_direction.png) no-repeat center bottom;
	padding-bottom:6px;
	margin-bottom:13px;
}

#contRight h1 span.asideTitleInner{
	background-color:#ebebeb;
	text-align:center;
	line-height:1em;
	padding:14px 0 8px;
	font-weight:normal;
	display:block;
	width:210px;
	height:20px;
}

#contRight .rightCont{
	margin-bottom:20px;
}

#contRight ul#recommendItem li{
	width:210px;
	height:105px;
	overflow:hidden;
	margin-bottom:10px;
}

#contRight ul#recommendItem li a:hover{
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	 opacity:0.85;
}

