@charset "utf-8";
/* CSS Document */

* {
	margin:0;padding:0;
}

body{
	text-align: left;
	font-size: 75%;
	line-height: 120%;
	background-color: #eee;
	font-family: ariel, meiryo;
	color: #333333;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a { color:#333399; }
a:hover{
	color:#2b2b81;
	text-decoration: none;
}


table { font-size: 100%; }

#head{
	padding:20px;
	margin: 10px;
	background-color:#c3ddf8;
	text-align: left;
	font-size: 14px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#head .title{
	font-size: 20px;
	font-weight: bold;
	width: 600px;
	float: left;
	padding-top: 4px;
}
#head .menu{
	font-size: 14px;
	width: 300px;
	float: right;
	text-align: right;
	padding-top: 5px;
}

#main{
	padding-bottom: 20px;
	text-align: left;
}
h1{
	font-size: 22px;
	margin: 0px;
	color: #2a619f;
	text-align: center;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 140%;
}
.section {
	border: 1px solid #ccc;
	padding: 30px;
	margin: 10px;
	background-color: #fff;
	text-align: left;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-image: url(../images/section_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.section2 {
	border: 1px solid #ccc;
	padding: 30px;
	background-color: #fff;
	text-align: left;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-image: url(../images/section_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 400px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

h2{
	font-size: 16px;
	padding-bottom: 10px;
}



h1.edit{
	font-size: 22px;
	margin: 0px;
	color: #2a619f;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
h2.edit{
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 20px;
}



.bt_new{
	width: 94px;
	height: 33px;
	font-size: 14px;
	border: 0;
	cursor: pointer;
	text-align: center;
	color: #333333;
	background-image: url(../images/bt_new.gif);
	background-repeat: no-repeat;
}
.bt_search{
	width: 94px;
	height: 33px;
	font-size: 14px;
	border: 0;
	cursor: pointer;
	text-align: center;
	color: #333333;
	background-image: url(../images/bt_search.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}
.bt_detail{
	width: 65px;
	height: 29px;
	font-size: 12px;
	vertical-align: bottom;
	border: 0;
	cursor: pointer;
	text-align: center;
	color: #333333;
	background-image: url(../images/bt_detail.gif);
	background-repeat: no-repeat;
}
.bt_edit{
	width: 65px;
	height: 29px;
	font-size: 12px;
	vertical-align: bottom;
	border: 0;
	cursor: pointer;
	text-align: center;
	color: #333333;
	background-image: url(../images/bt_edit.gif);
	background-repeat: no-repeat;
}
.bt_delete{
	width: 65px;
	height: 29px;
	font-size: 12px;
	vertical-align: bottom;
	border: 0;
	cursor: pointer;
	text-align: center;
	color: #333333;
	background-image: url(../images/bt_delete.gif);
	background-repeat: no-repeat;
}
.bt_edit_s{
	width: 20px;
	height: 20px;
	font-size: 12px;
	vertical-align: bottom;
	border: 0;
	cursor: pointer;
	text-align: center;
	color: #333333;
	background-image: url(../images/bt_edit_s.png);
	background-repeat: no-repeat;
	background-color: transparent;
}
.bt_delete_s{
	width: 20px;
	height: 20px;
	font-size: 12px;
	vertical-align: bottom;
	border: 0;
	cursor: pointer;
	text-align: center;
	color: #333333;
	background-image: url(../images/bt_delete_s.png);
	background-repeat: no-repeat;
	background-color: transparent;
}
.bt_output_s{
	width: 16px;
	height: 16px;
	font-size: 12px;
	vertical-align: bottom;
	border: 0;
	cursor: pointer;
	text-align: center;
	color: #333333;
	background-image: url(../images/bt_excel_s.png);
	background-repeat: no-repeat;
	background-color: transparent;
}
.bt_logout{
	width: 75px;
	height: 29px;
	font-size: 12px;
	vertical-align: bottom;
	border: 0;
	cursor: pointer;
	text-align: center;
	color: #333333;
	background-image: url(../images/bt_logout.gif);
	background-repeat: no-repeat;
}


#page_navi .page_item a{
	float:left;
	width:15px;
	height:15px;
	border:solid thin #ccc;
	color: #313131;
	padding:4px;
	margin-right: 3px;
	margin-left: 3px;
	font-size:12px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	text-align: center;
	cursor:pointer;
	line-height: 130%;
	text-decoration: none;
}
#page_navi .page_item a:hover {
	border:solid thin #f3811e;
	background-color:#fff;
	color:#f3811e;
}
#page_navi .page_item_now{
	float:left;
	width:15px;
	height:15px;
	border:solid thin #f3811e;
	background-color:#fff;
	color:#f3811e;
	padding:4px;
	margin-right: 3px;
	margin-left: 3px;
	font-size:12px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	font-weight: bold;
	cursor:default;
	line-height: 130%;
}




table.tb{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-collapse:collapse;
}
table.tb th{
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background-color:#387dc4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 170px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	line-height: 150%;
}
table.tb td {
	margin: 0px;
	font-size: 14px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	word-break: break-all;
	line-height: 150%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
table.tb td.half {
	width: 240px;
}

table.tb td ul {
	padding: 0px;
	list-style-type: none;
}
table.tb td li {
	padding-right: 10px;
	float: left;
	margin-bottom: 2px;
	margin-top: 2px;
}
table.tb td li label input{
	margin: 0px;
	padding: 0px;
}
table.tb td img {
	margin-bottom: 5px;
	padding: 0px;
}


table.tb_block{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-collapse:collapse;
}
table.tb_block th{
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background-color:#387dc4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	line-height: 150%;
}
table.tb_block td{
	padding: 10px;
	font-size: 14px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	word-break: break-all;
	line-height: 150%;
	width: 160px;
}

table.tb_s{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-collapse:collapse;
}

table.tb_clear,
table.tb_clear th,
table.tb_clear td{
	border:none;
	padding: 0px;
}

	
select,
table.tb td input,
table.tb td textarea,
table.tb td select,
table.tb_block td input,
table.tb_block td textarea,
table.tb_block td select,
#limit_start{
	font-size: 14px;
	padding: 5px;
}
table.tb td input.bt_map{
	font-size: 12px;
	padding: 3px;
	margin-right: 5px;
	width: 105px;
}
.no{
	text-align: right;
}
.format_yen{
	text-align: right;
}
.tx1{
	width: 97%;
	font-size: 14px;
	padding: 5px;
}
.tx2{
	width: 80px;
}
.tx3{
	width: 150px;
}
.tx4{
	width: 250px;
}
.tx5{
	width: 120px;
}
.tx6{
	width: 350px;
}
.tx7{
	width: 200px;
}
.tx8{
	width: 50px;
}
.tx9{
	width: 100px;
}
.tx10{
	width: 20px;
}
.tx11{
	width: 200px;
}
.tx12{
	width: 35px;
}
.tx13{
	width: 65px;
}


.txe1{
	width: 97%;
	height: 70px;
}
.txe2{
	width: 97%;
	height: 150px;
}
.txe3{
	width: 97%;
	height: 50px;
}
.txe4{
	width: 97%;
	height: 250px;
}


li.li80{
	min-width: 80px;
}
li.li100{
	min-width: 100px;
}
li.li125{
	min-width: 125px;
}
li.li140{
	min-width: 140px;
}
li.li160{
	min-width: 160px;
}



.cap{
	color: #999999;
}


table#search{
	width: 100%;
}
table#search th{
	width: 100px;
}
table#search td{
	min-width: 50px;
}
table#search td.long{
	width: 350px;
}


#search_result{
	margin-top: 40px;
}
table.search_result{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-collapse:collapse;
}
table.search_result th{
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background-color:#7a7f84;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
table.search_result td {
	padding: 10px;
	margin: 0px;
	font-size: 14px;
	line-height: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
table.search_result.house_result th,
table.search_result.house_result td{
	font-size: 12px;
	padding: 5px;
}

table.search_result th.th_short{
	min-width: 100px;
}
table.search_result td strong {
	color: #7a7f84;
}
table.search_result td.bt_area {
	text-align: right;
	width: 180px;
}
.bt_result{
	font-size: 12px;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-right: 2px;
}


table.cap td{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #0066FF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.date{
	width: 200px;
	font-size: 14px;
	padding: 5px;
}
.bt_submit{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.bt_other{
	font-size: 14px;
	color: #333333;
	padding: 5px;
}
.message,#house_message{
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.action_message{
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #D90000;
	line-height: 140%;
}
#edit_message{
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #D90000;
	line-height: 140%;
}



.bt_new_img{
	width: 94px;
	height: 33px;
	font-size: 14px;
	vertical-align: bottom;
	border: 0;
	cursor: pointer;
	text-align: center;
	color: #333333;
	background-image: url(../images/bt_image.gif);
	background-repeat: no-repeat;
}
.sam a img, .sam a{
	border: none;
}
.sam a:hover img{
	border: 3px solid #6699CC;
	margin: -3px;
}
.img_url{
	width: 440px;
	padding: 5px;
}
.url_txt{
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #35a;
}
.img_memo{
	width: 100%;
	height: 200px;
}


.copy{
	font-size: 12px;
	text-align: center;
	color: #666666;
}



table.login{
	width: 380px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
table.login th{
	font-size: 14px;
	text-align: left;
	width: 100px;
	padding-bottom: 10px;
	color: #333333;
}
table.login td{
	font-size: 14px;
	padding-bottom: 10px;
	color: #333333;
}
table.login td.key{
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
	width: 70px;
}
table.login td input{
	width: 200px;
	font-size: 14px;
	padding: 5px;
}
.bt_login{
	font-size: 14px;
	color: #333333;
	padding: 5px;
}

.dot{
	width: 100%;
	height: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}


.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear: both;
	float: none;
}

.red {color:#fd2117}
.gray{color:#999999}
.required {color:#fd2117}


/*基本マージン設定/コンテンツ内共通スタイル
---------------------------------------------------------------------------*/
.m0_r { margin-right:0px}
.m2_t { margin-top:2px}
.m4_l { margin-left:4px}
.m4_t { margin-top:4px}
.m5_b { margin-bottom:4px}
.m5_r { margin-right:5px}
.m6_b { margin-bottom:6px}
.m8_t { margin-top:8px}
.m8_b { margin-bottom:8px}
.m10 { margin:10px}
.m10_l { margin-left:10px}
.m10_r { margin-right:10px}
.m10_w{ margin:0 10px}
.m10_t { margin-top:10px}
.m10_b { margin-bottom:10px}
.m10_v { margin:10px 0}
.m12_b { margin-bottom:12px}
.m15_r { margin-right:15px}
.m16_l { margin-left:16px}
.m16_b { margin-bottom:16px}
.m20_l { margin-left:20px}
.m20_r { margin-right:20px}
.m20_t { margin-top:20px}
.m20_b { margin-bottom:20px}
.m26_l { margin-left:26px}
.m30_t { margin-top:30px}
.m30_l { margin-left:30px}
.m30_r { margin-right:30px}
.m30_b { margin-bottom:30px}
.m35_r { margin-right:35px}
.m40_r { margin-right:40px}
.m40_b { margin-bottom:40px}
.m40_t { margin-top:40px}

.m-100_l { margin-left:-100px}

/*基本パディング設定/コンテンツ内共通スタイル
---------------------------------------------------------------------------*/
.p2_l { padding-left:2px}

.p4 { padding:4px}
.p4_t { padding-top:4px}
.p4_l { padding-left:4px}
.p4_r { padding-right:4px}
.p4_w{ padding:0 4px}

.p6 { padding:6px}
.p6_l { padding-left:6px}
.p6_r { padding-right:6px}
.p6_t{ padding-top:6px}
.p6_w{ padding:0 6px}
.p6_b { padding-bottom:6px}

.p8 { padding:8px}
.p8_l { padding-left:8px}
.p8_r { padding-right:8px}
.p8_w{ padding:0 8px}
.p8_t { padding-top:8px}
.p8_v { padding:8px 0}

.p10 { padding:10px}
.p10_l { padding-left:10px}
.p10_r { padding-right:10px}
.p10_w{ padding:0 10px}
.p10_t{ padding-top:10px}

.p20_t { padding-top:20px}
.p20_b { padding-bottom:20px}
.p20_l { padding-left:20px}
.p40_l { padding-left:40px}
.p40_b { padding-bottom:40px}




/* ページトップ */
#page-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
	font-size: 12px;
}
#page-top a {
	background: #555555;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #CCCCCC;
}
#page-top a:hover {
}

#page-top.up {
	position: fixed;
	bottom: 65px;
	right: 20px;
	font-size: 12px;
}
#page-top.up a {
	background: #555555;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: center;
	display: block;
	border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#page-down {
	position: fixed;
	bottom: 35px;
	right: 20px;
	font-size: 12px;
}
#page-down a {
	background: #555555;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	text-align: center;
	display: block;
	border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}



.input_num{
	width:200px;
}
.input_num_s{
	width:40px;
}
.input_num_m{
	width:70px;
}
.input_ex{
	font-size:11px;
	color:#0066FF;
}
.textarea_wide{
	width:400px;
	height:100px;
}

.equip_item{
	float:left;
	margin-left:5px;
}

#table_inuki{
	display:none;
}

#table_invest{
	display:none;
}
.div_bus,
.div_walk{
	display:none;
}

#house_moving_date,
#house_moving_plan{
	display:none;
}
.house_station_other{
	display:none;
}
.house_station_detail{
	display:none;
}
