.main02 {
	text-align: left;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 680px;
	background-image: url(images/main02_back.gif);
	background-repeat: repeat-y;
}


.main02-txt {

	font-size: 12px; /* モダンブラウザ向け */
	*font-size: small; /* IE 7向け */
	*font: x-small; /* IE 6以下 */

	line-height: 200%;
	color: #CCCCCC;
}
.main02-txt table{
	width: 680px;

	font-size: 12px; /* モダンブラウザ向け */
	*font-size: small; /* IE 7向け */
	*font: x-small; /* IE 6以下 */

	line-height: 200%;
	color: #CCCCCC;
}

.main02-txt td{
	padding: .5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.main02-txt ul {
	margin: 0px;
	padding: 0px 0px 0px 1em;

}
.main02-txt li {
	margin: 0px;
	padding: 0px 0px 1em;

}
