/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	text-align:center;
	background-image:url(img/bg.gif);
}

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:#C00;}
a:hover{
	color:#FC0;}





#container{
	width:653px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
	border-left:5px solid #663300;
	border-right:5px solid #663300;
}







/*** HEADBAR ***/


#headbar{
	width:653px;
	height:217px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#headbar h1{
	padding:60px 0 0;
}

#headbar h1 a{
	width:370px;
	height:100px;
	display:block;
}

#headbar h1 a span{
	display:none;}





/*** CONTENTS ***/


#contents{
	width:653px;
	padding:0 0 30px;
}





/* ENTRY BOX */



#entrybox{
	width:422px;
	margin:0 0 0 5px;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:left;
}




#entrybox ul{
	margin:0px 5px 20px;
}


#entrybox li{
	line-height:200%;
}



#entrybox h2{
	width:412px;
	height:31px;
	padding:0 0 0 10px;
	margin:20px 0px;
	background:#fff url(img/h2.gif) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:31px;
}



#entrybox h3{
	width:397px;
	height:23px;
	padding:0 0 0 25px;
	margin:20px 0px;
	background:#fff url(img/h3.gif) no-repeat;
	color:#333234;
	font-size:14px;
	line-height:23px;
}






/* NAVI BOX */




#navibox{
	width:204px;
	padding:0;
	margin:20px 5px 0 0;
	position:relative;
	float:right;
}


#navibox ul{
	font-size:12px;
	line-height:150%;
	padding:0;
	margin:0 0 10px;
	background-color:#FFF8F0;
}

#navibox ul li{
	padding:4px;
	border-bottom:#aaa dotted 1px;
}


#navibox h2{
	width:204px;
	height:25px;
	background:#fff url(img/h2_02.gif) no-repeat;
	margin:0;
}

#navibox h2 span{
	display:none;}





#navibox ol{
	width:204px;
	margin:0 0 10px;
	padding:0 0 18px;
	background:#fff url(img/img01.gif) no-repeat;
	background-position:bottom;
}



#navibox ol li a{
	width:180px;
	padding:7px 0 7px 24px;
	margin:0;
	background:url(img/list.gif) 5px 5px no-repeat;
	text-decoration:none;
	display:block;
	color:#000;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #cc6633;
}


#navibox ol li a:hover{
	color:#F00;
}



#navibox ol li#cl1 a{
	width:184px;
	padding:7px 10px;
	margin:0;
	background-color:#cc6633;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	text-decoration:none;
	display:block;
	border:none;
	background-image:none;
}

#navibox ol li#cl1 a:hover{
	color:#F00;
}













/*** COPYRIGHT ***/



#copyright{
	clear:both;
	width:653px;
	padding:5px 0;
	margin:0;
	background-color:#cc6633;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
}


#copyright ul{
	padding:5px 5px 10px;
}

#copyright ul li{
	line-height:180%;}

#copyright p{
	letter-spacing:1px;
	font-size:10px;
	padding:5px;
	line-height:100%;
}

#copyright img{
	border:0;
	margin:5px;
}


