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

#head{
}


#advertisement{
	margin-top:10px;
	margin-bottom:20px;
}


div#information{
	margin-top:22px;
}



div#information div.frame{
	width:790px;
	height:120px;
	margin:0;
	padding:0 0 3px;
	overflow: auto;
	font-size:12px;
	background-color:#141F00;
	border:1px solid #565656;
}

div#information dt {
	margin:3px 0 4px;
	padding:3px 7px 0;
	border-bottom:1px dotted rgb(200,200,200);
	color:#fff;
	background:inherit;
}

div#information dd {
	margin:0;
	padding:0 0 5px 70px;
	color:#fff;
	background:inherit;
}

div#information dd img {
	vertical-align:middle;
	padding:0 3px 0 0;
}

div#information dd a {
	text-decoration:none;
	color:rgb(250,240,180);
}

div#information dd a:hover{
	text-decoration: underline;
}

