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


/*=======================================

	ニュース&トピックス
	body id news

========================================*/

table#news {
	margin:10px 0 20px 20px;
	width:580px;
}

table#news th {
	font-size:108%;
	vertical-align:top;
	font-weight:bold;
	padding:0 15px 0 0;
}

table#news td {
	font-size:108%;
	vertical-align:top;
	line-height:1.5em;
	padding:0 15px 10px 0;
}

.back{
	width:100%;
	text-align:right;
	margin:5px 0;
	aborder:1px solid #333;
}
.back a{
	background:url(../../common/img/arrow.gif) no-repeat 0 2px;;
	padding:0 0 0 20px;
	float:right;
	display:block;
}

div.section{
	width:620px;
	padding:0 10px 10px ;
	clear:both;
}
p{
	line-height:1.5em;
	margin:10px 0;
	font-size:108%;
}
.title{
	font-weight:bold;
	font-size:131%;
	padding:0 0 5px 0;
	display:block;
	border-bottom:2px solid #36200E;
}
.date{
	font-size:108%;
	font-weight:bold;
	line-height:1.0em;
	margin-bottom:5px;
}


.center{
	text-align:center;
}


.notice img{
	padding-right:5px;
	vertical-align:middle;
	
}
.notice li{
	line-height:1.5em;
	padding-bottom:5px;
}

/*=======================================

	clearfix Module

========================================*/


.back:after{
    content: ".";
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    visibility: hidden;
}

/*\*/
* html .back {
    height: 1em;
	overflow: visible;
}
/**/

