/* バナー */	
table.header_top{
	width: 850px;
	height: 150px;
	background-image:url(img/banner.jpg);
	background-color:#FFFFFF;
	}
/* 背景 影 */	
table.header {
	width: 900px;
	height: 35px;
	background-image:url(../img/850base_header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
table.main {
	width: 900px;
	background-image:url(../img/850base.jpg);
	background-position:top;
	background-repeat:repeat-y;
	}
table.footer {
	width: 900px;
	height: 35px;
	background-image:url(../img/850base_footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}

	
/* テキスト */
.about_text_e {
	font-size:12px;
	line-height:19px;
	font-weight:100;
	color:#980518;
	}

.about_text_j1 {
	font-size:12px;
	line-height:21px;
	font-weight:100;
	color:#980518;
	}
.about_text_j2 {
	font-size:10px;
	line-height:16px;
	font-weight:100;
	color:#3d3928;
	}
	
.about_text_j3 {
	font-size:11px;
	line-height:17px;
	font-weight:100;
	color:#D6D6AF;
	}
	
/* 枠線・枠内背景 */
.frame {
	width:850px;
	height:15px;
	background-color:#8f9172;
	}
table.in_line {
	border:3px solid #570000;
	}
.base {
	background-image:url(img/bg.jpg);
	}
.line1 {
	background-color:#980518;
	height:5px;
	}
.line2 {
	background-image:url(img/line1.gif);
	height:1px;
	}
