@charset "utf-8";

html {
	overflow-y: scroll;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing:0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
	clear: both;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
h1 {
	float: left;
	font-weight: normal;
}

img,abbr,acronym,fieldset {
	border: 0;
}

dl,dt,dd,ul,ol,li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p {
	margin: 0;
	padding: 0;
}

img {
	border:none;
}

th,td {
	margin: 0;
	padding: 0;
}

/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	margin:0px;
	padding:0px;
	color: #333;
	font-size: 10px;
	_font-size: 62.5%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5;
	text-align: center;
	background-image: url(../img/wrapper_bg.jpg);
	background-repeat: repeat-x;
	background-color: #DAD9E6;
}
* + html body {
	font-family : Arial,'ＭＳ Ｐゴシック',sans-serif ;
}
caption,select,ul,ol{
	font-family: "ＭＳ ゴシック", Sans-Serif;
}

.wrapper {
	text-align: center;
	padding-top: 6px;
}

.container {
	font-size:1.2em;
	text-align:center;
	width: 900px;
	margin: 0 auto 20px;
	padding: 0;
	background-color: #FFFFFF;
}

#topic_pass {
	width: 350px;
	position: absolute;
	top: 150px;
	left: 650px;
}

#topic_pass p {
	position:relative;
	text-align: left;




	right;:300px;
	padding:5px;
	color:#000000;
	left: 100px;
}

/*----------------------------------------------------
	Link
----------------------------------------------------*/

a {
	text-decoration: none;
	color: #006699;
}

a:hover {
	text-decoration: none;
	color: #333333;
}
/*----------------------------------------------------
	ヘッダ　メインメニュー
----------------------------------------------------*/
#menus {
	width:900px;
	clear:both;
	height: 60px;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#menus  ul  {
	list-style:none;
	margin:0;
	padding:0;
}

#menus li {
	position:relative;
	float:left;
	margin:0;
	display: inline;
}



/*----------------------------------------------------
	検索ボックス
----------------------------------------------------*/
#searchbox {
	padding: 0;
	z-index:0;
	clear:both;
	background-color:#ccc;
	text-align:right;
	background-image: url(../img/menu_sub_bg.gif);
	height: 25px !important;
	margin: 0px;
}

#searchbox form {
	height: 25px !important;
	padding: 0;
	margin: 0;
}
.searchbtn{
	cursor:pointer;
	color:#FFFFFF;
	width: 60px;
	border:none;
	background: url(../img/menu_sub_btn.gif) no-repeat;
	height: 23px;
	display: inline;
}
/*----------------------------------------------------
	ポップアップメニュー
----------------------------------------------------*/
.sub {
	visibility:hidden;
	position:absolute;
	top:43px;
	width:180px;
	z-index:1;
	border:1px solid #eee;
	background-color:#fff;
}

.sub div {
	margin:2px;
	padding:3px 3px 3px 20px;
	background: #f8f8f8 url("../img/sub_arrow.gif") no-repeat left;
}

.sub div a {
	color:#666;
	text-decoration:none;
}

.sub div a:hover {
	text-decoration:none;
}
/*----------------------------------------------------
	#header
----------------------------------------------------*/
#h1_container {
	position:absolute;
	text-align: center;
}
#h1_container h1{
	text-align: left;
	width: 900px;
}
#header {
	height: 80px;
	position: relative;
	clear: both;
	width: 900px;
	margin: 0px auto;
}
#header  #sitettl {
	position: absolute;
	top: 19px;
	left: 0px;
}
#header #tell {
	position: absolute;
	top: 4px;
	right: 1px;
}
#header #logo {
	position: absolute;
	top: 35px;
	right: 4px;
}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/

#footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 50px;
	clear: both;
	margin-top: 30px;
	position: relative;
}
#footer #copy {
	position: absolute;
	right: 0px;
	top: 3px;
	color: #999999;
	font-weight: bold;
}

#bottom-nav {
	position: absolute;
	left: 0px;
	top: 0px;
}
#bottom-nav ul {
	color: #FFFFFF;
}
#bottom-nav  li {
	text-align:center;
	float: left;
	width: 93px;
	height: 30px;
}
#bottom-nav  li a {
	border-left: 1px dotted #cccccc;
	text-align:center;
	margin: 0px;
	padding: 5px 0px;
	text-decoration: none;
	display: block;
	color: #666666;
}
#bottom-nav .last {
	border-right: 1px dotted #cccccc;
}
#bottom-nav li a:hover {
	text-decoration: none;
	border-bottom: 2px solid #999999;
	background-color: #F8F8F8;
}


/*----------------------------------------------------
	主要ページ汎用設定
----------------------------------------------------*/

h2 {
	height: 40px;
	font-size: 1.5em;
	margin: 0;
	padding: 15px 0;
	text-align: left;
}

#main {
	text-align:center;
	line-height:1.5;
	clear: both;
	z-index: 0;
	padding-top:10px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 860px;
}
#main p {
	margin:20px 0 20px 0;
	line-height:150%;
}

#main ul,#main ol {
	margin:0 0 0 0;
}

#main li {
	line-height:150%;
	margin:0 0 20px 0;
	color:#333;
}

#main li strong {
	display:block;
	color:#360;
	font-size:14px;
	margin:0 0 5px 0;
}

/* サイトマップで使っている */
#main dt {
	font-weight:normal;
}

#main dd {
	margin:0;
	padding:0;
}

/*----------------------------------------------------
	地主・貸主さんへ
----------------------------------------------------*/

#link {
	margin-left:40px;
}
#link   h3 {
	border-left:0;
	padding-left:0;
	color:#963;
	font-size:1.7em;
}

#link li {
	margin-bottom:5px !important;
	color:#690;
}

#link .image {
	margin:30px 0 30px 20px;
}

/*----------------------------------------------------
	用途説明テーブル
----------------------------------------------------*/

#link td em {
	display:block;
	font-style:normal;
	font-weight:bold;
	color:#369;
	margin-top:5px;
}

#link table {
	margin-right:20px;
}

#link td {
	vertical-align:top;
}

#link td div {
	padding:5px;
	margin:5px 0 10px 0;
	border:1px solid #99c;
	background-color:#eef;
	line-height:130%;
	letter-spacing:1px;
	}

/*----------------------------------------------------
	company
----------------------------------------------------*/
#sitemap {
	width:700px;
	margin:0 auto;
	}
#campany {
	width: 830px;
	margin: 10px auto;
}

#campany #left {
	width: 200px;
	text-align: center;
	float: left;
	margin-left: 100px;
	display: inline;
}

#campany #left img {
	margin-bottom: 10px;
}
#campany  #right {
	float: right;
	display:inline;
	text-align: left;
}
#campany  #right table {
	float: right;
	border: 0px;
	font-size: 1.1em;
}
#campany  #right  th {
	width: 80px;
	text-align: center;
	height: 20px;
	background-color: #FFFFFF;
	border: 0px;
}
#campany  #right  td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	border-right-width: 0px;
	padding-left: 5px;
	text-align: left;
}
#policy,#privacy,#sitemap {
	width: 680px;
	margin: 20px auto;
	text-align: left;
}
#new_info {
	clear: both;
	width: 860px;
}
.news_list {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	height: 75px;
	padding-top: 5px;
}
#main_first {
	height: auto;
	width: 860px;
}
.clear {
	display: block;
	clear: both;
	height: 20px;
	margin-bottom: 20px;
}
.clear2 {
	display: block;
	clear: both;
}
.new_title {
	height: 53px;
	margin-left: -5px;
}
#main #oyasumi {
	text-align: center;
	padding: 5px;
	border: 1px solid #FF0000;
	margin: 0px 0px 10px;
	font-size: 11px;
}
#oyasumi span {
	font-size: 12px;
	color: #FF0000;
	line-height: 1.8em;
}

