/* CSS Document */


#news {
	float:right;
	margin: 5px 0px 5px 0px;
	border: 3px solid #990000;
	padding: 7px;
	position: relative;
	width: 490px;
}

#news ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#news li{
	font-size: 12px;
	line-height: 14px;
	margin-top: 3px;
	background-image: url(../images/common/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 2px;
}


#main {
	float: left;
	width: 270px;
	margin: 5px 10px 5px 0px;
}

#main li {
	float: left;
	width: 181px;
	margin: 10px 10px 0 0;

}
#main h1 span {
	display: block;
	color: #990000;
	font-weight: normal;
	text-align: left;
	font-size: 11px;
	margin: 5;
}
#main dl {
	margin: 1px 0;
	font-size: 90%;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#main dt {
	padding: 2px 0;
	text-align: center;
	background: #E5DACA;
	border-top: 1px solid #DABF9A;
}
#main dd {
	padding: 2px 0;
}


/* 商品一覧
---------------------------------------------*/
#pickup {
	position: relative;
	float: right;
	width: 510px;
	padding-left: 10px;

}

#pickup li {
	width: 166px;
	float: left;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	font-size: 10px;
	list-style-type: none;
	margin-bottom: 5px;
}
#pickup h1  {
	padding-top: 5px;
	text-align: center;
	height: 160px;
	width: 110px;
	margin-left: 30px;
}

#pickup dl {
	text-align: left;
	margin-left: 10px;
	width: 150px;
}
#pickup dt {
	color: #990000;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 35px;
}

#pickup dt a {
	color: #990000;
	text-decoration: none;
}
#pickup dt a:hover {
	color: #fff;
	background-color: #990000;
}

#pickup dd {
	font-size: 10px;
	line-height: 12px;
}
