@charset "utf-8";

/*--------------------------------------
　font-size guide
　10px = 100%
　11px = 110%
　12px = 120%
　13px = 130%
　14px = 140%
　15px = 150%
　16px = 160%...
---------------------------------------*/
/*--------------------------------------
　基礎設定
---------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
/*--------------------------------------
　FLASH
---------------------------------------*/
#flash-conts {
	height: 400px;
	width: 880px;
	margin-bottom: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.topics, .recommend   {
	margin-bottom: 10px;
	position: relative;
}


#top-main {
	height: auto;
	width: 880px;
	margin-bottom: 100px;
}
/*--------------------------------------
　レフトボックス
---------------------------------------*/
#top-left  {
	height: auto;
	width: 590px;
	float: left;
	padding-left: 15px;
}
/*--------------------------------------
　トピックス
---------------------------------------*/
#top-left #topics {
	margin-bottom: 40px;
	height: auto;
}
/*--------------------------------------
　おすすめ商品
---------------------------------------*/
#top-left #recommend {
	margin-bottom: 25px;
}
#top-left #recommend .recommend-list {
	background-color: #E4E3D3;
	height: 200px;
	width: 590px;
}
#top-left #recommend .recommend-list ul {
	height: 200px;
	width: 590px;
}

#top-left #recommend .recommend-list ul li {
	float: left;
	width: 125px;
	height: 170px;
	display: inline;
	margin-left: 10px;
	margin-top: 10px;
	border: 5px solid #FFF;
	list-style-type: none;
}
/*#top-left #recommend .recommend-list ul li a {
	width: 125px;
	height: 170px;
	border: 5px solid #666666;
}
#top-left #recommend .recommend-list ul li a:hover {
	width: 125px;
	height: 170px;
	border: 5px solid #999999;
}*/

/*--------------------------------------
　ナカグループ最新情報
---------------------------------------*/
#top-left #recommend .news {
	margin-bottom: 25px;
}
#top-left .news .news-list {
	text-align: left;
}
.naka-group {
	height: 22px;
	width: 82px;
	margin-bottom: 10px;
	background-image: url(../images/top/title_nakagroupnews.png);
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-left: 508px;
}
.news-list a    {
	font-size: 12px;
	color: #C00;
	text-decoration: underline;
}
.news-list a:hover {
	text-decoration: none;
}


#top-left .news table tr td {
	font-size: 12px;
	color: #333;
	line-height: 140%;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#top-left .news table tr th {
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
/*--------------------------------------
　ライトボックス
---------------------------------------*/
#top-right {
	float: left;
	width: 235px;
	padding-left: 20px;
}
#top-right .banner-coment {
	font-size: 10px;
	color: #333;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 235px;
	line-height: 140%;
}
#top-right .right-banner {
	margin-bottom: 15px;
}
#top-right .right-banner-2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}


#top-right .banner-group {
	height: auto;
	width: 219px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #E4E3D3;
	padding-top: 8px;
	padding-bottom: 8px;
}
#top-right .banner-group a img {
	margin-top: 5px;
	margin-bottom: 5px;
}
.text_link {
	text-align: left;
}

.text_link a {
	color: #C00;
	text-decoration: underline;
}
.text_link a:hover {
	color: #C00;
	text-decoration: none;
}

