@charset "UTF-8";

/*ページ全体*/
body {
	margin: 0px;
	padding: 0px;
	color:#333333;
	background: #FFFFFF url(../img/img_bg.gif) no-repeat center top;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	line-height: 18px;
}
p {
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}

a{
	text-decoration: none;
	font-weight: bolder;
	color: #003366;
}
a:link{ 
	text-decoration: none;
}
a:visited { 
	text-decoration: none;
}
a:hover { 
	color: #C74747;
	text-decoration: underline;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a img {
	border:none;
	color:#FFFFFF;
	background:transparent;
}
.txt10 {
	font-size:10px;
	line-height:16px;
}
h1 {
	margin:0 0 25px;
	padding:0;
}
h2 {
	font-size:16px;
	font-weight:bold;
	color:#C77575;
	padding-left:7px;
	margin: 20px 0 10px;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #C77575;
	border-left-color: #C77575;
}
h3 {
	font-size:12px;
	font-weight:bold;
	padding:7px 12px;
	border:1px solid #E3BABA;
	margin: 20px 0 10px;
}


/*ヘッダ*/
#header {
	margin: 17px auto 0px;
	padding: 0px;
	height: 63px;
	width: 750px;
}
#header img {
	float: left;
}
#header #logo {
	width: 108px;
	height: 47px;
	margin: 0px 24px 0px 0px;
	padding: 0px;
	float: left;
}
#header #form {
	float: right;
	height: 38px;
	width: 194px;
	margin: 10px 0px 0px;
	padding: 0px;
}
#header #logo #copy {
	margin: 0px;
	padding: 0px;
	width: 108px;
	height: 24px;
	font-size: 10px;
	color: #57453B;
	line-height: 25px;
	text-align:center;
}
#header #form a {
	margin: 0px;
	padding: 0px;
	background: url(../img/bt_form.gif) no-repeat;
	height: 38px;
	width: 194px;
	text-decoration: none;
	display: block;
	text-indent: -9999px;
}
#header #form a:hover {
	background: url(../img/bt_form_o.gif) no-repeat;
}


/*メニュー*/
#menu li {float:left;display:block;}
#menu {
	margin: 0 auto;
	padding: 0;
	height: 35px;
	width: 750px;
}
#menu a {
	display: block;
	height: 35px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	float: left;
}
/*メニュー1(Home）*/
#menu li#menu01 a{background: url(../img/menu_01.gif) no-repeat;width: 75px;height: 35px;}
#menu li#menu01 a:hover {background: url(../img/menu_01_o.gif) no-repeat;}
/*メニュー2（本田工務店の家づくり）*/
#menu li#menu02 a{background: url(../img/menu_02.gif) no-repeat;width: 153px;height: 35px;}
#menu li#menu02 a:hover {background: url(../img/menu_02_o.gif) no-repeat;}
/*メニュー3（ペット共生）*/
#menu li#menu03 a{background: url(../img/menu_03.gif) no-repeat;width: 117px;height: 35px;}
#menu li#menu03 a:hover {background: url(../img/menu_03_o.gif) no-repeat;}
/*メニュー4（実例）*/
#menu li#menu04 a{background: url(../img/menu_04.gif) no-repeat;width: 77px;height: 35px;}
#menu li#menu04 a:hover {background: url(../img/menu_04_o.gif) no-repeat;}
/*メニュー5（見学会情報）*/
#menu li#menu05 a{background: url(../img/menu_05.gif) no-repeat;width: 92px;height: 35px;}
#menu li#menu05 a:hover {background: url(../img/menu_05_o.gif) no-repeat;}
/*メニュー6（不動産物件情報）*/
#menu li#menu06 a{background: url(../img/menu_06.gif) no-repeat;width: 117px;height: 35px;}
#menu li#menu06 a:hover {background: url(../img/menu_06_o.gif) no-repeat;}
/*メニュー7（スタッフブログ）*/
#menu li#menu07 a{background: url(../img/menu_07.gif) no-repeat;width: 119px;height: 35px;}
#menu li#menu07 a:hover {background: url(../img/menu_07_o.gif) no-repeat;}


/*本文*/
#wrapper {
	text-align: left;
	margin: 0 auto;
	padding: 30px 0 15px;
	width: 750px;
	background: #FFFFFF;
}


/*ページトップボタン*/
#pageup {
	clear:both;
	width: 750px;
	text-align:right;
	margin: 0 auto;
	padding: 0 0 15px;
}


/*フッタ*/
#footer {
	clear:both;
	width: 750px;
	text-align:left;
	margin: 0 auto;
	padding: 15px 0 25px;
	border-top: 1px solid #E6E6E6;
}



/*トップページ*/
#topmain {
	margin: 0 auto 25px;
	padding: 0px;
}
/*左ブロック*/
#top-l {
	width: 400px;
	margin: 0;
	padding: 0;
	float: left;
}
/*スタッフメッセージ*/
#staffpt {
	margin: 0 13px 0 0;
	padding: 0;
	width: 62px;
	float: left;
}
#message {
	margin: 0 0 0 0;
	padding: 0;
	width: 325px;
	vertical-align: top;
	float: left;
	font-size: 10px;
	color: #57453B;
	line-height: 14px;
}
/*新着*/
.new {
	width:400px;
	color:#666666;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}
.new .title {
	padding:0 0 10px 0;
	border-bottom: 1px dotted #CCCCCC;
}
.new .g {
	padding:5px 10px;
	font-size:12px;
	border-bottom: 1px dotted #CCCCCC;
	background: #F0F0F0;
	vertical-align:top;
}
.new .w {
	padding:5px 10px;
	font-size:12px;
	border-bottom: 1px dotted #CCCCCC;
	vertical-align:top;
}
.new .date-g {
	width:60px;
	font-size:10px;
	padding:5px 0 5px 10px;
	border-bottom: 1px dotted #CCCCCC;
	background: #F0F0F0;
	vertical-align:top;
}
.new .date-w {
	width:60px;
	font-size:10px;
	padding:5px 0 5px 10px;
	border-bottom: 1px dotted #CCCCCC;
	vertical-align:top;
}

/*右ブロック*/
#top-r {
	width: 305px;
	margin: 0;
	padding: 0;
	float: right;
}
#top-r li {float:left;display:block;}
#top-r a,#top-r a:hover {
	margin: 0px 0px 5px;
	padding: 0px;
	text-decoration: none;
	display: block;
	text-indent: -9999px;
}

/*ボタン_本田工務店の家づくり*/
#top-r li#bt01 a{background: url(../top/new_bt_01.jpg) no-repeat;height: 55px;width: 305px;background-position:right;}
#top-r li#bt01 a:hover {background: url(../top/new_bt_01_o.jpg) no-repeat;background-position:right;}
/*ボタン_ペット共生住宅*/
#top-r li#bt02 a{background: url(../top/new_bt_02.jpg) no-repeat;height: 55px;width: 305px;background-position:right;}
#top-r li#bt02 a:hover {background: url(../top/new_bt_02_o.jpg) no-repeat;background-position:right;}
/*ボタン_見学会情報*/
#top-r li#bt03 a{background: url(../top/new_bt_03.jpg) no-repeat;height: 55px;width: 305px;background-position:right;}
#top-r li#bt03 a:hover {background: url(../top/new_bt_03_o.jpg) no-repeat;background-position:right;}
/*ボタン_実例*/
#top-r li#bt04 a{background: url(../top/new_bt_04.jpg) no-repeat;height: 55px;width: 305px;background-position:right;}
#top-r li#bt04 a:hover {background: url(../top/new_bt_04_o.jpg) no-repeat;background-position:right;}
/*ボタン_不動産*/
#top-r li#bt05 a{background: url(../top/new_bt_05.jpg) no-repeat;height: 55px;width: 305px;background-position:right;}
#top-r li#bt05 a:hover {background: url(../top/new_bt_05_o.jpg) no-repeat;background-position:right;}
/*ボタン＿エコ*/

#top-r li#bt06 a{
	height: 55px;
	width: 305px;
	background-position:right;
	background-image: url(../top/bn_eco.gif);
	background-repeat: no-repeat;
}
#top-r li#bt06 a:hover {
	background-position:right;
	background-image: url(../top/bn_o_eco.gif);
	background-repeat: no-repeat;
}



#eco-text {
	text-align: right;
	height: 30px;
	width: 305px;
	font-size: 10px;
	font-weight: bold;
	color: #558941;
}






/*本田工務店家づくり写真コンテナ*/
.photo-container {
	margin: 0px;
	height: 100px;
	width: 500px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*本田工務店家づくりサムネイルマージン右用*/
.sam-margin-right {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/*ページ左メニュー*/
#page-l,#hudousan-l {
	width: 200px;
	margin: 0;
	padding: 0;
	float: left;
}
#page-l li,#hudousan-l li {
	border-bottom:1px dotted #CCCCCC;
	display: block;
	background-image: url(../img/icon_list_new.gif);
	background-repeat: no-repeat;
	background-position: 0 13px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 18px;
}
/*ページ右本文*/
#page-r {
	width: 500px;
	margin: 0;
	padding: 0;
	float: right;
}
.page-img {
	margin: 0 0 25px;
}
.page-pageup {
	text-align:right;
	padding: 15px 0;
}
.txt-a {
	padding-left:38px;
	text-indent:-24px;
}

.outlinepage {
	padding:25px 0 0 0;
	margin:0;
}
.outlinepage .w {
	padding:7px 0 7px 15px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align:top;
}
.outlinepage .title-g {
	width:80px;
	padding:7px 0 7px 15px;
	border-bottom: 1px solid #CCCCCC;
	background: #F0F0F0;
	vertical-align:top;
}
.outlinepage .w-t {
	padding:7px 0 7px 15px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	vertical-align:top;
}
.outlinepage .title-g-t {
	width:80px;
	padding:7px 0 7px 15px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	background: #F0F0F0;
	vertical-align:top;
}
#staffpage {
	padding:25px 0 0 0;
	margin:0;
}
#staffpage td {
	padding:0 15px 20px 0;
	text-align:center;
}
#staffpage img {
	border:1px solid #FFFFFF;
	margin:0 0 5px;
}
#staffpage a:hover img {
	border:1px solid #C77575;
}
.staffcoment {
	padding-top:15px;
	margin-top:15px;
	border-top:1px dotted #CCCCCC;
}
.staffcoment td {
	padding:0 15px 0 0;
	vertical-align:top;
}

.formpage {
	padding:25px 0 15px 0;
	margin:0;
}
.formpage .w {
	padding:7px 0 7px 15px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align:top;
}
.formpage .title-g {
	width:100px;
	padding:7px 0 7px 15px;
	border-bottom: 1px solid #CCCCCC;
	background: #F0F0F0;
	vertical-align:top;
}
.formpage .w-t {
	padding:7px 0 7px 15px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	vertical-align:top;
}
.formpage .title-g-t {
	width:100px;
	padding:7px 0 7px 15px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	background: #F0F0F0;
	vertical-align:top;
}

#linkpage {
	margin: 0;
	padding: 0;
}
#linkpage li {
	background: url(../img/icon_list.gif) no-repeat 0 13px;
	border-bottom:1px dotted #CCCCCC;
	padding: 10px 0 10px 13px;
	display: block;
}


/*ブログ*/
#pagenavi {
	font-size:10px;
	color:#666666;
}
.entry_body {
}
.entry_more {
	font-size:10px;
	margin:15px 0 0;
}
.entry_author {
	font-size:10px;
	color:#666666;
	margin:15px 0 0;
	padding-top:10px;
	border-top:1px dotted #CCCCCC;
}
#calendar {
	font-size:11px;
}
#calendar td {
	text-align:center;
	padding:3px;
}
#calendar table {
	margin:0 auto;
	padding:0;
}
#cate {
	margin:15px 0 0;
}
dl,dd,dt {
	list-style: none;
	marign:0;
	padding:0;
}
#newentry {
	padding:0;
	border:1px solid #E3BABA;
	margin: 20px 0 10px;
}
.t-newentry {
	color:#FFFFFF;
	font-weight:bold;
	background-color:#C77575;
	padding:0 0 7px 0;
}
#newentry li {
	background:none;
	border:none;
	padding:7px;
}
#search {
	margin: 20px 0 10px;
}
.t-search {
	font-size:10px;
	color:#C77575;
	padding-left:7px;
	border-left:5px solid #C77575;
}
.s-box {
	margin:0;
	padding:0;
}


/*不動産情報*/
.price{
	width:500px;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #E6E6E6;
	padding: 7px 0;
	margin-bottom:15px;
}
#hudousan-l td {
	padding:5px 0;
	border-bottom:1px solid #E6E6E6;
}
#hudousan-l table {
	margin: 20px 0 0;
	padding:8px;
	border:1px solid #E3BABA;
}

/*お知らせテーブル*/
.notice-space {
	padding-top:15px;
	border-top:1px dotted #CCCCCC;
}
.notice-space2 {
	padding-bottom:15px;
}


#pageup #commercial {
	padding-right: 10px;
}
.pad {
	padding-right: 10px;
}
.top_style {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: bold;
	color: #003366;
}
.pad-let {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.bold-teal {
	font-size: 14px;
	font-weight: bold;
	color: #006666;
}
.float-right {
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.clear-float {
	margin: 0px;
	padding: 0px;
	clear: both;
}

/*見学会*/
.kengakukai-link{
	color: #663300;
	text-decoration: underline;
	padding-left: 10px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #663300;
	font-size: 13px;
}

.kengakukai-link a{
	color: #663300;
	font-size: 13px;
}

.kengakukai-link a:active,.kengakukai-link a:hover{
	color: #C74747;
	font-size: 13px;
}


