@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/overview/title.gif) no-repeat;
	text-indent:-30000px;	
}

.article {
	font-size:12px;
	margin-bottom:30px;
}

.article p{
	margin:auto 0;
}

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

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


.article dl {
	margin:0 20px;
}

.article dt {
	font-size:14px;
	font-weight:bold;
	list-style-position:outside;
	margin-bottom:10px;
	border-bottom:2px solid #c30;
}

.article dd {
	padding-left:10px;
	margin-bottom:20px;
}

.article dd li {
	color:#c00;
	list-style-type:disc;
	list-style-position:outside;
}