@charset "Shift-JIS";

a { color: #6C615B; }

/* コンテンツ全体 */
#list {
	height: 500px;
	background: url(../images/back.gif) no-repeat 0px 30px;
	padding: 55px 0 0 24px;
}

#list div {
	float: left;
}

/* リスト */
#list ul {
	margin: 0 15px;
	padding: 11 0;
	_padding: 7 0;
	list-style-image: url("../images/listmark.gif");
	_list-style-image: url("../images/listmark_ie.gif");
	line-height: 28px;
}

/* 各列 */
#column1 { width: 185px; }
#column2 { width: 155px; }
#column3 { width: 215px; }
#column4 { width: 165px; }
