@charset "utf-8";
/* CSS Document */

h1, h2, h3, p, dl, dt, dd, ul, ol, li, form, input{margin:0;	padding:0;}

* {
  padding: 0;
  margin: 0;
}

a {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #0033CC;
	text-decoration: underline;
}

.strong {
	font-weight: bold;
}
.smallred {
	font-size: 10px;
	color: #CC0000;
	padding-left: 5px;
}

/* ---------------------------------------- フォーム */

.form_txt {
	background:#FFFFFF;
	border:1px solid #DDDDDD;
	font-size:12px;
	line-height:12px;
	margin-bottom:4px;
	padding:6px 2px 4px 4px;
	vertical-align:middle;
}
	/*****3点セット*****/
	/*firefox以外*/
	.form_text {
		font-size:12px;
		line-height:12px;
		padding:6px 2px 4px 4px;
		border:solid 1px #ddd;
		margin-bottom:5px;
		background:#fff;
		vertical-align: middle;
	}

	/*firefox*/
	html>/**/body .form_text {	padding:5px 2px 5px 4px; line-height:12px; }
	
	/*firefox以外*/
	html:first-child .form_text {padding:6px 2px 4px 4px; }

	/*****3点セット*****/
	
	.form_radio{ margin-right:5px}
	.form_btns{ margin:40px auto 0 auto; text-align:center}
	
	.form_btns input{ margin:0 5px;}
	
		/*firefox*/
		html>/**/body .form_btns input.form_btn{ padding:2px 20px 4px 25px;}


/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #777777;
	line-height: 140%;
	padding: 0;
	margin: 0;
}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
	text-align: left;
	width: 910px;
	margin: 0 auto;
	background-color: #33CCFF;
}
#contents {
	width: 890px;
	margin: 0 auto;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#header {
  width: 890px;
}
#sidebar {
	float: left;
	width: 285px;
}
#sideconetns {
	width: 275px;
	padding-left: 10px;
}
#maincontents {
	float: left;
	width: 600px;
}
#footer {
}
#footmenu {
}

/* ---------------------------------------- #header内の指定 */

#ci {
	float: left;
	width: 360px;
	height: 75px;
}
#head_navi {
	float:left;
	padding-top: 25px;
}
#head_navi li, #head_navi a {
float:left;
}
#head_navi a{padding:0px; margin:0;}

#head_motoyawata {
	width:105px;
	height:50px;
	background-repeat: no-repeat;
	background-image: url(../images/header_shopLink_motoyawata.gif);
	background-position: 0 0;
}
#head_ichikawa {
	width:105px;
	height:50px;
	background-repeat: no-repeat;
	background-image: url(../images/header_shopLink_ichikawa.gif);
	background-position: 0 0;
}
#head_urayasu {
	width:105px;
	height:50px;
	background-repeat: no-repeat;
	background-image: url(../images/header_shopLink_urayasu.gif);
	background-position: 0 0;
}
#head_funabashi {
	width:105px;
	height:50px;
	background-repeat: no-repeat;
	background-image: url(../images/header_shopLink_funabashi.gif);
	background-position: 0 0;
}
#head_kanribu {
	width:105px;
	height:50px;
	background-repeat: no-repeat;
	background-image: url(../images/header_shopLink_kanribu.gif);
	background-position: 0 0;
}
#header_rightside {
	width:5px;
	height:50px;
	background-repeat: no-repeat;
	background-image: url(../images/header_rightside.gif);
	background-position: 0 0;
}
.alt {
display:none;
}

/* ---------------------------------------- #contents内の指定 */

.contactbuttom {
	width:550px;
	text-align: center;
	margin-top: 30px;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

/* -- 文字 -- */

.txt_leader1 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.txt_leader2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.txt_para1 {
	margin-bottom: 30px;
}
.txt_title1 {
	font-weight: bold;
	color: #CC3366;
}
.txt_title2 {
	font-size: 14px;
	font-weight: bold;
	color: #CC3366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom:10px;
}
.strong1 {
	font-weight: bold;
	color: #CC3366;
}
.strong2 {
	font-size: 14px;
	font-weight: bold;
	color: #CC3366;
	line-height: 170%;
}
.strong3 {
	background:#0099FF;
	color: #FFFFFF;
	padding: 2px;
}
.strong0 {
	font-weight: bold;
}


/* -- ページの先頭へ -- */
.pagetopbt {
	text-align: right;
	margin-bottom: 20px;
	width: 590px;
}

/* -- ヘッダーイメージ -- */
.headimage2 {
	height: 80px;
	width: 890px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#flashcontent {
	height: 200px;
	width: 890px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.column_body {
	background-image: url(../images/topright_contents_BG.gif);
	background-repeat: repeat-y;
	width: 590px;
	overflow: hidden;
}
.column_body_u {
	margin-left: 5px;
	width: 550px;
	overflow: hidden;
}

.column_footer {
	height: 13px;
	width: 590px;
	margin-bottom: 10px;
	overflow: hidden;
}
.column_footer2 {
	height: 13px;
	width: 590px;
	margin-bottom: 0px;
	overflow: hidden;
}
.column_footer3 {
	height: 13px;
	width: 590px;
	margin-bottom: 40px;
	overflow: hidden;
}

/* -- 右コンテンツOK -- */

.column_body2 {
	background-image: url(../images/topright_contents_BG.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	background-position: 0px 0px;
}
.rightcontents_txtbox2 {
	margin-left: 20px;
	padding-bottom: 5px;
	padding-top: 15px;
}
.rightcontents_txtbox3 {
	margin-left: 25px;
	padding-bottom: 5px;
	padding-top: 15px;
}
.rightcontents_txtbox4 {
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 5px;
	padding-top: 15px;
}
.rightcontents_txtbox {
	margin-left: 25px;
	margin-right: 20px;
	padding-bottom: 5px;
	padding-top: 15px;
}
.righttxtcolunm {
	width: 550px;
}
.clearcontenet {
	margin-bottom: 20px;
	clear: both;
}

.txtbox_left1 {
	width: 380px;
	float: left;
}
.txtbox_left1b {
	width: 380px;
	float: left;
	margin-bottom: 15px;
}
.txtbox_left2 {
	width: 360px;
	float: left;
}
.txtbox_left3 {
	width: 215px;
	float: left;
}
.txtbox_left4 {
	width: 295px;
	float: left;
}
.txtbox_left5 {
	width: 310px;
	float: left;
}
.txtbox_right1 {
	width: 250px;
	float: left;
}
.box_right {
	float: right;
	width: 220px;
}

.imagebox_right {
	float: right;
}
.footlinkbox {
	width: 585px;
	margin-bottom: 12px;
	text-align: right;
}
.footlink2 {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 10px;
}
.footlink3 {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 377px 3px;
	padding-left: 10px;
	text-align: right;
}

/* --  -- */


.news {
	margin-left: 25px;
	margin-right: 20px;
	padding-bottom: 5px;
}
.news_u {
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 5px;
}
.newsbox {
	margin-bottom: 14px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 130%;
}
.newsbox_bottom {
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 130%;
}
.date {
	color: #CC6666;
	margin-right: 15px;
}
.shopLink {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 10px;
	margin-left: 10px;
}
.shopboxcol {
	padding-left: 3px;
}
.shopbox {
	float: left;
	height: 102px;
	width: 117px;
}
.shoppiccol {
	padding-left: 13px;
}
.shoppic {
	float: left;
	height: 70px;
	width: 115px;
}
.comm_right {
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	overflow: hidden;
}
*html .comm_right {
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	overflow: hidden;
	line-height: 90%;
}
.osusume {
	float: left;
	width: 200px;
	overflow: hidden;
}
.osusume_txt {
	font-size: 10px;
	line-height: 135%;
	width: 190px;
	padding-right: 0px;
	padding-left: 2px;
	margin-bottom: 15px;
}
.goaisatu {
	width: 560px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 160%;
}
#footbanner {
	height: 40px;
	display: inline;
}
#footbanner ul {
	height: 40px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}
#footbanner li {
	float: left;
}
.foot_link {
}
.foot_link ul {
	padding-right: 17px;
}

.footlink {
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	padding-left: 19px;
	margin-left: 20px;
}

/* ---------------------------------------- #HOUJIN */

.block0 {
	margin-bottom: 20px;
	margin-left: 50px;
}
.block1 {
	margin-bottom: 0px;
}
.block_title1 {
	margin-right: 10px;
	width:125px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	padding: 6px 10px;
	background-color:#509ECD;
	float: left;
	text-align: center;
}
.block_txt {
	padding-top: 5px;
}
.block_arrow1 {
	margin-left: 60px;
	margin-bottom: 7px;
}

/* ---------------------------------------- #物件詳細 */

.title2 {
	width: 550px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.bukken_title {
	font-size: 18px;
	font-weight: bold;
	float: left;
	line-height: 100%;
}
.bukken_button {
	float: right;
}
.bukken_button2 {
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: center;
	padding-top: 7px;
}
.zoombutton {
	text-align: right;
	margin-top: 3px;
	margin-bottom: 15px;
}
.madoriimage {
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	border: 1px solid #CCCCCC;
}


/* ---------------------------------------- #UR */

.point {
	margin-bottom: 13px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.leader1 {
	font-size: 14px;
	font-weight: bold;
	color: #0099FF;
	padding-right: 10px;
}
/* ---------------------------------------- #TOWN PAGE */

#towntopbt {
	width: 600px;
}
#towntopbt li {
	width: 149px;
	float: left;
}
.sumb {
	width: 600px;
}
.sumb li {
	width: 139px;
	float: left;
}
.towntxt1 {
	width: 130px;
	font-size: 10px;
	line-height: 120%;
	padding-bottom: 10px;
	letter-spacing:0.1em;
}
.sumb2 {
	width: 590px;
}
.sumb2 li {
	width: 275px;
	float: left;
}

/* ---------------------------------------- #OWNER PAGE */

#ownertopbt {
	width: 560px;
}
#ownertopbt li {
	width: 280px;
	float: left;
}
.copy {
	width: 260px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.txt_bottomright {
	text-align: right;
	margin-bottom: 20px;
}

/* ---------------------------------------- #side PICKUP */
.pickup_body {
	width: 266px;
	background-image: url(../images/side_pickup_bg.gif);
	background-repeat: repeat-y;
}
.pickupparts {
	margin-left: 18px;
}
.pickupparts li {
	float: left;
	width: 121px;
}
.pickupparts_txt {
	font-size: 10px;
	line-height: 120%;
	width: 100px;
	padding-right: 0px;
	padding-left: 4px;
}


/* ---------------------------------------- #footer内の指定 */
#footer p {
	font-size: 10px;
	letter-spacing: 1px;
	margin-left: 12px;
}
.footer_title {
	font-size: 14px;
	margin-left: 13px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 13px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#foot_navi {
	padding-top: 0px;
	clear: both;
}
#foot_navi ul {
}
#foot_navi li, #foot_navi a {
float:left;
}
#foot_navi a{padding:0px; margin:0;}

#foot_motoyawata {
	width:105px;
	height:50px;
	background-repeat: no-repeat;
	background-image: url(../images/header_shopLink_motoyawata.gif);
	background-position: 0 0;
}
#foot_ichikawa {
	width:105px;
	height:50px;
	background-repeat: no-repeat;
	background-image: url(../images/header_shopLink_ichikawa.gif);
	background-position: 0 0;
}
#foot_urayasu {
	width:105px;
	height:50px;
	background-repeat: no-repeat;
	background-image: url(../images/header_shopLink_urayasu.gif);
	background-position: 0 0;
}
#foot_funabashi {
	width:105px;
	height:50px;
	background-repeat: no-repeat;
	background-image: url(../images/header_shopLink_funabashi.gif);
	background-position: 0 0;
}
#foot_kanribu {
	width:105px;
	height:50px;
	background-repeat: no-repeat;
	background-image: url(../images/header_shopLink_kanribu.gif);
	background-position: 0 0;
}
#foot_rightside {
	width:5px;
	height:50px;
	background-repeat: no-repeat;
	background-image: url(../images/header_rightside.gif);
	background-position: 0 0;
}

/* ---------------------------------------- #table設定 */

.chart{
	margin-bottom: 20px;
	margin-left: 0;
}
.chart th, .chart td {
	line-height:160%; 
	border-bottom:solid 1px #EDEDED;
	text-align:left; padding:13px 0;
}
.chart2{
	margin-bottom: 10px;
	margin-left: 0;
	width:100%;
	border-left:solid 1px #CCCCCC;
	border-top:solid 1px #CCCCCC;
}
.chart2 th, .chart2 td {
	line-height:140%; 
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	padding:5px 3px;
}
.chart2 th p,.chart2 td p {
	text-align:center;
}

.chart3{
	margin-bottom: 10px;
	margin-left: 0;
	width:100%;
	border-right:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-top:solid 1px #CCCCCC;
}
.chart3 th, .chart3 td {
	line-height:140%; 
	border-bottom:solid 1px #CCCCCC;
	padding:9px 10px 7px 10px;
}
.right {
	text-align: right;
}
.tblbg1 {
	background-color: #FFEE99;
}
.tblbg2 {
	background-color: #D8ECFE;
}
.tblbg3 {
	background-color: #FAEBF4;
}
.tblbg0 {
	background-color: #CCCCCC;
	text-align: center;
}
.tbl_cell {
	background-color: #FFFFFF;
	padding: 4px;
}
.tbl_cell1 {
	background-color: #3084D8;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	text-align: left;
	color: #FFFFFF;
}
.tbl_cell2 {
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 32px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	color: #3084D8;
}
.tbl_cell3 {
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	text-align: right;
}
.tbl_cell5 {
	background-color: #FFFFFF;
	padding: 4px;
	line-height: 200%;
}
.tbl_cell6 {
	background-color: #FFFFFF;
	padding: 4px;
	font-size: 10px;
	margin-bottom: 5px;
}

/* ---------------------------------------- #サイトマップ */

.sitemap_box1 {
	width: 540px;
	background-image: url(../images/sitemap_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 17px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DEDEDE;
}
.sitemap_box2 {
	width: 130px;
	float: left;
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.sitemap_box3 {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.sitemap_box3b {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
}
.sitemap_box4 {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 150px;
}


.sitemap_box_left {
	float: left;
	width: 140px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.sitemap_box_right {
	float: left;
	width: 400px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* .sitemap_subbox {
	width: 250px;
} */

.sitemap_header {
	margin-bottom: 15px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
}
.sitemap_header1 {
	margin-bottom: 10px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
}
.sitemaptxt {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 13px;
	line-height: 190%;
}

.comp {
	margin-top: 80px;
	margin-bottom: 80px;
}



/* ===================動画の差し込み============== */
.movietable{
	width:550px;
	margin:5px 0 5px 0;
}
.movietable table,
.movietable tr,
.movietable td{
	padding:0;
	margin:0;
	vertical-align:top;
	text-align:left;
	font-size:12px;
	line-height:18px;
	background-color:#e8f7ff;
}
.movietable td a{
	color:#666;
}
.movietable td a:hover{
	color:#333;
	text-decoration:none;
}

.movietable td a img{
	border:0;
}
.moviebtn{
	text-align:right;
}
.moviebtn a{
}
.moviebtn a:hover{
	opacity: 0.75;
	filter: alpha(opacity=75);
}

