@charset "utf-8";
@import url("common.css");

/*
 * Last Up Date: 2007-09-04 16:30
 */

/* body
------------------------------ */
body {
	background-image: none;
	background-color: #FFF;
	line-height: 1.3;
}

/* ------ container */
#container,
#container-inner {
	background-image: none;
	width: 640px;
}

/* ------ text */
h1,h2,h3,h4 {
	font-weight:bold;
}
h3 {
	margin-bottom: 1em;
	border-top: 3px double #000;
	border-bottom: 3px double #000;
	text-align: center;
	font-size: 130%;
}
h4 {
	margin: 1.5em 0 0.2em;
	font-size: 100%;
}
p.num {
	padding-left: 1.5em;
	text-indent: -1.5em;
}

/* contents
------------------------------ */
#contents {
	margin: 1em 0 0.5em;
	text-align: left;
}
ol {
	padding-left: 3em;
	list-style: decimal;
}
ul {
	padding: 0 0 0.5em 3em;
	list-style: disc;
}

/* guidePage, mannerPage
------------------------------ */
.guidePage h1,
.mannerPage h1 {
	margin: 0 0 0.5em;
	padding: 0.1em 0 0.1em 0.3em;
	border-left: 6px solid #000;
	border-bottom: 1px solid #000;
	font-size: 120%;
	color: #000;
}
.guidePage h2 {
	margin: 1em 0;
	padding: 0.3em;
	border-top: 3px double #000;
	border-bottom: 3px double #000;
	font-size: 100%;
}
.guidePage h3 {
	margin: 0.5em 0;
	padding: 0;
	border: none;
	text-align: left;
	font-size: 100%;
}
.guidePage h3 {
	border-bottom: 1px dashed #000;
}
.guidePage h2 {
	width: 260px;
}
.guidePage h3,
.guidePage .section p {
	width: 270px;
}
.guidePage-1column h2,
.guidePage-1column h3,
.guidePage-1column .section p {
	width: 100%;
}
.guidePage .section,
.mannerPage .section {
	margin: 0;
	padding: 1em 0;
	border-bottom: 1px solid #CCC;
}
.guidePage-1column .section p {
	margin: 0;
}
.guidePage .noBorder,
.mannerPage .noBorder {
	border-bottom: none;
}
.mannerPage h2 {
	margin: 1em 0 0.5em;
	border-bottom: 1px dashed #000;
	text-align: left;
	font-size: 120%;
}
.mannerPage h3 {
	width: 390px;
	border-top: none;
	border-bottom: 3px double #000;
	text-align: left;
	font-size: 120%;
}
.mannerPage .section p {
	margin: 0.5em 0 0.5em 1.2em;
	width: 390px;
}
.mannerPage ul {
	margin-top: 0.5em;
	color: #000;
}

/* footer
------------------------------ */
p.copyright {
	display: none;
}