a:link {}
a:active {}
a:visited {}
/*アンダーライン無し*/
a {
	text-decoration: none;
	color: #009999;
}
a:hover {
	text-decoration: underline;
	color: #FF0066;
}
body {
	background-attachment: fixed;
	background-image: url(sax_bg.gif);
	margin: 0px;
}
p {
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
	font-size: 90%;
	color: #666666;
	line-height: 180%;
	text-indent: 1%;
	margin-left: 10%;
	margin-right: 10%;
	padding: 2px;
}
h3{
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
	font-size: 120%;
	font-weight: normal;
	color: #00234b;
	line-height: 150%;
	text-align: left;
	margin-top: 20px;
	margin-left: 15%;
	margin-right: 15%;
}
h4{
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
	font-size: 100%;
	color: #00234b;
	text-indent: 2%;
	margin-left: 5%;
	margin-right: 5%;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	padding-top: 1%;
}
h5 {
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
	font-size: 90%;
	font-weight: normal;
	color: #999900;
	line-height: 150%;
	margin-left: 12%;
	margin-right: 12%;
	padding-bottom: 10px;
}
span {
	color: #33CC00;
}
.logo {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size: 110%;
	color: #999999;
	margin-top: 20px;
}
.copyright {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size: 90%;
	color: #999999;
	text-align: center;
}
.man {
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
	font-size: 90%;
	color: #009999;
}
.woman {
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
	font-size: 90%;
	color: #FF3366;
}
dl {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size: 90%;
	color: #666666;
	margin-right: 20%;
	margin-left: 20%;
}
dt {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	position: static;
	padding-right: 10px;
}
dd {
	padding-top: 10px;
	padding-bottom: 10px;
}