@charset "utf-8";
@import url(common.css);
@import url(textsetting.css);
/* ----------------Sub Page-------------- */
#wapper {
	background-color: #FFFFFF;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header {
	font-size: 90%;
	width: 900px;
	height: 20px;
	text-align: right;
}

#flash {
	width: 900px;
	height:280px;
}

#linebar {
	width: 900px;
	height: 23px;
	margin:1px 0 1px 0;
	background-image: url(../images/well-br.gif);
	background-repeat: no-repeat;
}

#main {
	background: #FFFFFF;
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#content {
	float: right;
	width: 680px;
	margin: 0 ;
	padding: 0 5px 5px 5px;
	position: relative;
	overflow:hidden;
	
}

#panlist {
	width: 670px;
	height:20px;
	margin: 0 0 5px 0;
	padding: 3px 10px 0 0;
	text-align: right;
}


.imgonly {
	clear: both;
	text-align: center;
}

.imgtext {
	float: left;
	margin: 0 5px 10px 0;
}
.imgtext2 {
	float: right;
	margin: 0 0 10px 5px;
}

.imglink {
	width: 650px;
	margin: 20px 10px 20px 10px;
	text-align: center;
}

p.clear {
	clear: left;
}
p.clear01 {
	clear: right;
}

#location {
	width: 630px;
	margin: 20px 10px 20px 10px;
	
}

#bunner {
	float: right;
	background: #FFFFFF;
	width: 210px;
	margin: 0;
	overflow:hidden;
}
#bunner td {
	font-size: 9px;
	padding-left: 3px;
}

 #bunner h2 {
 	padding: 5px 0 0 0;
}

#footer {
	clear: both;
	width: 892px;
	height: 70px;
	margin-top: 5px;
	background-image: url(../images/footer.gif);
	background-repeat:no-repeat;
	border: #D1D1D1 solid 4px;
}


