body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 9pt;
	line-height: 14pt;
	color: #4B4B4B;
	background-image: url(img/bg_line.png);
	margin: 0px;
}

h1 {
	font-size: 14px;
	color: #111222;
	margin: 0px;
}
h2 {
	font-size: 22px;
	color: #b48c64;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "小塚ゴシック Pro H";
	font-weight: bolder;
}
h4 {
	margin-top: 0px;
	margin-bottom: 10px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	color: #0064c8;
	text-decoration: underline;
	}
a:visited {
	color: #640064;
}
a:hover {
	color: #c80096;
	text-decoration: none;
}

.top5 {
	margin-top: 5px;
}
.top10 {
	margin-top: 10px;
}

.top30 {
	margin-top: 30px;
}

.left-froat {
	float: left;
	width: 220px;
}

.left-froat2 {
	float: left;
	width: 220px;
	margin-left: 13px;
}
.right-froat {
	float: right;
	width: 220px;
}

.top30-border {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #b48c64;
}

.scroll {
	overflow: scroll;
	height: 320px;
}

.clear {
	clear: both;
}
.box {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b48c64;
	border-right-color: #b48c64;
	border-bottom-color: #b48c64;
	border-left-color: #b48c64;
	padding: 20px;
}


#all {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	background-color: #fff;
}
#all #main {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
}
.left-froat3 {
	float: left;
	width: 453px;
	margin-left: 13px;
}
.left-froat4 {
	float: left;
	width: 440px;
}
.left-froat5 {
	float: left;
	width: 88px;
	margin-right: 5px;
}

