@charset "utf-8";

/*///////////////////////////////////////////////////////////////////

 about style.css

///////////////////////////////////////////////////////////////////*/

#left_side_s h2 {
	text-align: left;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	padding: 5px 10px 5px 5px;
}

#left_side_s .h2_red {
	font-size: 19px;
	color: #CC3300;
	font-weight: bold;
	padding-top: 5px;
	display: block;
	margin: 0px;
	padding-bottom: 5px;
}

form {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}


/*------------------------------------------

sitemap.html 

------------------------------------------*/

#sitemap ul {
	font-size: 14px;
	line-height: 20px;
	list-style-type: none;
	width: 540px;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sitemap ul li {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	width: 510px;
	list-style-type: square;
	list-style-position: inside;
	list-style-image: url(/imgs/sitemap/arrow_1.gif);
}

