/*** 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:#C09;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}








#layout{
	width:800px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
}







/*** HEAD SECTION ***/



#head_section{
	width:800px;
	height:199px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#head_section h1{
	padding:0 0 0 265px;
}

#head_section h1 a{
	width:295px;
	height:199px;
	display:block;
}

#head_section h1 a span{
	display:none;}






/*** CONTENTS SECTION ***/


#cont_sectopn{
	width:800px;
	margin:0 0 30px;
}




/* SIDE BOX */



#side_box{
	width:224px;
	padding:0;
	margin:15px 0 30px 10px;
	position:relative;
	float:left;
}


#side_box ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 15px;
	margin:0;
}

#side_box ul li{
	padding:4px;
	margin:0 0 5px;
	border-bottom:1px dashed #ccc;
}




#side_box h2{
	width:224px;
	height:34px;
	background:#fff url(img/img01.gif) no-repeat;
	margin:0;
}


#side_box h2 span{
	display:none;}




#globalNavi{
	width:224px;
	margin:0 0 20px;
	padding:0 0 15px;
	background-color:#470122;
}



#globalNavi ol{
	width:224px;
	margin:0;
	padding:0;
	background-color:#000;
	border-bottom:1px solid #fff;
}



#globalNavi ol li a{
	width:195px;
	padding:7px 2px 7px 27px;
	margin:0;
	background:url(img/img02.gif) 5px 5px no-repeat;
	text-decoration:none;
	display:block;
	color:#fff;
	font-size:14px;
	line-height:100%;
	border-bottom:1px dashed #bebabc;
}


#globalNavi ol li a:hover{
	color:#F00;
}



#globalNavi ol li#cl1 a{
	width:204px;
	padding:7px 10px;
	margin:0;
	background-color:#470122;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	text-decoration:none;
	display:block;
	background-image:none;
	border:none;
}


#globalNavi ol li#cl1 a:hover{
	color:#F00;
}









/*** CENTER BOX ***/



#center_box{
	width:537px;
	margin:0 10px 30px 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}




#center_box ul{
	margin:0px 5px 20px;
}


#center_box li{
	line-height:200%;
}



#center_box h2{
	width:517px;
	height:36px;
	padding:0 0 0 20px;
	margin:20px 0px;
	background:#fff url(img/h2.gif) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:31px;
}



#center_box h3{
	width:517px;
	height:23px;
	padding:0 0 0 20px;
	margin:20px 0px;
	background:#fff url(img/h3.gif) no-repeat;
	color:#fff;
	font-size:14px;
	line-height:23px;
}







/*** BOTTOM BOX ***/



#bottom_box{
	clear:both;
	width:800px;
	padding:5px 0;
	margin:0;
	background-color:#470122;
	font-size:10px;
	line-height:150%;
	text-align:right;
	color:#fff;
}


#bottom_box ul{
	padding:5px;
}


#bottom_box ul li{
	line-height:180%;}

#bottom_box p{
	letter-spacing:1px;
	font-size:10px;
	padding:5px 5px 10px;
	line-height:100%;
}

#bottom_box img{
	border:0;
	margin:5px;
}




