*{
	margin:0;
	padding:0;

}


/* ページ全体スタイルここから */
.body {
	background-repeat: no-repeat;
	font-size:small;
	background-color: #FFFAE5;
}
table th,
table td{
font-size:14px;
}

.content {
	width: 900px;
        height:auto;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	/* overflow:auto; */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background: url(img/bg.jpg) top left repeat-y;
/*	background-image: url(img/left_bg.jpg);*/
}
.futter {
	width: 900px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	/* overflow:auto; */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.hed {
	background-image: url(images/img01.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	width: 900px;
	padding: 0px;
	height: 236px;
}
.left1 {
	background-image: url(img/left_bg.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 662px;
        height:auto;
}
.right {
	background-image: url(img/right_bg.jpg);
	width: 238px;
	float: right;
	background-repeat: repeat-y;
    /* overflow: visible; */
       height:auto;
}
.text1 {
	margin-left: 40px;
	margin-right: 40px;
}
.text2 {
	color: #CC3300;
}
.table01 {
	background-image: url(img/left_text_bg.jpg);
}
.goenjouhou {
	color: #FFFFFF;
	background-color: #A40000;
	background-repeat: no-repeat;
	padding: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: center;
}
.jouhou_adress {
	background-color: #e8e8e8;
	background-repeat: no-repeat;
	padding: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: center;
}
.table02 {
	background-image: url(img/right02.jpg);
	background-repeat: repeat;
}
.text3 {
	line-height: 150%;
	margin-right: 40px;
	margin-left: 40px;
}
.clear {
       clear:both;
}


