html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../image/bg_site.jpg);
	background-repeat: repeat-x;
}
#main {
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0066CC;
	font-size: 1.125em;
	background-image: url(../image/underline_h1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 500px;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
}
.no_space_bottom {

	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
}
.clear {
	clear: both;
	height: 20px;
}
.clear_line {
	clear: both;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A8A87E;
	margin-bottom: 20px;
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #A8A87E;
	margin-top: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
p a {
	color: #000000;
	text-decoration: none;
}
p a:hover {
	color: #000000;
	text-decoration: underline;
}
