@charset "utf-8";
/* CSS Document */

div#select_box {
	border: 1px solid #C5B89A;
	background-color: #F1E9D8;
	height: 34px;
	margin: 0 -5px 5px;
}

div#select {
	padding: 7px 15px;
	height: 20px;
}

div#select div#category {
	float: left;
	padding-right: 30px;
	vertical-align: middle;
}

div#select div#year {
	float: left;
	vertical-align: middle;
}

/* ===== Table list ============================================= */
table#tblList {
	margin-bottom: 1.5em;
	border-collapse: separate;
	margin: 0 auto;
}

table#tblList td {
	background: url(/case/img/line_dot.gif) repeat-x bottom;
	padding: 10px 5px 5px;
	vertical-align: top;
}


table#tblList td a {
	background: url(/case/img/arrow01.gif) no-repeat;
	background-position: 0px 6px;
	margin-bottom: 0;
	padding-left: 10px;
	display: block;
	color: #2E2E5A;
	line-height: 130%;
}

div#inca_box { width: 610px;}

div#inca_box h2 {
	clear: both;
	border-left: 4px solid #C5A863;
	border-bottom: 1px dotted #2F241C;
	height: 26px;
	width: 596px;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	color: #000000;
	margin: 10px 0 2px;
	padding-left: 10px;
	text-indent: 0;
	border-right: none;
	border-top: none;
	background: none;
}

div#inca_box h3 {
	clear: both;
	border-bottom: 1px solid #2F241C;
	height: 14px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-align: left;
	color: #53504C;
	margin: 10px 0 5px;
	padding: 0;
}

div#inca_box div#data {
	clear: both;
	width: 610px;
	margin-bottom: 15px;
	position: relative;
}

div#inca_box div#data div#cate {
	font-size: 90%;
	color: #444444;
	width: 520px;
	padding-left: 10px;
}

div#inca_box div#data p#day {
	position: absolute;
	right: 3px;
	top: 0px;
	font-size: 90%;
	color: #666666;
}

div#inca_box p {
	margin-bottom: 1.5em;
}

div#inca_box img {
	margin: 5px;
}

