body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-weight: normal;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	line-height: 150%;
}

#wrap {
	width: 100%;
	min-width: 770px;
	background-image: url(images/sidemenu_bg.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#header {
	background-image: url(images/head_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 79px;
	float: none;
}
#head_navi {
	margin: 0px;
	padding: 0px;
	float: right;
}
#path {
	clear: both;
	margin-left: 20px;
	font-size: 84%;
	padding: 3px 0px 0px;
	line-height: 1.2em;
}
#title {
	background-image: url(images/title_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 79px;
}

#sidemenu {
	background-image: url(images/side_top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	float: left;
	width: 220px;
}

#main {
	margin-left: 230px;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
}
#contents {
	margin: 0px 0px 0px 20px;
	padding: 20px 20px 20px 0px;
	width: 500px;
	list-style-type: square;
	font-size: 84%;
}
.dot {
	list-style-type: square;
}
#contents h2 {
	font-size: 94%;
	font-weight: bold;
	color: #2152BD;
	background-image: url(images/subtitle.jpg);
	height: 23px;
	width: 482px;
	padding-left: 18px;
	background-repeat: no-repeat;
}
#contents p {
	margin-left: 5px;
	margin-right: 20px;
}
#contents ul {
	list-style-type: none;
	
}
.deltaA{
	background-image: url(images/delta_a.jpg);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position: 5px 0.6em;
	padding-right: 20px;
}


.deltaB{
	background-image: url(images/delta_b.jpg);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position: 5px 0.6em;
	padding-right: 20px;
}
.number {
	list-style-type: decimal;
	margin-right: 20px;
}
#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	clear: both;
	height: 55px;
}
#footer_navi {
	width: 216px;
	float: left;
	background-image: url(images/sidemenu_footer.jpg);
	background-repeat: no-repeat;
	height: 32px;
	margin: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#top_image {
	background-image: url(images/title_bg.jpg);
	height: 250px;
}
.pgtop {
	text-align: right;
	margin-right: 20px;
	float: none;
	margin-top: 20px;
}

.bnwaslist ol{
	margin:0px 20px ;
	padding:0px;
}

#box {
	float: none;
	margin: 0px 15px 20px 190px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
#box02 {
	float: none;
	padding: 0px;
	border: 1px solid #CCCCCC;
	list-style-type: circle;
	margin-right: 20px;
	margin-top: 10px;
}
.enclosure01 {
	background-image: url(images/enclosure01.jpg);
	height: 7px;
	width: 482px;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 0px;
	background-position: bottom;
}
.enclosure02 {
	background-image: url(images/enclosure02.jpg);
	background-repeat: repeat-y;
	width: 482px;
	padding: 5px;
}

.enclosure03 {
	background-image: url(images/enclosure03.jpg);
	height: 7px;
	width: 482px;
	background-repeat: no-repeat;
}

.enclosure04 {
	background-image: url(images/enclosure02.jpg);
	background-repeat: repeat-y;
	width: 482px;
	padding: 5px;
}

.enclosure04 ul {
	margin: 10px 0px 0px 10px;
	padding: 0px;
}

.enclosure04 span {
	margin: 10px 0px 0px 10px;
	padding: 0px;
}

.enclosure04 a {
	color:#000000;
}

em {
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #2152BD;
}

table {
border:1px solid black;
}
table td {
border:1px solid black;
}

/***************************************
 お問い合わせフォームのエラーメッセージ
***************************************/
div.err_msg_line {
	color: red;
}
