.main {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	list-style-position: outiside;
	list-style-type: square;
	font-size: x-small;
	line-height: 20pt;
}

.main_sp {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	list-style-position: outiside;
	list-style-type: square;
	font-size: x-small;
}

body {
	background-color : #dddd99;
/*	background-image : url(Images/back.png);
	background-repeat : no-repeat; */
	margin : 0px;
	padding : 0px;
}

.header {
	color: #000099;
	font-weight: bold;
	font-size: small;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";


}
.main a:link {
	color: #0033FF;
	text-decoration: none;
}
.main a:visited {
	text-decoration: none;
	color: #0033FF;
}
.main a:hover {
	color: #0033FF;
	text-decoration: underline;
}
.main_sp a:link {
	color: #0033FF;
	text-decoration: none;
}
.main_sp a:visited {
	text-decoration: none;
	color: #0033FF;
}
.main_sp a:hover {
	color: #0033FF;
	text-decoration: underline;
}
