@charset "utf-8";

/* -----------------------------------------------
Topページ(./index.html) CSS

Creator    : sue
LastUpdate : 08/04/03
----------------------------------------------- */

/* ===============================================
【基本構成】

1.右側コンテンツの設定
2.メインコンテンツの設定
	2-1.新着情報
=============================================== */

/* -----------------------------------------------------------------------------
1. 右側コンテンツの設定
----------------------------------------------------------------------------- */

#Right_box {
	float: right;
	display: block;
	width: 200px;
	margin: 0;
	padding: 0;

}

	#Right_box li {
		margin-bottom: 5px;
	}

/* -----------------------------------------------------------------------------
2. メインコンテンツの設定
----------------------------------------------------------------------------- */

#main_box {
	float: left;
	width: 465px;
	display: block;
}

	/* ---------------------------------------------------------------------------
	2-1.新着情報
	--------------------------------------------------------------------------- */

	dl.news {
		margin: 10px 0;
		font-size: 1.2em;
	}

		dl.news dt {
			padding-left: 12px;
			font-size: 0.8em;
			font-weight: bold;
			background: url("../common/img/point_04.gif") no-repeat left center;
		}
	
		dl.news dd {
			margin: 5px 0;
			padding-bottom: 5px;
			border-bottom: 1px dotted #B0B0B0;
		}

.topics h3{
	margin:5px 0 5px 0;
	color:#ff9900;
	}

.topics .data{
	text-align:right;
	}

