@charset "utf-8";

/*-------------------
__layout_box
-------------------*/
body  {
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	background: #7DC248;
}
iframe{
	margin:0;
	padding:0;
	border: none;
	overflow:auto;
}
#PAGE { 
	width: 840px; 
	margin: 0 auto; 
	text-align: left; 
	background: #7DC248 url(../img/pagebg01.gif) repeat-y center top;
} 
/*-- header ----------------*/
#TOPHOLDER{
	position:relative;
	height: 100px;
	background: #7DC248 url(../img/headerbg01.gif) no-repeat center top;
}
#TOPHOLDER h1{
	position: absolute;
	top: 24px;
	left: 55px;
}
#TOPHOLDER .parent{
	position: absolute;
	top: 15px;
	left: 640px;
}
#TOPHOLDER .skenkoubu{
	position: absolute;
	top: 65px;
	left: 530px;
}
#TOPMENU { 
	background: transparent; 
	padding: 0;  
} 
#TOPMENU h1 {
	margin: 0; 
	padding: 10px 0; 
}
/*-- (iframe) LISTPANEL-----------------*/
#LISTPANEL {
	float: left;
	width: 170px;
	height: 940px;
	margin: 10px 0 0 0;
	padding:0 0 0 20px;
	text-align: left;
}
#LISTPANEL .inner{
	margin:0;
	padding:0 0 0 10px;
}

/*-- (iframe) MAINCONTENT-----------------*/
#MAINCONTENT {
	float:left;
	width: 625px;
	height: 1000px;
	margin: 10px 0 0 0px;
	display: inline;
	padding: 0;
	text-align: left;
} 
html>body #MAINCONTENT{
	margin: 10px 0 0 0px;
}
* html #MAINCONTENT{
margin: 0px 0 0 -15px;
	width: 645px;
}

/*-- FOOTER -----------------------------*/
#FOOTER {
	height: 70px;
	padding: 15px 10px 0 20px;
	text-align: center;
	background: transparent url(../img/footerbg01.gif) no-repeat center bottom;
} 
#FOOTER p {
	margin: 0; 
	padding: 10px 0; 
}
/*-- clearfix -----------------------------*/
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*-- h2 discription -----------------------------*/
h2#discription{
	margin-left: 30px;
	width: 780px;
	font-size: 93%;
}

