@charset "Shift_JIS";

@import url("common.css");

/*----------------------------
container
----------------------------*/

div#topcontainer {
	position:absolute;
	width:782px;
	left:50%;
	margin: 0 0 20px -391px;
}

/*----------------------------
header
----------------------------*/
div#head h1 {
	color: #FAE5C9;
	text-align: right;
	padding: 10px 0 0 0;
}

/*----------------------------
topmain
----------------------------*/
table#topmain {
	width:782px;
}
td#news {
	width:250px;
	height: 56px;
	background-image: url(../img/top/news_bg.jpg);
}
td#news div{
	width:250px;
	height: 56px;
	overflow: auto;
	text-align: left;
	vertical-align: top;
	color: #FFFFFF;
	line-height: 1.3em;
}
td#news a {
	color: #FFFFFF;
	text-decoration: underline;
}
td#news a:visited {
	color: #FFFFFF;
}
td#news a:hover {
	color: #0066FF;
	text-decoration: underline;
}
dl.latestnews dt {
  margin-left: 10px;
  clear: left;
  float: left;
}
dl.latestnews dd {
  margin: 0.2em 10px 0.2em 6.5em;
}

/*-----------------------------
topnavi
----------------------------*/
table#topnavi {
	width:782px;
	margin-top: 3px;
}

/*-----------------------------
footer
----------------------------*/
p#copy {
	color: #995C3D;
	padding: 10px 0 10px 0;
}