@charset "UTF-8";
/* read
--------------------------------------------------*/
div#main div.maincontents div.read {
	border-left: solid 3px #ff9933;
	background-color: #ffffcc;
	color: #000000;
	margin-bottom: 5px;
	padding-top: 5px;
}
div#main div.maincontents div.read h4 {
	border-bottom: solid 1px #ff9933;
	font-size: 1.5em;
	color: #000000;
	font-weight: 900;
}
div#main div.maincontents div.read h4 strong {
	color: #ff0000;
	font-weight:bold;
}
div#main div.maincontents div.read div.rubi {
	width: 780px;
	font-size: 1.1em;
	color: #666666;
	text-align: right;
}
div#main div.maincontents div.read img {
	float: left;
	margin:0 10px 10px 10px;
}
div#main div.maincontents div.read p {
	float:right;
	width: 380px;
	font-size: 1.2em;
	line-height: 1.5;
	margin: 5px 10px;
}
/* h5
--------------------------------------------------*/
div#main div.maincontents h5 {
	clear: both;
	font-size: 1.4em;
	color: #666666;
	font-family: serif;
	font-weight: bold;
	margin: 30px 0 10px 0;
}
/* area_info
--------------------------------------------------*/
div#main div.maincontents table.area_info {
	clear: both;
	border: solid 1px #999999;
	border-collapse: collapse;
}
div#main div.maincontents table.area_info tr th {
	border: solid 1px #999999;
	background-color: #cccccc;
	padding:5px;
}
div#main div.maincontents table.area_info tr td {
	border: solid 1px #999999;
	font-size: 1.2em;
	line-height: 1.5;
	vertical-align: top;
	padding:5px;
}
/* tenpo
--------------------------------------------------*/
div#main div.maincontents table.tenpo {
	border: none;
	margin-bottom:10px;
}
div#main div.maincontents table.tenpo tr th {
	border: none;
	font-size: 2.0em;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
}
div#main div.maincontents table.tenpo tr th a,
div#main div.maincontents table.tenpo tr th a:link,
div#main div.maincontents table.tenpo tr th a:visited {
	color:#000000;
	text-decoration:none;
}
div#main div.maincontents table.tenpo tr th a:hover {
	color:#999999;
	text-decoration:none;
}
div#main div.maincontents table.tenpo tr td {
	border: none;
	font-size: 1.2em;
	text-align: left;
}
/* new_date
--------------------------------------------------*/
div#main div.maincontents div.new_date {
	border-top:dotted 1px #666666;
	width: 795px;
	font-size: 1.2em;
	color:#666666;
	text-align: right;
}
