/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-color:#ff83d2;
}

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;}








#layout{
	width:800px;
	margin:0 auto;
	padding:0 1px;
	text-align:left;
	background-color:#FFF;
}






/*** HEAD COLUMN ***/



#head_col{
	width:800px;
	height:199px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#head_col h1{
	padding:0 0 0 320px;
}

#head_col h1 a{
	width:480px;
	height:199px;
	display:block;
}

#head_col h1 a span{
	display:none;}







/*** CENTER COLUMN ***/

#center_col{
	width:800px;
	margin:0 0 30px;
}





/*** LEFT BOX ***/



#left_box{
	width:225px;
	padding:0;
	margin:20px 0 0 5px;
	position:relative;
	float:left;
}


#left_box ul{
	font-size:12px;
	line-height:150%;
	padding:0;
	margin:0 0 15px;
	background-color:#FFECF5;
}

#left_box ul li{
	padding:4px;
	margin:0;
	border-bottom:1px dotted #aaa;
}


#left_box h2{
	width:225px;
	height:45px;
	background:#fff url(img/l_h2.gif) no-repeat;
	margin:0;
}


#left_box h2 span{
	display:none;}






#navigation{
	width:225px;
	margin:0 0 15px;
	padding:0 0 36px;
	background:#fff url(img/l_img01.gif) no-repeat;
	background-position:bottom;
}





#navigation ul{
	width:219px;
	margin:0;
	padding:0;
	border:3px solid #ff83d2;
	background-color:#fff;
}


#navigation ul li{
	padding:0;
	border:none;
}

#navigation ul li a{
	width:190px;
	padding:7px 0px 7px 29px;
	margin:0;
	background:url(img/icon.gif) 5px 5px no-repeat;
	text-decoration:none;
	display:block;
	color:#000;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #666;
}


#navigation ul li a:hover{
	color:#F00;
}


#navigation ul li#cl1 a{
	width:197px;
	padding:8px 10px;
	margin:0;
	background-color:#cc336d;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:110%;
	text-decoration:none;
	display:block;
	background-image:none;
	border:1px solid #fff;
}


#navigation ul li#cl1 a:hover{
	color:#F00;
}







/* RIGHT BOX */



#right_box{
	width:550px;
	margin:0 10px 0 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}




#right_box ul{
	margin:0px 5px 20px;
}


#right_box li{
	line-height:200%;
}



#right_box h2{
	width:540px;
	height:30px;
	padding:0 0 0 10px;
	margin:20px 0px;
	background:#fff url(img/h2.gif) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:30px;
}



#right_box h3{
	width:530px;
	padding:5px;
	margin:20px 0px;
	color:#333;
	font-size:14px;
	line-height:100%;
	border-left:10px solid #ff83d2;
	border-top:1px dashed #666;
	border-bottom:1px dashed #666;
}



#text{
	width:550px;
	padding:0 0 30px;
}
















/*** BOTTOM COLUMN ***/



#bottom_col{
	clear:both;
	width:800px;
	padding:5px 0;
	margin:0;
	background-color:#f351b8;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
}


#bottom_col ul{
	padding:5px 5px 10px;
}


#bottom_col ul li{
	line-height:180%;}

#bottom_col p{
	letter-spacing:1px;
	font-size:10px;
	padding:5px;
	line-height:100%;
}

#bottom_col img{
	border:0;
	margin:5px;
}




