@charset "Shift_JIS";
@import url("../../common/css/common.css");

/* --------------------------------------------------------------------------------------
 ニュース
--------------------------------------------------------------------------------------- */

/* News&Topics -------------------- */

div.news h2 {
	position: relative;
	width: 560px;
}

div.news h2 span {
	display: block;
	position: absolute;
	top: 12px;
	right: 7px;
}

div.news {
	width: 610px;
	padding: 30px 0 20px;
}

div.news dl {
	width: 560px;
	padding: 8px 0;
	background: url(../img/news_dotted.gif) no-repeat left bottom;
}

div.news dl:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.news dl { display:inline-block; }
/*\*/
* html div.news dl { height:1%; }
div.news dl { display:block; }
/**/

div.news dl dt {
	float: left;
	width: 100px;
	padding-left: 10px;
	background: url(../../img/ico_circle_orange.gif) no-repeat 0 50%;
	font-weight: bold;
}

/*\*/
div.news dl dt {
	clear: both;
}
/**/

div.news dl dd {
	float: left;
	width: 430px;
}

div.news dl dd span {
}

/*\*/
* html div.news dl dd {
	float: none;
}
/**/

*:first-child + html div.news dl dd {
	float: none;
}



/* ベース -------------------- */


div.ct-news {
	width: 610px;
	padding: 30px 0 20px;
	background: url(../img/news_dotted.gif) repeat-x left bottom;
}

div.ct-news p {
}

div.ct-news p span {
	color: #ff9600;
	font-weight: bold;
}

div.ct-news p.data {
	color: #999999;
	font-weight: bold;
}

div.ct-news h3 {
	width: 560px;
	margin-bottom: 10px;
	padding: 0px 0 5px;
	color: #5ca91a;
	font-weight: bold;
	font-size: 115%;
	background: url(../img/news_dotted.gif) repeat-x left bottom;
}

div.ctBox p.right {
	margin-top: 5px;
	text-align: right;
}



