@charset "Shift_JIS";

@import url("global.css");


/* -------------------------------------------------------------------
特集バナーエリア
------------------------------------------------------------------- */

.main_bn_area {
	margin: 15px 0;
	width: 570px;
}

.main_bn_area .left{
	float: left;
	width: 280px;
}

.main_bn_area .right{
	float: right;
	width: 280px;
}


/* -------------------------------------------------------------------
コンテンツ
------------------------------------------------------------------- */
.main_title{
	margin-bottom: 10px;
}


/* -------------------------------------------------------------------
新着情報
------------------------------------------------------------------- */

div.news-box {
	width: 570px;
	margin-bottom:15px;
}

div.news-box ul li {
	margin-bottom: 2px;
	padding: 5px 20px;
	border-bottom: 1px dotted #C6C1B8;
	background-image: url(../images/point.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div.news-box a:link {
	color: #3E3E3E;
	text-decoration: underline;

}
div.news-box a:visited {
	color: #3E3E3E;
	text-decoration: underline;

}
div.news-box a:hover {
	color: #B43742;
	text-decoration: underline;
}
div.news-box a:active {
	color: #3E3E3E;
	text-decoration: none;
}


/* -------------------------------------------------------------------
ピックアップ
------------------------------------------------------------------- */

.feature_txt_box{
	width: 548px;
	padding: 0 10px 10px 10px;
	border: 1px solid #C6C1B8;
}

.feature_txt_box .item{
    border-bottom: 1px dotted #C6C1B8;
	padding:10px 0;
}

.feature_txt_box .sn{
	float: left;
	width: 166px;
}

.feature_txt_box .txt{
	float: right;
	width: 374px;
}

.feature_txt_box .txt h3{
	font-size: 14px;
	color: #B43742;
	margin-bottom: 5px;
	text-decoration: underline;
}

.feature_txt_box .txt h3 a:link {
	color: #B43742;
	text-decoration: underline;
	font-size: 14px;
}
.feature_txt_box .txt h3 a:visited {
	color: #B43742;
	text-decoration: underline;
	font-size: 14px;
}
.feature_txt_box .txt h3 a:hover {
	color: #B43742;
	text-decoration: underline;
	font-size: 14px;
}
.feature_txt_box .txt h3 a:active {
	color: #B43742;
	text-decoration: underline;
	font-size: 14px;
}

.feature_txt_box .txt .detail_btn{
	text-align: right;
	margin-top: 6px;
}


