@charset "UTF-8";
/* CSS Document */



#MainFrame {
	width: 1000px;
	height: auto;
    margin: 0px auto;
	}

#HeaderFrame {
	height: 136px;
	}

#InnerFrameL {
	width: 244px;
	height: 472px;
	float: left;
	}

#InnerFrameR {
	width: 756px;
	height: 472px;
	float: left;
	}
	
#InnerFrameM {
	min-height: 472px;
	}
	
#ScrollPg {
	width: 770px;
	height: 400px;
	overflow:auto;
	margin-top: 20px;
	}


.leftSp {
	padding-left:160px;
	width: 580px;
	}

.leftSp2 {
	padding-left:200px;
	width: 540px;
	}

#menuBG {
	background-image: url(../img/bg-menu.png);
	background-repeat:no-repeat;
	height: 30px;
	width: 244px;
	margin-bottom:10px;
	}	

#lowerFrame {
	width: 1000px;
	min-height: 275px;
	}

#paperT {
	background-image:url(../img/paper-t.jpg);
	background-repeat:no-repeat;
	width:430px;
	height: 52px;
	font-size:15px;
	color:#333;
	padding: 10px;
	font-family: Century Gothic, Verdana, Geneva, sans-serif;
	font-weight:bold;
	}
#paperM {
	background-image:url(../img/paper-m.jpg);
	background-repeat:repeat;
	width:430px;
	padding: 10px;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	line-height: 18px;
	}
#paperE {
	background-image:url(../img/paper-e.jpg);
	background-repeat:no-repeat;
	width:430px;
	height:50px;
	padding: 10px;
	}

#boxES {
	margin-left: 10px;
	float: left;
	}
	
#boxES1 {
	width: 100px;
	overflow:auto;
	margin-left: 13px;
	float: left;
	}

#boxES2 {
	width: 150px;
	overflow:auto;
	margin-left: 13px;
	float: left;
	}

#boxES3 {
	width: 240px;
	overflow:auto;
	margin-left: 13px;
	float: left;
	}

#border {
	border-bottom:1px solid #CCC;
	width: 530px;
	padding-bottom: 6px;
	clear:both;
}



#Copyright {
	width: 1000px;
	text-align: center;
	}
	
