@charset "utf-8";
/* CSS Document */

#rightcolumn a:hover img {
filter:alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}


#rightcolumn .index {
	height:50px;
	}
#rightcolumn .index p{
	padding:15px;
	text-align:center;
	}
#rightcolumn .topImg {
margin-bottom:15px;
}

#rightcolumn .listBox{
width:760px;
background-color:#f7f7f7;
clear:both;
margin-bottom:20px;
}


#rightcolumn .listBox .subTitle{
	width:760px;
	height:42px;
	background:url(../images/midashi_bk.gif) no-repeat;

}

#rightcolumn .listBox .subTitle p{
font-size:16px;
font-weight:bold;
color:#fff;
padding: 12px 20px 0px;

}


#rightcolumn .listBox ul{
	margin:20px 0px 0px 15px;
	/* [disabled]border-bottom:dotted 1px #999999; */
	clear:both;
	/* [disabled]padding-bottom:15px; */
}

#rightcolumn .listBox ul.end{
	border-bottom:none;
}


#rightcolumn .listBox ul li{
	float:left;
	width:170px;
	margin-right:14px;
	height: 9em;
}

#rightcolumn ul li img{
}

#rightcolumn ul li p{
	font-size:10px;
	line-height:1.3;
	color:#333;
	padding: 3px 4px 0px;
	/* [disabled]height: 3.5em; */
}

#rightcolumn ul li p.info{
font-size:10px;
color:#ff0033;
}

