@charset "shift_jis";

@import "_common.css";



/**** -- TOPページ -- ****/

body {
	text-align: center;
	background: #d5f8ce;
	color: #666666;
}


/* 新着情報 */

#mainbox { width: 440px; }

#mainbox dt {
	float: left;
	text-align: left;
	width: 110px;
	padding: 0 0 10px 0;
	font-weight: bold;
	color: #3399cc;
}
#mainbox dd {
	float: left;
	text-align: left;
	width: 330px;
	padding: 0 0 10px 0;
}
