@charset "utf-8";

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

index.css

======================================================================

	01.news

last update 00/00/00

====================================================================*/
#contents h3{margin-top: 15px;}


/*--------------------------------------------------------------------/
	01.news
/--------------------------------------------------------------------*/
#news table{
	border-top: solid 1px #e1e1e1;
	width: 513px;
}
#news table th,
#news table td{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: solid 1px #e1e1e1;
	text-align: left;
	line-height: 1.2;
	vertical-align: top;
}
#news table th{
	width: 150px;
}

#contents .topic{
	background: url(../../img/bg_topic.jpg) no-repeat top center;
	line-height:1.1;
}
.topic div{
	margin:0 10px;
	padding:10px 0 3px;
}
.topic div div{
	margin:0;
	padding:0;
}
.topic .topic_btm{
	clear:both;
	margin:0;
	padding:0 0 10px;
	background: url(../../img/bg_topic.jpg) no-repeat bottom center;
	width:513px;
	text-align:right;
}
.topic .topic_btm a{
	margin-right:20px;
}


.link{
	margin-left: 5px;
	width: 495px;
}

.link dt{
	margin-top:10px;
	margin-bottom:0;
}
.link dt span{
	margin-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.link dt a {
	color: #94532f;
}
.link dd{
	margin: 3px 0;
	border-bottom: 1px dashed #dddddd;
}
