
@charset "UTF-8";

/* 基本設定
************************************** */
html {
	height: auto;
}

body {
	height: auto;
	text-align: center;
	margin-left: auto ;
	margin-right: auto ;
	background-image: url(../images/basic/bg.gif);
	background-position: top center;
	background-repeat: repeat-x;
	font-family: "ＭＳ Ｐゴシック", "ＭＳ ゴシック";
}

* {
	margin: 0px;
	padding: 0px;
}

#all {
	display: inline-table;
	width: 760px;
	height: auto;
	text-align: center;
	margin-left: auto ;
	margin-right: auto ;
}

#contents {
	float: left;
	width: 760px;
	height: auto;
	background-color: #FFFFFF;
}

/* ヘッダー設定
************************************** */
#head {
	float: left;
	width: 760px;
	height: 70px;
	position:relative;
	z-index: 1;
}

#head h1 {
	float: left;
	width: 222px;
	height: 38px;
	margin: 0px;
	padding: 0px;
}

#head h1 a{
	float: left;
	width: 222px;
	height: 38px;
	background-image: url(../images/basic/header_02.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#head_right {
	float: left;
	width: 538px;
	height: 38px;
}

#head_right p{
	float: left;
	text-align: right;
	width: 528px;
	height: 26px;
	font-size: 8px;
	color: #2050A4;
	line-height: 26px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

#head_right a {
    text-decoration: none;
    font-weight: normal;
    color: #2050A4;
}

#head_right strong {
    font-weight: normal;
}

#head_totop {
	float: left;
	width: 538px;
	height: 12px;
}

#head_totop a {
	float: right;
	width: 105px;
	height: 12px;
	background-image: url(../images/basic/totop_07.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#head_contact {
	float: left;
	width: 103px;
	height: 12px;
}

#head_contact a {
	float: right;
	width: 103px;
	height: 12px;
	background-image: url(../images/basic/header_05.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#menu {
	float: left;
	width: 760px;
	height: 40px;
}

#menu ul {
	float: right;
	list-style-type: none;
	display: inline;
	position: relative;
	top: 10px;
}

#menu ul li {
	list-style-type: none;
	display: inline;
}

li#menu_rent a {
	float: left;
	width: 165px;
	height: 28px;
	background-image: url(../images/basic/header_10.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
li#menu_buy a {
	float: left;
	width: 165px;
	height: 28px;
	background-image: url(../images/basic/header_11.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
li#menu_sell a {
	float: left;
	width: 137px;
	height: 28px;
	background-image: url(../images/basic/header_12.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
li#menu_shops a {
	float: left;
	width: 110px;
	height: 28px;
	background-image: url(../images/basic/header_13.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

li#menu_rent a:hover,
li#menu_buy a:hover,
li#menu_sell a:hover,
li#menu_shops a:hover {
	background-position: 0px -28px;
}

#pulldown01 {
	width: 210px;
	position:absolute;
	z-index: 2;
	top:72px;
	left:180px;
	visibility:hidden;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	padding: 2px;
	text-align: left;
}

#pulldown02 {
	width: 200px;
	position:absolute;
	z-index: 2;
	top:72px;
	left:345px;
	visibility:hidden;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	padding: 2px;
	text-align: left;
}

#pulldown04 {
	width: 110px;
	position:absolute;
	z-index: 2;
	top:72px;
	left:647px;
	visibility:hidden;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	padding: 2px;
	text-align: left;
}

#pulldown01 table {
	background-color: #EC6800;
}

#pulldown02 table{
	background-color: #82AE46;
}

#pulldown04 table {
	background-color: #1E50A2;
}

#pulldown01 table td {
	background-color: #F39800;
	padding-left: 10px;
}

#pulldown02 table td {
	background-color: #B8D200;
	padding-left: 10px;
}

#pulldown04 table td {
	background-color: #527CBF;
	padding-left: 10px;
}

#pulldown01 table a,
#pulldown02 table a,
#pulldown04 table a{
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 170%;
}
#pulldown01 table a:hover,
#pulldown02 table a:hover,
#pulldown04 table a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/* トップイメージ設定
************************************** */
#top_image {
	float: left;
	width: 760px;
	height: 200px;
	background-image: url(../images/home/top_14.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#about {
	float: left;
	width: 760px;
	height: 118px;
}

#about_image {
	float: left;
	width: 183px;
	height: 118px;
	background-image: url(../images/home/top_15.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#about_text {
	float: left;
	width: 577px;
	height: 118px;
	background-image: url(../images/home/top_16.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#about_text p {
	text-align: left;
	font-size: 12px;
	color: #4c4c4c;
	line-height:135%;
	padding: 16px 0px 0px 16px;
}

/* フッター設定
************************************** */
#foot {
	clear: both;
	float: left;
	width: 760px;
	height: 160px;
}

#foot_in01 {
	float: left;
	width: 750px;
	height: 89px;
	border-top: 1px solid #696969;
	position: relative;
	top: 10px;
	left: 5px;
}

#foot_banner01 {
	float: left;
	width: 173px;
}

#kanko_banner {
	float: left;
	width: 173px;
	height: 26px;
	position: relative;
	top: 10px;
}
#kanko_banner a {
	float: left;
	width: 173px;
	height: 26px;
	background-image: url(../images/basic/under_61.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#link_banner {
	float: left;
	width: 173px;
	height: 26px;
	position: relative;
	top: 15px;
}
#link_banner a {
	float: left;
	width: 173px;
	height: 26px;
	background-image: url(../images/basic/under_67.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#kanko_banner a:hover,
#link_banner a:hover {
	background-position: 0px -26px;
}

#sell_banner {
	float: left;
	width: 283px;
	height: 57px;
	position: relative;
	top: 10px;
	left: 5px;
}

#sell_banner a{
	float: left;
	width: 283px;
	height: 57px;
	background-image: url(../images/basic/under_63.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#foot_contact {
	float: left;
	width: 284px;
	height: 57px;
	position: relative;
	top: 10px;
	left: 10px;
	background-image: url(../images/basic/under_65.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#foot_contact2 {
	float: left;
	width: 132px;
	height: 57px;
	position: relative;
	top: 10px;
	left: 10px;
	background-image: url(../images/basic/under_66.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#foot_banner {
	float: left;
	width: 147px;
	height: 57px;
	position: relative;
	top: 10px;
	left: 15px;
}


#sell_banner a:hover {
	background-position: 0px -57px;
}

#foot_in02 {
	float: left;
	width: 750px;
	height: 50px;
	border-top: 1px solid #696969;
	position: relative;
	left: 5px;
}

#foot_in02 ul {
	float: right;
	height: 50px;
	list-style-type: none;
	display: inline;
	position: relative;
	right: 15px;
}

#foot_in02 ul li {
	list-style-type: none;
	display: inline;
	line-height: 50px;
}

#foot_in02 a {
	font-size: 12px;
	color: #292929;
	text-decoration: none;
	position: relative;
	left: 15px;
}

#foot_in02 a:hover {
	font-size: 12px;
	color: #292929;
	text-decoration: underline;
}

#foot_bottom {
	float: left;
	width: 760px;
	height: 22px;
	background-image: url(../images/basic/footer_79.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: left;
}

#foot_bottom p {
	text-align: left;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 22px;
	position: relative;
	left: 10px;
}

#foot_bottom a {
	text-align: left;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 22px;
	position: relative;
	text-decoration: none;
}