@charset "utf-8";

/* j[Xꗗ ------------ */
.newsTitle .newsList fbox dd {
	background: url(../img/common/arrow.gif) no-repeat;
}



#year {
	padding-bottom:5px;
	border-bottom: 3px solid #F2E6E6;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

#year h3 {
	color: #8E4646;
	background: url(../topics/images/all_year.gif) no-repeat left center;
	float: left;
	width: 30%;
	padding: 5px 0px 0px;
	font-size: 140%;
	text-align: left;
}
#year div {
	float: right;
	width: 50%;
	text-align: right;
	font-size: 12px;
}
.date {
	font-size: 85%;
}
form {
	margin:0;
	padding:0;
}
input {
	font-size: 12px;
}
select {
	font-size: 12px;
}

#mainarea .listbox {
	clear: both;
	margin-bottom: 10px;
}
.listbox:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
*html .listbox {
	height:0.1%;
}
*+html body .listbox {
	display: inline-block;
}
.error {
	padding-left: 20px;
	padding-top: 10px;
}





/* detale.html */
#mainarea #EntryTitle {
	text-align: left;
}
#mainarea #NewsArea {
	text-align: left;
	line-height: 170%;
	font-size: 115%;
}





/*clearfix*/
.Clear {
	clear: both;
}
.Clear:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
*html .Clear {
	height:0.1%;
}
*+html body .Clear {
	display: inline-block;
}
