@charset "euc-jp";
/* CSS Document */


/*////////////////////////////////////////////一覧ページ//////*/
#news_title{
   width:654px;
   height:39px;
   background:url(../img/title.gif) no-repeat;
   margin:0px;
   padding:0px;
}
#news_title h2{
   text-indent:-5000px;
   width:654px;
   height:39px;
   margin:0px;
   padding:0px;
 }

#news_table{
   width:620px;
   border:#CCCCCC solid 1px;
   margin:15px auto;
   border-collapse:collapse;
}
#news_cont{
   border:#CCCCCC solid 1px;
   padding:3px;
}
#news_cont a:hover{
   color:#AF5A5C;
   text-decoration:none;
}
#news_cont_day{
   border:#CCCCCC solid 1px;
   padding:3px;
   text-align:center;
}

#news_item_day{
   background: #FDE8E8;
   text-align:center;
   color:#666666;
   border:#CCCCCC solid 1px;
   width:100px;
   padding:3px;
}
#news_item_title{
   background: #FDE8E8;
   text-align:center;
   color:#666666;
   border:#CCCCCC solid 1px;
   width:360px;
   padding:3px;
}
#news_item_relation{
	background: #FDE8E8;
	text-align:center;
	color:#666666;
	border:#CCCCCC solid 1px;
	padding: 3px;
}




/*////////////////////////////////////////////記事ページ//////*/


#news_article_title{
    width:614px;
	border-bottom:#CCCCCC dotted 1px;
	margin:15px auto 0 auto;
	padding:3px;
}

#news_article_title h1{
    border-left:#FF3333 solid 5px;
	font-size:18px;
	font-weight:bold;
	padding-left:10px;

}
#news_article_body{
    width:610px;
	border-bottom:#CCCCCC dotted 1px;
	margin:10px auto 0 auto;
	padding:5px;
	line-height:150%;
}
#news_article_day{
    width:614px;
	margin:5px auto 0 auto;
	padding:3px;
	text-align:right;
}

#news_relation_table{
    width:620px;
   border:#CCCCCC solid 1px;
   margin:10px auto;
   border-collapse:collapse;
}

#news_relation_title{
    background: #FDE8E8;
   border:#CCCCCC solid 1px;
   padding:3px;
   text-align:center;
}

#news_relation_body{
   border:#CCCCCC solid 1px;
   padding:5px;
   line-height:150%;
}
#news_relation_body a:hover{
   color:#AF5A5C;
   text-decoration:none;
