body { 
  	margin:0; 
  	padding:0;
  	font-family:Arial,Verdana; 
  	text-align:center; 
  	background:#fff;
}

a:hover {text-decoration:none;}
.clear {clear:both;line-height:0;}


#wave1 {
	width:100%;
  	background:url("../images/wave-left.jpg") no-repeat left 252px;
}
#wave2 {
	width:100%;
	height:922px;
  	background:url("../images/wave-right.jpg") no-repeat right 580px;
}
#head {
	width:100%;
	background-color:#e7e5e1;
}
#headcnt {
	position:relative;
	margin:auto;
	width:999px;
	height:136px;
	text-align:left;
	border:solid #fff;
	border-width:0 1px;
  	background:#00c0ff url("../images/head-bg.jpg") no-repeat 137px top;
}
#content {
	margin:1px auto 0 auto;
	width:999px;
	height:441px;
	text-align:left;
}
#cnt1 {
	float:right;
	padding:10px 0 0 0;
	width:808px;
}
#cnt2 {
	float:left;
	width:136px;
	height:410px;
  	background:url("../images/cnt2-bg.png") no-repeat left bottom;
}
#foot {
	margin:0;
	border:solid #00c0ff;
	border-width:1px 0 0 0;
}
#foot p {
	margin:auto;
	padding:0;
	width:1000px;
	height:24px;
	line-height:24px;
	color:#9a9a9a;
	font-size:0.7em;
	text-align:right;
}
#foot p a {
	color:#9a9a9a;
	text-decoration:none;
}
#foot p a:hover {text-decoration:underline;color:#00a5db;}

/*logo*/
#logo {
  	position:absolute;
  	top:0;
  	left:0;  
	margin:0; 
	padding:0;
	width:137px; 
	height:136px;
	z-index:10;
	font-size:1.1em;
}
#logo a {color:#fff;}
#logo span {
	display:block;
	position:absolute; 
	margin:0; 
	padding:0;
	left:0; 
 	top:0; 
	width:137px; 
	height:136px;
	z-index:0;
	cursor:pointer;
	background:url("../images/logo.jpg") no-repeat left top;
}

/*menu*/
#menu {
	margin:0;
	padding:5px 0;
	width:136px;
	list-style:none;
	background-color:#ff950c;
}
#menu li {
	margin:0;
	padding:0;
}
#menu li a {
	padding:0 0 0 11px;
	color:#fff;
	font-size:0.75em;
	text-decoration:none;
	font-weight:bold;
}	
#menu li.active a   {
    color: #069bcf;
}	

#menu li a:hover {color:#069bcf;}


/*content*/
#box {
	padding:10px 0;
	width:808px;
	height:380px;
  	background:url("../images/box-bg.png") repeat-y left top;
}
#box {
	padding:10px 0;
	width:808px;
	height:380px;
  	background:url("../images/box-bg.png") repeat-y left top;
}
#borderbox {
	margin:0 0 0 36px;
	width:771px;
	height:375px;
	overflow:auto;
	border:solid #fff;
	border-width:1px 0 1px 1px;
}
#borderbox p {
	margin:0 0 10px 83px;
	padding:0;
	width:502px;
	font-size:0.8em;
	text-align:justify;
	color:#00a5db;
}
#borderbox p img {border:1px solid #fff;}
#borderbox p#topimg img {border-width:0 1px 1px 1px;}
#borderbox p#konimg img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#borderbox p a {color:#00a5db;}

#borderbox h2 {
	margin:0 0 10px 83px;
	color:#ff950c;
	font-size:1em;
}

.input {
	font-size: 12px;
	LINE-HEIGHT : 15px;
	font-family: Arial, Helvetica, sans-serif;
	color : #034F67;
	align : left;
	border: 1px solid #FFFFFF;
	margin: 1px;
	padding: 1px;
	background-color: #A8DEED;
}

.button {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #052356;
	align : center;
	background-color: #A8DEED;
	border: 1 solid #052356;
}

