/* CSS Document */
@charset "UTF-8";
#contents {
	clear:both;
}

#main_contents {
	width: 950px;
	height: 450px;
}

#main_contents #pan_box {
	font-size: 12px;
	padding: 10px 0 15px 0;
}

#main_contents h3 {
	margin-bottom:20px;
}

li {
	list-style: none;
}

.category {
	font-size: 20px;
	border-bottom: 1px dotted #7B6C3E;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.category_2 {
	font-size: 20px;
	border-bottom: 1px dotted #7B6C3E;
	padding-left: 10px;
	margin-bottom: 25px;
	font-weight: bold;
}

.category a,.category_2 a {
	text-decoration:none;
}

.small_category {
	font-size: 16px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#leftColumn,#centerColumn,#rightColumn{
	width: 280px;
	float: left;
}

#leftColumn {
	margin-left: 20px;
}

#centerColumn {
	margin:0 40px;
}


