@charset "Shift_JIS";

/* 表示しない */
.navi {display: none;}
.tohead {display: none;}
.search_area {display: none;}
.button {display: none;}
.footer_under_button {display: none;}
.header_navi {display: none;}

/* 変換するもの */
.box1 {
	width: 650px;
	background-color: #FFFFFF;
	text-align:left;
	margin: 0px;
	padding: 0px;
}
.header {
	clear: both;
	width: 650px;
	background-image: url(../image/sub_titleback.jpg);
	background-repeat: no-repeat;
	height:52px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
}
.search_line {
	width: 650px;
	position: relative;
	margin: 0px;
	padding: 0px;
	color: #FFEEEE;
}
.line_menu {
	clear: both;
	float: right;
	position: relative;
	margin: 0px;
	padding: 0px;
	color: #FFEEEE;
}

.line_menu a:link {
	text-decoration: underline;
	color: #000000;
}
.line_menu a:visited {
	text-decoration: underline;
	color: #000000;
}

.footer_under {
	text-align: center;
	clear: both;
	width: 650px;

}
