/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-color:#390256;
}


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:#06F;
	text-decoration:none;}
a:hover{
	color:#f00;
	text-decoration:underline;}







#layout{
	width:699px;
	margin:0 auto;
	padding:0 1px;
	text-align:left;
	background-color:#FFF;
}





/*** TOP SPACE ***/


#top_space{
	width:699px;
	height:208px;
	background:#fff url(img/header.jpg) no-repeat;
	margin:0;
}


#top_space h1{
	padding:0;
}

#top_space h1 a{
	width:415px;
	height:208px;
	display:block;
}

#top_space h1 a span{
	display:none;}





/*** ITEM SPACE ***/


#item_space{
	width:699px;
	margin:0;
	padding:0;
}


#clear{
	clear:both;
}



/* MENU */


#menu{
	width:205px;
	padding:0;
	margin:20px 0 0 5px;
	position:relative;
	float:left;
}


#menu ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
}

#menu ul li{
	padding:4px;
	margin:0 0 5px;
	border:1px dotted #ccc;
}



#menu h2{
	width:205px;
	height:21px;
	background:#fff url(img/l_h2.jpg) no-repeat;
	padding:0;
	margin:0 0 1px;
}


#menu h2 span{
	display:none;
}




ul#page{
	width:205px;
	margin:0 0 15px;
	padding:0 0 18px;
	background:#fff url(img/list03.jpg) no-repeat;
	background-position:bottom;
}


ul#page li{
	margin:0;
	padding:0;
	border:none;
}


ul#page li a{
	width:180px;
	padding:8px 2px 8px 23px;
	margin:0;
	background:url(img/list02.jpg) 0px 5px no-repeat;
	text-decoration:none;
	display:block;
	color:#000;
	font-size:12px;
	line-height:110%;
	border-bottom:1px dashed #000061;
}

ul#page li a:hover{
	color:#F00;
	text-decoration:none;
}




ul#page li#cl1 a{
	width:185px;
	padding:7px 10px;
	margin:0;
	background:#fff url(img/list01.jpg) repeat;
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	line-height:100%;
	display:block;
	border:none;
}


ul#page li#cl1 a:hover{
	color:#F00;
	text-decoration:none;
}




/* ENTRY */


#entry{
	width:470px;
	margin:0 6px 0 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}



#entry ul{
	margin:0px 5px 20px;
}

#entry li{
	line-height:200%;
}



#entry h2{
	width:455px;
	height:33px;
	background:#fff url(img/h2.jpg) no-repeat;
	padding:0 0 0 15px;
	margin:20px 0;
	font-size:16px;
	color:#fff;
	line-height:33px;
}



#entry h3{
	width:450px;
	background-color:#ccc;
	padding:4px 10px;
	margin:20px 0;
	font-size:14px;
	color:#010101;
	line-height:100%;
}






/* COPY */


#copy{
	clear:both;
	width:699px;
	padding:0;
	margin:30px 0 0;
	background-color:#2b2828;
	color:#fff;
	font-size:10px;
	line-height:150%;
	text-align:left;
}



#copy ul{
	padding:10px;
}


#copy ul li{
	line-height:180%;}

#copy p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	text-align:right;
	width:679px;
}

#copy img{
	border:0;
	margin:5px;
}



