/*** 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:#F00;
	text-decoration:none;}
a:hover{
	color:#F9F;
	text-decoration:underline;}






#container{
	width:650px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
	border-left:10px solid #de70a1;
	border-right:10px solid #de70a1;
}






/*** HEADLINE ***/




#headline{
	width:650px;
	height:197px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#headline h1{
	padding:30px 0 0 360px;
}

#headline h1 a{
	width:290px;
	height:150px;
	display:block;
}

#headline h1 a span{
	display:none;}





/*** MAIN ITEM ***/


#main_item{
	width:650px;
	margin:0;
	padding:0;
}



/* SUB COLUMN */


#sub_column{
	width:214px;
	padding:0;
	margin:20px 0 0 5px;
	position:relative;
	float:left;
}


#sub_column ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
	
}

#sub_column ul li{
	padding:4px;
	margin:0 0 5px;
	background-color:#FFECFF;
}



#sub_column h2{
	width:214px;
	height:25px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	margin:0 0 5px;
}


#sub_column h2 span{
	display:none;}




ul#menu{
	width:213px;
	margin:0 0 15px;
	padding:0 0 16px;
	background:#facaca url(img/img03.jpg) no-repeat;
	background-position:bottom;
}


ul#menu li{
	margin:0;
	padding:0;
	background-color:#facaca;
}



ul#menu li a{
	width:190px;
	padding:8px 0px 8px 23px;
	margin:0;
	background:url(img/img02.jpg) 3px 5px no-repeat;
	text-decoration:none;
	display:block;
	color:#000;
	font-size:12px;
	line-height:110%;
	border-bottom:1px dashed #000;
}

ul#menu li a:hover{
	color:#f00;
}


ul#menu li#cl1 a{
	width:183px;
	height:22px;
	padding:15px;
	margin:0;
	background:#fff url(img/img01.jpg) no-repeat;
	color:#fff;
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	border:none;
}

ul#menu li#cl1 a:hover{
	color:#F00;
}







/*** CENTER COLUMN ***/


#center_column{
	width:417px;
	margin:0 5px 0 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}




#center_column ul{
	margin:0px 5px 20px;
}


#center_column li{
	line-height:200%;
}



#center_column h2{
	width:397px;
	height:37px;
	padding:0 0 0 20px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:37px;
}


#center_column h3{
	width:402px;
	height:26px;
	padding:0 0 0 15px;
	margin:20px 0;
	background:#fff url(img/h3.jpg) no-repeat;
	color:#333;
	font-size:14px;
	line-height:26px;
}



#entry{
	width:417px;
	padding:0 0 30px;
}







/*** COPY ***/



#copy{
	clear:both;
	width:650px;
	padding:0;
	margin:30px 0 0;
	background-color:#de70a1;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
}


#copy ul{
	padding:10px;
}


#copy ul li{
	line-height:180%;}

#copy p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	width:630px;
	text-align:right;
}

#copy img{
	border:0;
	margin:5px;
}




