/*** 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:#FCF;
	text-decoration:underline;}




#allFrame{
	width:660px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
	border-left:10px solid #f7a8b2;
	border-right:10px solid #f7a8b2;
}


#clear{
	clear:both;}






/*** TOP BAR ***/




#topbar{
	width:660px;
	height:199px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#topbar h1{
	padding:110px 0 0 350px;
}

#topbar h1 a{
	width:310px;
	height:89px;
	display:block;
}

#topbar h1 a span{
	display:none;}






/*** SUB BOX ***/


#sub-box{
	width:192px;
	padding:0;
	margin:20px 0 0 10px;
	position:relative;
	float:left;
}


#sub-box ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
}

#sub-box ul li{
	padding:4px;
	margin:0 0 5px;
	border:1px dotted #aaa;
}



#sub-box h2{
	width:192px;
	height:30px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	margin:0;
}


#sub-box h2 span{
	display:none;}




#sub-box ol{
	width:192px;
	margin:0 0 15px;
	padding:0 0 11px;
	background:#e2d5b5 url(img/img03.jpg) no-repeat;
	background-position:bottom;
}


#sub-box ol li a{
	width:165px;
	padding:8px 0 8px 27px;
	margin:0;
	background:url(img/img02.jpg) 5px 7px no-repeat;
	text-decoration:none;
	display:block;
	color:#524d4d;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #2f0a0a;
}

#sub-box ol li a:hover{
	color:#f00;
}




#sub-box ol li#cl1 a{
	width:172px;
	padding:10px;
	margin:0;
	background:#fff url(img/img01.jpg) repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:110%;
	text-decoration:none;
	display:block;
	border:none;
}

#sub-box ol li#cl1 a:hover{
	color:#F00;
}





/*** CENTER BOX ***/



#center-box{
	width:430px;
	margin:0 10px 0 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}




#center-box ul{
	margin:0px 5px 20px;
}


#center-box li{
	line-height:200%;
}



#center-box h2{
	width:410px;
	height:41px;
	padding:0 0 0 20px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#000;
	font-size:16px;
	line-height:37px;
}


#center-box h3{
	width:410px;
	height:23px;
	padding:0 0 0 20px;
	margin:20px 0;
	background:#fff url(img/h3.jpg) no-repeat;
	color:#fff;
	font-size:14px;
	line-height:23px;
}










/*** FOOT BAR ***/



#footbar{
	width:660px;
	padding:0;
	margin:30px 0 0;
	background-color:#f47484;
	font-size:10px;
	line-height:150%;
	text-align:center;
	color:#fff;
}


#footbar ul{
	padding:10px;
}


#footbar ul li{
	line-height:180%;}

#footbar p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
}

#footbar img{
	border:0;
	margin:5px;
}





