@charset "utf-8";
body {
	background-image: url(../images/bg01.gif);
	background-repeat: repeat;
	margin: 0px;
}
#wrapper {
	background-image: url(../images/bg02.gif);
	background-repeat: repeat-y;
	width: 840px;
	margin: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
}
.margin_top20 {
	margin-top: 20px;
}

.margin_top30 {
	margin-top: 30px;
}

.margin_left30 {
	margin-left: 30px;
}
.margin_top5 {
	margin-top: 5px;
}
.margin_top10 {
	margin-top: 10px;
}
.under_line_dot {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.f_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	text-decoration: none;
}
h1 {
	margin: 0px;
}
h2 {
	margin: 0px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 100%;
	line-height: 120%;
	font-weight: normal;
	color: #000000;
}
