@charset "utf-8";
/* f-t */

/* basic elements */
*{
	margin: 0;
	padding: 0;
}
html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
   height: 100%;
}

body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
	font-family: "MS UI Gothic", Verdana, Arial, sans-serif;
	font-size: 92%;
	color: #333333;
	height: 100%;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: none; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin: 0;
}
address{ font-style:normal; }

/* standard helper classes */
.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}
.r_text {color: #F00;}
.b_text {color: #00F;}
.big_text{ font-size: 150%; border-bottom: solid 1px #666666;}

/* Begin Headers */

#header {
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    }
#header_logo h1{
	color:#FFFFFF;
	font-size:22px;
	text-indent: -9999px;
	position: absolute;
	left: 5px;
	top: 5px;
    }
#header_logo h1 a, h1 a:hover, h1 a:visited{
	display: block;
	height: 40px;
	width: 250px;
	text-decoration: none;
	outline-width: 0px;
  }
#header_logo h2{
	color:#FFFFFF;
	font-size:14px;
	text-indent: -9999px;
	position: absolute;
	left: 5px;
	top: 5px;
    }
#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 90px;
	width: 740px;
}
#header_menu {
	width: 740px;
	padding-top: 60px;
	margin: 0px;
	height: 30px;
}

#header_menu td {
    text-align: center;
    padding:3px;
}
#header_menu td.d {
    padding:3px;
    border: 2px double #ccc;
}

.description {
    text-align: left;
    padding-left: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size:small;
    }

/* End Headers */

/* Begin Structure */

#page {
	margin: 0 auto;
	padding: 0;
	width: 740px;
	background-color: #fff;
	position: relative;
	height: 100%;
    }

#container{
    text-align:left;
    width: 740px;
}
#content{
	text-align:left;
	width:450px;
	float: left;
}
#content_full{
    margin: 25px 20px 0 20px;
    padding: 0px;
    text-align:left;
    width:700px;
}

#sidebar{
    float:right;
    padding: 0;
    margin: 0;
    width:120px;
}

#sidebar td {
    padding:3px;
}

#sidebar  td.b {
    padding:3px;
    background-color: #efefef;
}

#sidebar ul{
	list-style: none;
	padding-left: 1em;
	text-indent: 0.1em;
	font-size: 80%;
}
#footer {
	font-size:small;
	clear: both;
	background-image: url(images/footer.gif);
	background-position: 0px 18px;
	background-repeat: no-repeat;
	margin-top: 8px;
	margin-bottom: 0;
	padding: 0;
	width:100%;
}
/* End Structure */

/* Begin Forms */

.submit{
	margin:7px auto 3px auto;
	text-align: center;
}
.t_box{
    margin:7px auto 7px auto;
}

/* End Forms */

/* Begin Tables */

table.main_table{
	font-size:small;
	background-image: url(images/seach_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #999999;
}
.main_table td,th{
/*    border:1px solid #c1c3fe;*/
}
/* 検索結果 */
table.search_table {
  font-size: small;
}
table.search_table th, table.search_table td {
	padding: 7px 3px;
	text-align: center;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
  border-bottom: solid 1px #999999;
}
table.search_table th {
  background-color: #F0F0F0;
}
table.search_table th.list_detail, table.search_table td.list_detail {
  border-right: solid 1px #999999;
}
table.search_table td.list_detail {
  background-color: #FFE0FF;
}
table.search_table td {
  border-top: none;
}
table.search_table td.list_nav {
  border: none;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 2px;
}
table.search_table td.list_notice {
	text-align: left;
	font-size:small;
	font-weight: bold;
	vertical-align: bottom;
	padding-top: 10px;
	padding-bottom: 2px;
	border: none;
}
table.search_table a, table.search_table a:hover, table.search_table a:visited {
  color: #0033FF;  
}

table.detail_table{
    border-width:1px;
    border:1px solid #c1c3fe;
}
table.detail_table td,th{
    border-width:1px;
    border:1px solid #c1c3fe;
}
table.none_border_table{
    border-width:0;
}
table.none_border_table td,th{
    border-width:0;
}

th.list {
    background-color:#eee;
    font-weight:bold;
    text-align:center;
}
tr.required,td.required{
    background-color:#ff8040;
    font-weight:bold;
    text-align:center;
}


th.title {
    color:blue;
    background-color:#eee;
    border: 1px solid #c1c3fe;
    text-align:center;
}
th.title h3 {
    color:blue;
    background-color:#eee;
    margin:0 auto 0 auto;
    padding:4px;
}


th.items {
    background-color:#efd;
    text-align:right;
}
td.items {
    background-color:#eff;
    text-align:center;
}
tr.items {
    background-color:#efd;
}

/* End Tables */

/* Begin Informations */

.information {
    background-color: lightgreen;
    font-weight: bold;
    padding:3px;
    border:2px solid green;
    margin-top: 5px;
    margin-bottom: 5px; 
}

.warning {
    background-color: pink;
    font-weight: bold;
    padding:3px;
    border:2px solid red;
    margin-top: 5px;
    margin-bottom: 5px; 
}

/* End Informations */

/* Begin Misc */



.photo {
    text-align:center;

}

hr {
    display: none;
    }

/* End Misc */


/* for MacIE's bug */

/*\*//*/
textarea, select, input {
font-family: "ͣ Хå", Osaka, sans-serif;
}
/**/
#header td.top {
	font-size: small;
	padding-top: 10px;
}
/*ナビリンク処理*/
div#seach, div#use, div#kanyu, div#tokuten {
	float: left;
	width: 100px;
}
div#guide, div#smile {
	float: left;
	width: 150px;
}
#seach a, #use a, #kanyu a, #tokuten a, #guide a, #smile a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 100px;
	text-indent: -9999px;
	outline-width: 0px;
}
#guide a, #smile a {
	width: 150px;
}
#seach a {
	background-image: url(images/btn_seach.gif);
}
#use a {
	background-image: url(images/btn_use.gif);
}
#kanyu a {
	background-image: url(images/btn_kanyu.gif);
}
#tokuten a {
	background-image: url(images/btn_tokuten.gif);
}
#guide a {
	background-image: url(images/btn_guide.gif);
}
#smile a {
	background-image: url(images/btn_smile.gif);
}
#seach a:hover, #use a:hover, #kanyu a:hover, #tokuten a:hover, #guide a:hover, #smile a:hover {
    background-position:0% -30px;
}

#footer address {
	font-size: 12px;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #9E290B;
}
#footer address a, #footer address a:hover, #footer address a:visited {
	color: #9E290B;
	font-weight: bold;
}

/*サイドバー*/
#side-content {
	float: right;
	width: 290px;
}
#side-content a,
#side-content a:hover,
#side-content a:visited {
	color: #8B0000;
}
#side-content a:hover {
	color: #0089BA;
	text-decoration: underline;
}
#side-content .top-box {
	margin-top: 40px;
	width: 271px;
	margin-left: 10px;
}
#side-content .sec-box {
	margin-top: 20px;
	width: 271px;
	margin-left: 10px;
}
#side-content .top-box h3 {
	font-size: 140%;
	color: #FF3399;
	font-weight: bold;
	background-image: url(images/seikyoha.gif);
	background-repeat: no-repeat;
	text-indent: -999px;
	height: 51px;
	width: 271px;
}
#side-content .sec-box h3 {
	font-size: 140%;
	color: #FF3399;
	font-weight: bold;
	background-image: url(images/tokuten.gif);
	background-repeat: no-repeat;
	text-indent: -999px;
	height: 51px;
	width: 271px;
}
#side-content .top-box p, #side-content .sec-box p {
	line-height: 150%;
	padding: 10px;
}
#side-content .top-banner {
	margin-top: 40px;
}
#side-content .top-banner img {
	border: 1px solid #333333;
}
#side-content .ico {
	padding-right: 3px;
	padding-bottom: 3px;
}
#head_banner {
	padding: 0px 0px 10px;
}
#content .search {
	margin-left: 10px;
	margin-top: 40px;
}
#content_full .entry {
	margin-top: 20px;
	margin-bottom: 20px;
}
#content_full .entry h2 {
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content_full .entry h3 {
	font-size: 130%;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 20px;
	background-image: url(images/tate_bar_s.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	font-weight: bold;
}
#content_full .entry p {
	line-height: 150%;
	padding-left: 10px;
	margin-bottom: 20px;
}
#content_full .entry ol {
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;

}
#content_full .entry ul {
	list-style: none;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 15px;
}
#content_full .entry ol li {
	line-height: 24px;
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content_full .entry ul li {
	line-height: 24px;
	background-image: url(images/ico_check_s.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content_full .entry a, #content_full .entry a:visited{
	color:#0066FF;
}
.qrcode img {
	float: left;
}
.qrcode {
	padding: 5px;
}
#side_menu a, #side_menu a:visited{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	display: block;
	margin-left: 5px;
	color:#333333;
}
#atom {
	clear: both;
	text-align: right;
	font-size: 12px;
	margin-right: 25px;
	margin-bottom: 13px;
}
#atom a, #atom a:hover, #atom a:visited {
	color: #333333;
	padding-bottom: 2px;
	padding-top: 2px;
}
#atom img {
	vertical-align: middle;
}
.style1 {
	color: #000080;
	font-weight: bold;
}
/*NotUse*/
#side_menu {
	margin-top: 48px;
}
#side_menu a:hover{
	border-left: solid 5px #0099FF;
	color:#990000
}
#side_menu ul {
	font-size: 91%;
}
/*フォーム*/
#apart table {
	width: 100%;
	}
#apart th {
	background-color:#F0F0F0;
	padding: 10px;
	width: 100px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
}
#apart td {
	padding: 10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
}
#apart caption {
	text-align: center;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	letter-spacing: 0.2em;
	color: #FF3300;
	font-size: 16px;
}
#q_and_a table {
	width: 100%;
	margin-left: 50px;
	font-size: 100%;
	line-height: 150%;
	margin-bottom: 20px;
}
#q_and_a th {
	padding: 10px;
	width: 50px;
	font-weight: bold;
	border-top: none;
	border-right: none;
}
#q_and_a td {
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
}
div#q_and_a {
	width: 600px;
}
#q_and_a th.question {
	border-bottom: 1px solid #CCCCCC;
	border-left: 6px solid #CC0000;
}
#q_and_a th.answer {
	border-bottom: 1px solid #CCCCCC;
	border-left: 6px solid #0000CC;
}
#yougo table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 100%;
	margin-left: 50px;
	margin-bottom: 20px;
	font-size: 100%;
	line-height: 150%;
}
div#yougo {
	width: 600px;
}
#yougo td, #yougo th {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#yougo th {
	width: 100px;
	font-weight: normal;
}
div#merit_1, div#merit_2, div#merit_3, div#merit_4 {
	background-image: url(images/merit_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	width: 600px;
	overflow: hidden;
	margin-left: 10px;
	padding-top: 30px;
	padding-left: 100px;
}
div#merit_2 {
	background-image: url(images/merit_2.gif);
}
div#merit_3 {
	background-image: url(images/merit_3.gif);
}
div#merit_4 {
	background-image: url(images/merit_4.gif);
}
/*住まい紹介所*/
#syokai table {
	width: 100%;
	margin-left: 50px;
	font-size: 100%;
	line-height: 150%;
	margin-bottom: 20px;
	border-top: 1px solid #CCCCCC;
}
#syokai th {
	padding: 10px;
	width: 80px;
	font-weight: bold;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left-style: none;
}
#syokai td {
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
}
div#syokai {
	width: 600px;
}
#syokai tr.even {
	background-color: #FFF0DD;
}
#syokai tr.odd {
	background-color: #F5F5F5;
}
/* 特典 */
#tokuten_hyo h2 {
	text-align: center;
}
#footer p {
	text-align: center;
	font-size: 14px;
	margin-bottom: 3px;
}
#footer p a, #footer p a:hover, #footer p a:visited {
	color: #333333;
	font-weight: bold;
}
/* 検索結果 */
span.price {
	font-size: medium;
	font-weight: bold;
	color: #CC3333;
}
span.walk_m {
  font-size: medium;
	font-weight: bold;
	color: #666666;
}
/* floating pictures */
.leftbox {float:left; margin: 15px 15px 10px 0px; line-height:0px;}
.leftbox img  {display: block;position: relative;background-color: #fff;border: 1px solid #a9a9a9;margin: -5px 5px 5px -5px;padding: 4px;line-height:0px;}
.rightbox {float:right; margin: 15px 0px 10px 15px; line-height:0px;}
.rightbox img {display: block;position: relative;background-color: #fff;border: 1px solid #a9a9a9;margin: -5px 5px 5px -5px;padding: 4px;line-height:0px;}

/* 紹介状リンク a */
span.intro a:link { color:#f00;}

span.intro a:visited {
	color: #4B0082;
}
span.intro a:hover {
	color: #red;
}

/* 091128バナーボタン2個追加 */
div#movie_sumile_banner {
	margin-left: 16px;
}
img#bnr_dbook{
	padding-left:5px;
	margin-top: 10px;
}