@charset "UTF-8";

/* CSS リセット ここから */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
    margin:0;   
    padding:0;   
} 
table {  
    border-collapse:collapse;   
    border-spacing:0;   
} 
fieldset,img {    
    border:0;   
} 
address,caption,cite,code,dfn,em,strong,th,var {  
    font-style:normal;   
    font-weight:normal;   
} 
ol,ul {  
    list-style:none;   
} 
caption,th {  
    text-align:left;   
} 
h1,h2,h3,h4,h5,h6 {  
    font-size:100%;   
    font-weight:normal;   
} 
q:before,q:after {  
    content:'';   
} 
abbr,acronym { border:0; }

/* CSS リセット ここまで */

body{ /* 表示部全体 */
	background: #ffffff;/* 背景 */
	margin:auto;
}

#wrapper{ /* コンテンツ全体コンテナ */
	margin:auto;
	width: 750px;
	color: #222222;   /* デフォルト文字色 */
	font-size: 12px;  /* デフォルト文字サイズ */
	font-family: Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: 400;
	letter-spacing: 1pt; /*文字の間隔*/
	text-indent: 0pt; /*段落のインデント*/
	line-height: 20px; /*行間隔*/
	text-align: left;
	background: #FFFFFF;
}

/* ---- CSSハック ここから---- */
#wrapper:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#wrapper { display: inline-block; }
/* exlude MacIE5 \*/
* html #wrapper { height: 1% }
#wrapper {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */


/* ---- ヘッダ ここから ---- */

#header{
	padding: 10px 0px 0px 0px;
	background: #ffffff;
	color: #666666;
}

/* ---- CSSハック ここから---- */
#header:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#header { display: inline-block; }
/* exlude MacIE5 \*/
* html #header { height: 1% }
#header {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */

#header h1{
	padding: 0px 5px;
	line-height: 16px;
	background: url(images/line-1.gif) no-repeat;
	background-position: 0px 0px;
}

#header #logo{
	float:left;
	margin: 5px 5px 0px 5px;
	width: 400px;
}

#header #head_info{
	float:right;
	margin: 5px 5px 0px 5px;
	width:320px;
}

#header #head_info p{
	padding: 10px 0px;
	color: #F28F2B; /* オレンジ */
	text-align:right;
}

#topmenu_bar{
	clear: both;
	width: 750px;
	height: 20px;
	background-image: url(images/line-3.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#topmenu_bar a{
	display:block;
	margin: 0px 10px;
	padding-left: 20px;
	line-height: 20px;
	color: #27AC38;
	font-weight: 700;
	text-decoration:none;
	float:right;
}

#topmenu_bar a:link{
	color:#27AC38;
}

#topmenu_bar a:visited{
	color:#27AC38;
}

#topmenu_bar a:hover{
	color:#F28F2B;
}

#header #head_info #topmenu_bar a:active{
	color:#F28F2B;
}

#topimage{
	margin: 0px;
}

/* ---- ヘッダ ここまで ---- */

/* ---- コンテンツボディ部 ここから ---- */

#contents_box{ /* コンテンツ全体コンテナ */
	margin: 10px 0px;
	/*background-color: #CCEBBA;*/
}

/* ---- CSSハック ここから---- */
#contents_box:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#contents_box { display: inline-block; }
/* exlude MacIE5 \*/
* html #contents_box { height: 1% }
#contents_box {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */

/* ---- コンテンツボディ部 ここまで ---- */


/* ---- 左サイドメニュー ここから ---- */

#leftmenu{
	margin:0px 0px 5px 0px;
	width: 190px;
	float:left;
}

#leftmenu a{
	color: #4b5c31;
	font-weight: 700;
}

#leftmenu a:link{
	color:#4b5c31;
}

#leftmenu a:visited{
	color:#4b5c31;
}

#leftmenu a:hover{
	color:#F28F2B;
}

#leftmenu a:active{
	color:#F28F2B;
}

h2{
	padding-left: 10px;
	line-height: 25px;
}

.banner_box{
	margin-top: 20px;
	padding-left: 10px;
}

.banner_box img{
	display:block;
	margin: 5px 0px;
	border: 1px solid #27AC38;
}

/* ---- 左サイドメニュー ここまで ---- */


/* ---- メインコンテンツ ここから ---- */

#contents{
	margin:0px 0px 5px 0px;
	width: 560px;
	float:right;
	background-color:#FFFFFF;
}

/* ---- CSSハック ここから---- */
#contents:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#contents { display: inline-block; }
/* exlude MacIE5 \*/
* html #contents { height: 1% }
#contents {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */

#contents .topics_box{
	margin: 10px 0px 10px 0px;
	background-color: #ffffff;
	border: 1px solid #666666;
}

/* ---- CSSハック ここから---- */
#contents .topics_box:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#contents .topics_box { display: inline-block; }
/* exlude MacIE5 \*/
* html #contents .topics_box { height: 1% }
#contents .topics_box {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */

#information{
	margin: 0px 0px 10px 0px;
	background-color: #ffffff;
	border: 1px solid #666666;
	color: #000000;
}

#contents p{
	margin: 10px 20px;
}

#contents .inline_p{
	margin: 10px 15px;
}

#pankuzu{
	margin: 0px 10px;
	padding: 10px;
	border-bottom: 1px dashed #666666;
}

.topics_ttl{
	clear:both;
	padding: 3px 10px;
	font-weight:700;
	background-color: #FDE7C6; /* 薄いピンク */
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom: 1px solid #666666;
	color: #666666;
}

.topics_box_left{
	float: left;
	margin-right: 10px;
	width: 290px;
}

.topics_box_right{
	float: right;
	margin-right: 10px;
	width: 290px;
}

.topics_box dl{
	padding: 10px;
}

.topics_box dl dt{
	padding: 5px;
	color:#666666;
}

.topics_box dl dd{
	padding: 5px;
	border-bottom: 1px dashed #cccccc;
}

ul.topics_list{
	margin: 10px;
	padding: 0px 5px;
}

#information ul.topics_list{
	margin: 0px;
	padding: 10px;
	height: 190px;
	overflow-y: scroll;
	scrollbar-base-color: #D6EACE; /* 薄い緑色 */
}

ul.topics_list li{
	padding: 5px 0px;
	border-bottom: 1px dashed #CCCCCC;
}


strong{
	font-weight:700;
	color:#F28F2B;
}



#pagetop{
	margin: 20px 10px;
	width: 70px;
	float: right;
	text-align: right;
	background-image: url(images/aicon01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* ---- リフォームメニュー ここから ---- */

.reformmenu_box{
	clear: both;
	margin: 10px;
	background-color: #FDE7C6; /* 薄いピンク */
}

/* ---- CSSハック ここから---- */
.reformmenu_box:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.reformmenu_box { display: inline-block; }
/* exlude MacIE5 \*/
* html .reformmenu_box { height: 1% }
.reformmenu_box {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */

.reformmenu_box h3{
	margin: 0px 10px;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #666666;
}

.reformmenu_box .reformmenu_exp{
	float: left;
	/*margin:10px 0px;*/
	width: 320px;
}

.reformmenu_box .img_box{
	float: right;
	margin:20px 0px;
	width: 200px;
}

.reformmenu_box .img_box img{
	border: 1px solid #FFFFFF;
}

#tokyo_rule_top{
	clear:both;
	margin: 10px 10px 0px 10px;
	padding: 10px;
	border-top: 2px solid #666666;
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
	background: #D6EACE;
	text-align: center;
}

#tokyo_rule_top a{
	color: #666666;
	font-size: 16px;
	font-weight: bold;
}

#tokyo_rule_top a:link{
	color:#4b5c31;
}

#tokyo_rule_top a:visited{
	color:#4b5c31;
}

#tokyo_rule_top a:hover{
	color:#F28F2B;
}

#tokyo_rule_top a:active{
	color:#F28F2B;
}

#tokyo_rule_bottom{
	margin: 0px 10px 10px 10px;
	border: 2px solid #666666;
}

#tokyo_rule_bottom strong{
	font-size: 14px;
	color: #F28F2B;
}

/* ---- リフォームメニュー ここまで ---- */

/* ---- サポートメニュー ここから ---- */

#support_ttl{
	margin: 20px;
	width: 520px;
	font-weight: 700;
	font-size:16px;
	color:#666666;
	text-align:center;
	line-height: 24px;
	border-bottom: 2px solid #F28F2B;
}

#supportmenu_outline{
	margin: auto;
}

/* ---- CSSハック ここから---- */
#supportmenu_outline:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#supportmenu_outline { display: inline-block; }
/* exlude MacIE5 \*/
* html #supportmenu_outline { height: 1% }
#supportmenu_outline {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */

#supportmenu_outline img{
	display: block;
	margin: 10px 0px;
}

#supportmenu_outline #supportmenu_left{
	float: left;
	width: 280px;
}

#supportmenu_outline #supportmenu_right{
	float: right;
	width: 280px;
}

#supportmenu_outline .supportmenu_box{
	margin: 10px;
	padding: 0px 0px 10px 0px;
	background-color: #FDE7C6; /* 薄いピンク */
	border: 1px solid #666666;
}

#supportmenu_outline .supportmenu_box h3{
	;
}


/* ---- サポートメニュー ここまで ---- */

/* ---- ポリシー　ここから ---- */

#policy_msg{
	margin: 10px;
	padding-bottom: 10px;
	background-color: #FDE7C6; /* 薄いピンク */
}

#policy_msg h3{
	margin: 0px 10px;
	padding: 10px 0px 5px 10px;
	color: #666666;
	font-weight: 700;
	border-bottom: 1px solid #666666;
}


/* ---- ポリシー　ここまで ---- */

/* ---- 会社概要 ここから ---- */

#aboutus_tbl{
	margin: 20px;
	border: 1px solid #323232;
	border-collapse:collapse;
}

#aboutus_tbl tr th{
	padding: 5px;
	width: 80px;
	font-weight:700;
	text-align: center;
	background-color: #eeeeee;
	border-bottom: 1px solid #323232;
}

#aboutus_tbl tr td{
	padding: 5px;
	text-align:left;
	border-bottom: 1px solid #323232;
	border-left: 1px solid #323232;
}

#accessmap img{
	display: block;
	margin: 10px;
	border: 1px solid #000000;
}

/* ---- 会社概要 ここまで ---- */

/* ---- お問合せ ここから ---- */

#contact_tbl{
	margin: 20px;
	width: 500px;
	border: 1px solid #323232;
	border-collapse:collapse;
}

#contact_tbl tr th{
	padding: 5px;
	width: 100px;
	font-weight:700;
	text-align: center;
	background-color: #eeeeee;
	border-bottom: 1px solid #323232;
}

#contact_tbl tr td{
	padding: 5px;
	text-align:left;
	border-bottom: 1px solid #323232;
	border-left: 1px solid #323232;
}

.btn_box{
	margin: 20px;
	width: 500px;
	text-align: center;
}

/* ---- お問合せ ここまで ---- */

/* ---- リンク集 ここから ---- */

dl#link_box{
	padding: 20px 10px;
}

dl#link_box dt{
	margin: 0px 10px;
	padding: 5px;
	color:#666666;
}

dl#link_box dd{
	margin: 0px 10px;
	padding: 5px;
	border-bottom: 1px dashed #cccccc;
}

/* ---- リンク集 ここまで ---- */

/* ---- サイトマップ ここから ---- */

.sitemap_item{
	margin: 20px;
}

.sitemap_item dt{
	margin: 10px;
}

.sitemap_item dd{
	margin: 10px 20px 20px 20px;
}


/* ---- サイトマップ ここまで ---- */

.clearbox{
	clear:both;
}

/* ---- メインコンテンツ ここまで ---- */

/* ---- ポップアップウィンドウ共通 ここから ---- */

#wrapper_pop{ /* コンテンツ全体コンテナ */
	margin:auto;
	width: 500px;
	color: #222222;   /* デフォルト文字色 */
	font-size: 12px;  /* デフォルト文字サイズ */
	font-family: Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: 400;
	letter-spacing: 1pt; /*文字の間隔*/
	text-indent: 0pt; /*段落のインデント*/
	line-height: 16px; /*行間隔*/
	text-align: left;
}


#popup_box{
	margin: 10px;
}

#popup_box #popup_ttl{
	padding: 0px 10px;
	background-image: url(images/line-3.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #27AC38;
	font-size:14px;
	font-weight: 700;
	line-height: 20px;
}

#popup_box p{
	margin: 10px 20px;
}

#popup_box h1{
	margin: 20px 20px 10px 20px;
	font-weight:700;
	color: #F28F2B;
}


#wrapper_pop2{ /* コンテンツ全体コンテナ */
	margin:auto;
	width: 740px;
	color: #222222;   /* デフォルト文字色 */
	font-size: 12px;  /* デフォルト文字サイズ */
	font-family: Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: 400;
	letter-spacing: 1pt; /*文字の間隔*/
	text-indent: 0pt; /*段落のインデント*/
	line-height: 16px; /*行間隔*/
	text-align: left;
}


#popup_box2{
	margin: 10px;
}


#wrapper_pop3{ /* コンテンツ全体コンテナ */
	margin:auto;
	width: 620px;
	color: #222222;   /* デフォルト文字色 */
	font-size: 12px;  /* デフォルト文字サイズ */
	font-family: Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: 400;
	letter-spacing: 1pt; /*文字の間隔*/
	text-indent: 0pt; /*段落のインデント*/
	line-height: 16px; /*行間隔*/
	text-align: left;
}

#popup_box3{
	margin: 20px 10px;
	border: 1px groove #333333;
	padding: 10px 0px;
	/*background: url(images/bg_kifu.jpg) repeat-y;*/
	background: url(images/bg_kifu_top.jpg) no-repeat;
}

#popup_box3 h1{
	margin: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}

#popup_box3 h2{
	margin: 15px;
	text-align: center;
	font-size: 14px;
	font-weight: 800;
}

#popup_box3 p{
	margin: 10px 50px;
}

#popup_box3 img{
	display: block;
	margin: auto;
	text-align: center;
}

#popup_box3 .sign{
	margin: 20px 50px 20px 50px;
	
}

#popup_box3 .sign p{
	margin: 10px 0px;
	text-align: right;
}

#popup_box3 .sign img{
	margin: 0px;
	text-align: right;
}

/* ---- ポップアップウィンドウ共通 ここまで ---- */

/* ---- 募集要項 ここから ---- */

.wanted_tbl{
	margin: 20px;
	border: 1px solid #323232;
	border-collapse:collapse;
}

.wanted_tbl tr th{
	padding: 5px;
	font-weight:700;
	text-align: center;
	background-color: #eeeeee;
	border-bottom: 1px solid #323232;
	border-right: 1px solid #323232;
}

.wanted_tbl tr .ttl_td{
	padding: 5px;
	width: 80px;
	font-weight:700;
	border-bottom: 1px solid #323232;
}

.wanted_tbl tr td{
	padding: 5px;
	text-align:left;
	border-bottom: 1px solid #323232;
	border-left: 1px solid #323232;
}

/* ---- 募集要項 ここまで ---- */


/* ---- 料金一覧 ここから ---- */

.cost_tbl{
	margin: 20px;
	border: 1px solid #323232;
	border-collapse:collapse;
}

.cost_tbl tr th{
	padding: 5px;
	width: 80px;
	font-weight:700;
	text-align: center;
	background-color: #eeeeee;
	border-bottom: 1px solid #323232;
}

.cost_tbl tr td{
	padding: 5px;
	text-align:left;
	border-bottom: 1px solid #323232;
	border-left: 1px solid #323232;
}

/* ---- 料金一覧 ここまで ---- */

/* ---- 施工例 ここから ---- */

.beforeafter_box{
	clear:both;
	margin: 10px 0px;
}

.before{
	display:block;
	float:left;
	width: 240px;
	font-weight:700;
	color:#333333;
	text-align: center;
}

.after{
	display:block;
	float:right;
	width: 240px;
	font-weight:700;
	color:#333333;
	text-align: center;
}

/* ---- 施工例 ここまで ---- */

/* ---- 施工事例集 ここから ---- */

body#bg_body{
	background: #333333;
}

#ttl_box{
	margin: 10px;
}

.ctgry_ttl{
	margin: 10px 10px 0px 10px;
}

.ctgry_ttl p.ttl_fileno{
	margin: 0px 0px 0px 10px;
	color: #026934;
	font-weight: 900;
	font-size: 16px;
	line-height: 16px;
}

.ctgry_ttl p.ttl_headline1{
	margin: 0px 0px 0px 10px;
	font-size: 13px;
	line-height: 15px;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

.ctgry_box{
	margin: auto;
	width: 680px;
	padding-bottom: 10px;
}

/* ---- CSSハック ここから---- */
.ctgry_box:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.ctgry_box { display: inline-block; }
/* exlude MacIE5 \*/
* html .ctgry_box { height: 1% }
.ctgry_box {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */

.ctgry_box .preview_box{
	float:left;
	width: 200px;
	margin: 10px;
	/*border: 1px dotted #444444;*/
}

.ctgry_box .preview_box p{
	margin: 5px 10px;
}

.ctgry_box .preview_box p.ttl_fileno{
	font-weight: 800;
	font-size: 14px;
}

.ctgry_box .preview_box p img{
	display: block;
	border: 1px double #444444;
}

.ctgry_box .preview_box p.headline1{
	color: #026934;
	font-weight: 800;
	font-size: 14px;
}

.ctgry_box .preview_box p.headline2{
	;
}

.clear_line{
	clear: both;
	height: 2px;
}


.sekodata_box{
	margin: 10px;
	clear: both;
}

/* ---- CSSハック ここから---- */
.sekodata_box:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
/sekodata_box { display: inline-block; }
/* exlude MacIE5 \*/
* html .sekodata_box { height: 1% }
.sekodata_box {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */


.seko_leftbox{
	margin: 10px;
	float: left;
	width: 320px;
}

.seko_leftbox img{
	display: block;
	margin: 5px 0px;
}

.seko_rightbox{
	margin: 10px;
	float: right;
	width: 360px;
}

.seko_rightbox img{
	display: block;
	margin: 5px;
	float: left;
	width: 100px;
}

.bf_ttl{
	clear: both;
	font-weight: 700;
}

.under_ttl{
	margin: 5px 0px;
	font-weight: 700;
	border-bottom: 1px double #444444;
}

dl#sekodata{
	margin:10px;
}

/* ---- CSSハック ここから---- */
dl.#sekodata:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
dl.#sekodata { display: inline-block; }
/* exlude MacIE5 \*/
* html dl.#sekodata { height: 1% }
dl.#sekodata {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */

#sekodata dt{
	float: left;
	width: 100px;
	border-bottom: 1px solid #444444;
}

#sekodata dd{
	float: right;
	width: 200px;
	border-bottom: 1px solid #444444;
}

p.seko_msg{
	margin: 10px;
}

/* ---- 施工事例集 ここまで ---- */


/* ---- フッタ ここから ---- */

#footer{
	clear:both;
	padding: 15px 0px 10px 0px;
	background-image: url(images/line-2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	color: #666666;
}

#footer span{
	display: block;
}


/* ---- フッタ ここまで ---- */

address{
	clear:both;
	padding: 2px;
	height: 16px;
	background-image: url(images/line-1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 10px;
	text-align:center;
	color:#666666;
}

#wrapper_pop address{
	clear:both;
	margin: 10px;
	padding: 2px;
	height: 16px;
	background-color: #D6EACE;
	font-size: 10px;
	text-align:center;
	color:#666666;
}

#add{
	clear:both;
	margin: 20px 10px;
	padding: 2px;
	height: 16px;
	border-top: 1px solid #444444;
	font-size: 10px;
	text-align:center;
	color:#666666;
}

