/* mainのidに重ねて */
#main{
	background-repeat: no-repeat;
	background-image: url("../img/back2.png");
}

#inner{
	width: 930px;
	margin: 0px 25px;
}
.uline{
	text-decoration: underline;
}

.bluetext{
	font-size: 12pt;
	line-height: 1.2;
	color: #0033ff;
}

#green1 {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url("../img/dotgr.png");
	padding-left: 20px;		
} 
#green2 {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url("../img/dotgr.png");
	padding-left: 0px;		
} 
 	

#divide_bar {
 	width:  930px;
 	height: 1px;
 	background-color: #000000;	
 	margin: 0px 0px 15px 0px; 
}
 	  
.sub02{
	margin: 21px 3px 12px 3px;
}	