@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

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

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

ニュース

****************************************************************************************************/
.privacy{

}
	.privacy section{
		margin-bottom:80px;
	}
	.privacy h3{
		background:url(../images/headline_bg.jpg) no-repeat;
		padding:0.5em 0 0.4em;
		text-align:center;
		font-size:24px;
		color:#003F80;
		margin-bottom:30px;
	}
	
	.privacy ol li{
		list-style:decimal;
		margin-left:1.5em;
		margin-bottom:20px;
	}
		.privacy ol li p{
			margin-top:10px;
			font-size:90%;
		}
	
	.privacy  .lead{
		margin-bottom:30px;
	}
	.privacy .purpose{
		font-size:90%;
	}
	
