@charset "utf-8";

a,
a:link,
a:visited {
	text-decoration:underline;
}

#main {
	text-align: center;
}
#main h2 {
	margin-top: 40px;
	margin-bottom: 20px;
}
#main h3 {
	color: #009900;
	font-size: 1.3em;
	letter-spacing: 0.6em;
	margin-bottom: 25px;
}
#main dl {
	width: 500px;
	margin: 0 auto 25px auto;
}
#main dt {
	text-align: left;
	font-weight: bold;
	font-size: 1.7em;
	margin-bottom: 7px;
}
#main dd {
	text-align: left;
	font-size: 1.3em;
	padding: 5px;
	border-top: 1px dotted #ccc; 
}
.contact {
	width: 860px;
	height: 30px;
	margin: 0 auto 10px auto;
}
.contact p {
	float: right;
	width: 135px;
	height: 25px;
}
.contact a {
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	display: block;
	width: 85x;
	height: 15px;
	padding: 5px 5px 5px 45px;
	background: url(../images/index/contact.gif) 0 top no-repeat #b3b3b3;
}
.contact a:hover {
	color: #fff;
	background: url(../images/index/contact.gif) 0 -25px no-repeat #b3b3b3;
}
