/*--ŒÂ•ÊCSS--*/
#contents {
	width: 760px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;


/*
	background-image: url(../image/top_back.jpg);
	background-repeat: repeat-y;
*/
}
#background {
	background-image: url(../image/top_back.jpg);
	background-repeat: no-repeat;
}
#menu_top_left_box {
	width: 331px;
	height: 90px;

	padding-top: 15px;
	margin-left: 40px;
	_margin-left: 20px;

	border-bottom: 3px solid green;
	float: left;
}
#menu_top_right_box {
	width: 331px;
	height: 90px;
	margin-left: 9px;
	padding-top: 15px;
	border-bottom: 3px solid green;
	float: left;
}
.menu_top_box_ul {
	width: 170px;
	float: left;
}
.menu_top_box_txt {
	width: 321px;
	padding: 5px;
	background-color: #FFF;
}
.menu_top_box_button {
	text-align: right;
	padding-right: 10px;
}
#menu_bottom_box {
	margin-top: 30px;
	margin-left: 35px;
}
.menu_bottom_box_link{
	margin-left: 5px;
}
#footer_link {
	width: 671px;
	height: 28px;

	margin-top: 30px;
	margin-left: 40px;
	background-color: #EFEFEF;
	color: #999999;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	line-height: 200%;
}
a.footer_link_txt {
	color: #999999;
	font-size: 12px;
	text-decoration: none;
}
#footer {
	width: 671px;
	_width: 336px;
	margin-left: 40px;
	color: #666666;
	font-size: x-small;
	text-align: right;
}
#banner_space2 {
	width: 164px;
	height: 91px;
	margin-left: 40px;
	float: left;
}
#banner_space {
	width: 164px;
	height: 91px;
	margin-left: 5px;
	float: left;
}
#information_box {
	width: 671px;
	padding-top: 15px;
	margin-left: 40px;
	_margin-left: 20px;
	float: left;
}
#information_contents {
	width: 661px;
	height: 55px;
	background-color: #FFF;
	padding: 5px;
	overflow: auto;
	border-bottom: 2px solid #0078F0;
}
.information_date {
	color: #666666;
}
.information_txt {
	margin-left :20px;
	overflow: hidden;
}
#qr {
	margin-left: 40px;
	_margin-left: 20px;
	padding-top: 5px;
	text-align: left;
	float: left;
}

