body {
	background-color : white;
	font-size: 14px;
	font-family : Verdana;
	text-align: center;
}
img {
	border: none;
}
table {
	width: 100%;
}
a {
	text-decoration : none;
	color : #003500;
	font-family : Verdana;
}
.ask {
	font-size: 15px;
	text-align: left;
	margin-top : 10px;
	font-weight : bold;
}
.main_block{
	width: 70%;
	background-color : #F0FFF0;
}
.hline {
	background-color : #DDFFE1;
	background-image : url(line1.gif);
	background-position : top;
	background-repeat : repeat-x;
	font-size : 48%;
}
.bline {
	background-color : #F0FFF0;
	background-image : url(line1.gif);
	background-position : bottom;
	background-repeat : repeat-x;
	font-size : 48%;
}
.text{
	background-color : #F0FFF0;
	background-image : url(back.gif);
	height: 500px;
	background-repeat : no-repeat;
	background-position : top;
	text-align : justify;
	text-decoration : none;
	vertical-align : text-top;
	padding-left : 2%;
	padding-right: 2%;
	font-size : 14px;
}
.main {
	background-color : #DDFFE1;
}
.center_ {
	text-align:center;
	background-color : #DDFFE1;
}
.navi {
	font-size: 12 px;
	text-decoration : underline;
}