/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-color:#000;
}

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:#F90;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}





#wrap{
	width:800px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
}









/*** HEAD ***/



#head{
	width:800px;
	height:199px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#head h1{
	padding:0 0 0 265px;
}

#head h1 a{
	width:295px;
	height:199px;
	display:block;
}

#head h1 a span{
	display:none;}







/*** NAVIGATION ***/



#navigation{
	width:224px;
	padding:0;
	margin:20px 0 0 10px;
	position:relative;
	float:left;
}


#navigation ul{
	font-size:12px;
	line-height:150%;
	padding:0;
	margin:0 0 15px;
	background-color:#F3F3F3;
}

#navigation ul li{
	padding:4px;
	margin:0;
	border-bottom:1px dotted #aaa;
}



#navigation h2{
	width:224px;
	height:34px;
	background:#fff url(img/h2_02.gif) no-repeat;
	margin:0;
}


#navigation h2 span{
	display:none;}




#list{
	width:224px;
	margin:0 0 15px;
	padding:0 0 15px;
	background-color:#765e29;
}


#list ul{
	width:224px;
	margin:0;
	padding:0;
	background-color:#000;
}


#list ul li{
	padding:0;
	border:none;
}


#list ul li a{
	width:210px;
	padding:7px 0px 7px 14px;
	margin:0;
	text-decoration:none;
	display:block;
	color:#fff;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #bebabc;
}


#list ul li a:hover{
	color:#F00;
}




#list ul li#cl1 a{
	width:204px;
	padding:5px 10px;
	margin:0;
	background-color:#765e29;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	text-decoration:none;
	display:block;
	border:none;
}


#list ul li#cl1 a:hover{
	color:#F00;
}






/*** CONTENTS ***/



#contents{
	width:535px;
	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:515px;
	height:36px;
	padding:0 0 0 20px;
	margin:20px 0;
	background:#fff url(img/h2.gif) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:31px;
}


#contents h3{
	width:515px;
	height:23px;
	padding:0 0 0 20px;
	margin:20px 0;
	background:#fff url(img/h3.gif) no-repeat;
	color:#fff;
	font-size:14px;
	line-height:23px;
}










/*** COPYRIGHT ***/



#copyright{
	clear:both;
	width:800px;
	padding:5px 0;
	margin:30px 0 0;
	background-color:#765e29;
	font-size:10px;
	line-height:150%;
	text-align:right;
	color:#fff;
}


#copyright ul{
	padding:5px;
}


#copyright ul li{
	line-height:180%;}

#copyright p{
	letter-spacing:1px;
	font-size:10px;
	padding:5px 5px 10px;
	line-height:100%;
}

#copyright img{
	border:0;
	margin:5px;
}



