/*format*/
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
body {
	line-height: 140%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 28px;
	line-height: 0px;
	margin: 0px;
	text-decoration: none;
	padding: 0px;
}
h2 {
	font-size: 20px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h6 {
	font-size: 14px;
	font-weight: bold;
}



table {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

li {
	list-style: outside none;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
.clearfix {
	clear: both;
}

#container_body {
	background-image: url(../basic-img/back-bodydiv.jpg);
	background-repeat: no-repeat;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
#container_body:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#container_fotter {
	padding: 10px 10px 10px 200px;
	clear: both;
	font-size: 10px;
	text-align: center;
}
#ul_menu li {
	list-style-type: none;
	font-size: 1px;
	line-height: 0px;
	margin-bottom: 1px;
}
#ul_menu a {
	display: block;
	width: 180px;
}

#ul_menu   a:hover {
	background-color: #DEC28F;
}
#container_honbun p {
	margin-bottom: 1em;
	line-height: 170%;
}
.obj_right {
	margin-left: auto;
	display: block;
}
