@charset "Shift_JIS";


/*----------------------------------------
	default setting
-----------------------------------------*/
body, div, dl, dt, dd, th, td, ul, ol, li,
h1, h2, h3, h4, h5, h6, p, form, img {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, strong, em, p {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
body {
	font-size: 75%;
}
th {
	text-align: left;
	font-weight: normal;
}
li {
	list-style: none;
	vertical-align: bottom;
}
li img {
	vertical-align: top;
}
img, table {
	border: 0;
}
hr {
	display: none;
}
em {
	font-weight:bold;
}
input, textarea, select {
	color: #333333;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
.ime_off{
	ime-mode: disabled
}
.ime_on{
	ime-mode: active
}

/*----------------------------------------
	clearfix
-----------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
	font-size: 0.1px;
	line-height: 0.1px;
}
.clearfix {
	display: inline-block;
	position: relative; /* DW */
}
/* Hides from IE-mac \*/
.clearfix {
	display: block; 
}
/* End hide from IE-mac */

/*----------------------------------------
	body setting
-----------------------------------------*/
body {
	background: #ffffff url(../img/bg_body.gif) repeat-x;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	text-align: center;
}

/*----------------------------------------
	wrapper setting
-----------------------------------------*/
#wrapper_header {
}
#wrapper_content {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	background: url(../img/bg_content_mdl.gif) repeat-y;
}
#wrapper_content_top {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	background: url(../img/bg_content_top.gif) no-repeat center top;
}
#wrapper_footer {
	border-top: 1px solid #ddd;
	margin-top: 30px;
	padding: 20px 0;
}
#header {
	width: 950px;
	height: 77px;
	margin: 0 auto;
	text-align: left;
}
#content {
	background: url(../img/bg_content_btm.gif) no-repeat center bottom;
	padding: 20px 20px 30px;
}
#footer {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}


/*----------------------------------------
	color setting
-----------------------------------------*/
.white01 {
	color: #ffffff;
}
.blue01 {
	color: #003399;
}
.red01 {
	color: #ff3333;
}

/*----------------------------------------
	header setting
-----------------------------------------*/
#header {
	background: none;
}
#header h1 {
	padding-top: 6px;
}

/*----------------------------------------
	footer setting
-----------------------------------------*/
#footer {
}
#footer .ft_logo {
	float: left;
	width: 350px;
}
#footer .ft_copyright {
	float: right;
	width: 350px;
	text-align: right;
	padding-top: 10px;
}

/*----------------------------------------
	h1
-----------------------------------------*/
#housing_search .h1_basic {
	width: 760px;
	height: auto;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
}
#housing_search .h1_basic span {
	margin: 10px 0 30px;
}

/*----------------------------------------
	content setting
-----------------------------------------*/
#content p {
	line-height: 1.4;
}

/*----------------------------------------
	btn select set
-----------------------------------------*/
.btnselectset {
	width: 600px;
	margin: 30px auto 0;
}

/*----------------------------------------
	table01〜03
-----------------------------------------*/
table.table01, table.table02, table.table03 {
	width: 720px;
	margin: 30px auto 0;
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
}
table.table01 th, table.table01 td, table.table02 th, table.table02 td, table.table03 th, table.table03 td {
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	padding: 10px 10px 10px 15px;
	vertical-align: top;
	text-align: left;
}
table.table01 th, table.table02 th, table.table03 th {
	background: url(../img/bg_table01.gif);
}
table.table01 th_width, table.table02 th_width, table.table03 th_width {
	width: 105px;
}

/*----------------------------------------
	table01
-----------------------------------------*/
table.table01 th {
	width: 180px;
	vertical-align: middle;
}
table.table01 td p {
	margin-top: 15px;
}
table.table01 td p:first-child {
	margin-top: 5px;
}

/*----------------------------------------
	next_content
-----------------------------------------*/
#next_content {
	text-align: center;
}
#next_content, #next_content .btn_next {
	margin-top: 30px;
}
#next_content ul {
	width: 290px;
	margin: 25px auto 0;
	text-align: left;
}

/*----------------------------------------
	pagenav
-----------------------------------------*/
table.pagenav {
margin:1em 0 2em;
}


