@charset "shift_jis";


/* base
----------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  color: #505050;
	font-family: Verdana,"‚l‚r ‚oƒSƒVƒbƒN",Osaka;
  font-size: 9pt;
	line-height: 1em;
	text-align: center;
	background: #3c6e50 url(../common/headerbg.gif) repeat-x;
}
a {
  color: #507850;
	text-decoration: underline;
}
a:hover {
  color: #505050;
	text-decoration: none;
}
img {
	border: 0;
}
form {
	margin: 0;
}


/* font size
----------------------------------------------- */
p {
	margin: 10px 0 0;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
td {
	font-size: 9pt;
}


/* title
----------------------------------------------- */
.title {
	margin: auto;
}


/* contents
----------------------------------------------- */
#contents {
	background: #f0f0e6;
}
.contents {
	margin: auto;
}
.contentsbg {
	padding: 0 0 20px;
	text-align: center;
	background: url(../common/contents_bg.gif) repeat-y;
}


/* footer
----------------------------------------------- */
#footerbg {
	padding: 30px 0 0;
	width: 100%;
	height: 110px;
	background: url(../common/footerbg.gif) repeat-x;
}
.footer {
	margin: 0 auto 15px;
}
.copyright {
	color: #96b4aa;
	font-size: 7.5pt;
	line-height: 3em;
}
.bspice {
	background: url(../home/images/bspice_bg.gif) no-repeat;
}
.bspice td {
	padding: 0 10px 0 0;
}

