@charset "utf-8";
/* CSS Document */

@import "layout.css";

/* class */

* {
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
	background-image: url(../images/re-img_01.jpg);
	background-repeat: repeat;
}
.main {
	height: 1880px;
	width: 1000px;
	background-image: url(../img/main.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
}
#mainbox50 {
	background-image: url(../images/re-img_03.jpg);
	height: 750px;
	width: 600px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
.box03 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 16px;
	height: 200px;
	width: 700px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-image: url(../img/set.png);
}

.box01 {
	height: 300px;
	width: 550px;
	behavior: expression(IEPNGFIX.fix(this));
}
.bar {
	float: left;
	height: 20px;
	width: 450px;
	border-bottom: 1px dotted #999999;
	padding-top: 30px;
	font-size: 14px;
}
.barbox {
	float: left;
	height: 160px;
	width: 450px;
	font-size: 12px;
	font-weight: normal;
}

