/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-image:url(img/back.gif);
}

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:#00f;
	text-decoration:underline;}





#wrap{
	width:650px;
	margin:0 auto;
	padding:0 1px;
	text-align:left;
	background-color:#FFF;
}



#clear{
	clear:both;}





/*** HEADER ***/



#header{
	width:650px;
	height:197px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#header h1{
	padding:0;
}

#header h1 a{
	width:650px;
	height:197px;
	display:block;
}

#header h1 a span{
	display:none;}










/*** SIDE AREA ***/



#sideArea{
	width:214px;
	padding:0;
	margin:20px 0 0 5px;
	position:relative;
	float:left;
}


#sideArea ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
}

#sideArea ul li{
	padding:4px;
	margin:0 0 5px;
	border:1px dotted #ccc;
}


#sideArea h2{
	width:214px;
	height:25px;
	background:#fff url(img/h2_02.gif) no-repeat;
	margin:0 0 5px;
}


#sideArea h2 span{
	display:none;}



#sideArea ol{
	width:213px;
	margin:0 0 15px;
	padding:0 0 16px;
	background:#e2e8fd url(img/img03.gif) no-repeat;
	background-position:bottom;
}



#sideArea ol a{
	width:185px;
	padding:7px 2px 7px 26px;
	margin:0;
	background:url(img/img02.gif) 4px 6px no-repeat;
	text-decoration:none;
	display:block;
	color:#000;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #0060ff;
}


#sideArea ol li a:hover{
	color:#F00;
}



#sideArea ol li#cl1 a{
	width:193px;
	height:27px;
	padding:25px 10px 0;
	margin:0;
	background:#fff url(img/img01.gif) no-repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	text-decoration:none;
	display:block;
	border:none;
}


#sideArea ol li#cl1 a:hover{
	color:#F00;
}







/*** CONTENT AREA ***/



#contArea{
	width:417px;
	margin:0 0 0 10px;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:left;
}




#contArea ul{
	margin:0px 5px 20px;
}


#contArea li{
	line-height:200%;
}



#contArea h2{
	width:382px;
	height:37px;
	padding:0 0 0 35px;
	margin:20px 0;
	background:#fff url(img/h2.gif) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:37px;
}



#contArea h3{
	width:397px;
	padding:5px 0px 5px 20px;
	margin:20px 0;
	background:url(img/h3.gif) 0px 5px no-repeat;
	color:#333;
	font-size:14px;
	line-height:100%;
	border-top:1px dashed #333;
	border-bottom:1px dashed #333;
}



#itembox{
	width:417px;
	padding:0 0 30px;
}






/*** COPY ***/



#copy{
	width:650px;
	padding:5px 0;
	margin:30px 0 0;
	background-color:#0060ff;
	font-size:10px;
	line-height:150%;
	text-align:right;
	color:#fff;
}


#copy ul{
	padding:5px;
}


#copy ul li{
	line-height:180%;}

#copy p{
	letter-spacing:1px;
	font-size:10px;
	padding:5px 5px 10px;
	line-height:100%;
}

#copy img{
	border:0;
	margin:5px;
}


