@charset "utf-8";

/* トップページメイン画像 */
#topMainWrap {
	margin: 0;
	padding: 0;
	background: #ffffff;
}
#topMain {
	position: relative;
	width: 1024px;
	height: 570px;
	background: url(../img/topmainbow.jpg) no-repeat 0 220px;
}
#topMainLogo {
	position: absolute;
	top: 80px;
	left: 90px;
	margin: 0;
	padding: 0;
	width: 285px;
	height: 80px;
}
#topMainCopy {
	position: absolute;
	top: 20px;
	left: 460px;
	margin: 0;
	padding: 0;
	width: 510px;
	height: 220px;
}

/* トップナビゲーション */
#topNaviWrap {
	float: none;
	height: 58px;
	margin: 0;
	padding: 0;
	background: url(../img/topnavibg.png) repeat-x;
}
#topNavi {
	float: none;
	width: 1024px;
	height: 58px;
	margin: 0;
	padding: 0;
}
#topNavi ul {
	width: 1024px;
	height: 58px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../img/topnavi.png) no-repeat;
}
#topNavi li {
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#topNavi li#news a {
	display: block;
	width: 147px;
	height: 58px;
	text-decoration: none;
}
#topNavi li#news a:hover {
	width: 147px;
	height: 58px;
	background: url(../img/topnavi_on.png) no-repeat 0 0;
}
#topNavi li#newroadster a {
	display: block;
	width: 147px;
	height: 58px;
	text-decoration: none;
}
#topNavi li#newroadster a:hover {
	width: 147px;
	height: 58px;
	background: url(../img/topnavi_on.png) no-repeat -147px 0;
}
#topNavi li#story a {
	display: block;
	width: 147px;
	height: 58px;
	text-decoration: none;
}
#topNavi li#story a:hover {
	width: 147px;
	height: 58px;
	background: url(../img/topnavi_on.png) no-repeat -294px 0;
}
#topNavi li#smiles a {
	display: block;
	width: 147px;
	height: 58px;
	text-decoration: none;
}
#topNavi li#smiles a:hover {
	width: 147px;
	height: 58px;
	background: url(../img/topnavi_on.png) no-repeat -441px 0;
}
#topNavi li#meetings a {
	display: block;
	width: 146px;
	height: 58px;
	text-decoration: none;
}
#topNavi li#meetings a:hover {
	width: 146px;
	height: 58px;
	background: url(../img/topnavi_on.png) no-repeat -588px 0;
}
#topNavi li#messages a {
	display: block;
	width: 145px;
	height: 58px;
	text-decoration: none;
}
#topNavi li#messages a:hover {
	width: 145px;
	height: 58px;
	background: url(../img/topnavi_on.png) no-repeat -734px 0;
}
#topNavi li#museum a {
	display: block;
	width: 145px;
	height: 58px;
	text-decoration: none;
}
#topNavi li#museum a:hover {
	width: 145px;
	height: 58px;
	background: url(../img/topnavi_on.png) no-repeat -879px 0;
}

/* トップページコンテンツ枠 */
#topContentsWrap {
	float: none;
	margin: 0;
	padding: 0;
	background: #fff;
}
#topContents {
	width: 1024px;
	margin: 0;
	padding: 0;
	color: #444;
	text-align: left;
}
#topWhatsnew {
	float: left;
	display: inline;
	width: 495px;
	margin: 0;
	padding: 0;
}
#topHeadlines {
	float: right;
	display: inline;
	width: 495px;
	margin: 0;
	padding: 0;
}
#topContents ul {
	width: 495px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#topContents li {
	float: none;
	margin: 15px 0 0 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
	font-size: 13px;
	line-height: 140%;
}
.whatsnewDay {
	margin-bottom: 5px;
	color: #182c74;
	font-weight: bold;
}
.whatsnewText {
	margin-left: 25px;
}
