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

#inner{
	width: 930px;
	margin: 0px 25px;
}

.bluetext{
	font-size: 12pt;
	line-height: 1;
	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;		
} 

.sub02{
	margin: 21px 3px 12px 3px;
}	
    
