@charset "shift_jis";
/* CSS Document */

/* ===== Left Area ===== */
#cont_left	{
	float: left;
	width: 490px;
	background-color: #FFFFFF;
}
* html #cont_left	{
	margin-left: 0px;
}
#news	{
	background-image: url(img/news_back02.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 45px;
}
#news_title	{
	border-left: 5px solid #8A673D;
	color: #8A673D;
	width: 455px;
	margin-left: 15px;
	margin-bottom: 10px;
}
#news_title h2	{
	border-bottom: 1px solid #8A673D;
}
#news_title p	{
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 1px;
}
#news_title a	{
	color: #8A673D;
}
#news_title a:hover	{
	color: #ff3300;
}
#news_area	{
	margin-left: 20px;
	width: 450px;
	height: 660px;
	overflow: auto;
}
#news_area .box	{
	background: #d3bb82 url(img/news_back.gif) repeat-x left bottom;
	padding: 8px 8px 5px 8px;
	width: 409px;
	margin-bottom: 5px;
}
#news_area .boxin	{
	width: 270px;
	color: #8A673D;
}
#news_area .boxin h3	{
	font-size: 100%;
	color: #4e65a8;
	border-bottom: 1px solid #b9a48b;
	margin-bottom: 3px;
}
#news_area .boxin .news_btn	{
	text-align: right;
}
/* ===== Right Area ===== */
#cont_right	{
	background: url(img/side_back01.gif) no-repeat right top;
	float: right;
	width: 250px;
}
#cont_right #sidenavi	{
	padding-bottom: 200px;
}
#cont_right ul	{
	margin-top: 65px;
	margin-left: 10px;
}
#cont_right li	{

}
#cont_right #sidenavi .shop	{
	margin: 20px 0 0 0;
}

#cont_right #sidenavi .blog	{
	margin: 10px 0 10px 8px;
}

