@charset "utf-8";


/*body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	color: #454545;
	line-height: 1.8;
	background: url( 'bg-body.png' ) repeat 0 0;
}
*/
div#news_contents {
	width:50%;
	margin: 0px auto;
	margin-bottom:40px;
	padding: 10px 40px;
	background: #ffffff;
	border: 1px solid #333333;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
}

div#news_contents h1 {
	text-align:center;
padding: 0.5em 0;/*上下の余白*/
/*border-top: solid 3px #a40000;/*上線*/
border-bottom: solid 3px #333333;/*下線*/

	font-size:150%;
	line-height:1.5em;

}

div#news_contents p {
	margin: 10px 0 10px;
}

div#news{
	height:150px;
	overflow-y: scroll;
	
	}

div#news div#information div {
	margin: 20px 0;
	border-top:none;
	border-bottom: 1px dotted #333333;

}

div#news dl dt {
	font-weight: bold;
	padding-bottom: 10px;
}


.scroll{overflow-y:scroll;}





/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {


div#news_contents {
	width: 80%;
	padding: 20px 5%;
}

div#news_contents h1 {

	font-size:90%;

}

}
/* 1000pixel end */




