@charset "utf-8";
/* CSS Document */


/* ==================================================================
	Site Name:穴吹デザインプラス 
	Version: 1.0
	history.htmlのCSSです
	
	上部　下部　左メニューは共通(common.css)
	内容部分のみ
--------------------------------------------------------------------*/

.history dl{
	font-size:100%;
	margin:5px;
	background:url(../images/common/line.gif) 0 bottom repeat-x;
	padding-bottom:10px;
	width:545px;
	clear:both;
}

.history dl dt{
	float:left;
	width:120px;
}

.history dl dd{
	margin-left:130px;
	width:410px;
}

