@charset "utf-8";

/*for top*/

/*メインコンテンツ*/
#contentsbox
{
	background: none;
}

/*flash*/
#top_flash
{
	width: 880px;
	height: 240px;
	margin: auto;
	margin-top: 15px;
}

/*本文ボックス*/
#copy_box
{
	float: right;
	width: 625px;
	background: url(../img/common/main_bg.gif);
}

#copy1
{
	width: 585px;
	margin: 0 0 15px 0;
	padding: 15px;
	border: #cddaa6 5px solid;
	background: #fff;
}

.common-contents
{
	width: 880px;
	margin: 0;
	background: url(../img/top/line_top.gif) repeat-y;

}

/*センターカラム*/
#center-contents
{
	float: left;
	width: 444px;
	padding: 0 31px 0 0;
}

#center-contents h3
{
	margin: 0 0 10px 0;
}

/*新着情報ボックス*/
#text_box
{
	width: 410px;
	height: 450px;
	padding: 15px;
	overflow:auto;
	border: #a29755 solid 2px;
	background: url(../img/top/news_bg.png);
}

#text_box dl
{
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: url(../img/common/side_line.gif) bottom no-repeat;
}

#text_box dt
{
	float: left;
	width: 100px;
	height: 100%;
	margin: 0 10px 0 0;
	padding: 3px;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #ff7272;
}

#text_box dd
{
	float: left;
	width: 279px;
}

#center-contents2 dt
{
	font-weight: bold;
}

#center-contents2 dd
{
	border-bottom: #a19e8a 1px solid;
}

#center-contents2 p
{
	margin: 10px 0 0 0;
	text-align: right;
}

/*ライトカラム*/
#right-contents
{
	float: left;
	width: 150px;
}

#right-contents h3
{
	margin: 0 0 10px 0;
}

#right-contents li
{
	margin: 5px 0 0 0;
}