@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      contents.css
 Style Info:     コンテンツエリア関係 他
----------------------------------------------------------- */

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

/*clearFix*/
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

.subPage #mainCol {
	padding-right: 45px;
}

#mainCol #leftCol {
	width: 650px;
	float: left;
}

#mainCol #rightCol {
	float: right;
	width: 210px;
}

#mainCol #rightCol #moduleBox {
	clear: both;
	margin-bottom: 20px;
}

#mainCol #rightCol #moduleBox h3 {
	background-image: url(../img/icon_news.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.25em;
	padding-left: 14px;
	line-height: 1em;
	margin-bottom: 10px;
	font-size: 14px;
	clear: both;
	color: #669900;
}

.date-header {
	display: none;
}

.entry {
	border: 2px solid #342D2E;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 10px;
	clear: both;
}

.entry-header {
	margin-top: 0;
	color: #333333;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
}

.date {
	font-size: 10px;
	color: #669900;
	float: right;
	padding-top: 5px;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #342D2E;
}

.entry-content {
	clear: both;
	padding-top: 10px;
}
