@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: 605px;
	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: 605px;
	left: -1px;
	background: url(../../images/curve_bottom.gif) top left no-repeat;
}

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

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

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

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

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

/* access_table
----------------------------------------------------*/
#access_table {
	margin: 11px 0 0 1px;
}

#access_table td {
	border: 1px solid #666666;
}

#access_table .tit_td {
	padding: 0;
	background: url(../images/tit_bg.gif) repeat-x;
}

#access_table h3 {
	padding: 3px 0 0 0;
	height: 21px;
	font-weight: bold;
	border-top: 1px solid #ffffff;
}

#access_table a{
	border: 0;
}

#access_table #time_com {
	margin: 5px 0 0 0;
}

#access_table #g_add img {
	margin: 10px 0 0 0;
}