@charset "utf-8";


/* base
----------------------------------------------- */
body {
	margin: 20px 0 15px;
	padding: 0;
	color: #505050;
	font-family: Verdana,"ＭＳ Ｐゴシック",Osaka;
	text-align: center;
}
a {
  color: #3264c8;
	text-decoration: underline;
}
a:hover {
  color: #3264c8;
	text-decoration: none;
}
img {
	border: 0;
}
form {
	margin: 0;
}
table {
	font-size: 10pt;
	line-height: 1em;
	border-collapse: collapse;
}
p {
	margin: 15px 0 0;
	font-size: 10pt;
	line-height: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
}


/* spot
----------------------------------------------- */
#spot {
	xdisplay: none;
	position: absolute;
}


/* contents
----------------------------------------------- */
.contents {
	margin: 10px auto 0;
}


/* footer
----------------------------------------------- */
.footer {
	margin: 20px auto 0;
	border-top: 1px solid #c8c8c8;
}
.footer td {
	padding: 10px 0 0;
}
.footer p {
	margin: 0;
	font-size: 7pt;
	text-align: center;
}


/* title
----------------------------------------------- */
.title {
	margin: 10px auto 0;
	height: 128px;
	background: url(../common/title_base.gif) no-repeat;
}


/* menus
----------------------------------------------- */
.menus {
	margin: 0;
	padding: 0 0 5px;
	list-style: none;
}
.menus li {
	margin: 0 0 5px;
}


/* page up
----------------------------------------------- */
.pgup {
	margin: 20px auto 0;
}


.line01 {
	margin: 30px 0 0;
	border-top: 3px solid #e6e6e6;
}
.line01 td {
	padding: 20px 0 0;
}
