@charset "UTF-8";

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

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

/* main
----------------------------------------------------*/
h3 {
	margin: 10px 0 0 0;
	width: 600px;
	font-size: 24px;
	font-weight: bold;
	border-bottom: solid 1px #666666;
}

h4 {
	padding: 2px 0 2px 10px;
	font-weight: bold;
	border-top: solid 1px #ffffff;
	border-bottom: dotted 1px #666666;
	background: url(../images/tit_bg.gif) repeat-x;
}

#frame {
	margin: 10px 0 0 0;
	width: 600px;
	border-right: solid 1px #666666;
	border-left: solid 1px #666666;
	border-bottom: solid 1px #666666;
}

.galleria_box h4 {
	height: 18px;
}

#career {
	border-top: solid 1px #666666;
}

#career ul {
	margin: 10px 0 10px 0;
}

#career li {
	margin: 0 0 0 20px;
	line-height: 1.8;
}

#exhibit {
	border-top: solid 1px #666666;
}

#exhibit ul {
	margin: 10px 0 10px 0;
}

#exhibit li {
	margin: 0 0 0 20px;
	line-height: 1.8;
}

#s_career {
	margin: 9px 19px;
}

#s_career td {
	padding: 1px;
}

.explanation {
	color: #FF0000;
	font-size: 85%;
	font-weight: normal;
}