/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-image:url(img/back.jpg);
}

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:#0C0;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}




#mFrame{
	width:743px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
}







/*** HEADBAR  ***/



#headbar{
	width:743px;
	height:173px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
	text-align:left;
}


#headbar h1{
	padding:0;
}

#headbar h1 a{
	width:420px;
	height:173px;
	display:block;
}

#headbar h1 a span{
	display:none;}





/*** MAIN ***/


#main{
	width:743px;
	margin:0;
	padding:0;
}





/* MENU */


#menu{
	width:202px;
	padding:0;
	margin:20px 0 0 7px;
	position:relative;
	float:left;
}


#menu ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
}


#menu ul li{
	padding:4px;
	margin:0 5px 5px;
	border:1px dotted #ccc;
}




#gMenu{
	width:202px;
	margin:0 0 15px;
	padding:0 0 5px;
	background:#fff url(img/img02.jpg) no-repeat;
	background-position:bottom;
}


#gMenu h2{
	width:202px;
	height:32px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	margin:0;
}


#gMenu h2 span{
	display:none;}



#gMenu ol{
	width:183px;
	margin:0;
	padding:0 11px 15px 8px;
	background:#fff url(img/img01.jpg) repeat-y;
}

#gMenu ol li{
	background-color:#FFF;}

#gMenu ol li a{
	width:160px;
	padding:8px 0px 8px 23px;
	margin:0;
	background:#fff url(img/img03.jpg) no-repeat;
	background-position:5px 6px;
	text-decoration:none;
	display:block;
	color:#333;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #30318e;
}

#gMenu ol li a:hover{
	color:#f00;
}

#gMenu ol li#cl1 a{
	width:163px;
	padding:10px;
	margin:0;
	background-color:#1a690d;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:110%;
	text-decoration:none;
	display:block;
	background-image:none;
	border:none;
}

#gMenu ol li#cl1 a:hover{
	color:#F00;
}








/* CONTENTS */


#contents{
	width:515px;
	margin:0 10px 0 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}



#contents ul{
	margin:0px 5px 20px;
}


#contents li{
	line-height:200%;
}



#contents h2{
	width:485px;
	height:31px;
	padding:0 0 0 30px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:31px;
}


#contents h3{
	width:497px;
	padding:4px;
	margin:20px 0;
	color:#2b2e31;
	font-size:14px;
	line-height:110%;
	border-left:10px solid #1a690d;
	border-bottom:1px dashed #000;
}


#textBox{
	width:515px;
	padding:0 0 30px;
}





/*** COPYRIGHT ***/



#copyright{
	clear:both;
	width:743px;
	padding:0;
	margin:30px 0 0;
	background-color:#1d1a01;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
}



#copyright ul{
	padding:10px;
}


#copyright ul li{
	line-height:180%;}

#copyright p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	width:723px;
	text-align:right;
}

#copyright img{
	border:0;
	margin:5px;
}


