body {
	background-color:#f6f6f6;
}
#container {
	width:978px;
	margin:0 auto;
	border-width:0 1px;
	border-color:#e0e0e0;
	border-style:solid;
	background-color:#fff;
}
#wrapper {
	padding:10px 9px;
}

/*
	ヘッダー
*/
#header {
	height:160px;
	background:url('../images/header_bk.gif') no-repeat 0 0;
}
.header_en {
	background:url('../images/header_bk_en.gif') no-repeat 0 0 !important;
}

#logo {
	width:71px;height:80px;
	float:left;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:45px;
}
#logo a {
	width:100%;height:100%;
	display:block;
	background:url('../images/logo.gif') no-repeat 0 0;
	text-indent:-999em;
}


/*
	フッター
*/
#footer {
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #ccc;
}
#footer p {
	text-align:center;
}
#footer ul {
	float:right;
	border-left:1px solid #666;
	margin-top:5px;
	margin-bottom:5px;
}
#footer li {
	float:left;
	border-right:1px solid #666;
	list-style-position:inside;
	display:block;
	padding:1px 10px;
	margin:0;
}

#left_menu #menu {
	display:block;
	width:260px;
	float:left;
}

#left_menu #content {
	display:block;
	width:700px;
	float:right;
}

#left_menu #menu table {
	width:220px;
}

/*
	地図フラッシュ
*/
#map_flash {
	height:480px;
	margin:10px auto;
	padding:0 10px;
}

/*
	絞り込みバナー
*/
#search_btn_area {
	padding: 0 8px;
	margin-bottom:10px;
}
#search_btn_area p {
	width:226px;
	height:80px;
	float:left;
	text-indent:-999em;
	margin:0 1px;
}
#search_btn_area p a {
	width:100%;
	height:100%;
	display:block;
}
#search_btn_area p a:hover {
	background-position:0 -80px !important;
}
#show_areas a {
	background:url('../images/index/btn_area.gif') no-repeat 0 0;
}
#show_rails a {
	background:url('../images/index/btn_rail.gif') no-repeat 0 0;
}
#show_hungup a {
	background:url('../images/index/btn_hungup.gif') no-repeat 0 0;
}
#en #show_areas a {
	background:url('../images/index/btn_area_e.gif') no-repeat 0 0;
}
#en #show_rails a {
	background:url('../images/index/btn_rail_e.gif') no-repeat 0 0;
}
#en #show_hungup a {
	background:url('../images/index/btn_hungup_e.gif') no-repeat 0 0;
}

/*
	絞り込み窓
*/
#search_list {
	border:1px solid #ccc;
	margin:0 20px;
	padding:5px 10px;
}
#search_list form {
	margin:0;
	width:100%;
}
#search_list h4 {
	margin:0;
	margin-bottom:10px;
	padding:5px 10px;
}
#search_list h5 {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	border-bottom:1px solid #1476b5;
	padding-left:10px;
}

/*
	検索条件
*/

.action {
	height:52px;
	text-align:center;
	margin-bottom:10px;
}
#search_btn {
	width:150px;
	height:52px;
	display:block;
	background:url('../images/search_btn.gif') no-repeat 0 0;
	text-indent:-999em;
	margin:0 auto;
}
#en #search_btn {
	background:url('../images/search_btn_e.gif') no-repeat 0 0;
}
#search_btn:hover {
	background-position:0 -52px;
}
#search_form table {
	margin:0 0 10px;
	width:100%;
}

#article_result {
	width:920px;
	margin:0;
}

#other_list {
	display:none;
}

/*
	表
*/
#chart {
	margin:0 auto;
}
#chart th {
	width:58px;
}
#chart td a {
	width:100%;
	height:100%;
	display:block;
}
#chart td a.layout_rent {
	background-color:#EFF9FF;
}
#chart td a:hover {
	background-color:#1476B5;
	color:#fff;
}

.add_favorite input {
	margin:0 0 0 4px;
}
label {
	line-height:1.2;
	white-space:nowrap;
}

/*
	汎用
*/
.t_left {
	text-align:left;
}
.t_right {
	text-align:right;
}
.t_center {
	text-align:center;
}

.f_left {
	float:left;
}
.f_right {
	float:right;
}


.go_back_btn {
	width:77px;
	height:20px;
	background:url('../images/back_page.gif') no-repeat 0 -20px;
	text-indent:-999em;
	display:block;
}
#en .go_back_btn {
	background:url('../images/back_page_e.gif') no-repeat 0 -20px;
}
.go_back_btn:hover {
	background-position:0 0px;
}

.explain {
	margin-left:4px;
}
.explain img {
}

.green_back {
	background-color:#009944;
	color:#fff;
}
.water_back {
	background-color:#1476b5;
	color:#fff;
}
.orange_back {
	background-color:#eb6100;
	color:#fff;
}


/*
	タグ許可部微調整
*/
strong {
	color:inherit;
	font-weight:bold;
}
form strong {
	color:#e60012;
}

/* 
	ページャー
*/
.pager {
	margin:1em 20px 0;
	text-align:center;
	padding:0.5em;
}
.pager a, .pager span {
	display:block;
	float:left !important;
	margin-right:0.1em;
	padding:0.2em 0.5em;
}
.pager a {
	color:#105cb6;
	background-color:#fff;
	border:1px solid #9aafe5;
	text-decoration:none;
}
.pager a:hover {
	color:#003;
	background-color:#fff;
	border:1px solid #2e6ab1;
}
.pager .current {
	color:#fff;
	background-color:#2e6ab1;
	border:1px solid #2e6ab1;
	font-weight:bold;
}
/*
	ページャー ここまで
*/

