@charset "utf-8";

/* deal.css --------------------------------------------------------------
 :title "deal";
 :created "2008-09-03";
 :release [:revision "1.0"; :created "2008-09-03"];
 :author [:name "diamon"; :homepage <http://refeed.jp/>; :mbox "info@refeed.jp"];
 
------------------------------------------------------------------------------------*/
.header {
	padding:0 0 5px 0;
	margin:0 0 20px 0;
	border-bottom:5px solid #000;
}

h2.caption {
	width:500px;
	height:36px;
	margin:0 0 20px 20px;
	background:url(../img/sitemap/title.gif) no-repeat;
	text-indent:-30000px;	
}

.article {
	margin-bottom:20px;
}

.article-frame {
	padding:15px 0 0 0;
	background:url(../img/base/frame_L.gif) no-repeat;
}

.article-box {
	padding:0 0 15px 0;
	background:url(../img/base/frame_L_bottom.gif) no-repeat left bottom;
}

.article h3 {
	font-size:14px;
	font-weight:bold;
	margin:0 20px 10px 20px;
	border-bottom:2px solid #c30;
}

.article-box ul {
	margin:0 0 0 20px;
	padding:0;
	list-style-position:outside;
}

.article-box ul li {
	margin:0 0 10px 0;
	padding:0 0 0 15px;
	background:url(../img/base/list_point03.gif) no-repeat 0 6px;
}

.article-box .clearfix li {
	width:130px;
	float:left;

}