@charset "utf-8";

/*********************************
 *
 * NEWS STYLES
 *
 *********************************/

/*
body#news #main {background:url(../images/news/bg_contents_top.gif) 0 38px no-repeat;}
body#news #contents {margin-top:10px; background:url(../images/news/bg_contents.gif) repeat-y;}
*/

body#news div#wrapper {
	background-color:#fff;
	/* background-image: url(../common/images/bg_wrapper.gif), url(../images/top/top_mainimg23.jpg); */
	background-repeat: repeat-x, repeat-y;
	background-position: center top, center 0px;
	width:100%;
}
	
/* newsBox */
div.newsBox {float:left; width:603px;}

/* tbl_news */
table.tbl_news {width:595px;}
	table.tbl_news th, table.tbl_news td {padding:25px 0; border-bottom:1px solid #898989;}
	table.tbl_news th {width:183px;}
	table.tbl_news td {width:362px; padding-right:25px; padding-left:25px;}
		table.tbl_news td dl.date {}
			table.tbl_news td dl.date dt {float:left; width:110px;}
			table.tbl_news td dl.date dd {float:left;}
		table.tbl_news td h3 {margin:12px 0 15px 0; font-size:14px; font-weight:bold;}
		table.tbl_news td p {color:#000000; line-height:1.3;}

table.tbl_news {background-color:transparent;}
table.tbl_news th, table.tbl_news td {background-color:transparent;}


/*********************************

 * detail

 *********************************/

/* contents */
/** body#news_detail div#contents {background:url(../common/images/bg_contents.gif) right top repeat-y;} **/

body#news_detail div#wrapper {
	background-color:#fff;
	/* background-image: url(../common/images/bg_wrapper.gif), url(../images/top/top_mainimg23.jpg); */
	background-repeat: repeat-x, repeat-y;
	background-position: center top, center 0px;
	width:100%;
}

/* newsDBox */
/*div.newsDBox {float:left; width:550px; font-size:13px;}*/
div.newsDBox {float:left; width:550px; font-size:13px; padding-left: 10px;}
/*div.newsDBox p.pankuzu {margin-top:15px; font-size:12px;}*/
div.newsDBox p.pankuzu {margin-top:0;float:left; width:80%; font-size:12px;}
div.newsDBox p.date {float:left; width:20%; font-size:12px;text-align:left;}

/* tbl_d_news */
table.tbl_d_news {width:550px; margin-top:30px;}
	table.tbl_d_news th {padding-bottom:30px; color:#000000; font-size:16px;}
		table.tbl_d_news th h3 {font-weight:bold;}
		table.tbl_d_news th h4 {margin-top:15px; font-weight:bold;}
	table.tbl_d_news td {width:100px; padding-bottom:35px; text-align:right; vertical-align:bottom;}

/* recentBox */
div.recentBox {float:right; width:305px;}
	div.recentBox ul {margin:35px 0 0 20px;}
		/*div.recentBox ul li {margin-bottom:20px;}*/
		div.recentBox ul li {margin-bottom:0px;line-height:1.0;}
	
/* tbl_recent */
table.tbl_recent {width:285px; margin:7px 0 0 20px;}
	table.tbl_recent td {padding:12px 0; border-bottom:1px solid #dcdddd;}
		table.tbl_recent td p.date {font-size:10px;}
		table.tbl_recent td h4 {width:220px; margin-top:2px; font-weight:bold; line-height:1.3;}
		table.tbl_recent td img {float:right;}