@charset "utf-8";
/* CSS Document */
#menu {
	float: left;
	width: 204px;
	height: 100%;
	background-color: #FFFFFF;
}
#container {
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-image: url(../img/s_bg02.gif);
	background-repeat: repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: groove;
	border-left-style: groove;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	overflow: auto!important;

}
#middle_box {
	height: auto;
	width: 530px;
	float: left;
	margin-left: 8px;
	background-image: url(../img/s_bg01.gif);
	background-repeat: repeat;
	padding-bottom: 30px;
}
#plan {
	width: 520px;
	background-image: url(../img/s_bg02.gif);
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
#plan .right_plan {
	margin-left: 10px;
}

.explain {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	height: auto;
	border: 1px groove #999999;
	background-image: url(../img/s_bg02.gif);
	background-repeat: repeat;
}
.explain p {
	line-height: 16px;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.picture {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
	height: 390px;
	margin-bottom: 15px;
	padding-top: 10px;
}


#right_box {
	width: 200px;
	float: right;
	background-image: url(../img/trailer/right_box_bg.gif);
	height: auto;
	background-repeat: repeat-y;
	padding-bottom: 20px;
	margin-right: 2px;
}
#thumbnail {
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
}
#thumbnail li {
	display: block;
	height: 68px;
	width: 90px;
	float: left;
	margin-left: 3px;
	list-style-type: none;
	margin-top: 10px;
}

.lightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 35%;
	width: 500px;
	height: 60px;
	border: 3px solid #ccc;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;
	font-size:12px;
	padding:10px;
}

.lightbox p{
	line-height: 30px;
	text-align: center;
	
}
.lightbox .close{text-align:center;}

.lightbox .close A:link,.leightbox .close A:visited{text-decoration:none;}
.lightbox .close A:hover{text-decoration:underline;}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
