@charset "utf-8";
/* CSS Document */

/* --link（arrow） --*/
					
#body_box a.arrow:link {
	padding:5px 0 0 10px;
	background:url(../../imgs/bg_linkarrow.gif) 0 0.6em no-repeat;
	}
										
#body_box a.arrow:visited {
	padding:5px 0 0 10px;
	background:url(../../imgs/bg_linkarrow.gif) 0 0.6em no-repeat;
	}
												
#body_box a.arrow:hover {
	padding:5px 0 0 10px;
	background:url(../../imgs/bg_linkarrow.gif) 0 0.6em no-repeat;
	}
	
#body_box a.arrow:active {
	padding:5px 0 0 10px;
	background:url(../../imgs/bg_linkarrow.gif) 0 0.6em no-repeat;
	}
	
/* --link --*/

#body_box span.arrow{
	padding:3px 0 0 10px;
	background:url(../../imgs/bg_linkarrow.gif) 0 0.6em no-repeat;
	display:block;
	color:#669900;
	}




/* --link --*/

ul.second_list{
	margin-left:1em !important;
}

ul.list_none li{
	list-style:none !important;
}

