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

#curve_right_bottom {
	width: 6px;
	height: 6px;
	position: absolute;
	top: 570px;
	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: 580px;
}

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

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

/* tab
----------------------------------------------------*/
#rotate {
	margin: 10px 0 0 0;
}

.tab_navi a {
	color: #444444;
}

.tab_navi a:hover {
	border: 0;
}

/* profile_list
----------------------------------------------------*/
#fragment-1 {
	padding: 10px;
}

#fragment-2 {
	padding: 10px;
}

#fragment-3 {
	padding: 10px;
}

#fragment-4 {
	padding: 10px;
}

#fragment-5 {
	padding: 10px;
}

.sub_com {
	font-size: 10px;
}

#prof {
	margin: 10px 0 0 0;
}

#prof li {
	margin: 0 0 0 20px;
	line-height: 1.8;
	list-style-image: url(../images/arrow.gif);
}

#prof li a {
	font-size: 14px;
	font-weight: bold;
}