/* text style */
/*body {
	background-image: url(../image/wall-l.gif);
	background-repeat: no-repeat;
  	background-position: 50% 50%;
  	background-attachment:fixed;
	}
*/
body,td,th {
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
}
a:link {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: none;
	color: #FF3366;
}
a:active {
	text-decoration: none;
	color: #FF3366;
}


#wrapper {
   width: 100%;
   text-align:center;
   margin: 0 auto;
   min-width:900px;
}

.bg-image{
	background-image: url(../image/wall-l.gif);
	background-repeat: no-repeat;
  	background-position: 50% 50%;
  	background-attachment:fixed;
}

#header {
   width: 100%;
   height: 260px;
   text-align:center;
}
#main {
   width: 900px;
   left:50%;
   margin-left:-450px;
   position:relative;
   text-align:center;
   padding-bottom:10px;
}
#left-contents {
   float: left;
   width: 200px;
   text-align:center;
   position:relative;
}

iframe.cont{
	float: left;
   width: 460px;
   text-align:center;
   position:relative;
   border:none;
   height:300px;
}

#menu {
   float: left;
   width: 500px;
   text-align:center;
   position:relative;
}

#right-contents {
   float:left;
   width: 200px;
   text-align:center;
   position:relative;
}

#footer{
	clear: both;
	width:100%;
	height:76px;
	text-align:center;
	background-image:url(../image/top/check2.gif);
	background-repeat:repeat;
	bottom:0px;
	margin-bottom:3px;
	position:relative;
}


.haba{
	min-width:150px;
	max-width:300px;
	height:auto;
}
