@charset "utf-8";
#header_wrapper {
	background-image: url(../../common_img/header_back_bk.jpg);
	height: 98px;
	width: 100%;
	margin-top: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: inline;
	float: left;
	padding-bottom: 40px;
}
#contents_area {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 30px;
}
#box {
	background-color: #EEEEEE;
	display: block;
	padding: 80px;
	width: 730px;
	margin-top: 20px;
	color: #1C1B23;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#box h2 {
	line-height: 0px;
	background-image: url(../img/title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 16px;
	width: 235px;
}
#box p {
	display: block;
	margin-top: 20px;
	padding-left: 2em;
}
#box p.nonindent {
	padding-left: 0px;
}
#box h3 {
	font-size: small;
	font-weight: bold;
	margin-top: 30px;
}
#box ol {
	list-style-type: none;
	list-style-position: outside;
}
#box ul {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 3em;
	margin-top: 10px;
}

