/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background:#99d283 url(img/bg.jpg) repeat-x;
}

h1,h2,h3,p,ul,ol,li{
	margin:0px;
	padding:0px;
}

li{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

img{border:0;}


a{
	color:#6C6;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}




#mFrame{
	width:660px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
	border-left:3px solid #0587ec;
	border-right:3px solid #0587ec;
}





/*** HEADER BAR ***/


#headerbar{
	width:660px;
	height:199px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#headerbar h1{
	padding:0;
}

#headerbar h1 a{
	width:660px;
	height:199px;
	display:block;
}

#headerbar h1 a span{
	display:none;}








/*** TEXT AREA ***/



#textArea{
	width:430px;
	margin:0 0 0 10px;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:left;
}



#textArea ul{
	margin:0px 5px 20px;
}


#textArea li{
	line-height:200%;
}



#textArea h2{
	width:410px;
	height:41px;
	padding:0 0 0 20px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#000;
	font-size:16px;
	line-height:36px;
}


#textArea h3{
	width:405px;
	height:23px;
	padding:0 0 0 25px;
	margin:20px 0;
	background:#fff url(img/h3.jpg) no-repeat;
	color:#fff;
	font-size:14px;
	line-height:23px;
}


#text01{
	width:430px;
	padding:0 0 30px;
}






/*** NAVI AREA ***/


#naviArea{
	width:192px;
	padding:0;
	margin:20px 10px 0 0;
	position:relative;
	float:right;
}


#naviArea ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
}


#naviArea ul li{
	padding:4px;
	margin:0 0 5px;
	background-color:#F4F4FF;
}


#naviArea h2{
	width:192px;
	height:33px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	margin:0;
}


#naviArea h2 span{
	display:none;}






ol#pagelist{
	width:192px;
	margin:0 0 15px;
	padding:0 0 29px;
	background:#99d299 url(img/img03.jpg) no-repeat;
	background-position:bottom;
}



ol#pagelist li a{
	width:160px;
	padding:8px 0px 8px 32px;
	margin:0;
	background:url(img/img02.jpg) 2px 5px no-repeat;
	text-decoration:none;
	display:block;
	color:#333;
	font-size:12px;
	line-height:110%;
	border-bottom:1px dashed #fff;
}

ol#pagelist li a:hover{
	color:#f00;
}



ol#pagelist li#cl1 a{
	width:172px;
	padding:10px;
	margin:0;
	background:#fff url(img/img01.jpg) repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:110%;
	text-decoration:none;
	display:block;
	border:none;
}

ol#pagelist li#cl1 a:hover{
	color:#F00;
}










/*** FOOTER ***/



#footer{
	clear:both;
	width:660px;
	padding:0;
	margin:30px 0 0;
	background-color:#0587ec;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
}



#footer ul{
	padding:10px;
}


#footer ul li{
	line-height:180%;}

#footer p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	width:640px;
	text-align:right;
}

#footer img{
	border:0;
	margin:5px;
}


