@charset "utf-8";
/* CSS Document */

body {
	font-size: large;
	margin: 0;
	padding: 0;
	color: #333333;
	background: #F8FCE3;
}

.img {
max-width : 100% ;
height : auto ;
}

.toplogo{
 display: block;
 margin-left: auto;
 margin-right: auto;
}

/*============================================
コンテンツ
============================================*/
div#content {
	width:480px; margin:10px 20px 10px 0px;	
 margin-left: auto;
 margin-right: auto;				
}


/*============================================
ニュース
============================================*/
div#news {
	width:auto; margin-right:10px; padding-top:30px; 
				
}

/*見出し・段落・水平線のスタイル指定*/
h2 {
	font-size:100%; margin-bottom:5px; padding-left:10px;
	font-size:95%; border-bottom:solid 1px #cccccc;

}

/*============================================
フッタ
============================================*/
div#footer {
	height:30px; text-align:center;
	clear:both;					
	background-repeat:no-repeat;
	background-color:#F8FCE3;	
}
address {
	font-style:normal;	
	font-size:small;	
	padding:5px 0px 5px 0px;
}