body {
	font-size: 12px;
}
td {
	font-size: 12px;
}
.px10 {
	font-size: 10px;
	line-height: 13px;
}
.px12 {
	font-size: 12px;
	line-height: 15px;
}
a:link {
	color: #0000FF;
/*	text-decoration: underline;*/
}
a:visited {
	color: #0000FF;
/*	text-decoration: underline;*/
}
a:hover {
	color: #FFFFFF;
/*	text-decoration: underline;*/
/*	background-color: #0000FF;*/
}
a:active {
	color: #FF0000;
/*	text-decoration: underline;*/
}
a:hover img{
	text-decoration: underline;
}
h3.tit{ font-size:15px;}
p.subtit{ background:#83B9E4; border:1px solid #006699; padding:5px; line-height:1.5;}

.ml10{ margin-left:10px;}
.ml15{ margin-left:15px;}
.ml20{ margin-left:20px;}
.ml25{ margin-left:25px;}

.mb0{ margin-bottom:0;}

.mt0{ margin-top:0;}

.text-ul {
	padding:10px 0;
	text-align: justify;
	width:90%;
}

.text-ul li {
	list-style-type: none;
	font-size:14px;
	line-height:1.5;
	font-family: "Sawarabi Mincho";
	font-weight: 900;
	margin-bottom:20px;
	text-indent: -14px;
	padding-left: 14px;
	
}

.text-ul li:first-child {
	margin-top:-10px;
	
}

.text-ul li:last-child {
	margin-bottom:0;
	
}