/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img { vertical-align: bottom; }

/* hr 要素は不可視で使う */
hr { display: none; }




html {
    /*overflow-y:scroll;
*/
}
.nav {
	background-image: url(../img/nav_back.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}
.body {
	margin: 0px;
	background-image: url(../img/body_back.png);
	font-size: 0.9em;
}
.body .header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	background-image: url(../img/header_back.png);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 50px;
}
.body .nav_back {
	background-image: url(../img/nav_back2.png);
	background-repeat: repeat-x;
	clear: both;
}
.body .header_back {
	background-color: #CCC;
}
.body .header_back .header .header_ref img {
	float: right;
}
.body .header_back .header .header_logo {
	float: left;
	padding-left: 40px;
}
.body .header_back .header .header_ref {
	float: right;
	padding-right: 40px;
}
.body .home_banner img {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/home_banner.png);
	background-repeat: no-repeat;
}
.body .home_banner {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.body .footer_back {
	clear: both;
	background-image: url(../img/footer_back_side.png);
	background-repeat: repeat-x;

}
.body .footer_back .footer_body {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-size: 0.8em;
	color: #666;
}
.body .footer_back .footer_top {
	background-image: url(../img/footer_back.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
.body .main_back {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
address {
	font-style: normal;
}
.body .main_back .main_left {
	background-repeat: repeat-y;
	background-image: url(../img/main_left.png);
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.body .main_back .main_right {
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../img/main_right.png);
}
.body .main_back .main_left_bottom {
	background-image: url(../img/main_left_bottom.png);
	background-repeat: no-repeat;
	height: 20px;
}
.body .main_back .main_left_top {
	background-image: url(../img/main_left_top.png);
	height: 20px;
	background-repeat: no-repeat;
}
.body .main_back .main_left_back {
	float: left;
	width: 700px;
}
.body .main_back .main_right_back {
	float: right;
	width: 260px;
}
.body .main_back .main_right_back .mmain_right_top {
	background-image: url(../img/main_right_top.png);
	background-repeat: no-repeat;
	height: 20px;
}
.body .main_back .main_right_back .main_right_bottom {
	background-image: url(../img/main_right_bottom.png);
	background-repeat: no-repeat;
	height: 20px;
}
h1{
	color:#069;
	padding:0px 20px 5px 10px;
	line-height:160%;
	text-align:right;
	border-bottom:solid 1px #CCCCCC;
	font-size: 1.5em;
	margin:0 0 10px 0;
}

h2, h3 {
	padding-top: 0.5em;
	border-left: 2em #EAF6FD solid;
	border-bottom: 2px #EAF6FD solid;
	text-indent: -1.8em;
	line-height: 140%;
	margin:0 0 0 0;
	font-weight: bold;
	color:#069;
}
h4, h5, h6 {
	padding-top: 0.5em;
	margin:0 0 0 0;
	font-weight: bold;
	color:#069;
}
h2{
	font-size: 1.2em;
}
h3{
	font-size: 1.1em;
}
h4{
	font-size: 1.2em;
}
h5{
	font-size: 1.1em;
}
h6{
	font-size: 1.0em;
}

ul{
	margin: 0.5em 0;
	padding:0 1.5em;;
}
li{
	list-style-image: url(../img/li.png);
}
.table01 {
width:80%;
margin:0px 0px 10px 0px;
padding:0px;
border-collapse:collapse;
}
.table01 th {
width:75%;
padding:4px 2px 2px 4px;
text-align:left;
vertical-align:top;
background-color:#CFC;
border:1px solid #6699CC;
font-weight: normal;

}
.table01 td {
	padding:4px 2px 2px 4px;
	background-color:#EEEEEE;
	border:1px solid #6699CC;
	text-align: right;
}
.body .footer_back .w3clogo {
	float: right;
	padding: 4px;
}
.body .footer_back .fotter_width {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
