/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-image:url(img/bg.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:#F90;
	text-decoration:none;}
a:hover{
	color:#f00;
	text-decoration:underline;}







#all{
	width:629px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
	border-left:5px solid #987224;
	border-right:5px solid #987224;
}





/*** HEADER BAR ***/


#headerBar{
	width:629px;
	height:157px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#headerBar h1{
	padding:0;
}

#headerBar h1 a{
	width:629px;
	height:157px;
	display:block;
}

#headerBar h1 a span{
	display:none;}





/*** CONTENTS ***/


#contents{
	width:629px;
	margin:0;
	padding:0;
}




/* SIDE AREA */


#sideArea{
	width:197px;
	padding:0;
	margin:20px 0 0 7px;
	position:relative;
	float:left;
}


#sideArea ul{
	font-size:12px;
	line-height:150%;
	padding:0;
	margin:0 0 15px;
	background-color:#F5F5F5;
}

#sideArea ul li{
	padding:4px;
	margin:0;
	border-bottom:1px dotted #ccc;
}



#sideArea h2{
	width:197px;
	height:29px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	padding:0;
	margin:0 0 5px;
}


#sideArea h2 span{
	display:none;
}




#sideArea ol{
	width:197px;
	margin:0 0 15px;
	padding:0 0 12px;
	background:#8a430a url(img/list03.jpg) no-repeat;
	background-position:bottom;
}


#sideArea ol li a{
	width:168px;
	padding:8px 2px 8px 27px;
	margin:0;
	background:url(img/list02.jpg) 4px 7px no-repeat;
	text-decoration:none;
	display:block;
	color:#fff;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #a77f28;
}

#sideArea ol li a:hover{
	color:#F00;
	text-decoration:none;
}




#sideArea ol li#cl1 a{
	width:177px;
	padding:7px 10px;
	margin:0;
	background-color:#a77f28;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	line-height:100%;
	display:block;
	border:none;
	background-image:none;
}


#sideArea ol li#cl1 a:hover{
	color:#F00;
	text-decoration:none;
}




/* TEXT AREA */


#textArea{
	width:404px;
	margin:0 8px 0 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}



#textArea ul{
	margin:0px 5px 20px;
}

#textArea li{
	line-height:200%;
}



#textArea h2{
	width:390px;
	height:28px;
	background:#fff url(img/h2.jpg) no-repeat;
	padding:0 0 0 14px;
	margin:20px 0;
	font-size:16px;
	color:#232222;
	line-height:28px;
}



#textArea h3{
	width:385px;
	padding:4px;
	margin:20px 0;
	font-size:14px;
	color:#525252;
	line-height:100%;
	border-left:10px solid #a77f28;
	border-right:1px solid #a77f28;
	border-top:1px solid #a77f28;
	border-bottom:1px solid #a77f28;
}






/* COPY AREA */


#copyArea{
	clear:both;
	width:629px;
	padding:0;
	margin:30px 0 0;
	background-color:#b14318;
	color:#fff;
	font-size:10px;
	line-height:150%;
	text-align:right;
}



#copyArea ul{
	padding:10px;
}


#copyArea ul li{
	line-height:180%;}

#copyArea p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	text-align:left;
}

#copyArea img{
	border:0;
	margin:5px;
}



