@charset "UTF-8";

/*link
--------------------------------*/
#newslist a{color: #333333; text-decoration: none;}
#newslist a:visited{color: #333333; text-decoration: none;}
#newslist a:hover{color: #8e3298;	text-decoration: underline;}
#newslist a:active{color: #333333; text-decoration: none;}



/*contents
--------------------------------*/
#contents #main_img{
	height:340px;
	margin-bottom:16px;
}

#contents .pagetop{ 
	clear:both;
	text-align:right;
	margin-bottom:10px;
}

#contents #classlist{ margin-bottom:31px;}
#contents #classlist li{
	width:143px;
	float:left;
	margin-right:7px;
}

#contents #classlist li.bt_more{
	width:44px;
	padding-top:59px;
	margin-right:0 !important;
}


/*news一覧*/
#contents #newslist{}
#contents #newslist table{
	width:798px;
	margin-bottom:5px;
	background: url(../img/line.gif) repeat-x left top;
}

#contents #newslist table tr{
	background: url(../img/line.gif) repeat-x left bottom;
	height:1px;
}

#contents #newslist table th{
	width:54px;
	padding:5px;
	text-align:center;
	font-weight:normal;
}
	
#contents #newslist table th span{
	font-size:10px;
	padding:0 1px;
	color:#ffffff;
	background-color:#850094;
}

#contents #newslist table td{
	padding:5px;
	font-size:12px;
}

/*アクセス*/
#contents #access{margin-top:27px;}
#contents #access dl{
	width:798px;
	height:255px;
}

#contents #access dt{
	width:351px;
	padding-top:177px;
	float:left;
}

#contents #access dd{
	width:434px;
	float:right;
}

#contents #access dd img{ border: 1px solid #bfbfbf; }

