/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-image:url(img/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:#09F;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}




#wrapper{
	width:671px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
	border-left:5px solid #1f0075;
	border-right:5px solid #1f0075;
}







/*** HEADLINE ***/



#headline{
	width:671px;
	height:140px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
	text-align:left;
}


#headline h1{
	padding:0;
}

#headline h1 a{
	width:671px;
	height:140px;
	display:block;
}

#headline h1 a span{
	display:none;}





/*** CONTENTS ***/



#contents{
	width:671px;
	margin:0;
	padding:0;
}






/* TEXT SPACE */


#text_space{
	width:450px;
	margin:0 0 0 8px;
	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:415px;
	height:34px;
	padding:0 0 0 35px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:34px;
}


#text_space h3{
	width:440px;
	height:27px;
	padding:0 0 0 10px;
	margin:20px 0;
	background:#fff url(img/h3.jpg) no-repeat;
	color:#fff;
	font-size:14px;
	line-height:27px;
}


#main_text{
	width:450px;
	padding:0 0 30px;
}





/* SUB SPACE */


#sub_space{
	width:195px;
	padding:0;
	margin:20px 8px 0 0;
	position:relative;
	float:right;
}


#sub_space ul{
	font-size:12px;
	line-height:150%;
	padding:0;
	margin:0 0 15px;
	background-color:#F2F2F2;
}


#sub_space ul li{
	padding:4px;
	margin:0;
	border-bottom:1px dotted #ccc;
}


#sub_space h2{
	width:195px;
	height:34px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	margin:0;
}


#sub_space h2 span{
	display:none;}



ul#page_navi{
	width:195px;
	margin:0 0 15px;
	padding:0 0 13px;
	background:#1f0075 url(img/img02.jpg) no-repeat;
	background-position:bottom;
}


ul#page_navi li{
	padding:0;
	border:none;
}

ul#page_navi li a{
	width:165px;
	padding:8px 3px 8px 27px;
	margin:0;
	background:url(img/img01.jpg) 4px 5px no-repeat;
	text-decoration:none;
	display:block;
	color:#fff;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #fff;
}

ul#page_navi li a:hover{
	color:#f00;
}


ul#page_navi li#cl1{
	padding:0;
	border:none;
}


ul#page_navi li#cl1 a{
	width:175px;
	padding:7px 10px;
	margin:0;
	background-color:#81491b;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	text-decoration:none;
	display:block;
	background-image:none;
}

ul#page_navi li#cl1 a:hover{
	color:#FC0;
}









/* FOOT SPACE */



#foot_space{
	clear:both;
	width:671px;
	padding:0;
	margin:30px 0 0;
	background-color:#1f0075;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
}



#foot_space ul{
	padding:10px;
}


#foot_space ul li{
	line-height:180%;}

#foot_space p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	width:651px;
	text-align:right;
}

#foot_space img{
	border:0;
	margin:5px;
}


