@charset "UTF-8";


/* ******************************************
 構造部分 定義
****************************************** */

.top-main {
	width: 579px;
	float: right;
}


/* **************************************************************
 ページID　定義
************************************************************** */

#top {
	width: 579px;
	min-height: 500px;
	color: #505050;
	padding-bottom: 30px;
}
*html #top {
	height: 500px;
}

#top a {
	text-decoration: underline;
}


/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */


/* ******************************************
 メインタイトル01 定義
****************************************** */

#top div.main-title01 {
	height: 19px;
	margin-bottom: 10px;
}


/* ******************************************
 キャッチ 定義
****************************************** */

#top h4.catch {
	margin-left: 10px;
	margin-bottom: 10px;
}


/* ******************************************
 メインタイトル02 定義
****************************************** */

#top div.main-title02 {
	width: 579px;
	height: 31px;
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 9px;
}

#top img.bt-rss {
	position: absolute;
	left: 184px;
	top: 8px;
}

#top img.bt-more {
	position: absolute;
	left: 508px;
	top: 6px;
}

/* ******************************************
 新着情報 定義
****************************************** */

#top div.whatsnew {
	width: 579px;
	margin-bottom: 15px;
}

#top div.whatsnew dl.newslist {
	width: 579px;
	background: url(../shared/images/top_line.gif) left bottom no-repeat;
	padding-bottom: 10px;
	margin-top: 6px;
}

#top div.whatsnew dl.newslist dt {
	display: inline;
	float: left;
	clear: left;
	font-size:80%;
	padding-left: 15px;
}

#top div.whatsnew dl.newslist dd {
	display: inline;
	font-size:80%;
	background:url(../shared/images/top_ic_001.gif) 10px 50% no-repeat;
	padding-left: 35px;
}
