@charset "utf-8";

/* top image
-----------------------------*/
#topimage {
	padding: 0px;
	width: 900px;
	margin-bottom: 35px;
	background: url(../images/top_image.jpg) no-repeat;
	height: 260px;
}

/* top page main style
------------------------------*/
#main {
	width: 630px;
	margin-bottom: 0px;
	left: auto;
	margin-right: 135px;
	margin-left: 135px;
	height: auto;
}
#topics {
	float: right;
	width: 200px;
	height: auto;
	border: 1px solid #333333;
	position: relative;
	margin-bottom: 25px;
}
#main #topics01 p {
	font-size: 12px;
	line-height: 1.6em;
	color: #000000;
	width: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin-bottom: 0px;
}
.orange {
	color: #D24817;
}
#main #label {
	width: 300px;
	position: relative;
	text-align: left;
	float: right;
	height: 150;
	border: 1px solid #333333;
	margin-top: 25px;
	top: 0;
}
#main #newyear-read {
	font-size: 14px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #330033;
	text-align: center;
	height: 200px;
	width: 629px;
	background-image: url(../images/img_newyear.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#whatsnew p {
	font-size: 12px;
	line-height: 1.5em;
	color: #231815;
	padding-left: 5px;
}
#whatsnew #pickup {
	color: #D24817;
}

#whatsnew {
	width: 300px;
	background: url(../images/title_whatsnew.gif) no-repeat;
	padding-top: 50px;
	margin-bottom: 25px;
	height: auto;
	float: left;
	position: relative;
}

#top-footer {
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-top: 2px solid #D24817;
	width: 650px;
	height: 50px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}

/* navi style
-----------------------------*/
#top-navi ul {
	width: 630px;
	background: #FFFFFF;
	list-style: none;
	float: none;
	height: 120px;
	position: relative;
	top: 0px;
	padding-right: 135px;
	padding-left: 135px;
	text-align: center;
}
#top-navi ul li {
	font-weight: bold;
	font-size: 12px;
	float: left;
}
#top-navi ul li a {
	height: 90px;
	width: 155px;
	color: #231815;
	text-decoration: none;
	background: #FFFFFF;
	text-align: center;
	display: block;
	vertical-align: bottom;
	white-space: nowrap;
	margin-right: 1px;
	margin-left: 1px;
}

/* top page fofter style
-------------------------------*/
#top-footer address {
	font: 9px ;
	text-align: center;
	color: #333333;
}
#topics02 {
	width: 277px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px groove #D24817;
}
#topics02 p {
	font-size: 12px;
	line-height: 1.5em;
	padding-bottom: 5px;
}

