@charset "utf-8";
/*--- 基本スタイル ---*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #EDEDEC;
	font-family: sans-serif;
	font-size: 75%;
	background-image: url(img/HP_PAGEimg/body-bg.gif);
	background-repeat: repeat-y;
	background-position: 50% 0%;
}

.blue{
	color:#3300FF;
}

hr {
	display: none;
}
/*--- リンクスタイル ---*/
a img {
	border-style: none;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #0000CC;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/*--- ベースレイアウト ---*/
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#contents {
	margin: 0px;
	padding: 0px;
}
#c_left {
	float: left;
	width: 580px;
	margin-bottom: 20px;
	padding: 10px 15px;
}
#c_right {
	float: right;
	width: 163px;
	margin-bottom: 20px;
	padding: 10px 15px 10px 10px;
}
#sitemap {
	clear: both;
	margin-bottom: 20px;
}
#footer {
	padding: 25px 15px;
	background-color: #000066;
	color: #FFFFFF;
	clear: both;
}
h2 {
	font-size: 110%;
	color: #FFFFFF;
	padding: 1px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
	font-weight: bold;
	font-family: "ヒラギノ明朝 Pro W3";
}
h2 span {
	padding: 5px;
	background-color: #000066;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #2D2DFF;
	display: block;
}

h2 span#red {
	padding: 5px;
	background-color: #AD2C2C;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF0000;
	display: block;
}

h2 span#green {
	padding: 5px;
	background-color: #7D0000;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF0000;
	display: block;
	color: #FFFFFF;
}
h2#own {
	padding: 1px;
	background-color: #FFFFFF;
	display: block;
	border: 1px solid #CCCCCC;
}
h2#own a {
	padding: 5px;
	background-color: #000066;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #2D2DFF;
}
h2#own a:hover {
	padding: 5px;
	background-color: #CCCCCC;
	display: block;
	color: #000033;
	text-decoration: none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #2D2DFF;
}
h3 {
	font-size: 110%;
	color: #333333;
	font-weight: bold;
	font-family: "ヒラギノ明朝 Pro W3";
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
h3 span {
	padding: 5px;
	background-color: #FFFFFF;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #2D2DFF;
	display: block;
}
h4 {
	display: block;
	padding: 1px;
	border: 1px solid #CCCCCC;
	color: #333333;
	font-style: italic;
	font-weight: normal;
	font-size: 85%;
}
h4 span {
	background-color: #FFFFFF;
	display: block;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #2D2DFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
/*--- ヘッダーレイアウト ---*/
#headder h2 {
	background-color: #000066;
	color: #FFFFFF;
	padding-left: 15px;
	font-size: 100%;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	font-weight: normal;
}
/*--- 左コンテンツレイアウト ---*/
#c_left div#whatsnew {
	border: 1px solid #CCCCCC;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 10px;
	height: 120px;
	width: 557px;
	overflow-x: hidden;
}
#c_left div#gfeed {
	border: 1px solid #CCCCCC;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 10px;
}
#c_left div#whatsnew dl dt {
	font-weight: bold;
	clear: left;
	float: left;
	width: 6em;
	margin-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#c_left div#whatsnew dl dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 7em;
}
#c_left div#gfeed dl dt {
	font-weight: bold;
	clear: left;
	float: left;
	width: 6em;
	margin-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#c_left div#gfeed dl dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 7em;
}
/*--- 右コンテンツレイアウト ---*/
#c_right #banner ul {
	list-style-type: none;
	text-decoration: none;
}
#c_right #banner ul li {
	margin-bottom: 5px;
	display: block;
}
#c_right #banner ul li a {
	text-decoration: none;
	border: 1px solid #CCCCCC;
}
#c_right #banner ul li a:hover {
	text-decoration: none;
	border: 1px solid #000066;
}
#c_right div#cominfo {
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}
#c_right div#cominfo dl {
	line-height: 1.2;
	font-size: 115%;
}
#c_right div#cominfo dl dt {
	font-weight: bold;
	font-size: 80%;
}
#c_right div#cominfo dl dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 80%;
}
#c_right div#cominfo p {
	padding: 1px;
	background-color: #FFFFFF;
	display: block;
	border: 1px solid #CCCCCC;
}
#c_right div#cominfo p a {
	padding: 3px;
	background-color: #CCCCCC;
	display: block;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
#c_right div#cominfo p a:hover {
	padding: 3px;
	background-color: #2D2DFF;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#c_right #hato_box img#hato {
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	border: 1px solid #CCCCCC;
}
#c_right #hato_box p {
	font-size: 90%;
	line-height: 1.5;
}
/*--- サイトマップレイアウト ---*/
#sitemap ul li a {
	text-decoration: none;
	color: #666666;
}
#sitemap ul li a:hover {
	text-decoration: underline;
	color: #666666;
}
#sitemap ul li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
}
#sitemap ul {
	list-style-type: none;
	width: 60%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*--- フッターレイアウト ---*/
#footer ul li a {
	text-decoration: none;
	color: #CCCCCC;
}
#footer ul li a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
#footer ul li {
	text-decoration: none;
	color: #CCCCCC;
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer p {
	text-decoration: underline;
	list-style-type: none;
	display: inline;
	float: right;
	margin: 0px;
}
#footer p a {
	text-decoration: none;
	color: #CCCCCC;
}
#footer p a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer address {
	text-align: right;
	margin-top: 20px;
}
/*--- おすすめ＆自社物件情報＆個人情報＆免責boxレイアウト ---*/
.lookup {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.lookup_kirihara{
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 556px;
}

.lookup_box {
	padding: 10px 10px 0px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.lookup_left {
	float: left;
	width: 262px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 5px;
	background-color: #EAEAFF;
}
.lookup_right {
	float: right;
	width: 255px;
	margin: 0px;
	padding: 0px;
}
.lookup_left p {
	line-height: 1.4;
	margin-left: 5px;
	padding: 0px;
	margin-bottom: 0.5em;
	float: left;
	width: 125px;
}
.lookup_right p {
	line-height: 1.4;
}
.lookup_left p.syousai {
	padding: 1px;
	background-color: #FFFFFF;
	display: block;
	border: 1px solid #CCCCCC;
	margin: 0px;
}
.lookup_left p.syousai a {
	padding: 3px;
	background-color: #CCCCCC;
	display: block;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
.lookup_left p.syousai a:hover {
	padding: 3px;
	background-color: #2D2DFF;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.lookup#menseki_box p {
	margin-bottom: 1.5em;
	line-height: 1.5;
	color: #666666;
}
.lookup#kojin_box p {
	margin-bottom: 1.5em;
	line-height: 1.5;
	color: #666666;
}
/*--- 会社概要レイアウト ---*/

#com_info {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#nagano, #suzaka, #nakano {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	margin: 0px;
}
table.com {
	margin: 10px 10px 10px 15px;
	text-align: left;
}
table.com th {
	line-height: 2;
	font-weight: normal;
	padding: 5px;
}
table.com td {
	line-height: 2;
	font-weight: normal;
	padding: 5px;
}
.com_box {
	border-left-width: 30px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#nagano_box, #suzaka_box, #nakano_box {
	padding-left: 50px;
	background-image: url(img/HP_PAGEimg/com_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
}

/*-------------------------追記-------------------------*/

.new{
	color:#FF0000;
	font-size:80%;
	padding-right:5px;
}

/*--- トップ部分＆修正分 ---*/

.push{
	clear:both;
}

#whatsnew_left{
	width: 550px;
	float: left;
}

#whatsnew_right{
	width: 160px;
	float: right;
}

.recommend_wrapper{
	width:535px;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	margin: 0px 0px 10px 0px;
	padding: 2px 10px 10px 10px;
}

.recommend_wrapper2{
	width:555px;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	margin: 0px 0px 10px 0px;
}

.recommend_wrapper h3{
	border:none;
	font-size:15px;
	font-weight:bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
}

.img_right{
	float:left;
	display:block;
	padding: 5px;
}

.text_left{
	float:left;
}

.more_detail{
	display:block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 160px;
}

#main_navi_wrapper{
	width:780px;
	padding: 10px;
}

#want_what{
	width:200px;
	padding:3px;
	border-style:solid;
	border-width:1px;
	border-color:#D7C71E;
	float:left;
	margin-right: 10px;
}

#want_what2{
	width:200px;
	padding:3px;
	border-style:solid;
	border-width:1px;
	border-color:#D7C71E;
	float:left;
	margin-right: 10px;
}

#recommend{
	width:336px;
	padding:3px;
	border-style:solid;
	border-width:1px;
	border-color:#D7C71E;
	float:left;
}

#main_navi_wrapper ul{
	padding:10px 0px 0px 5px;
}

#main_navi_wrapper li{
	list-style-type:none;
	padding-bottom: 5px;
}

#want_what2 #list1{
	padding-bottom:27px;
}

#sell_land{
	background-image:url(img/HP_PAGEimg/buttons/sell_land1.gif);
	background-repeat:no-repeat;
	display:block;
	width:190px;
	height:40px;
}
a:hover#sell_land{
	background-image:url(img/HP_PAGEimg/buttons/sell_land2.gif);
}

#sell_house{
	background-image:url(img/HP_PAGEimg/buttons/sell_house1.gif);
	background-repeat:no-repeat;
	display:block;
	width:190px;
	height:40px;
}
a:hover#sell_house{
	background-image:url(img/HP_PAGEimg/buttons/sell_house2.gif);
}

#sell_apartment{
	background-image:url(img/HP_PAGEimg/buttons/sell_apartment1.gif);
	background-repeat:no-repeat;
	display:block;
	width:190px;
	height:40px;
}
a:hover#sell_apartment{
	background-image:url(img/HP_PAGEimg/buttons/sell_apartment2.gif);
}

#sell_bunjou{
	background-image:url(img/HP_PAGEimg/buttons/sell_bunjou1.gif);
	background-repeat:no-repeat;
	display:block;
	width:190px;
	height:40px;
}
a:hover#sell_bunjou{
	background-image:url(img/HP_PAGEimg/buttons/sell_bunjou2.gif);
}

#rent_apartment{
	background-image:url(img/HP_PAGEimg/buttons/rent_apartment1.gif);
	background-repeat:no-repeat;
	display:block;
	width:190px;
	height:40px;
}
a:hover#rent_apartment{
	background-image:url(img/HP_PAGEimg/buttons/rent_apartment2.gif);
}

#rent_tenant{
	background-image:url(img/HP_PAGEimg/buttons/rent_tenant1.gif);
	background-repeat:no-repeat;
	display:block;
	width:190px;
	height:40px;
}
a:hover#rent_tenant{
	background-image:url(img/HP_PAGEimg/buttons/rent_tenant2.gif);
}

#rent_parking{
	background-image:url(img/HP_PAGEimg/buttons/rent_parking1.gif);
	background-repeat:no-repeat;
	display:block;
	width:190px;
	height:40px;
}
a:hover#rent_parking{
	background-image:url(img/HP_PAGEimg/buttons/rent_parking2.gif);
}

#rent_search{
	background-image:url(img/HP_PAGEimg/buttons/rent_search1.gif);
	background-repeat:no-repeat;
	display:block;
	width:190px;
	height:40px;
}
a:hover#rent_search{
	background-image:url(img/HP_PAGEimg/buttons/rent_search2.gif);
}

/*--- フローチャート部分 ---*/

.category_wrapper{
	width:570px;
	padding-top: 20px;
	padding-left: 3px;
}

.category_left{
	width:230px;
	float:left;
	padding-right: 10px;
}

.category_right{
	width:330px;
	float:left;
	line-height: 16px;
}

.flow_header{
	width:330px;
	border-style:solid;
	border-color:#333333;
	border-width:0px 0px 1px 0px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
}

.arrow{
	text-align:center;
	padding-top: 10px;
	width: 100%;
}

/*-------------------------------メールフォームの設定------------------------*/

.mail_form_wrapper{
	width:572px;
	border-style: solid;
	border-width: 2px;
	border-color: #000063;
}
#far_right1{
	float:left;
	width:350px;
	height: 75px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000063;
	background-color: #ECECFF;
}

#far_right2{
	float:left;
	width:350px;
	height:120px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000063;
	background-color: #ECECFF;
}

#far_right3{
	float:left;
	width:350px;
	height:70px;
	background-color: #ECECFF;
}

#far_right4{
	float:left;
	width:350px;
	height:45px;
	background-color: #ECECFF;
	border-color: #000063;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
}

#far_right5{
	float:left;
	width:350px;
	height:115px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000063;
	background-color: #ECECFF;
}

#far_right6{
	float:left;
	width:350px;
	height: 75px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000063;
	background-color: #ECECFF;
}

#far_right7{
	float:left;
	width:350px;
	height:70px;
	background-color: #ECECFF;
}

#right1{
	float:left;
	width:120px;
	height: 75px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000063;
	background-color: #ECECFF;
}

#right2{
	float:left;
	width:120px;
	height:120px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000063;
	background-color: #ECECFF;
}

#right3{
	float:left;
	width:120px;
	height:70px;
	text-align: center;
	background-color: #ECECFF;
}

#right4{
	float:left;
	width:120px;
	height:45px;
	text-align: center;
	background-color: #ECECFF;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000063;
}

#right5{
	float:left;
	width:120px;
	height:115px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000063;
	background-color: #ECECFF;
}

#right5_sp{
	width:470px;
	float:left;
}

#right6{
	float:left;
	width:120px;
	height: 75px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000063;
	background-color: #ECECFF;
}

#right7{
	float:left;
	width:470px;
	height:105px;
	text-align: center;
	background-color: #ECECFF;
}

#left1{
	float:left;
	width:100px;
	height:75px;
	border-style: solid;
	border-width: 0px 2px 2px 0px;
	border-color: #000063;
	background-color: #ECECFF;
}

#left2{
	float:left;
	width:100px;
	height:120px;
	border-style: solid;
	border-width: 0px 2px 2px 0px;
	border-color: #000063;
	background-color: #ECECFF;
	font-weight: bold;
}

#left3{
	float:left;
	width:100px;
	height:100px;
	border-style: solid;
	border-width: 0px 2px 0px 0px;
	border-color: #000063;
	background-color: #ECECFF;
	font-weight: bold;
}

#left4{
	float:left;
	width:100px;
	height:45px;
	border-style: solid;
	border-width: 0px 2px 2px 0px;
	border-color: #000063;
	background-color: #ECECFF;
	font-weight: bold;
}

#left5{
	float:left;
	width:100px;
	height:193px;
	border-style: solid;
	border-width: 0px 2px 2px 0px;
	border-color: #000063;
	background-color: #ECECFF;
	font-weight: bold;
}

#left6{
	float:left;
	width:100px;
	height:75px;
	border-style: solid;
	border-width: 0px 2px 2px 0px;
	border-color: #000063;
	background-color: #ECECFF;
}

#left7{
	float:left;
	width:100px;
	height:105px;
	border-style: solid;
	border-width: 0px 2px 0px 0px;
	border-color: #000063;
	background-color: #ECECFF;
	font-weight: bold;
}

#left1_text{
	padding:10px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

#left2_text{
	padding:10px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	margin-top: 35px;
}

#left3_text{
	padding:10px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
}

#left4_text{
	padding:10px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
}

#left5_text{
	padding:10px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	margin-top: 70px;
}

#left6_text{
	padding:10px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	margin-top: 13px;
}

#left7_text{
	padding:10px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
}

.right_text{
	padding:10px;
	line-height: 25px;
	font-size: 12px;
	text-align:left;
}

.right_text2{
	padding:0px　10px 10px 0px;
	line-height: 25px;
	font-size: 12px;
	text-align:left;
	margin-left: 10px;
}

.red{
	color:#FF0000;
}

.form_top{
	padding:12px 0px 5px 0px;
	width: 350px;
}

.form_top2{
	padding:12px 0px 5px 120px;
	width: 350px;
	height: 30px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #B3B3FF;
	background-color: #ECECFF;
}

.form_top3{
	padding:5px 0px 5px 50px;
	width: 420px;
	background-color: #ECECFF;
	height: 20px;
}

.form_middle{
	padding:0px 0px 6px 0px;
	width: 350px;
}

.form_middle2{
	padding:2px 0px 6px 0px;
	width: 350px;
}

.form_bottom{
	padding:0px;
	width: 350px;
}


/*-------------------------------賃貸フォームの設定------------------------*/

.mail_form_wrapper_c{
	width:572px;
	border-style: solid;
	border-width: 2px;
	border-color: #000063;
}
#far_right1_c{
	float:left;
	width:350px;
	height: 75px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000063;
	background-color: #ECECFF;
}

#far_right2_c{
	float:left;
	width:350px;
	height:120px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000063;
	background-color: #ECECFF;
}

#far_right3_c{
	float:left;
	width:350px;
	height:100px;
	background-color: #ECECFF;
}

#far_right4_c{
	float:left;
	width:470px;
	height:45px;
	background-color: #ECECFF;
	border-color: #000063;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
}

#far_right5_c{
	float:left;
	width:350px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000063;
	background-color: #ECECFF;
	float:left;
}

#far_right5_cl{
	float:left;
	width:120px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000063;
	background-color: #ECECFF;
	float:left;
	height: 315px;
}

#far_right6_c{
	float:left;
	width:350px;
	height: 75px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000063;
	background-color: #ECECFF;
}

#far_right7_c{
	float:left;
	width:350px;
	height:70px;
	background-color: #ECECFF;
}

#right1_c{
	float:left;
	width:120px;
	height: 75px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000063;
	background-color: #ECECFF;
}

#right2_c{
	float:left;
	width:120px;
	height:120px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000063;
	background-color: #ECECFF;
}

#right3_c{
	float:left;
	width:120px;
	height:100px;
	text-align: center;
	background-color: #ECECFF;
}

#right4_c{
	float:left;
	width:120px;
	height:45px;
	text-align: center;
	background-color: #ECECFF;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000063;
}

#right5_c{
	float:left;
	width:120px;
	height:115px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000063;
	background-color: #ECECFF;
}

#right5_sp_c{
	width:470px;
	float:left;
}

#right6_c{
	float:left;
	width:120px;
	height: 75px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000063;
	background-color: #ECECFF;
}

#right7_c{
	float:left;
	width:470px;
	height:130px;
	text-align: center;
	background-color: #ECECFF;
}

#left1_c{
	float:left;
	width:100px;
	height:75px;
	border-style: solid;
	border-width: 0px 2px 2px 0px;
	border-color: #000063;
	background-color: #ECECFF;
}

#left2_c{
	float:left;
	width:100px;
	height:120px;
	border-style: solid;
	border-width: 0px 2px 2px 0px;
	border-color: #000063;
	background-color: #ECECFF;
	font-weight: bold;
}

#left3_c{
	float:left;
	width:100px;
	height:70px;
	border-style: solid;
	border-width: 0px 2px 0px 0px;
	border-color: #000063;
	background-color: #ECECFF;
	font-weight: bold;
}

#left4_c{
	float:left;
	width:100px;
	height:45px;
	border-style: solid;
	border-width: 0px 2px 2px 0px;
	border-color: #000063;
	background-color: #ECECFF;
	font-weight: bold;
}

#left5_c{
	float:left;
	width:100px;
	height:315px;
	border-style: solid;
	border-width: 0px 2px 2px 0px;
	border-color: #000063;
	background-color: #ECECFF;
	font-weight: bold;
}

#left6_c{
	float:left;
	width:100px;
	height:75px;
	border-style: solid;
	border-width: 0px 2px 2px 0px;
	border-color: #000063;
	background-color: #ECECFF;
}

#left7_c{
	float:left;
	width:100px;
	height:130px;
	border-style: solid;
	border-width: 0px 2px 0px 0px;
	border-color: #000063;
	background-color: #ECECFF;
	font-weight: bold;
}

#left1_text_c{
	padding:10px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

#left2_text_c{
	padding:10px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	margin-top: 35px;
}

#left3_text_c{
	padding:10px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
}

#left4_text_c{
	padding:10px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
}

#left4_text_c2{
	padding:10px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	padding-top: 130px;
}

#left5_text_c{
	padding:10px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	margin-top: 70px;
}

#left6_text_c{
	padding:10px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	margin-top: 13px;
}

#left7_text_c{
	padding:10px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
}

.right_text_c{
	padding:10px;
	line-height: 25px;
	font-size: 12px;
	text-align:left;
}

.right_text2_c{
	padding:0px　10px 10px 0px;
	line-height: 25px;
	font-size: 12px;
	text-align:left;
	margin-left: 10px;
}

.red{
	color:#FF0000;
}

.form_top_c{
	padding:12px 0px 5px 10px;
	width: 460px;
}

.form_top_c3{
	padding:12px 0px 5px 0px;
	width: 350px;
}
.form_top2_c{
	padding:7px 0px 10px 0px;
	width: 350px;
	height: 42px;
	background-color: #EFEFFF;
	border-width: 0px 0px 1px 0px;
	border-color: #B3B3FF;
	border-style: solid;
}

.form_top2_cl{
	padding:7px 0px 10px 0px;
	width: 120px;
	height: 42px;
	background-color: #EFEFFF;
	border-width: 0px 0px 1px 0px;
	border-color: #B3B3FF;
	border-style: solid;
}

.form_top2_c2{
	padding:7px 0px 10px 0px;
	width: 350px;
	height: 42px;
}

.form_top3_c{
	padding:10px 0px 0px 0px;
	width: 350px;
	height: 25px;
	background-color: #EFEFFF;
}

.form_middle_c{
	padding:10px 0px 10px 0px;
	width: 350px;
	border-width: 0px 0px 1px 0px;
	border-color: #B3B3FF;
	border-style: solid;
	height: 28px;
}

.form_middle_c2{
	padding:0px 0px 10px 00px;
	width: 350px;
	border-width: 0px 0px 1px 0px;
	border-color: #B3B3FF;
	border-style: solid;
	height: 22px;
}

.form_middle_c3{
	padding:10px 0px 10px 0px;
	width: 350px;
	height: 28px;
}

.form_middle2_c{
	padding:2px 0px 6px 0px;
	width: 470px;
}

.form_bottom_c{
	padding:0px 0px 10px 0px;
	width: 350px;
	background-color: #EFEFFF;
	border-width: 0px 0px 1px 0px;
	border-color: #B3B3FF;
	border-style: solid;
	height: 20px;
}

.form_bottom_c2{
	padding:0px 0px 5px 0px;
	width: 350px;
	background-color: #EFEFFF;
	height: 20px;
}

.form_bottom_c3{
	padding:0px 0px 10px 0px;
	width: 350px;
	background-color: #EFEFFF;
	border-width: 0px 0px 1px 0px;
	border-color: #B3B3FF;
	border-style: solid;
	height: 20px;
}

#left5_c_inner1{
	width:120px;
	height:59px;
	border-width:0px 0px 1px 0px;
	border-color:#B3B3FF;
	border-style:solid;
	background-color: #EFEFFF;
}

#left5_c_inner2{
	width:120px;
	height:65px;
	border-width:0px 0px 1px 0px;
	border-color:#B3B3FF;
	border-style:solid;
	background-color: #EFEFFF;
}

#left5_c_inner3{
	width:120px;
	height:91px;
	border-width:0px 0px 1px 0px;
	border-color:#B3B3FF;
	border-style:solid;
	background-color: #EFEFFF;
}

#left5_c_inner4{
	width:120px;
	height:48px;
	border-width:0px 0px 1px 0px;
	border-color:#B3B3FF;
	border-style:solid;
	background-color: #EFEFFF;
}

#left5_c_inner5{
	width:120px;
	height:48px;
	background-color: #EFEFFF;
}


/*------------------------------フォームボックスの設定------------------------*/

#name1,#furigana{
	width:150px;
}

#p_number{
	width:80px;
}

#city{
	width:300px;
}

#area_chintai{
	width:300px;
}

#mail{
	width:200px;
}

#fax{
	width:100px;
}

#phone{
	width:100px;
}

#space{
	width:50px;
}

#year{
	width:75px;
}

#ask{
	width: 445px;
	height: 80px;

}

#submit{
	padding-top:10px;
	width: 200px;
	padding-left: 200px;
}

#padding_top10px{
	padding-top:10px;
}

.form_subtitle{
	padding:15px 0px 0px 0px;
	border: 0px;
}

#want_sell{
	width:160px;
	padding-left: 0px;
	padding-top: 14px;
	line-height: 20px;
	color: #000000;
}

#nagare{
	width:160px;
	height:27px;
	display:block;
	background-image:url(img/HP_PAGEimg/buttons/flow1.gif);
	background-repeat:no-repeat;
	margin-bottom: 10px;
}

#irai{
	width:160px;
	height:27px;
	display:block;
	background-image:url(img/HP_PAGEimg/buttons/irai1.gif);
	background-repeat:no-repeat;
	margin-bottom: 20px;
}

a:hover#nagare{
	background-image:url(img/HP_PAGEimg/buttons/flow2.gif);
}

a:hover#irai{
	background-image:url(img/HP_PAGEimg/buttons/irai2.gif);
}


/*------------------------------フォームボックス(賃貸物件)の設定------------------------*/

#name1_c,#furigana_c{
	width:150px;
}

#p_number_c{
	width:80px;
}

#city_c{
	width:300px;
}

#mail_c{
	width:200px;
}

#phone_c{
	width:100px;
}

#space_c{
	width:70px;
}

#price_c{
	width:70px;
}

#year_c{
	width:75px;
}

#ask_c{
	width: 445px;
	height: 80px;

}

#submit{
	padding-top:10px;
	width: 200px;
	padding-left: 200px;
}

#padding_top10px{
	padding-top:10px;
}

.form_subtitle{
	padding:15px 0px 0px 0px;
	border: 0px;
}

#want_sell{
	width:160px;
	padding-left: 0px;
	padding-top: 14px;
	line-height: 20px;
	color: #000000;
}

#nagare{
	width:160px;
	height:27px;
	display:block;
	background-image:url(img/HP_PAGEimg/buttons/flow1.gif);
	background-repeat:no-repeat;
	margin-bottom: 10px;
}

#irai{
	width:160px;
	height:27px;
	display:block;
	background-image:url(img/HP_PAGEimg/buttons/irai1.gif);
	background-repeat:no-repeat;
	margin-bottom: 20px;
}

a:hover#nagare{
	background-image:url(img/HP_PAGEimg/buttons/flow2.gif);
}

a:hover#irai{
	background-image:url(img/HP_PAGEimg/buttons/irai2.gif);
}

.red a{
	color:#FF0000;
}
