/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-image:url(img/main-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:#F60;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}






#wrapper{
	width:704px;
	margin:0 auto;
	padding:0 8px;
	text-align:left;
	background:#FFF url(img/body-bg.jpg) repeat-y;
}







/*** HEAD SPACE ***/




#head-space{
	width:704px;
	height:140px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#head-space h1{
	padding:0;
}

#head-space h1 a{
	width:704px;
	height:140px;
	display:block;
}

#head-space h1 a span{
	display:none;}





/*** TEXT SPACE ***/


#text-space{
	width:486px;
	margin:0 0 0 10px;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:left;
}



#text-space ul{
	margin:0px 5px 20px;
}


#text-space li{
	line-height:200%;
}



#text-space h2{
	width:476px;
	height:32px;
	padding:0 0 0 10px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:32px;
}


#text-space h3{
	width:467px;
	padding:4px;
	margin:20px 0;
	color:#333;
	font-size:14px;
	line-height:110%;
	border-left:10px solid #5f574f;
	border-right:1px solid #5f574f;
	border-top:1px solid #5f574f;
	border-bottom:1px solid #5f574f;
}




/*** NAVI SPACE ***/


#navi-space{
	width:184px;
	padding:0;
	margin:20px 10px 0 0;
	position:relative;
	float:right;
}


#navi-space ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;	
}


#navi-space ul li{
	padding:4px;
	margin:0 0 5px;
	border:1px dotted #ccc;
}


#navi-space h2{
	width:184px;
	height:34px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	margin:0;
}


#navi-space h2 span{
	display:none;}





ol#list2{
	width:184px;
	margin:0 0 15px;
	padding:0 0 31px;
	background:#5f574f url(img/img03.jpg) no-repeat;
	background-position:bottom;
}


ol#list2 li a{
	width:155px;
	padding:8px 0px 8px 29px;
	margin:0;
	background:url(img/img02.jpg) 5px 7px no-repeat;
	text-decoration:none;
	display:block;
	color:#fff;
	font-size:14px;
	line-height:110%;
	border-bottom:1px solid #d7d7d7;
}

ol#list2 li a:hover{
	color:#f00;
}



ol#list1{
	width:184px;
	margin:0;
	padding:0;
}


ol#list1 li#cl1 a{
	width:164px;
	padding:10px;
	margin:0;
	background:#fff url(img/img01.jpg) repeat;
	color:#5f574f;
	font-size:14px;
	font-weight:bold;
	line-height:110%;
	text-decoration:none;
	display:block;
}

ol#list1 li#cl1 a:hover{
	color:#F00;
}






/*** BOTTOM SPACE ***/



#bottom-space{
	clear:both;
	width:704px;
	padding:0;
	margin:30px 0 0;
	background-color:#5f574f;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
}



#bottom-space ul{
	padding:10px;
}


#bottom-space ul li{
	line-height:180%;}

#bottom-space p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	width:684px;
	text-align:right;
}

#bottom-space img{
	border:0;
	margin:5px;
}


