/*---base---*/

body {
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	font-style: normal;
	font-size: 75%;
	line-height: 125%;
	text-align: center;
	color: #333333;
	background-color: #F1F1F1;
}

* {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: lighter;
}

img {
	border-width: 0px;
	border-style: none;
	vertical-align: top;
}

table {
	font-size: 100%;
	line-height: 125%;
}

table td {
	vertical-align: top;
}

#wrap {
	margin: 0px auto;
	width: 970px;
	text-align: left;
}

#wrapper {
	width: 970px;
	text-align: left;
	float: left;
	background: url(../img/back.jpg) repeat-y center top;
}

#header {
	width: 950px;
	float: left;
	height: 90px;
	background: url(../img/head-back.jpg) repeat-x center top;
	position: relative;
	margin-left: 10px;
	display: inline;
}

#header h1 {
	float: left;
	width: 180px;
	height: 21px;
	margin: 47px 0 0 23px;
	display: inline;
}

#header h1 a {
	float: left;
	width: 180px;
	height: 21px;
	background: url(../img/logo.jpg) no-repeat;
	text-indent: -9999px;
}

#header ul {
	float: left;
	list-style-type: none;
	position: absolute;
	bottom: 7px;
	right: 0;
}

#header ul li {
	float: left;
	margin-right: 20px;
}

#header ul li.home {
	background: url(../img/home.jpg) no-repeat;
	line-height: 18px;
	text-indent: 25px;
}

#header ul li.log {
	background: url(../img/logout.jpg) no-repeat;
	text-indent: 25px;
	line-height: 18px;
}

#main {
	width: 930px;
	float: left;
	margin: 0 0 20px 20px;
	display: inline;
}

a:link, a:visited {
	color: #336699;
	text-decoration: underline;
}

a:active, a:hover {
	color: #336699;
	text-decoration: none;
}


/*---layout---*/

#contents {
	width: 600px;
	float: right;
}

.section {
	width: 600px;
	float: left;
}


/*---footer---*/

#footer {
	width: 970px;
	height: 130px;
	text-align: right;
	float: left;
	background: url(../img/footer.jpg) repeat-x center top;
	color: #000;
}

#footer a {
	color: #000;
}


/*---top---*/

.m5 { margin-bottom: 5px; }
.m10 { margin-bottom: 10px; }
.m12 { margin-bottom: 12px; }
.m15 { margin-bottom: 15px; }
.m20 { margin-bottom: 20px; }
.m30 { margin-bottom: 30px; }
.m40 { margin-bottom: 40px; }
.m50 { margin-bottom: 50px; }
.m60 { margin-bottom: 60px; }

.ml10 { margin-left: 10px; display: inline; }
.mr10 { margin-right: 10px; display: inline; }

.pl10 { padding-left: 10px; }
.pr10 { padding-right: 10px; }

.flt { float: left; }
.flr { float: right; }


/*---open---*/

#wrap2 {
	margin: 0px auto;
	width: 870px;
	text-align: left;
}

#wrapper2 {
	width: 870px;
	text-align: left;
	float: left;
	min-height: 800px;
	height: auto !important;
	height: 765px;
	background: url(../img/back3.jpg) repeat-y center top;
}

#header2 {
	width: 850px;
	float: left;
	height: 70px;
	background: url(../img/head-back.jpg) repeat-x center top;
	position: relative;
	margin-left: 10px;
	display: inline;
}

#main2 {
	width: 800px;
	float: left;
	margin: 0 0 20px 35px;
	display: inline;
}

.open-title {
	color: #006699;
	font-size: 125%;
	margin-bottom: 10px;
	float: left;
	width: 600px;
}

.open-title02 {
	float: left;
	width: 790px;
	margin-top: 10px;
}

.open-box01 {
	width: 800px;
	float: left;
	margin-bottom: 17px;
}

.open-box02 {
	width: 798px;
	height: 100px;
	float: left;
	margin-bottom: 17px;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	color: #000;
}

.opentxt-box01 {
	float: left;
	margin: 10px;
	display: inline;
}

.open-box03 {
	width: 800px;
	float: left;
	line-height: 150%;
}

#footer2 {
	width: 870px;
	height: 70px;
	text-align: right;
	float: left;
	background: url(../img/footer2.jpg) repeat-x center top;
	color: #000;
}

#footer2 a {
	color: #000;
}


em { font-style: normal; font-weight: bold; }

em.red { color: #ff3366; }

span.emp { color: #ff6699; }