@charset "utf-8";

/* ----------------------

css for : top

------------------------- */

body a {
	text-decoration: none;
	color: #fff;
}

body a:hover {
	text-decoration: underline;
	color: #fff;
}


div.wrap {
	background: url("../images/top_bg.jpg") no-repeat;
	height: 694px;
	position: relative;
}

div#nav h1 {
	padding: 70px 0 0 38px;
	/*padding: 70px 0 0 38px;*/
}

div#content {
	width: 100%;
	float: none;
	text-indent: 0;
}

/*object {
	position: absolute;
	top: 500px;
	left: 55px;
}*/

div#news {
	position: absolute;
	top: 500px;
	left: 60px;
}

div#news p {
}

div#news dl {
	margin-left: 8px;
	font-size: 75%;
	color: #ddd;
}

div#news dl dd {
	margin-bottom: 10px;
}

div#news dl a {
	color: #ddd;
}


ul#footer {
	position: absolute;
	top: 666px;
}



