@charset "utf-8";

/*
-----------------------------------------------
Origin: 2007.05
---------------
Update: 2008.03
---------------
#area p
-----------------------------------------------
*/



/* ////////// overlay ////////// */
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2000px;
	background-color: #000;
	z-index: 10;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#exp {
	position: relative;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	display: block;
}
#bg {
	position: relative;
	background: url(../../images/img_box/box_bg.gif) repeat-y left top;
	width: 100%;
	float: left;
}



/* ////////// contents ////////// */
#area {
	width: 375px;
	padding: 10px 10px 0px;
	font-size: 10px;
	line-height: 1.6;
	color: #FFFFFF;
	letter-spacing: 1px;
	float: left;
	display: block;
}
#area p {
	margin: 10px 0px 0px;
	padding-bottom: 20px;
	display: block;
	position: relative; /* for WinIE6 */
}

/* --area(img)-- */
#area.l {
	margin: 0px 10px 0px 0px;
}

/* --area(txt)-- */
#area.r {
	margin: 0px;
}
#area.r h1 {
	background: url(../../images/img/line_dot_w.gif) repeat-x bottom;
	width: 100%;
	height: 16px;
	padding-top: 5px;
	font-size: 0;
	line-height: 0;
	display: block;
}
#area.r h2 {
	background: url(../../images/img/line_dot_w.gif) repeat-x bottom;
	width: 100%;
	height: 16px;
	margin-top: 20px;
	font-size: 0;
	line-height: 0;
	display: block;
}



/* ////////// go top ////////// */
.close {
	position: relative;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	display: block;
}
.close span {
	background: url(../../images/img_box/box_btn_close.gif) no-repeat top;
	width: 66px;
	height: 35px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
}
#closeUnder span{
	float: right;
}
