@charset "UTF-8";

@import url("default.css");
@import url("common.css");


/*====================================== news */

/*--------- Banner */
div#header {
	position: relative;
}
div#header p.banner {
	position:absolute; top:-10px; left:426px;
	z-index: 100;
}


dt{color:#828282;}
dd{
	border-bottom:1px dotted #C0C0C0;
	padding-bottom:15px;
	margin-bottom:15px;
}

dd.lastChild{
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}
