@charset "utf-8";



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

カテゴリータイトル

****************************************************************************************************/
.category{
	text-align:center;
	background:#30639F;
}
	.category h2{
		width:1000px;
		margin:0 auto;
	}


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

メインコンテンツ

****************************************************************************************************/
.main{
	width:785px;
	margin:70px auto 0;
}



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

index.html

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

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

ニュース

****************************************************************************************************/
.news{
	
}
	.news section{
		margin-bottom:70px;
	}
	.news h3{
		color:#30639F;
		font-size:150%;
		margin-bottom:0.3em;
	}
	
	.news .news_list{
		width:100%;
		border-top:1px solid #5980BB;
	}
		
		.news .news_list dl{
			padding:1.3em 0 1em;
			background:url(../images/news_list_bg.jpg) repeat-x bottom;
		}
		.news_list dl:after {
				content: "."; 
				display: block; 
				height: 0; 
				clear: both; 
				visibility: hidden;
			}
			.news_list dl {
				display: inline-table;
				min-height: 1%;
			}
			/* Hides from IE-mac ¥*/
			* html .news_list dl { height: 1%; }
			.news_list dl { display: block; }
			/* End hide from IE-mac */{
						
					}
		.news .news_list dt{
			float:left;
			width:23%;
			color:#577FBD;
		}
			.news .news_list dt .date{
				padding-right:10px;
			}
			.news .news_list dt .cat{
				color:#FFF;
				background:#577FBD;
				border-radius:4px;
				font-size:80%;
				padding:0.4em 0.8em;
			}
		.news .news_list dd{
			float:left;
			width:77%;
		}
	
