/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	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:#F6C;
	text-decoration:none;}
a:hover{
	color:#f00;
	text-decoration:underline;}





#inner{
	width:605px;
	margin:0 auto;
	padding:0 1px;
	text-align:left;
	background-color:#FFF;
}







/*** TOP INFO ***/



#top_info{
	width:605px;
	height:157px;
	background:#fff url(img/main.jpg) no-repeat;
	margin:0;
}


#top_info h1{
	padding:80px 0 0 150px;
}

#top_info h1 a{
	width:455px;
	height:77px;
	display:block;
}

#top_info h1 a span{
	display:none;}







/*** MAIN ITEM ***/


#main_item{
	width:605px;
	margin:0 0 30px;
}





/* SIDE BOX */



#side_box{
	width:204px;
	padding:0;
	margin:20px 0 0 3px;
	position:relative;
	float:left;
}


#side_box ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
}

#side_box ul li{
	padding:4px;
	margin:0 0 5px;
	border:1px dotted #aaa;
}



#side_box h2{
	width:204px;
	height:29px;
	background:#fff url(img/h2_02.gif) no-repeat;
	margin:0;
}


#side_box h2 span{
	display:none;}





#navigation{
	width:204px;
	margin:0 0 15px;
	padding:0 0 29px;
	background:#fff url(img/img03.gif) no-repeat;
	background-position:bottom;
}


#navigation ul{
	width:204px;
	margin:0;
	padding:0;
	background:#fff url(img/side_bg.gif) repeat-y;
}


#navigation ul li{
	margin:0;
	padding:0;
	border:none;
}



#navigation ul li a{
	width:170px;
	padding:7px 2px 7px 24px;
	margin:0 4px;
	background:url(img/img02.gif) 5px 7px no-repeat;
	text-decoration:none;
	display:block;
	color:#000;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #86133b;
}


#navigation ul li a:hover{
	color:#F00;
}



#navigation ul li#cl1 a{
	width:176px;
	height:15px;
	padding:5px 10px;
	margin:0 4px;
	background:#fff url(img/img01.gif) no-repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	text-decoration:none;
	display:block;
	border:none;
}


#navigation ul li#cl1 a:hover{
	color:#F00;
}







/* ENTRY BOX */



#entry_box{
	width:389px;
	margin:0 3px 0 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}




#entry_box ul{
	margin:0px 5px 20px;
}


#entry_box li{
	line-height:200%;
}



#entry_box h2{
	width:376px;
	height:30px;
	padding:0 0 0 10px;
	margin:20px 0;
	background:#fff url(img/h2.gif) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:30px;
}


#entry_box h3{
	width:361px;
	height:25px;
	padding:0 0 0 25px;
	margin:20px 0;
	background:#fff url(img/h3.gif) no-repeat;
	color:#fff;
	font-size:14px;
	line-height:25px;
}


#text01{
	width:386px;
	padding:0 0 30px;
}





/*** COPYRIGHT ***/



#copyright{
	clear:both;
	width:605px;
	padding:5px 0;
	margin:0;
	background-color:#86133b;
	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;
}


