@charset "UTF-8";

/*--リセット--*/
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
	display: block;
}
h1,h2,h3,h4,h5,h6{
	margin: 0 0;
}
dl,ol,ul {
	margin: 0 0;
	padding:0 0;
}
li{
	list-style: none;
}

img {
  border: none;
  margin: 0;
  padding: 0;
}

/*/--リセット--*/

body {
	margin: 0;
	line-height: 150%;
	color: #333;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
}

#logo img{
	border: none;
  margin: 0;
  padding: 0;
}


@media screen {
#wrapper {
	background-image: url(../images/body_bg.jpg);
	background-position: left top;
	background-repeat: repeat;
	margin:0;
	overflow:hidden;
}
}

@media print {
    #wrapper{
	background-image: url(../images/body_bg.jpg);
	background-position: left top;
	background-repeat: repeat;
	margin:0;
    }
}



#container {
	width: 1000px;
    margin: 0 auto 30px auto;
	background-color: #fff;
}

/*--------headr--------*/
header{
	background-image: url(../images/body_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

header h1{
	float: left;
	margin: 0 0 0 350px;
	padding: 0px;
	width: 300px;
	height: 144px;
}
header h1 a{
	display: block;
	width: 300px;
	height: 144px;
}	

.text_logo {
	background-color:#000;
	color:#fff;
	padding: 2px;
}

.text_shamei {
	margin:2px 0 0 0;
	font-size: larger;
}

.text_tele {
	font-size: larger;
	font-weight: bolder;
}

#utilities {
	float: right;
	width: 30%;
	text-align: right;
}

/*---global navi---*/
#globalNav {
	padding: 0;
	font-weight: bold;
	clear: both;
	list-style: none;
}

#globalNav li{
	float: left;
	position: relative;
	text-align: center;
}

#globalNav li.menu01{
	width:160px;
}
#globalNav li.menu02{
	width:165px;
}
#globalNav li.menu03{
	width:120px;
}
#globalNav li.menu04{
	width:140px;
}
#globalNav li.menu05{
	width:140px;
}
#globalNav li.menu06{
	width:80px;
}
#globalNav li.menu07{
	width:130px;
}
#globalNav li.menu08{
	width:50px;
}

#globalNav a {
	display: block;
	padding: 15px 0px 10px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	color: #c96;
} 

#globalNav li ul li a {
	background-color: #fff;
	color: #4d4d4d;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	border-top: solid 1px #ccc;
	border-right: solid 1px #f2f2f2;
	border-left: solid 1px #f2f2f2;
}
#globalNav li ul li:last-child a {
	border-bottom:solid 1px #ccc;
}

#globalNav li.menu01 ul li a{
	width:180px;
}

#globalNav li.menu03 ul li a{
	width:180px;
}

#globalNav li.menu05 ul li a{
	width:200px;
}

#globalNav li a{
	font-size: 14px;
	color: #666;
}


/*global-sub */  
#globalNav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	display: none;
	position: absolute;
	top: 36px;
	left: 20px;
	z-index: 99999;
}

#globalNav li.menu01 ul{
	left: 17px;
}
#globalNav li.menu03 ul{
	left: 25px;
}
#globalNav li.menu05 ul{
	left: 21px;
}

#globalNav ul li{
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}
#globalNav ul li a {
	padding: 10px 0px;
	opacity: 0.88;
  line-height: 100%;
}
#globalNav ul a{
	font-size: 14px;
}
#globalNav ul a:hover,#globalNav a:hover{
	color:#CC9966;
}

#globalNav a .link_text:hover{
	border-bottom:solid 2px #112C80;
	text-decoration: none;
	padding-bottom: 1px;
}

#page-image{
	margin-bottom: 10px;
}


/*--------header--------これがないとサブメニュー出なくなる*/
#globalNav li:hover > ul{
	display: block;
}



/*--------contents--------*/
#contents {
	width: 980px;
	background-color: #fff;
	padding: 0 10px;
}

#breadcrumbs{
	float: left;
	width: 100%;
	font-size: 12px;
	padding: 0;
	margin: 2px 0 0 0;
	color: #999;
}

.font_century {
	font-family:'Century Gothic', CenturyGothic;
}

#breadcrumbs a:link,#breadcrumbs a:visited{
	color: #999;
	text-decoration: none;
}

#breadcrumbs a:hover{
	color: #CC9966;
	text-decoration: none;
}

#main {
	margin:0;
}

#catch_sub {
	width:920px;
	margin:0 auto;
}

#cont_sub_title {
	width:920px;
	margin:0 auto;	
}

.cont_sub_image {
	float:left;
}


#cont_main {
	width:920px;
	margin:0 auto;
}


/*--------house--------*/

.cont_house_block {
	width:920px;
	margin:0 auto;
}

.cont_sub_text {
	float:left;
	background-image:url("../images/bulld_title_text.gif");
	background-repeat:no-repeat;
	width:460px;
	height:250px;
}

.cont_sub_text01 {
	margin:75px 0 0 25px;
	font-size:18px;
}

.cont_sub_text02 {
	margin:90px 0 0 25px;
	font-size:18px;
}

.cont_house_block01 {
	float:left;
	background-color:#F2F2F2;
	width:213px;
	height:208px;
	text-align:center;
	border:solid 1px #ccc;
	margin:0;
}

.cont_house_block01_text {
	font-size: 16px;
	line-height: 1.6em;
	padding: 35px 0 0 0;
}

.cont_house_block02 {
	float:left;
	background-color:#F2F2F2;
	width:213px;
	height:208px;
	text-align:center;
	border:solid 1px #ccc;
	margin: 0 0 0 20px;
}

.cont_house_block02_text {
	font-size:18px;
	line-height:2em;
	padding:65px 0 0 0;
}

.cont_house_block03 {
	float:left;
	background-color:#F2F2F2;
	width:213px;
	height:208px;
	text-align:center;
	border:solid 1px #ccc;
	margin: 0 0 0 20px;
}

.cont_house_block03_text {
	font-size:18px;
	line-height:2em;
	padding:48px 0 0 0;
}

.cont_house_block04_text {
	font-size:18px;
	line-height:2em;
	padding:34px 0 0 0;
}

.cont_house_block11 {
	float:left;
	background-color:#F4E3EB;
	width:448px;
	height:118px;
	text-align:center;
	border:solid 1px #ccc;
	margin:0;
}

.cont_house_block11_text {
	font-size:18px;
	line-height:1.7em;
	padding:15px 0 0 0;
}

.cont_house_block12 {
	float:left;
	background-color:#F4E3EB;
	width:448px;
	height:118px;
	text-align:center;
	border:solid 1px #ccc;
	margin:0 0 0 20px;
}

.cont_house_block21 {
	background-color:#F2F2F2;
	width:918px;
	height:68px;
	border:solid 1px #ccc;
	margin:0;
}

.cont_house_block21_text {
	float:left;
	font-size:15px;
	line-height:1.7em;
	padding:22px 10px 0 40px;
	color:#666;
}

.cont_house_block21_btn {
	float:left;
	width:222px;
	height:36px;
	background-image:url("../images/general_button_back.jpg");
	font-size:15px;
	margin:17px 0 0 25px;
	text-align:center;
	line-height:36px;
	color:#000;
	text-decoration:none;
}

a.cont_house_block21_btn:hover {
	background-image:url("../images/general_button_back_over.jpg");
}
	
.cont_house_block31 {
	background-color:#F2F2F2;
	width:918px;
	height:184px;
	border:solid 1px #ccc;
	margin:0;
	text-align:center;
}


.cont_house_block311 {
	background-color:#F2F2F2;
	width:918px;
	height:330px;
	border:solid 1px #ccc;
	margin:0;
	text-align:center;
}



.cont_house_block31_text {
	font-size:14px;
}

.cont_house_block31_part01 {
	text-align:center;
	margin:10px auto 10px auto;
	width:600px;
}

.block31_in {
	float:left;
	line-height:25px;
}

.block31_in_single {
	line-height:25px;
}

/*--------flow--------*/
.flow_part_out {
	margin:0;
}

.flow_part_in01 {
	float:left;
	margin:0 40px 0 0;
	width:142px;
}

.flow_part_in02 {
	float:left;
	margin:0 20px 0 0;
	width:496px;
}

.flow_part_in02e {
	float:left;
	margin:0 20px 0 0;
	width:700px;
}

.flow_part_in03 {
	float:left;
	width:222px;
}

.flow_block_btn {
	display:block;
	width:222px;
	height:36px;
	background-image:url("../images/general_button_back.jpg");
	font-size:15px;
	text-align:center;
	line-height:36px;
	color:#000;
	text-decoration:none;
}

a.flow_block_btn:hover {
	background-image:url("../images/general_button_back_over.jpg");
}

.flow_space {
	width:920px;
	height:90px;
}

.flow_back {
	background-image:url("../images/bg-house.jpg");
	background-position:bottom;
	background-repeat:no-repeat;
}


/*--------kenagku--------*/

.kengaku_sub_text {
	float:left;
	width:435px;
	height:250px;
	margin:10px 0 0 25px;
	font-size:15px;
	line-height:23px;
}

.kengaku_plan {
	float:left;
	width:448px;
	border:solid 1px #ccc;
	background-color:#F2F2F2;
}

.kengaku_plan_title {
	float:left;
}

.kengaku_plan_text {
	float:left;
	font-size:16px;
	line-height:22px;
	padding:19px 0 0 5px;
}


/*--------maintenance--------*/

.maintenance_sub_text {
	float:left;
	background-image:url("../images/maintenance_pic01.gif");
	background-repeat:no-repeat;
	width:460px;
	height:250px;
}

.maintenance_sub_text01 {
	margin: 47px 0 0 25px;
	font-size: 16px;
	line-height: 27px;
	height: auto;
}

.maintenance_block01_text {
	font-size:18px;
	line-height:1.8em;
	padding:34px 0 0 0;
}

.maintenance_text_block01 {
	width:760px;
	font-size:16px;
	border:solid 1px #d28bab;
	text-align:left;
	padding:10px 0 10px 15px;
	margin:0 auto;
	line-height:1.6em;
}


/*--------design--------*/
.design_list {
	padding:0 0 4px 22px;
	background-image:url("../images/design_re.gif");
	background-repeat:no-repeat;
	background-position:0px 3px;
}

.design_list_noimage {
	padding:0 0 4px 22px;
}

.design_list_noimage_e {
	padding:0 0 4px 22px;
	font-size:13px;
	color:#C0272D;
}

.design_list_block {
	margin:0 0 0 30px;
	list-style-type:none;
}

.design_part_in01 {
	float:left;
	margin:0 20px 0 0;
	width:716px;
}

.design_back01 {
	background-image:url("../images/bg-plan01.jpg");
	background-repeat:no-repeat;
	background-position:top right;
}

.design_back02 {
	background-image:url("../images/bg-plan02.jpg");
	background-repeat:no-repeat;
	background-position:200px 70px;
}

.design_back03 {
	background-image:url("../images/bg-plan03.jpg");
	background-repeat:no-repeat;
	background-position:200px 160px;
}

a.design_text_link:hover {
	color:#cc9966;
}

.design_arrow_posotion {
	vertical-align:top;
}


/*--------fund--------*/

.fund_sub_text {
	float:left;
	width:435px;
	height:250px;
	margin:20px 0 0 25px;
	font-size:16px;
	line-height:1.8em;
}

.fund_sub_text a {
	color: #333;
}

.fund_sub_text a:hover{
	color: #CC9966;
	text-decoration: none;
}

.fund_block01 {
	margin:65px 0 0 0;
}

.fund_block02 {
	margin:20px 0 0 0;
}

.fund_block03 {
	width:700px;
	border:solid 1px #cccccc;
	background-color:#f4e3eb;
	margin:0 auto;
}

.fund_block03_in01 {
		background-color:#D18AAA;
		color:#FFFF00;
		padding:5px 0;
		margin:15px 170px 10px 170px;
		font-size:18px;
		text-align:center;
}

.fund_list {
	padding:0 0 4px 22px;
	background-image:url("../images/fund_re.gif");
	background-repeat:no-repeat;
	background-position:0px 3px;
}

.fund_list_block {
	margin:0 0 0 200px;
	list-style-type:none;
}

.fund_block04 {
	width:920px;
	margin:0 0 20px 0;
}

.fund_block04_left {
	border:solid 1px #ccc;
	background-color:#f2f2f2;
	float:left;
	margin:0 20px 0 0;
	padding:19px;
	height:818px;
}

.fund_block04_right {
	border:solid 1px #ccc;
	background-color:#f2f2f2;
	float:left;
	padding:19px;
	height:818px;
}

.fund_block04_01 {
	margin:0;
	width:410px;
	height:90px;
}

.fund_block04_text {
	float:left;
	font-size:14px;
	width:310px;
	height: 100%;
}

.fund_block04_text:before {
	  content: "";
	  display: inline-block;
	  height: 100%;
	  vertical-align: middle;
	  margin-right: -0.25em;
}

.fund_block04_text ul {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
}

.fund_block04_text li {
	list-style:none;
}

.fund_block04_text li:before {
	content:"■ " ;
}

.fund_block04_02 {
	margin:0;
	width:410px;
	height:20px;
}

.fund_block04_03 {
	margin:0;
	width:410px;
	height:60px;
}

.fund_block04_04 {
	margin:0;
	width:410px;
	height:177px;
}

.fund_block04_05 {
	margin:0;
	width:410px;
	height:267px;
}

.fund_block04_06 {
	margin:0;
	width:410px;
	height:40px;
}

.fund_block04_06e {
	margin:0;
	width:410px;
	height:146px;
}

.fund_block04_07 {
	margin:0;
	width:410px;
	height:130px;
}

.fund_block04_08 {
	margin:0;
	width:410px;
	height:236px;
}

.fund_block05_text {
	float:left;
	font-size:14px;
	width:310px;
	height: 100%;
}

.fund_block05_text ul {
	padding: 0 0 0 15px;
}

.fund_block05_text li {
	list-style:none;
	font-size:13px;
}

.fund_block05_text li:before {
	content:"■ " ;
}



/*--------liable--------*/

.cont_house_block {
	width:920px;
	margin:0 auto;
}

.liable_sub_text {
	float:left;
	background-image:url("../images/liable_title_text.gif");
	background-repeat:no-repeat;
	width:460px;
	height:250px;
}

.liable_sub_text01 {
	margin:47px 0 0 25px;
	font-size:16px;
	line-height:27px;
}

.liable_block01 {
	margin:0 0 60px 0;
}

.liable_block01_text {
	float:left;
	font-size:16px;
	width:830px;
	height: 100%;
}

.liable_block01_text:before {
	  content: "";
	  height: 100%;
}

.liable_block01_text ul {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	
}

.liable_block01_text li {
	list-style:none;
	padding: 5px 0;
}

.liable_block01_text li:before {
	content:"■ " ;
}

.goto_landinfo_btn {
	text-align:center;
	margin:0 0 40px 0;
}


/*--------gallery--------*/
.gallery_new_area {
	width:840px;
	height:225px;
	background-color:#f2f2f2;
	padding:20px 40px;
	margin:0 0 50px 0;
}

.gallery_new_area_last {
	width:840px;
	height:225px;
	background-color:#f2f2f2;
	padding:20px 40px;
	margin:0 0 65px 0;
}

.gallery_block01 {
	float:left;
	margin:0 45px 0 0;
}

.gallery_block02 {
	float:left;
	margin:0;
}

.gallery_block03 {
	float:left;
	margin:0 45px 0 150px;
}

.case_link {
	font-size:18px;
	text-align:center;
	margin:20px 0;	
}

.case_link a {
	color:#333;
	text-decoration:underline;
}

.case_link a:hover {
	color:#cc9966;
	text-decoration:none;
}

.gallery_each_new_area {
	width:880px;
	height:336px;
	background-color:#f2f2f2;
	padding:20px 20px;
	margin:0 0 50px 0;
}

.gallery_each_area01 img{
	margin:0;
	padding:0;
}

.gallery_each_area01 {
	float:left;
	width:220px;
	margin:0 10px 0 0;
}

.gallery_each_area02 {
	float:left;
	width:450px;
	margin:0 15px 0 0;
}

.gallery_each_area03 {
	float:left;
	width:185px;
	margin:15px 0 0 0;
}

.gallery_each_area_text01 {
	font-weight:bold;
	text-align:right;
	padding:0 10px 0 0;
	font-size:16px;
	height:120px;
}

.gallery_each_area_text02 {
	text-align:right;
	padding:0 10px 0 0;
	
}

.gallery_each_area_text03 {
	text-align:right;
	padding:0 10px 0 0;
	margin:10px 0 0 0;
}

/*不要分

.gallery_area03_01 {
	width:185px;
}

.gallery_area03_02 {
	width:185px;
	margin:10px 0 0 0;
}


.gallery_area03_01 img {
	margin:0;
	padding:0;
}

.gallery_area03_02 img {
	margin:0;
	padding:0;
}

.gallery_area03_01_l {
	text-align:center;
	margin:0 5px 0 0;
	width:90px;
	float:left;
}

.gallery_area03_01_r {
	text-align:center;
	margin:0;
	width:90px;
	float:left;
}
*/

.cont_gallery_block21_btn {
	float:left;
	width:222px;
	height:36px;
	background-image:url("../images/general_button_back.jpg");
	font-size:15px;
	margin:17px 0 0 25px;
	text-align:center;
	line-height:36px;
	color:#000;
	text-decoration:none;
}

a.cont_gallery_block21_btn:hover {
	background-image:url("../images/general_button2_back_over.jpg");
}

.gallery_each_re_area {
	width:880px;
	height:356px;
	background-color:#f2f2f2;
	padding:20px 20px;
	margin:0 0 50px 0;
}

/*不要分

.gallery_re_text {
	height:20px;
	padding:5px 0 0 0;
	font-size:13px;
}*/

/*gallery谷口追加*/
.thumbnaillist{
	float: left;
	width: 190px;
	margin: 15px 0 0 0;
}

.thumbnaillist li{
	width: 90px;
	height: 67px;
	float: left;
	background-image: none;
	padding: 0px;
	margin: 0 0 10px 5px;
	text-align: center;
}

.thumbnaillist li img{
	text-align: center;
}

.thumbnaillist li a:hover {
	opacity:0.7;
}
.thumbnaillist li a:active {
	opacity:0.7;
}
/* IE用 ↓*/
.thumbnaillist li a:hover img {
	filter:alpha(opacity=70);
}


/* メイン画像表示（mod_mainimglist）
-----------------------------------------*/
.mainimglist{
	float: left;
	width: 450px;
	margin: 0 10px 0 0;
	height: auto;
	text-align: center;
}

.mainimglist img{
	margin: 0;
	padding: 0;
}
	
.mainimglist p {
  height:20px;
	padding:5px 0 0 0;
	font-size:13px;
	margin:0px;
	text-align: left;
}

/*ここまで谷口さん追加-*/

.gallery_each_arc_area01 {
	width: 880px;
	height: 1800px;
	background-color: #f2f2f2;
	padding: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}

.gallery_each_arc_area02 {
	width: 880px;
	height: 1670px;
	background-color: #f2f2f2;
	padding: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}

.gallery_each_arc_area03 {
    width: 880px;
    height: 1050px;
    background-color: #f2f2f2;
    padding: 20px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 50px;
    margin-left: 0;
}

.gallery_each_arc_area03-01 {
    width: 880px;
    height: 1050px;
    background-color: #f2f2f2;
    padding: 20px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 50px;
    margin-left: 0;
}

.gallery_archive_area01 img{
	margin:0;
	padding:0;
}

.gallery_archive_area01 {
	float:left;
	width:220px;
	margin:0 10px 0 0;
}

.gallery_archive_area02 {
	float:left;
	width:650px;
}

.gallery_archive_area02_in {
	margin:0 0 25px 0;
}

.gallery_archive_area02_in_1 {
	border-bottom:solid 1px #ccc;
	margin:0 0 25px 0;
}

.gallery_archive_area02_in_2 {
	margin:0 0 15px 0;
}

.gallery_archive_area02_in_3 {
	margin:0 0 15px 0;
}

.gallery_arc_area_p01 {
	float:left;
	margin:0 25px 0 0;
	width:200px;
}

.gallery_arc_area_p02 {
	float:left;
	margin:0;
	width:200px;
}

.gallery_arc_area_p02_img {
	display: block;
	margin:0 auto;
}

.gallery_arc_area_p03_img {
	display: block;
	margin:25px 0;
}

.gallery_border {
	border-top:solid 1px #666;
	height:2px;
}

/*--------about--------*/

ul#company_menu{
	background-color:#f2f2f2;
	height:35px;
	margin-bottom:60px;
}

ul#company_menu li a{
	margin: 0px 0px 0px 30px;
	float: left;
	line-height: 35px;
	color: #666;
}

ul#company_menu li a:hover{
	color: #c96;
}

.company_area {
	margin:50px 0 0 0;
}

.company_area_left {
	float:left;
	width:250px;
	margin:0 35px 0 0;
}

.company_area_right {
	float:left;
	width:635px;
}

.company_area_right_block {
	margin:0 0 10px 0;
	border-bottom:solid 1px #666;
}

.company_area_right_l {
	float:left;
	width:175px;
	padding:0 0 5px 0;
}

.company_area_right_r {
	float:left;
	width:460px;
	padding:0 0 6px 0;
}

.genealogy_area {
	width:840;
	margin:0 40px 50px 40px;
}

.genealogy_area_block {
	width:840px;
	margin:2px 0;
}

.genealogy_area_block_l {
	width:210px;
	float:left;
	margin:2px 0;
}

.genealogy_area_block_r {
	width:630px;
	float:left;
	margin:2px 0;
}

.speech_area_left {
	float:left;
	width:210px;
	margin:0 35px 0 0;
	padding:0 0 0 40px;
}

.speech_area_right {
	float:left;
	width:595px;
	padding:0 40px 0 0;
	font-size:14px;
	line-height:1.8em;
}

.speech_area_right p {
	margin:0 0 20px 0;
}

.sig_area {
	display:block;
	text-align:right;
}

.creed_area {
	width:840px;
	margin:0 40px;
}

.creed_area p {
	margin:0 0 20px 0;
}

/*--------link--------*/
.link_title {
	width:900px;
	height:50px;
	background-color:#999;
	color:#fff;
	line-height:50px;
	font-size:20px;
	font-weight:bold;
	padding:0 0 0 20px;
	margin:0 0 30px 0;
}

.linl_block {
	margin-top:0;
	margin-right:0;
	margin-left:40px;
}

.linl_block a{
	color:#333;
}

.linl_block a:hover{
	color:#cc9966;
	text-decoration:none;
}


/*--------policy--------*/
.policy_area {
	width:840px;
	margin:0 40px;
	font-size:16px;
	line-height:28px;
}

.policy_area p {
	margin:0 0 20px 0;
}

/*--------contact--------*/
.contact_block01 {
	width:920px;
	margin:20px 0 20px 0;
}

.contact_part01 {
	float:left;
	width:424px;
	height:120px;
	margin-right:20px;
	text-align:center;
	border:solid 1px #aaa;
	padding:12px;
}

.contact_part02 {
	float:left;
	width:424px;
	text-align:center;
	height:120px;
	border:solid 1px #aaa;
	padding:12px;
}

.contact_form_area {
	width:680px;
	margin:30px 0 70px 110px;
	background-color:#e6e6e6;	
	padding:10px 0;
}

.confirm_btn {
	background: url(../images/form_comfirm_btn.gif) left top no-repeat;
	border: 0px;
    width: 140px;
    height: 35px;
	overflow: hidden;
	cursor: pointer;　/* カーソルを指マークに Operaはなぜか効かない*/
	text-indent: -9999px;　/*ボタンの文字を消す*/
	display: block; /*IEで背景が消えてしまう*/
}

.form_item {
	border-bottom: solid 1px #fff;
	margin: 12px 0 12px 0;
	padding:0 0 5px 5px;
}

.form_input {
	width:380px;
	float: left;
	margin: 0;
	padding:0 0 5px 0;
}

.form_item_noline {
	margin: 12px 0 12px 0;
	padding:0 0 5px 5px;
}

.form_komoku {
	width:230px;
	float: left;
	margin: 0;
	padding:0 10px 0 0;
}

.form_text {
	padding:0;
	margin: 0;
	width:350px;
	height: 20px;
	font-size:15px;
	border:solid 1px #999;
}

.form_text_area {
	padding:0;
	margin: 0;
	width:350px;
	height: 100px;
	font-size:15px;
	border:solid 1px #999;
}

.form_text_s {
	padding:0;
	margin: 0;
	width:250px;
	height: 20px;
	font-size:15px;
	border:solid 1px #999;
}

.form_text_ss {
	padding:0;
	margin: 0;
	width:150px;
	height: 20px;
	font-size:15px;
	border:solid 1px #999;
}

.form_confirm_bt {
	text-align: center;
}

.form_inner {
	width:630px;
	margin:20px auto 12px auto;
}

.yubin_area {
	border:solid 1px #666;
	background-color:#fff;
	padding:2px;
	margin:0 0 0 5px;
	font-size:12px
}

/*--------blog--------*/

ul#blog_menu{
	position: relative;
	background-color:#f2f2f2;
	height:35px;
	margin-bottom:40px;
}

ul#blog_menu li.before a{
	margin: 0px 0px 0px 20px;
	float: left;
	line-height: 35px;
	color: #666;
}

ul#blog_menu li.all a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	float: left;
	line-height: 35px;
	color: #666;
	width:80px;
}

ul#blog_menu li.next a{
	margin: 0px 20px 0px 0;
	float: right;
	line-height: 35px;
	color: #666;
}

ul#blog_menu li a:hover{
	color: #c96;
}

.blog_title {
	width:920px;
	margin:0  0 40px 0;
	font-size:18px;
	font-weight:bold;
	border-bottom:solid 2px #b3b3b3;
	padding:0 0 10px 20px;
}

.blog_text {
	width:880px;
	margin:0 20px 100px 20px;
	line-height:2em;
}

.blog_images img{
	margin:0 15px 5px 15px;
}

/*--------land--------*/
/*--------landmenu--------*/
ul#land_menu{
	position: relative;
	background-color:#f2f2f2;
	height:35px;
	margin-bottom:40px;
}

ul#land_menu li.before a{
	margin: 0px 0px 0px 20px;
	float: left;
	line-height: 35px;
	color: #666;
}

ul#land_menu li.all a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	float: left;
	line-height: 35px;
	color: #666;
	width:100px;
}

ul#land_menu li.next a{
	margin: 0px 20px 0px 0;
	float: right;
	line-height: 35px;
	color: #666;
}

ul#land_menu li a:hover{
	color: #c96;
}


.land_shosai_left {
	float:left;
	margin:0 30px 0 0;
}

.land_shosai_right {
	float:left;
}

.land_shosai_block {
	width:565px;
}

.land_shosai_block_left {
	float:left;
	padding:0 0 0 10px;
	color:#989898;
	font-size:15px;
	line-height:40px;
	width:90px;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
}

.land_shosai_block_right {
	float:left;
	padding:0 0 0 10px;
	color:#000;
	font-size:15px;
	line-height:40px;
	border-bottom:solid 1px #ccc;
	width:453px;
}

.land_shosai_block_left_nl {
	float:left;
	padding:0 0 0 10px;
	color:#989898;
	font-size:15px;
	line-height:40px;
	width:90px;	
}

.land_shosai_block_right_nl {
	float:left;
	padding:0 0 0 10px;
	color:#000;
	font-size:15px;
	line-height:40px;
	border-left:solid 1px #ccc;
	width:453px;
	margin:0 0 40px 0;
}

.land_info_area {
	width:920px;
	margin:20px 0 0 0;
}

.land_info_block {
	width:920px;
	margin:0 0 20px 0;
}

.land_info_block_left {
	float:left;
	width:448px;
	height:145px;
	background-color:#f2f2f2;
	border:solid 1px #ccc;
	margin:0 20px 0 0;
	position: relative;
}

.land_info_block_left_cgi {
	float:left;
	width:448px;
	height:145px;
	background-color:#f2f2f2;
	border:solid 1px #ccc;
	margin:0 20px 20px 0;
	position: relative;
}

.land_info_block_right {
	float:left;
	width:448px;
	height:145px;
	background-color:#f2f2f2;
	border:solid 1px #ccc;
	margin:0;
	position: relative;
}

.land_info_block_left_image {
	margin:18px 0 0 18px;
	float:left;
}

.land_info_block_left_text {
	margin:18px 0 0 18px;
	float:left;
}

a.land_info_btn {
	width:111px;
	height:25px;
	position: absolute;
	bottom:19px;
	right:19px;
	background-image:url("../images/landinfo_shosai_btn.gif");
	background-repeat:no-repeat;
	line-height:25px;
	text-align:center;
	color:#000;
	text-decoration:none;
}

a.land_info_btn:hover {
	width:111px;
	height:25px;
	position: absolute;
	bottom:19px;
	right:19px;
	background-image:url("../images/landinfo_shosai_btn_over.gif");
	background-repeat:no-repeat;
	line-height:25px;
	text-align:center;
	color:#000;
	text-decoration:none;
}

.landinfo_title {
	width:900px;
	height:50px;
	background-color:#999;
	color:#fff;
	line-height:50px;
	font-size:20px;
	font-weight:bold;
	padding:0 0 0 20px;
	margin:50px 0 30px 0;
}



/*--------request--------*/
/*谷口追加分*/

.request_sub_text {
	float:left;
	width:440px;
	margin:0 0 0 20px;
}

.request_sub_text p {
	font-size: 16px;
	line-height: 25px;
	margin: 0px;
}

ul#request_menu{
	background-color:#f2f2f2;
	height:35px;
	margin-bottom:80px;
}

ul#request_menu li a{
	margin: 0px 0px 0px 20px;
	float: left;
	line-height: 35px;
	color: #666;
}

ul#request_menu li a:hover{
	color: #c96;
}

section#ldk, section#kitchen, section#bathroom, section#entrance, section#others, section#jpn, section#exterior{
	width: 878px;
	margin: 0 auto 100px auto;
	overflow:hidden;
	clear:both;
}

section#entrance{
	margin-bottom:50px;
}

section#exterior{
	margin-bottom:60px;
}

/*カテゴリタイトル*/
section h2{
	float:left;
	margin: 0 15px 0 0;
}

/*画像と詳細テキストのセット*/
.detail_block{
	float:left;
	margin: 0;
	width:200px;
}

.detail_block img{
	border: 1px solid #ccc;
	margin: 0 auto;
}

.detail_block p{
	line-height: 20px;
	text-align: center;
	margin: 0;
	padding: 5px 0px;
}

section .strage p{
	line-height: 18px;
}

.detail_block p img{
	border: none;
	margin: 0 auto;
}

section .strage, section .kodawari, section .slide{
	margin: 20px auto 30px;
	padding: 20px 0 20px 30px;
	background-color: #f2f2f2;
	overflow: hidden;
	clear: both;
}

/*#f2f2f2背景ありタイトル*/
section .strage h3, section .kodawari h3, section .slide h3{
	float:left;
	margin: 0;
}

section .strage .detail_block p, .detail_block p.al_left{
	text-align:left;
}

/*1セットに画像が複数ある場合のインナー枠*/
.w_photo{
	vertical-align: bottom;
	overflow: hidden;
	clear: both;
}





/*--------pagetop--------*/
#pagetop a{
	background-image: url(../images/to_top.gif);
	background-repeat: no-repeat;
	background-position-y: 3px;
	float: right;
	width: 140px;
	height: 20px;
	font-size: 13px;
	text-decoration: none;
	padding: 0 0 12px 16px;
	display: block;
	color: #4D4D4D;
}

#pagetop a:hover{
	background-image: url(../images/to_top_over.gif);
	color: #CC9966;
}

/*--------footer--------*/
.footer_link {
	width: 980px;
	height: 32px;
	background-color: #E6E6E6;	
	margin: 0 0 10px 0;
}

.footer_text01 {
	float: left;
	color: #999;
	padding-top: 3px;
	padding-right: 30px;
	padding-left: 45px;
	padding-bottom: 0;
}

.footer_text02 {
	float: left;
	border-left: solid 1px #999;
	height: 26px;
	margin: 1px 15px 3px 5px;
}

.footer_text03 {
	float: left;
	padding-top: 4px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0;
}

.footer_text03 a {
	color:#333;
}

.footer_text03 a:hover {
	color:#CC9966;
}

.copy {
	text-align: center;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 30px;
	width: 980px;
	height: 90px;
	background-image: url("../images/footer_back.gif");
	background-repeat: no-repeat;
}

.footer01 {
	float: left;
	width: 230px;
	margin: 10px 0 0 30px;
	border-right: solid 1px #999;
}

.footer02 {
	float: left;
	width: 180px;
	margin: 10px 0 0 25px;
	border-right: solid 1px #999;
}

.footer03 {
	float: left;
	width: 220px;
	margin: 10px 0 0 25px;
	border-right: solid 1px #999;
}

.footer04 {
	float: left;
	width: 230px;
	margin: 10px 0 0 25px;
}

.footer_list01 a {
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

.footer_list01 a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #CC9966;
}

.footer_list01s a {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin: 7px 0 0 0;
}

.footer_list01s a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #CC9966;
	margin: 7px 0 0 0;
}

.footer_list02 a {
	font-size: 13px;
	margin-left: 30px;
	color: #999;
}

.footer_list02 a:hover {
	font-size: 13px;
	margin-left: 30px;
	color: #CC9966;
}

footer {
	margin-right: auto;
	margin-left: auto;
	border-top: 5px solid #e4e4e4;
}

footer a,footer a:visited{
	text-decoration: none;
	display: block;
}
footer nav{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}


.footer_insta04 {
	padding-right: 15px;
	padding-left: 17px;
	padding-bottom: 0px;
	padding-top: 3px;
}


.footer_icon {
	text-align: center;
	padding: 20px 0 0px 0;
	width: 980px;
	height: 50px;
	background-repeat: no-repeat;
}

.footer_icon01 {
	float: left;
	padding-right: 15px;
	padding-left: 440px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.footer_icon02 {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.footer_icon03 {
	float: left;
	padding-right: 0px;
	padding-left: 17px;
	padding-bottom: 0px;
	padding-top: 0px;
}


.simple_square_btn2 {
	display: block;
	position: relative;
	width: 240px;
	padding: 0.3em;
	text-align: center;
	text-decoration: none;
	color: #333333;
	background: #fff;
	border:1px solid #999999;
}
.simple_square_btn2:hover {
	 background: #D3BF88;
         color: #fff;
	 cursor: pointer;
	 text-decoration: none;
}
