@charset "UTF-8";
/* CSS Document */

/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: lighter;
	background-image: url(image/back.jpg);
	background-repeat: repeat;
}
p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}
a:link {
	color:#673A1B;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #990000;
}
hr {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.to_top {
	padding: 0px;
	height: 22px;
	width: 100px;
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.to_top a {
	background-image: url(image/to_top_n.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 100px;
	font-size: 1px;
	font-weight: lighter;
	color: #FFFFFF;
}
.to_top em {
	font-size: 1px;
	color: #FFFFFF;
	display: none;
	visibility: hidden;
}

.to_top a:hover {
	background-image: url(image/to_top_ov.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 100px;
	font-size: 1px;
	font-weight: lighter;
	color: #FFFFFF;
}
#contact_dis p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 150%;
}
