@charset "EUC-JP";
/* Column CSS Document */

ul#list li {
	padding-bottom:10px;
}
ul#list li a {
	text-decoration:underline;
}

#list dl {
	width:590px;
}
#list dl dt {
	float:left;
	clear:both;
	width:90px;
	margin-right:-500px;	/* ←IE6で3pxずれるバグを回避 */
	font-style:normal;
}
#list dl dd {
	float:none;
	width:500px;
	margin-left:90px;
}

h2#title_free {
	background:url(../img/title_free.jpg) no-repeat left top;
	width:590px;
	height:24px;
	padding-left:30px;
	padding-top:6px;
	font-style:normal;
	font-size:13pt;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#282828;
}

#header {
	width:600px;
	height:20px;
	margin-bottom:15px;
}
#index {
	float:left;
	width:150px;
}
#prev {
	float:right;
	width:105px;
	margin-right:15px;
}
#next {
	float:right;
	width:105p;
}

#date {
	width:100px;
	font-weight:bold;
	margin-bottom:5px;
}