/* CSS Document */



body {
	background-image: url(./IMAGE/gear2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #555555;
	width:960px;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', sans-serif;
	margin:0 auto;
	margin-top:5px;
}

img{
	border: 0px #FFF solid;
}

a {color:#3993C9;text-decoration:underline;}
a:visited {color:#3993C9;text-decoration:underline;}
a:hover {color:#fe8600;text-decoration: underline;}
a:active {color:#3993C9;text-decoration:underline;}

div#main{
	float:left;
	width:750px
}
div#sub{
	float:right;
}

.main_title{
	font-weight: bold;
	font-size: small;
	color: #555555;
}

/*===================物件検索フォーム======================*/
h1{
	font-weight:bold;
	color: #FFFFFF;
	background-color:#6BC700;
	font-size:100%;
	padding:5px 10px 5px 10px;
	border-bottom: 2px #69b70b solid;
}

h2{
	font-weight:bold;
	color: #5e5835;
	background-color:#FFF7CE;
	font-size:100%;
	padding:5px 10px 5px 10px;
	border-bottom: 2px #f2e9b8 solid;
	margin-bottom:3px;
}

div.rail{
	margin-left:10px;
}
.rail td{
	padding:2px 0px 2px 0px;
	width:190px;
}

div.station{
	margin-left:10px;
}
.station td{
	padding:0px 0px 2px 0px;
	width:120px;
}

table.kihon{
	margin-left:10px;
	width:730px;
}
.kihon th{
	font-size: small;
	font-weight: normal;
	border: 1px #CCCCCC solid;
	line-height: 120%;
	background: #ecf9c5;
	color: #555555;
	padding: 7px 5px 7px 5px;
	text-align:left;
}

.kihon td{
	padding:2px 2px 2px 2px;
	line-height: 100%;
/*	background-color:#ffffd3;*/
	border: 1px #DDD solid;
}



table.kodawari{
	margin-left:10px;
}


.kodawari td{
	vertical-align:top;
}

.kodawari table{
	width:238px;
}

table.kodawari_check{
	border-bottom: 1px #DDD solid;
}
.kodawari_check td{
	padding:2px 2px 2px 2px;
	line-height: 100%;
/*	background-color:#ffffd3;*/
	border-left: 1px #DDD solid;
	border-right: 1px #DDD solid;
}

.kodawari_check th{
	font-size: small;
	font-weight: bold;
	border: 1px #CCCCCC solid;
	line-height: 120%;
	background: #ecf9c5;
	color: #555555;
	padding: 2px;
}


table.opt{
	border-bottom: 1px #DDD solid;
}

.opt td{
	padding:2px 2px 2px 2px;
	line-height: 100%;
/*	background-color:#ffffd3;*/
	border-left: 1px #DDD solid;
	border-right: 1px #DDD solid;
}

.opt th{
	font-size: small;
	font-weight: bold;
	border: 1px #CCC solid;
	line-height: 120%;
	background: #fcdfc4;
	color: #555555;
	padding: 2px;
}

/*=============================================================*/

table{
	border-collapse: collapse;
}
td{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 120%;
	color: #555555;
	font-size: small;
}
tr.mr_info td{
	border-top: 1px #edd690 solid;
}
tr.icon td{
	border-bottom: 1px #edd690 solid;
}

th{
	font-size: x-small;
	font-weight: normal;
	border-top: 1px #CCCCCC solid;
	border-left: 1px #EEEEEE solid;
	border-right: 1px #EEEEEE solid;
	border-bottom: 1px #CCCCCC solid;
	line-height: 120%;
	background: #F0FFE5;
	color: #555555;
	padding: 2px;
	
}
.header{
	font-size: small;
}

textarea{
	border-top: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	font-size: x-small;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', sans-serif;
}
input[type="text"]{
	border-top: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	height:1.5em;
	font-size: x-small;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', sans-serif;
}
.selectform{
	border-top: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
//	width:30px;	
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', sans-serif;
	font-size: small;
}

tr.focus{
	background: #FEFBEA;
}


div.memo{
	font-size: x-small;
}

.bukkenmei{
	margin-bottom:8px;
	padding-bottom:6px;
	font-size: small;
	font-weight: bold;
	border-bottom:solid 1px #eeeeee;
	vertical-align:top;
}

.bukkenmei a{
	text-decoration: none;
	margin-bottom:6px;
}

.point{
	color:#D9A60B;
	font-weight: bold;
	text-align:top;
}

.mr_checkbox{
	width:28px;
	height:130px;
	background-color:#FEF5CF;
}

table.result{
	width: 740px;
}

.note{
	font-size: 80%;
}

.dev_message{
	border: solid #EEE 1px;
	height:50px;
	padding:3px;
}
.dev_message_title{
	color:#03b75a;
	font-weight:bold;
}

.mr_info .station{
	padding:3px 0px 3px 0px;
	margin-left:0px;
	padding-left:10px;
}

.mr_info .mr_summary{
	margin-left:0px;
	font-weight:bold;
	padding-left:10px;
}

.mr_info div.sale_status{
//	border-right: solid #F1D3BE 1px;
//	border-bottom: solid #F1D3BE 1px;
	background-color:#669680;
	background-image:url(images/sale_status_bk.gif);
	font-size: 85%;
	text-align:center;
	display:inline;
	padding:2px 3px 2px 3px;
	margin-left:30px;
	font-weight:normal;
}

.mr_info .address{
	padding-top:6px;
	padding-bottom:3px;
	padding-left:10px;
}

.mr_info .kodawari_point{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	color:#58bd07;
	font-weight:bold;
}

.notice{font-size:70%}

