@charset "utf-8";
/*
Theme Name: shibusaki
Theme URI: http://www.shibusaki.co.jp/
Description: WordPress theme designed by <a href="http://www.st-hallo.com">studiohallo</a>.
Author: Theme designed by studiohallo
Author URI: http://www.st-hallo.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Basic setting */
* {
	margin: 0;
	padding: 0;
}
ol, ul ,li {list-style:none;}
hr {
	width:1px;
	height:1px;
	color:#FFFFFF;
	border:none;
	clear:both;
	}
.clear {clear:both;}
.f_left {float:left;}
.f_right {float:right;}
.left {text-align:left;}
.right {text-align:right;}
.center {text-align:center;}


/*---------- Post Images Position ----------*/
img.centered
	{
	margin:0px auto 0px auto;
	display:block;
	}
img.alignright
	{
	padding:4px 4px 4px 4px;
	margin: 0px 0px 2px 7px;
	display:inline;
	}
img.alignleft
	{
	padding:4px 4px 4px 4px;
	margin: 0px 7px 2px 0px;
	display:inline;
	}
	
.mg20 {
	margin-top: 20px;
}	
	
body {
	font: 13px/150% "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", HiraKakuPro-W3, Osaka, verdana, arial, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	color: #222222;
	text-align: center;
	background: url(images/share/bg_all.jpg) repeat-x left top;
}

/* HyperText styles
---------------------------------------------- */
a:link {
	color: #1D667E;
	text-decoration: none;
}
a:visited {
	color: #1D667E;
	text-decoration: none;
}
a:hover {
	color: #BB2B29;
	text-decoration: underline;
}
a:active {
	color: #1D667E;
	text-decoration: none;
}

/* area setting
---------------------------------------------- */
div#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: left;
}
div#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 5px;
	background: #FFFFFF url(images/share/footer_bg.gif) repeat-x 0 0;
	text-align: center;
	font-size: 12px;
}
#content {
	clear: both;
		background: #FFFFFF
	}
#content {  
    overflow: hidden;  
}  
 * html #content {  
    height: 1%;  
}  
.narrowcolumn {
	float: left;
	padding: 12px 0 0 0;
	margin: 0;
	width: 680px;
	}
#sidecolumn {
	float: right;
	padding: 0;
	margin: 0;
	width: 262px;
	}
	
/* content_block
---------------------------------------------- */	
div.main_contents {
	width:710px;
	padding: 0;
	margin: 0;
	float:right;
	}	
div.main_contents {  
    overflow: hidden;  
}  
 * html div.main_contents {  
    height: 1%;  
}  
#sidebar {
	float: left;
	padding: 0;
	margin: 0;
	width: 229px;
	}
#pankuzu {
	font-size: 12px;
	color: #666666;
	margin: 0px;
	line-height: 100%;
	padding-bottom: 20px;
}

/* Header area setting
---------------------------------------------- */
#header_Lbox {
	float: left;
	width: 625px;
	margin: 5px 0 0;
}
#header_Lbox {
	overflow: hidden;
}
* html #header_Lbox {  
    height: 1%;  
}  
#header_Rbox {
	margin: 5px 0 0;
	float: right;
	width: 333px;
}
#header_Lbox  #header_R {
	float: right;
	width: 330px;
	font-size: 90%;
	padding-top: 6px;
}
#header_R p {
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	color: #444444;
}
div#header_R    h1 {
	color: #273E27;
	font-weight: normal;
	font-size: 12px;
	line-height: 100%;
	margin-bottom: 0.2em;
}
div#header_logo {
	float: left;
	width: 276px;
	margin: 0px;
	height: 52px;
	padding-top: 6px;
}
#header_Rbox #headnav {
	text-align: right;
	line-height: 100%;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}
ul#headMENU {
	margin:0;
    list-style: none;
	padding-top: 5px;
}
ul#headMENU li {
	margin: 0;
	float: left;
}
ul#headMENU li a {
	list-style: none;
	text-indent: -9999px;
	display: block;
	height: 33px;
	width: 141px;
	text-decoration: none;
}
ul#headMENU li a:hover {
	background: url(images/share/head_web_on.gif) no-repeat;
	height: 33px;
	width: 141px;
	text-decoration: none;
}
li#head_web {
	padding-left: 2px;
	font-size: x-small;
}
#head_web a {
	background: url(images/share/head_web.gif) no-repeat;
	height: 33px;
	width: 141px;
	font-size: x-small;
	text-decoration: none;
}

/*	main menu style */
div.globalNav
 {
	margin : 0;
	padding: 0;
	clear : both;
	height : 55px;
	overflow: hidden;
}
.globalNav ul {
	list-style : none;
	margin : 0;
}
.globalNav li  {
	float : left;
	height: 55px;
	list-style: url(../none) none;
	font-size: 1px;
}
.globalNav  li a   {
	text-indent: -9999px;
	display: block;
	height: 55px;
	font-size: x-small;
	text-decoration: none;
}
#gnav_link1 a {
	background: url(images/share/gnav_link1_on.gif) no-repeat;
	width: 100px;
}
#gnav_link2 a {
	background: url(images/share/gnav_link2_on.gif) no-repeat;
	width: 100px;
}
#gnav_link3 a {
	background: url(images/share/gnav_link3_on.gif) no-repeat;
	width: 100px;
}
#gnav_link4 a {
	background: url(images/share/gnav_link4_on.gif) no-repeat;
	width: 180px;
}
#gnav_link5 a {
	background: url(images/share/gnav_link5_on.gif) no-repeat;
	width: 180px;
}
#gnav_link6 a {
	background: url(images/share/gnav_link6_on.gif) no-repeat;
	width: 100px;
}
#gnav_link7 a {
	background: url(images/share/gnav_link7_on.gif) no-repeat;
	width: 100px;
}
#gnav_link8 a {
	background: url(images/share/gnav_link8_on.gif) no-repeat;
	width: 100px;
}
#gnav_link1 a:hover {
	background: url(images/share/gnav_link1.gif) no-repeat;
	width: 100px;
}
#gnav_link2 a:hover {
	background: url(images/share/gnav_link2.gif) no-repeat;
	width: 100px;
}
#gnav_link3 a:hover {
	background: url(images/share/gnav_link3.gif) no-repeat;
	width: 100px;
}
#gnav_link4 a:hover {
	background: url(images/share/gnav_link4.gif) no-repeat;
	width: 180px;
}
#gnav_link5 a:hover {
	background: url(images/share/gnav_link5.gif) no-repeat;
	width: 180px;
}
#gnav_link6 a:hover {
	background: url(images/share/gnav_link6.gif) no-repeat;
	width: 100px;
}
#gnav_link7 a:hover {
	background: url(images/share/gnav_link7.gif) no-repeat;
	width: 100px;
}
#gnav_link8 a:hover {
	background: url(images/share/gnav_link8.gif) no-repeat;
	width: 100px;
}

/* Footer area setting
---------------------------------------------- */
#pageTop {
	text-align: right;
	margin: 15px auto;
	width: 960px;
}
#pageTop a  {
	height: 12px;
	width: 104px;
}
.footNav  {
	font-size: 12px;
}
#footer .foot-text {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#footer .foot-text a {
	color: #333333;
	text-decoration: none;
}
#copyright {
	margin-top: 12px;
}
div#fMenu  {
	width: 900px;
	font-size: 12px;
	margin: 15px auto 10px;
	border: 3px solid #999999;
	color: #4C4C4C;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
}
#fMenu  .fMenu_area01 {
	float: left;
	width: 160px;
	margin-right: 12px;
	border-right: 1px solid #CCCCCC;
	height: 120px;
}
#fMenu  .fMenu_area02 {
	float: left;
	width: 160px;
	margin-right: 12px;
	height: 120px;
}

/*---------- index_main_ph ----------*/
#main_ph {
	background: url(images/index/main_ph.jpg) no-repeat;
	margin: 0px;
	height: 317px;
	width: 960px;
}
#main_ph p {
	margin: 0px;
	width: 290px;
	padding-top: 20px;
	padding-left: 670px;
	color: #3f312b;
	line-height: 155%;
	font-size: 96%;
}

/*---------- toppage ----------*/
#news_box_L {
	float: left;
	width: 470px;
	margin-top: 8px;
}
#news_box_R {
	float: right;
	width: 470px;
	margin-top: 8px;
}
.table-news {
	width: 470px;
}
.table-news td {
	background: url(images/index/line_gray.gif) repeat-x left bottom;
	padding-bottom: 7px;
	font-size: 13px;
}
.index-news {
	background: url(images/index/list_news.gif) no-repeat left top;
	padding-left: 13px;
}
.narrowcolumn h2 {
}
.narrowcolumn h3 {
	margin-top: 10px;
	margin-bottom: 8px;
}
.narrowcolumn p {
	margin-bottom: 0.5em;
}
.main_contents h3 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.main_contents h4 {
	margin-top: 8px;
	margin-bottom: 8px;
}
.main_contents p {
	margin-bottom: 0.8em;
}

/*---------- toppage-新築・リフォーム ----------*/
#index_box {
	background: url(images/index/bg_index_box.gif) no-repeat;
	height: 158px;
	width: 680px;
}
#index_box_shintiku {
	float: left;
	width: 340px;
	margin-top: 10px;
}
#index_box_shintiku a {
	text-indent: -9999px;
	display: block;
	height: 140px;
	width: 340px;
	background: url(images/index/index_box_shintiku.jpg) no-repeat;
}
#index_box_shintiku a:hover {
	height: 140px;
	width: 340px;
	background: url(images/index/index_box_shintiku_on.jpg) no-repeat;
}
#index_box_reform {
	float: right;
	width: 340px;
	margin-top: 10px;
}
#index_box_reform a {
	background: url(images/index/index_box_reform.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 140px;
	width: 340px;
}
#index_box_reform a:hover {
	background: url(images/index/index_box_reform_on.jpg) no-repeat;
	height: 140px;
	width: 340px;
}

/*---------- toppage jirei ----------*/
.table_ie_jirei {
	margin-top: 12px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 680px;
}
.table_ie_jirei th {
	color: #FCFCFC;
	background: #669966;
		text-align: left;
}
.table_ie_jirei h2 {
	font-size: 14px;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 10px;
}
.table_ie_jirei td {
	background: #f5f6f3;
	text-align: center;
	border-right: 1px solid #CCCCCC;
	padding-top: 12px;
	padding-bottom: 6px;
}
.table_ie_jirei ul.jirei01 {
   margin: 0;
	padding: 0;
}
.jirei01 li {
	float: left;
	padding-right: 4px;
	padding-left: 8px;
	width: 150px;
	font-size: 12px;
}
.jirei01 li  a {
	text-decoration: none;
}
.jirei01 li  a img {
	border: 2px solid #CCCCCC;
}
.jirei01 li  a:hover img {
	border: 2px solid #666666;
}
.table_reform_jirei {
	margin-top: 12px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.table_reform_jirei th {
	background: #339999;
	width: 73px;
	color: #FCFCFC;
	text-align: center;
}
.table_reform_jirei h2 {
	font-size: 13px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
	padding-bottom: 2px;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 12px;
}
.table_reform_jirei td {
	background: #f5f6f3;
	border-right: 1px solid #CCCCCC;
	padding: 8px 8px 5px 10px;
}
ul.list_red {
}
ul.list_red li {
	background: url(images/index/list_red.gif) no-repeat left 3px;
	padding-left: 10px;
	margin-bottom: 5px;
}
.table_tokutyou {
}
.table_tokutyou th {
	text-align: left;
	width: 80px;
	padding-left: 2px;
	background: url(images/index/line_gray.gif) repeat-x left bottom;
}
.table_tokutyou td {
	background: url(images/index/line_gray.gif) repeat-x left bottom;
	padding-bottom: 5px;
	width: 199px;
}
ul#pickup_type {
}
ul#pickup_type li {
	float: left;
	height: 196px;
}
ul#pickup_type li a {
	text-indent: -9999px;
	display: block;
	height: 196px;
	text-decoration: none;
}
li#pickup_type1 a {
	background: url(images/index/pickup_type1.jpg) no-repeat;
	width: 169px;
}
li#pickup_type2 a {
	background: url(images/index/pickup_type2.jpg) no-repeat;
	width: 170px;
}
li#pickup_type3 a {
	background: url(images/index/pickup_type4.jpg) no-repeat;
	width: 166px;
	margin-right: 5px;
}
li#pickup_type4 a {
	background: url(images/index/pickup_type3.jpg) no-repeat;
	width: 166px;
}
li#pickup_type1 a:hover {
	background: url(images/index/pickup_type1_on.jpg) no-repeat;
	width: 169px;
}
li#pickup_type2 a:hover {
	background: url(images/index/pickup_type2_on.jpg) no-repeat;
	width: 170px;
}
li#pickup_type3 a:hover {
	background: url(images/index/pickup_type4_on.jpg) no-repeat;
	width: 166px;
	margin-right: 5px;
}
li#pickup_type4 a:hover {
	background: url(images/index/pickup_type3_on.jpg) no-repeat;
	width: 166px;
}


/*---------- toppage-右側バナー ----------*/
#sidecolumn h3 {
	margin-top: 10px;
}
#sidecolumn p {
	font-size: 12px;
	line-height: 145%;
}

h3#btn_fudosan a {
	text-decoration: none;
	background: url(http://www.shibusaki.co.jp/images/index/btn_fudosan.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 80px;
	width: 262px;
}
h3#btn_fudosan a:hover {
	text-decoration: none;
	background: url(http://www.shibusaki.co.jp/images/index/btn_fudosan_on.jpg) no-repeat;
	height: 80px;
	width: 262px;
}
h3#btn_syain a {
	font-size: x-small;
	background: url(images/share/baner_syain.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 140px;
	width: 262px;
}
h3#btn_syain a:hover {
	background: url(images/share/baner_syain_on.jpg) no-repeat;
	height: 140px;
	width: 262px;
}
h3#btn_suwako a {
	text-decoration: none;
	background: url(images/share/baner_suwako.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 80px;
	width: 262px;
}
h3#btn_suwako a:hover {
	text-decoration: none;
	background: url(images/share/baner_suwako_on.gif) no-repeat;
	height: 80px;
	width: 262px;
}
h3#btn_inaka a {
	text-decoration: none;
	background: url(images/share/baner_inaka.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 80px;
	width: 262px;
}
h3#btn_inaka a:hover {
	background: url(images/share/baner_inaka_on.jpg) no-repeat;
	height: 80px;
	width: 262px;
}
h3#btn_suwatayori a {
	text-decoration: none;
	background: url(images/share/baner_suwatayori.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 80px;
	width: 262px;
}
h3#btn_suwatayori a:hover {
	background: url(images/share/baner_suwatayori_on.jpg) no-repeat;
	height: 80px;
	width: 262px;
}
h3#btn_syatyou a {
	text-decoration: none;
	background: url(images/share/baner_syatyou.jpg) no-repeat;
	height: 80px;
	width: 262px;
	text-indent: -9999px;
	display: block;
}
h3#btn_syatyou a:hover {
	background: url(images/share/baner_syatyou_on.jpg) no-repeat;
	height: 80px;
	width: 262px;
}
h3#btn_taiyouko a {
	text-decoration: none;
	background: url(images/share/baner_taiyouko.jpg) no-repeat;
	height: 80px;
	width: 262px;
	text-indent: -9999px;
	display: block;
}
h3#btn_taiyouko a:hover {
	background: url(images/share/baner_taiyouko_on.jpg) no-repeat;
	height: 80px;
	width: 262px;
}


/*---------- wp----------*/
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 1em;
	border-bottom: 1px solid #e8ecef;
	}


/*---------- post ----------*/
.post {
	margin: 0 0 20px;
	}
.post hr {
	display: block;
	}
.main_contents .postmetadata {
	text-align: right;
	padding-top: 8px;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
.postmetadata {
	clear: both;
	font-size: 11px;
}

/*---------- entry ----------*/
.main_contents .entry {
	line-height: 150%;
	}
.entry p a:visited {
	color: #b85b5a;
	}
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}
html>body .entry li {
	margin: 7px 0 8px 10px;
	}
entry ul li:before, #sidebar ul ul li:before {
	}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
.entry ol li {
	margin: 0;
	padding: 0;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

/*---------- comment ----------*/
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentmetadata {
	font-weight: normal;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
.commentlist {
	padding: 0;
	}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }
#commentform p {
	margin: 5px 0;
	}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.commentmetadata {
	margin: 0;
	display: block;
	}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}


/*---------- searchform ----------*/
#sidebar form {
	margin: 0;
	}
#searchform {
	margin: 0px auto 10px;
	padding: 5px 0px;
	text-align: center;
	}
#searchform #s {
	width: 180px;
	padding: 2px;
	}
#searchsubmit {
	padding: 1px;
	}
select {
	width: 130px;
	}


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}


/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}
#wp-calendar a {
	text-decoration: none;
	}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}
#wp-calendar a {
	display: block;
	}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
.hidden {
	display: none;
	}
a img {
	border: none;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 30px;
	}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.wp-caption alignleft {
	float: right;
}


/* contents_base */
#main_ph_cont {
	margin: 0px;
	width: 960px;
}
#submenu-block01 {
	width : 230px;
    margin : 0 0 10px 0;
    padding : 0;
	background: url(images/profile/side_block01_bg.gif) repeat;
}
div#submenu-block01 #menu01 {
	width : 210px;
	margin : 0 10px;
	padding : 5px 0 10px;
}
div#submenu-block01 #menu01 ul {
	margin : 0 0 0;
	padding : 0;
}
div#submenu-block01 #menu01 li.menu_tit {
	list-style : none;
	margin : 6px 0 6px 7px;
	padding : 0 0 0 16px;
	overflow : hidden;
	background: url(images/profile/list_green.gif) no-repeat left 4px;
	border-bottom: 1px solid #CCCCCC;
	line-height: 160%;
}
.menu_tit  li.menu_tit02 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #990000;
	background: url(images/share/list_green02.gif) no-repeat left center;
	padding-left: 18px;
}
div#submenu-block01 #menu01 li a {
	font-size: 13px;
	color: #0D0D0D;
	text-decoration: none;
}
div#submenu-block01 #menu01 li a:hover {
	color: #990000;
	text-decoration: none;
}
div#submenu-block02 {
	width : 230px;
	margin : 0;
	padding : 0;
	background : url(images/profile/side_block02_bg.gif) repeat;
}
div#submenu-block02 #menu02 {
	width : 210px;
	margin : 0px 10px 0;
	padding : 8px 0 15px;
}
div#submenu-block02 #menu02 ul {
	margin : 8px 0 0;
	padding : 0;
}

#btn_fudosan_s a {
	background: url(http://www.shibusaki.co.jp/images/share/btn_fudosan_s.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 64px;
	width: 210px;
}
#btn_syain_s a {
	background: url(images/share/baner_syain_small.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 112px;
	width: 210px;
}
#btn_suwako_s a {
	background: url(images/share/baner_suwaku_small.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 64px;
	width: 210px;
}
#btn_inaka_s a {
	background: url(images/share/baner_inaka_small.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 64px;
	width: 210px;
}
#btn_suwatayori_s a {
	background: url(images/share/baner_suwa_small.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 64px;
	width: 210px;
}
#btn_syatyou_s a {
	background: url(images/share/baner_syatyou_small.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 64px;
	width: 210px;
}

#btn_taiyoukou_s a {
	background: url(../images/share/baner_taiyoukou_small.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 64px;
	width: 210px;
}
#btn_syain_s a:hover {
	background: url(images/share/baner_syain_small_on.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 112px;
	width: 210px;
}

#btn_fudosan_s a:hover {
	background: url(http://www.shibusaki.co.jp/images/share/btn_fudosan_s_on.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 64px;
	width: 210px;
}
#btn_suwako_s a:hover {
	background: url(images/share/baner_suwaku_small_on.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 64px;
	width: 210px;
}
#btn_inaka_s a:hover {
	background: url(images/share/baner_inaka_small_on.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 64px;
	width: 210px;
}
#btn_suwatayori_s a:hover {
	background: url(images/share/baner_suwa_small_on.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 64px;
	width: 210px;
}
#btn_syatyou_s a:hover {
	background: url(images/share/baner_syatyou_small_on.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 64px;
	width: 210px;
}
#btn_taiyoukou_s  a:hover {
	background: url(../images/share/baner_taiyoukou_small_on.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 64px;
	width: 210px;
}
#btn_syain_s,#btn_suwako_s,#btn_inaka_s,#btn_suwatayori_s,#btn_syatyou_s ,#btn_taiyoukou_s a {
	margin-top: 8px;
}


/* plofile */

h2.pagetitle {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 3px solid #CCCCCC;
}
.h3_komidasi {
	font-size: 14px;
	color: #224467;
	margin-bottom: 10px;
	background: url(images/profile/list_blue_shikaku.gif) no-repeat left center;
	padding-left: 13px;
	margin-top: 12px;
}
.table_profile {
	margin-bottom: 30px;
	width: 705px;
}
.table_profile th {
	font-weight: normal;
	background: url(images/profile/line_bk.gif) repeat-x left bottom;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
}
.table_profile td {
	background: url(images/profile/line_bk.gif) repeat-x left bottom;
	padding-top: 8px;
	padding-bottom: 8px;
}
.content_li li {
	margin-bottom: 0.8em;
}
.table_styleup {
	margin-top: 30px;
	border: 1px solid #CCCCCC;
	margin-bottom: 45px;
}
.text_blown {
	color: #4F4F28;
}
.text_red {
	color: #CC0000;
}
.cap_kakomi {
	background: #EEEEEE;
	display: block;
	padding: 6px 10px;
	border: 1px solid #CBCBCB;
	margin: 10px 0px 0px;
}
.line {
	background: url(images/index/line_gray.gif) repeat-x left bottom;
	clear: both;
}

/* contact */
#contact_box {
	margin-top: 25px;
}
.table_contact_itiran {
	background: #EEEEEE;
	width: 700px;
	border: 1px solid #999999;
	margin-bottom: 20px;
}
.table_contact_itiran td {
	padding: 10px 15px 5px;
	line-height: 160%;
}
h3.form_title {
	font-size: 16px;
	line-height: 100%;
	background: url(http://www.kaiteki-sumai.org/shibusaki/images/contact/form_title_bg.gif) no-repeat left center;
	word-spacing: 0.1em;
	margin-top: 15px;
	margin-bottom: 12px;
	padding-left: 30px;
}
.form-table {
	background: #999999;
	width: 708px;
	margin-bottom: 10px;
}
.form-table th {
	font-weight: normal;
	background: #F5F5F5;
	text-align: left;
	padding: 8px;
	width: 140px;
}
.form-table td {
	background: #FBFBFB;
	padding: 8px;
}


/* 施工事例カスタムフィールド用 */

h2.jirei_title {
	font-size: 16px;
	line-height: 40px;
	color: #224467;
	margin-top: 20px;
	margin-bottom: 12px;
	background: url(images/jirei/jirei_h2_bg.gif) no-repeat left center;
	padding-left: 30px;
}
.pict_waku {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.table_sekoujirei {
	margin-bottom : 0px;
}
.table_sekoujirei th {
	background : url(images/profile/line_bk.gif) repeat-x left bottom;
	text-align : left;
	padding-top : 4px;
	padding-bottom : 4px;
	color : #1e50a2;
}
.table_sekoujirei td {
	background : url(images/profile/line_bk.gif) repeat-x left bottom;
	padding-top : 4px;
	padding-bottom : 4px;
}
.table_voice {
	border: 2px solid #C7CCC2;
}
.table_voice th {
	text-align : left;
	padding-bottom : 5px;
	color : #1e50a2;
}
.table_voice td {
	background : url(images/profile/line_bk.gif) repeat-x left bottom;
	padding-bottom : 5px;
}
.galleryTable {
font-size: 12px;
	line-height: 140%;
}
.galleryTable a img {
border : 4px solid #cbcbb0;
}
.galleryTable a:hover img {
border : 4px solid #adad81;
}
ul.jirei02 {
	padding : 0;
   margin: 0;
   line-height: 130%;
}
.jirei02 li {
	float: left;
	margin-left: 2px;
	padding-right: 15px;
	width: 150px;
	height: 220px;
}
.jirei02 li a {
text-decoration: none;
}
.jirei02 li a  img{
border : 4px solid #cbcbb0;
}
.jirei02 li a:hover img{
border : 4px solid #adad81;
}
.pict_cap {
  margin: 0;
  padding-top: 4px;
	font-size: 13px;
}
/* 施工事例ページ */
.table_deta {
	border: 2px solid #BCC1B8;
}
.table_deta td {
	font-size: 13px;
}
.table_deta p {
	margin: 0;
}
.td_line {
	background : url(images/profile/line_bk.gif) repeat-x left bottom;
	padding-top : 4px;
	padding-bottom : 4px;
}
.td_tateline {
	background: url(images/jirei/tateline.gif) repeat-y center top;
}



/* ニュース・イベント・ブログ用 */
.h3_title {
	font-size: 16px;
	line-height: 100%;
	color: #224467;
	margin-bottom: 10px;
	background: url(images/profile/list_blue_shikaku.gif) no-repeat left center;
	padding-left: 13px;
}
.main_contents .entry_blog {
	background: url(images/profile/line_bk.gif) repeat-x left bottom;
	padding-bottom: 5px;
	margin-bottom: 20px;
	}
ul.news_event  li {
	list-style : none;
	margin : 4px 0 0 0;
	padding : 0 0 0 28px;
	background: url(images/profile/list_green.gif) no-repeat left 5px;
	border-bottom: 1px solid #e8ecef;
	line-height: 180%;
}	
.date {
	color: #475950;
		line-height: 180%;
}


/* シングルページ　一覧表示用 */
.category_link {
	clear:both;
background: url(http://www.shibusaki.co.jp/images/blog/ichiran_btn.gif) no-repeat left center;
padding-left: 92px;
}