﻿@charset "utf-8";


/* layout and design */


#bg_flash {
	background-color: #efefef;
	width: 100%;
	height: 400px;
}

#flash {
	width: 760px;
	margin: 0 auto;
	vertical-align: bottom;
}

#bnr_L {
	margin-top: 20px;
}

.bnr_L_right {
	margin-left: 20px;
}

#recMenu {
	width: 720px;
	padding: 8px 20px 0 20px;
	background-color: #E0FFC1;
	line-height: 130%;
}

.recMenu_hdR {
	margin-top: 20px;
	width: 760px;
	height: 8px;
	background: url(../../images/bg_recMenuR.gif);
	font-size: 0px;
}

.recMenu_btmR {
	width: 760px;
	height: 8px;
	background: url(../../images/bg_recMenuR.gif) 0px 8px;
	font-size: 0px;
}

#recMenu dt {
	margin: 2px 0;
	padding-left: 82px;
	font-weight: bold;
	background-image: url(../../images/arrow_S_top.gif);
	background-repeat: no-repeat;
	background-position: 70px 3px;
}

#recMenu dt a:link {
	color: #555;
}

#recMenu dt a:hover {
	color: #3878EF;
}

#recMenu dd {
	font-size: 10px;
}

.recLink {
	width: 228px;
	height: 75px;
	padding-right: 12px;
	float: left;
	overflow: auto;
}

#bottom {
	margin-top: 20px;
	clear: left;
	width: 760px;
}

#whatsnew {
	width: 508px;
	float: left;
}

#whatsnew table {
	margin-top: 10px;
}

#whatsnew th, td {
	vertical-align: top;
	padding: 5px;
}

#whatsnew th {
	padding-right: 12px;
}

#bnr_M {
	width: 232px;
	float: right;
}

#bnr_M img {
	display: block;
	margin-bottom: 10px;
}

.bnr_taiso {
	margin-top: 10px;
}

#bnr_M .attention {
	margin-top: 40px;
	padding: 10px;
	background-color: #ffeeee;
	border: 2px solid #fec4c4;
}

#bnr_M .attention li.first {
	margin-bottom: 7px;
}

.aster {
	color: #CC0000;
	font-weight: normal;
}

.new {
	color: #CC0000;
	font-size: 10px;
}

.blank {
	padding-right: 13px;
	margin-right: 4px;
	background: url(../images/blank.gif) no-repeat center right;
}

.comment_em {
	padding: 10px;
	margin-top: 20px;
	font-weight: bold;
	font-size: 14px;
	background-color: #ffeeee;
	border: 2px solid #fec4c4;
}


