@charset "UTF-8";


/*--- TOPページ適用スタイル ---*/

/*--- Keyイメージ ---*/
div#keyImage
{
	background: #ffffff url(../img/key_img.jpg) no-repeat top left;
	width: 760px;
	height: 260px;
	margin-top: 10px;
}
div#keyTxt
{
	float: left;
	width: 540px;
	height: 260px;
}
div#keyMenu
{
	float: right;
	width: 220px;
	height: 180px;
}
div#keyMenu ul
{
	list-style-type: none;
	width: 200px;
	height: 90px;
	margin-top: 80px;
}
div#keyMenu li
{
	margin-bottom: 10px;
	width: 200px;
	height: 40px;
}

/*--- ユーザー別サービス ---*/
div#userMenu { clear: both; margin-top: 4px; }
div#userMenu ul
{
	list-style-type: none;
	width: 760px;
	height: 171px;
}
div#userMenu ul li
{
	float: left;
	width: 245px;
	height: 171px;
	margin-bottom: -3px;
}
li#userMenu01 { margin-right: 12px; }
li#userMenu02 { margin-right: 12px; }
li#userMenu03 { margin: 0px; }

/*--- 新着情報 ---*/
div#news
{
	width: 718px;
	margin-top: 10px;
	padding: 5px 10px 5px 10px;
	text-align: left;
	border-bottom: 1px dotted #999999;
}
div#news h2
{
	width: 738px;
	height: 30px;
	padding-bottom: 5px;
	border-bottom: 1px #999999 dotted;
}
div#news dl
{
	margin-top: 15px;
	margin-bottom: 10px;
	border-top: none;
}
div#news dt
{
	font-weight: 900;
	color: #333333;
	margin: 0px;
	padding: 0.2em 0 0.5em 1em;
	width: 6em;
	float: left;
}
div#news dd
{
	background-color: white;
	margin: 0 0 0 8em;
	padding: 0.2em 1em 0.5em 1em;
}
div#newsList
{
	clear: both;
	text-align: right;
}