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

#wrraper #contents {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	overflow: hidden;
	width: 1002px;
}
#wrraper #contents .title {
	margin-top: 35px;
	margin-bottom: 35px;
	clear: both;
}

#list {
	overflow: hidden;
}


#contents #list ul {
	margin: 0px;
	padding: 0px;
}

/*#contents #list ul li{
	float: left;
	padding-bottom: 25px;
	margin: 0px;
	width: 248px;
	padding-right: 2px;
	text-align: right;
}*/

#contents #list ul.list_l li{
	float: left;
	padding-bottom: 25px;
	margin: 0px;
	width: 332px;
	padding-right: 2px;
	text-align: right;
}

#contents .cap {
	margin-top: 10px;
}
#list ul li a:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#list .list_l .le {
	clear: both;
}

h3.s_title{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 21px;
	border-bottom: 1px dotted #666666;
	padding: 0 0 6px 0;
	margin-bottom: 8px;

}