@charset "utf-8";

/* 
-------------------------------*/
#main   h1   {
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 5px;
	clear: both;
	background-image: url(../../img/bg_ttl01.png);
	background-repeat: no-repeat;
	font-size: 1.2em;
	text-indent: 20px;
}
#main h2 {
	margin-bottom: 5px;
	font-size: 14px;
	color: #009966;
	background-color: #B0E6B4;
	text-indent: 8px;
	margin-top: 5px;
}
#main h3 {
	font-size: 1em;
	color: #FF0000;
}
#main  #left {
	float: left;
	width: 180px;
	margin-bottom: 20px;
	margin-top: 5px;
	margin-left: 8px;
}
#main  #right {
	width: 265px;
	float: left;
	margin: 5px 10px 15px;
}
#main .list {
	margin-bottom: 12px;
}

#main        ul.list     li  {
	list-style: none;
	margin-bottom: 3px;
	list-style: none;
	line-height: 18px;
	padding-top: 2px;
	background-image: url(../../img/bullet02.png);
	background-repeat: no-repeat;
	background-position:left 10px;
	margin-left: 10px;
	padding-left: 11px;
}
#main    .list    li   a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
#main    .list    li   a:hover {
	color: #009966;
	text-decoration: underline;
	background-color: #B3FFE7;
}
#main  ul.list .indent {
	margin-left: 20px;
	background-image: url(../../img/bullet04.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 20px;
	list-style: none;
	font-weight: normal;
}
