@charset "UTF-8";

/* content
----------------------------------------------------*/

/* curve
----------------------------------------------------*/
#curve_left_head {
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	left: -1px;
	background: url(../../images/curve_top.gif) top left no-repeat;
}

#curve_right_head {
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	right: -1px;
	background: url(../../images/curve_top.gif) top right no-repeat;
}

#line_head {
	width: 790px;
	height: 5px;
	position: absolute;
	left: 5px;
	border-top: 1px solid #666666;
	background-color: #E6E6E6;
}

#line_side {
	width: 800px;
	height: 590px;
	position: absolute;
	top: 5px;
	left: -1px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #E6E6E6;
}

#curve_left_bottom {
	width: 6px;
	height: 6px;
	position: absolute;
	top: 590px;
	left: -1px;
	background: url(../../images/curve_bottom.gif) top left no-repeat;
}

#curve_right_bottom {
	width: 6px;
	height: 6px;
	position: absolute;
	top: 590px;
	right: -1px;
	background: url(../../images/curve_bottom.gif) top right no-repeat;
}

#line_bottom {
	width: 790px;
	height: 6px;
	position: absolute;
	bottom: -6px;
	left: 5px;
	border-bottom: 1px solid #666666;
	background-color: #E6E6E6;
}

/* wrapper
----------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	width: 800px;
	height: 600px;
}

/* main
----------------------------------------------------*/
#main h2 {
	margin: 15px 0 0 0;
	width: 600px;
	height: 130px;
	position: relative;
	text-indent: -9999px;
	background: url(../images/title02.jpg) no-repeat;
}

#topic_path {
	margin: 7px 0 0 0;
	font-size: 95%;
}

/* accordion tab
----------------------------------------------------*/
.tab_list {
	height: 300px;
	overflow: hidden;
}

.tab_list dt {
	margin: 10px 10px 0 10px;
	padding: 0 0 2px 10px;
	font-weight: bold;
	font-size: 95%;
	border-bottom: 1px dotted #666666;
}

.tab_list dd {
	margin: 0 20px;
}

#com_link a {
	text-decoration: none;
	color: #5E8428;
   	overflow: hidden;
	background: none;
	border: 0;
}

#com_link a:hover {
	color: #FF8900;
}