/*----------------------------------
headline
----------------------------------*/ 
#content02 h1#pagetitle{
	background:url(../img/h1-bg.gif) repeat-x;
	font-size:18px;
	font-weight:bold;
	padding:10px;
	margin-bottom:20px;
	color:#003333;
}

#content h2{
	background:url(../img/h2-bg.gif);
	border-left:5px solid #7BE1CC;
	border-bottom:2px solid #7BE1CC;
	padding:10px 5px 8px 5px;
	font-size:16px;
	font-weight:bold;
	color:#367366;
	margin:20px 0 0 0;
}


#side h2{
	background:#38931C url(../img/left-h2.gif) no-repeat;
	padding:15px 15px 15px 20px;
	color:#fff;
	font-weight:bold;
}

#side h2 a:link,#side h2 a:visited{
	color:#fff;
}	

#side h3{
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 0;
}

#side ul{
	margin:0 0 0 20px;
}

/*----------------------------------
box
----------------------------------*/ 
.box01{
	border:1px dotted #ccc;
	background:#eee;
}

/*----------------------------------
next-pre button
----------------------------------*/ 

#bt{
	text-align:center;
	margin:20px 0 0 0;
}

#bt img{
	padding:0 20px 10px 20px;
}


.backtop{
	text-align:right;
	font-size:10px;
	clear:both;
}




