/**
 * news.html使用CSS
 *
 *
*/

/*サブ領域
-----------------------------------------------------------*/
#sub .area .menu a{
	width:197px;
	height:18px;
	line-height:18px;
	display:block;
}
#sub .area .menu a:link,
#sub .area .menu a:visited,
#sub .area .menu a:active{
	text-decoration:none;
}
#sub .area .menu a:hover{
	text-decoration:underline;
}
/*メイン領域
-----------------------------------------------------------*/
#main .area dl dt .new{
	/* 2010/06/03 画像を直にはりつける方式に変更
	background:url(../img/news/img_icon_new_type0.gif) no-repeat;
	background-position:right 1px;
	*/

	padding-right:30px;
    font-weight:bold;
}

#newsTitle{
	padding:5px 5px 5px 5px;
	
	/*border:1px solid #798AB2;*/
}
#newsTitle table{
	width:511px;
}
#newsTitleFront{
	width:5px;
	background-color:#22407E;
	font-size:15px;
	text-align: center;
}
#newsDateFont{
	vertical-align:top;
	color:#798AB2;
	width:100px;
	font-size:15px;
    font-weight:bold;
	text-align: center;
}
#newstitleFont{
	color:#798AB2;
	font-size:15px;
    font-weight:bold;
	padding-left:10px;
}
#newstitleFont img{
	vertical-align:middle;
}
dt{
    font-weight:bold;
}

table tr td{
    font-size:15px;
}
.secondRow{
    padding: 15px 0 0 10px;
}
a{
    font-color:#00F;
    font-weight:bold;
}

h3{
    font-size:12px;
}

