@charset "utf-8";

/*================================
t@CFnews.css
Fj[XAуy[W̃X^C

IE6.5ȉɂ̂ݓKpX^C ie.css
ɋLqĂ܂B

=================================*/

@import url("../share/default.css");
@import url("../share/common.css");

/* Clearfix
=================================*/

ul.pageNav:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

ul.pageNav {
	display: inline-block;
}

/* Hide from Mac IE \*/
ul.pageNav {
	*height: 1%;
	display: block;
}
/* Hide from Mac IE */


/* =========================================
*  MAIN
* ========================================= */

/* pageNav */

ul.pageNav {
	padding: 4px 20px 0;
}

ul.pageNav li {
	float: left;
	margin-right: 1em;
	padding-left: 1em;
	width: 5em;
	background: url(../../img/share/icon_arw01.gif) no-repeat left center;
}

/* newsBox */

div.newsBox {
	margin-top: 8px;
	width: 582px;
	background: url(../../img/share/bg_news_rp.gif) repeat-y;
}

div.newsBox dl {
	padding: 16px 18px 8px;
	background: url(../../img/share/bg_news_bt.gif) no-repeat left bottom;
}

div.newsBox dt {
	float: left;
	padding-left: 1em;
	width: 7em;
	background: url(../../img/share/icon_arw01.gif) no-repeat left center;
}

div.newsBox dd {
	margin-left: 8em;
	padding-bottom: 12px;
	color: #3C3C3C;
}

/* detail title */

div.detailTit {
	width: 582px;
	position: relative;
}

div.detailTit p.btn {
	position: absolute;
	top: 5px;
	right: 0;
}

div.detailTit p.btn a:hover img {
	opacity: .6;
	filter: alpha(opacity=60);
}

div.detailTit h1 {
	padding: 5px 0 7px;
	background: url(../../img/share/bg_tit.gif) no-repeat left bottom;
	font-weight: bold;
	font-size: 117%;
}

div.detailTit h1 span {
	font-weight: normal;
	font-size: 71%;
}

/* detail box */

div.detailBox {
	margin-top: 10px;
	padding-bottom: 17px;
	width: 581px;
	background: #EAE1D3;
}

div.detailBox p {
	padding: 12px 21px 0;
	line-height: 1.7;
}

