/*** 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:#00f;
	text-decoration:none;}
a:hover{
	color:#f00;
	text-decoration:underline;}






#base{
	width:617px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
}






/*** HEAD AREA ***/




#headArea{
	width:617px;
	height:157px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#headArea h1{
	padding:100px 0 0;
}

#headArea h1 a{
	width:617px;
	height:57px;
	display:block;
}

#headArea h1 a span{
	display:none;}





/*** TEXT AREA ***/


#textArea{
	width:393px;
	margin:0 0 0 8px;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:left;
}




#textArea ul{
	margin:0px 5px 20px;
}


#textArea li{
	line-height:200%;
}



#textArea h2{
	width:378px;
	height:29px;
	padding:0 0 0 15px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:29px;
}


#textArea h3{
	width:383px;
	height:25px;
	padding:0 0 0 10px;
	margin:20px 0;
	background:#fff url(img/h3.jpg) no-repeat;
	color:#fff;
	font-size:14px;
	line-height:25px;
}


#item{
	width:393px;
	padding:0 0 30px;
}





/*** SIDE AREA ***/


#sideArea{
	width:195px;
	padding:0;
	margin:20px 7px 0 0;
	position:relative;
	float:right;
}


#sideArea ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
	
}

#sideArea ul li{
	padding:4px;
	margin:0 0 5px;
	background-color:#F5F5F5;
}



#sideArea h2{
	width:195px;
	height:27px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	margin:0 0 2px;
}


#sideArea h2 span{
	display:none;}




#sideArea ol{
	width:195px;
	margin:0 0 15px;
	padding:0 0 27px;
	background:#fff url(img/list02.jpg) no-repeat;
	background-position:bottom;
}


#sideArea ol li a{
	width:170px;
	padding:8px 0 8px 25px;
	margin:0;
	background:url(img/list01.jpg) 4px 8px no-repeat;
	text-decoration:none;
	display:block;
	color:#000;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #000;
}

#sideArea ol li a:hover{
	color:#f00;
}


#sideArea ol li#cl1 a{
	width:175px;
	padding:7px 10px;
	margin:0;
	background-color:#666;
	color:#fff;
	font-size:14px;
	line-height:110%;
	font-weight:bold;
	text-decoration:none;
	display:block;
	background-image:none;
	border:none;
}

#sideArea ol li#cl1 a:hover{
	color:#F00;
}










/*** COPY AREA ***/



#copyArea{
	clear:both;
	width:617px;
	padding:0;
	margin:30px 0 0;
	background-color:#1276d4;
	font-size:10px;
	line-height:150%;
	text-align:right;
	color:#fff;
}


#copyArea ul{
	padding:10px;
}


#copyArea ul li{
	line-height:180%;}

#copyArea p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	width:597px;
	text-align:left;
}

#copyArea img{
	border:0;
	margin:5px;
}




