/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-image:url(img/back.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:#F06;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}




#inner{
	width:650px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
	border-left:10px solid #de70a1;
	border-right:10px solid #de70a1;
}





/*** HEAD INFO ***/




#headInfo{
	width:650px;
	height:197px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#headInfo h1{
	padding:0;
}

#headInfo h1 a{
	width:400px;
	height:197px;
	display:block;
}

#headInfo h1 a span{
	display:none;}




/*** MAIN ITEM ***/


#mainItem{
	width:650px;
	margin:0;
	padding:0;
}



/* ENTRIES */



#entries{
	width:417px;
	margin:0 0 0 5px;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:left;
}



#entries ul{
	margin:0px 5px 20px;
}


#entries li{
	line-height:200%;
}



#entries h2{
	width:402px;
	height:37px;
	padding:0 0 0 15px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:37px;
}


#entries h3{
	width:402px;
	height:24px;
	padding:0 0 0 15px;
	margin:20px 0;
	background:#fff url(img/h3.jpg) no-repeat;
	color:#333;
	font-size:14px;
	line-height:24px;
	border-top:1px dashed #333232;
	border-bottom:1px dashed #333232;
}


#item01{
	width:417px;
	padding:0 0 30px;
}





/* MENU */


#menu{
	width:214px;
	padding:0;
	margin:20px 5px 0 0;
	position:relative;
	float:right;
}


#menu ul{
	font-size:12px;
	line-height:150%;
	padding:0;
	margin:0 0 15px;
	background-color:#F6F6F6;
	
}


#menu ul li{
	padding:4px;
	margin:0;
	border-bottom:1px dotted #ccc;
}



#menu h2{
	width:214px;
	height:25px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	margin:0 0 5px;
}


#menu h2 span{
	display:none;}



ul#sitemenu{
	width:213px;
	margin:0 0 15px;
	padding:0 0 16px;
	background:#060405 url(img/img03.jpg) no-repeat;
	background-position:bottom;
}


ul#sitemenu li{
	padding:0;
	border:none;
}


ul#sitemenu li a{
	width:185px;
	padding:8px 0px 8px 28px;
	margin:0;
	background:url(img/img02.jpg) 3px 7px no-repeat;
	text-decoration:none;
	display:block;
	color:#f2bcc6;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #d898a9;
}

ul#sitemenu li a:hover{
	color:#f00;
}


ul#sitemenu li#cl1 a{
	width:183px;
	height:22px;
	padding:15px;
	background:#fff url(img/img01.jpg) no-repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
	display:block;
	border:none;
}

ul#sitemenu li#cl1 a:hover{
	color:#F00;
}









/*** COPYRIGHT ***/



#copyright{
	clear:both;
	width:650px;
	padding:0;
	margin:30px 0 0;
	background-color:#de70a1;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
}



#copyright ul{
	padding:10px;
}


#copyright ul li{
	line-height:180%;}

#copyright p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	width:630px;
	text-align:right;
}

#copyright img{
	border:0;
	margin:5px;
}


