/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-image:url(img/bg.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:#06F;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}




#frame{
	width:665px;
	margin:0 auto;
	padding:0 1px;
	text-align:left;
	background-color:#FFF;
}






/*** HEAD SPACE ***/



#head_space{
	width:665px;
	height:207px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#head_space h1{
	padding:60px 0 0 300px;
}

#head_space h1 a{
	width:365px;
	height:147px;
	display:block;
}

#head_space h1 a span{
	display:none;}







/*** CENTER SPACE ***/



#center_space{
	width:404px;
	margin:0 0 0 18px;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:left;
}



#center_space ul{
	margin:0px 5px 20px;
}

#center_space li{
	line-height:200%;
}



#center_space h2{
	width:389px;
	height:31px;
	padding:0 0 0 15px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	font-size:16px;
	color:#fff;
	line-height:31px;
}



#center_space h3{
	width:384px;
	padding:4px 10px;
	margin:20px 0;
	background-color:#ccc;
	font-size:14px;
	color:#3b3b3b;
	line-height:100%;
}






/*** SUB SPACE ***/


#sub_space{
	width:201px;
	padding:0;
	margin:20px 18px 0 0;
	position:relative;
	float:right;
	
}


#sub_space ul{
	font-size:12px;
	line-height:150%;
	padding:0;
	margin:0 0 15px;
	background-color:#F5F5F5;
}

#sub_space ul li{
	padding:4px;
	margin:0;
	border-bottom:1px dotted #ccc;
}



#sub_space h2{
	width:201px;
	height:31px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	margin:0 0 3px;
}

#sub_space h2 span{
	display:none;
}



#gMenu{
	width:201px;
	margin:0 0 15px;
	padding:0 0 16px;
	background:#fff url(img/img02.jpg) no-repeat;
	background-position:bottom;
}


#gMenu ul{
	width:197px;
	margin:0;
	padding:0;
	border:2px solid #4b4b70;
	background-color:#FFF;
}

#gMenu ul li{
	padding:0;
	border:none;
}


#gMenu ul li a{
	width:180px;
	padding:7px 2px 7px 15px;
	margin:0;
	background:url(img/list02.jpg) 10px 9px no-repeat;
	text-decoration:none;
	display:block;
	color:#333;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #8f8fac;
}

#gMenu ul li a:hover{
	color:#f00;
}


#gMenu ul li#cl1 a{
	width:187px;
	height:28px;
	margin:0;
	padding:0 0 0 10px;
	background:#fff url(img/img01.jpg) no-repeat;
	color:#3b3b3b;
	font-size:14px;
	font-weight:bold;
	line-height:28px;
	text-decoration:none;
	display:block;
	border:none;
}

#gMenu ul li#cl1 a:hover{
	color:#f00;
}






/*** FOOT SPACE ***/



#foot_space{
	clear:both;
	width:665px;
	padding:0;
	margin:30px 0 0;
	color:#fff;
	font-size:10px;
	line-height:150%;
	text-align:left;
	background-color:#8c8cb1;
}



#foot_space ul{
	padding:10px;
}


#foot_space ul li{
	line-height:180%;}

#foot_space p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	text-align:right;
	width:645px;
}

#foot_space img{
	border:0;
	margin:5px;
}



