@charset "Shift_JIS";
/*サイドメニュー指定*/
#sidemenu {
	width: 164px;
	background-image: url(../img/side-m_back.gif);
	background-repeat: no-repeat;
	text-align: center;
	clear: none;
	float: left;
}
/*フラッシュ領域指定*/
#flash {
	width: 656px;
	height: 400px;
	float: right;
	margin-bottom: 15px;
}
/*ニュー指定*/
#whatsnew-wrap {
	float: right;
	width: 656px;
}
#whatsnew {
	margin-left: 30px;
	/*margin-right: 32px;*/
	background-image: url(../img/new3.gif);
	background-repeat: repeat-y;
}
.new-txt {
	margin-left: 30px;
	padding-left: 15px;
	margin-top: 5px;
	font-size: small;
	clear: both;
	background: url(../img/dot1.gif) no-repeat 2px;
}
#whatsnew-bottom {
	width: 592px;
	height: 11px;
	float: center;
	margin-left: 30px;
	/*margin-right: 32px;*/
	background: url(../img/new4.gif) no-repeat;
}
/*住所部分指定*/
#address {
	width: 656px;
	float: right;
	text-align: center;
}
#sidemenu .bn_hyoka p {
	font-size: 10px;
	line-height: 1.4em;
}
#sidemenu .bn_hyoka {
	width: 138px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: 1px solid #AAAAAA;
	padding: 5px;
}
#sidemenu .naitei {
	width: 132px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: 3px solid #ff5e56;
	padding: 5px;
	text-align: center;
	background: #fcd6cf;
}
#sidemenu .naitei .date {
	font-size: 80%;
	line-height: 1.5em;
}
#sidemenu .naitei .count {
	font-size: 180%;
	font-weight: bold;
	line-height: 1.4em;
	color: #111111;
}

