﻿@charset "utf-8";


/* TopPage settings */


/* Content in case of TopPage (none SideBar) */
#top_content {
	width: 755px;
	height: 375px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background: url(../img/mainvisual.jpg) no-repeat scroll center center;
}

#whatsnew {
	position: absolute;
	width: 370px;
	height: 87px;
	z-index: 10;
	left: 20px;
	top: 399px;
	background-image: url(../img/whatsnew_bg.gif);
	layer-background-image: url(../img/whatsnew_bg.gif);
	border: 1px none #000000;
	visibility: visible;
}
#whatsnewbody {
	position: absolute;
	width: 362px;
	height: 65px;
	z-index: 11;
	top: 19px;
	left: 7px;
	overflow: auto;
	visibility: visible;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: smaller;
	color: #996600;
	line-height: 1em;
}
#whatsnewbody a { color: #bb3300; text-decoration: none; }
#whatsnewbody a:link { color: #bb3300; }
#whatsnewbody a:visited { color: #bb3300; }
#whatsnewbody a:hover { color: #ff3366; }
#whatsnewbody p {
	text-indent: 0.5em;
	width: 335px;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	border-top: 0px none #ffffff;
	border-top: 0px none #ffffff;
	border-bottom: 1px solid #e9d8a5;
	border-left: 0px none #ffffff;
}

