@charset "EUC-JP";

/* CSS Document */



@import url("layout.css");

@import url("common.css");

@import url("font.css");



body {

	margin: 0px;

	padding: 0px;

}

#news {

	margin: 0px;

	padding: 0px;

	width: 500px;

	min-height: 500px;

	background: url(../../news/images/bg_popup.gif) no-repeat left top;

}

#news div.head {

	position: relative;

	width: 490px;

	margin: 5px;

}

#news div.head h1 {

	float:left;

	margin: 10px 0 0 10px;

}

#news div.head p {

	float: right;

	margin: 15px 10px 0 0;

}

#news div.cnt {

	margin: 30px;

}

#news div.cnt h2 {

	font-size: 150%;

	padding: 0 0 10px 0;

	border-bottom: 1px dotted #cccccc;

	text-align: left;

}

#news div.cnt p {

	margin: 20px 0;

	text-align: left;

	line-height: 200%;

}

