﻿@charset "utf-8";


/* top
--------------------------------------------------*/
/*基本*/
.box01 {
	width: 750px;
	margin: 0  auto 15px;
	overflow: hidden;
}

.border01 {
	border: 1px solid #CCCCCC;
}
.border02 {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}



/*第1*/
.info01_left {
	width: 300px;
	float: left;
	display: block;
}
.info01_right {
	width: 410px;
	float: left;
	display: block;
	margin: 10px 0 0 20px;
}
.clear {
	height:1px;
	clear:both;
}

/*更新履歴*/
#newsbox {
	overflow: auto;
	height: 50px;
	font-size: 13px;
}

dl.month {
    padding: 10px;  
    overflow: hidden;
}  
dl.month dt {  
    float: left;
    margin-left: 10px;
    padding: 3px 0 3px;
    text-align: right;
}  
dl.month dd {  
    padding: 3px 0 3px 90px;
}


/*おすすめ商品*/
.goods {
	overflow: hidden;
	margin: 10px 0 0;
	overflow: hidden;
}
.goods01 {
	width: 240px;
	float: left;
	display: block;
	margin: 0 14px 0 0;
}
.goods02 {
	width: 240px;
	float: left;
	display: block;
}
.goods03 {
	width: 240px;
	float: right;
	display: block;
}

.goodsimg {
	margin: 0 0 5px;
}
.goodstitle {
	color: #F00;
	font-weight: bold;
}
.goodstitle a:link {
	color: #F00;
	text-decoration: underline;
}

.goodstitle a:visited {
	color: #F00;
	text-decoration: underline;
}

.goodstitle a:hover {
	color: #F60;
	text-decoration: underline;
}

.goodstitle a:active {
	color: #F60;
	text-decoration: underline;
}
.goodsrate {
	color: #F00;
}
.goodstext {
	margin: 3px 0 0;
}
