@charset "UTF-8";

@media print {

body {
	zoom: 80%;
	}
}

	
/*
*	1.  YUI Fonts CSS
*	2.  YUI Reset CSS
*	3.  フォントサイズ設定
*	4.  サイト構造
*	5.  ヘッダ設定
*	6.  ヘッダメニュー設定
*	7.  TOPページ　コンテンツ設定
*	8.  フッター設定
*	9.  次ページ COMMON設定
*	10. お仕事一覧・詳細設定
*	12. 商品詳細覧設定
*	13. その他細かいの設定
*	14. スペース設定
*/

/*======================================

	1. YUI Fonts CSS
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt
	
	Font-size Adjustment
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

/* YUI Fonts CSS */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

table {
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}


/*======================================

	2. YUI Reset CSS
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt
	
=======================================*/

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,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;
}



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;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select {
	*font-size:100%;
}

legend {
	color:#000;
}


/*======================================

	3. フォント設定
	
=======================================*/

p,
pre,
cite,
blockquote {
	font-size: 100%;
}

li,dt,dd {
	font-size: 100%;
}

* {
	line-height: 1.5;
	font-style: normal;
}

strong {
	font-weight:bold;
}


/*======================================

	4. サイト構造
	
=======================================*/

body {
	margin: 0;
	padding: 0;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}



/*======================================

	5. ヘッダ設定
	
=======================================*/


#header {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
	height: 74px;
}

#header-logo {
	margin: 0;
	padding: 0;
	width: 291px;
	height: 74px;
}

#header-logo h1{
	width: 291px;
	height: 74px;
	background-image: url(../img/logo.gif);
}

#header-logo h1 a {
	display: block;
	width: 291px;
	height: 74px;
}

#header-logo span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}



/*======================================

	6. メニュー設定
	
=======================================*/

#menu{
	margin: 0 auto;
	padding: 10px 0 0 10px;
	width: 790px;
	height: 72px;
	clear: both;
	background-image: url(../img/menu-bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#menu li, #menu a {
	display: block;
	height: 72px;
	}

#menu li {
	padding: 0;
	float: left;
	}
	
#menu a {
	text-decoration: none;
	background: url(../img/menu.gif) no-repeat;
	/*\*/
	overflow: hidden;
	/**/
	}

#menu span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

#menu01 a{
	background-position: 0 0;
	width: 113px;
	}

#menu01 a:hover{
	background-position: 0 -72px;
	}
	
#menu01 a:active{
	background-position: 0 -72px;
	}

#menu02 a{
	background-position: -113px 0;
	width: 111px;
	}

#menu02 a:hover{
	background-position: -113px -72px;
	}
	
#menu02 a:active{
	background-position: -113px -72px;
	}

#menu03 a{
	background-position: -224px 0;
	width: 111px;
	}

#menu03 a:hover{
	background-position: -224px -72px;
	}
	
#menu03 a:active{
	background-position: -224px -72px;
	}

#menu04 a{
	background-position: -335px 0;
	width: 111px;
	}

#menu04 a:hover{
	background-position: -335px -72px;
	}
	
#menu04 a:active{
	background-position: -335px -72px;
	}

#menu05 a{
	background-position: -446px 0;
	width: 111px;
	}

#menu05 a:hover{
	background-position: -446px -72px;
	}
	
#menu05 a:active{
	background-position: -446px -72px;
	}

#menu06 a{
	background-position: -557px 0;
	width: 111px;
	}

#menu06 a:hover{
	background-position: -557px -72px;
	}
	
#menu06 a:active{
	background-position: -557px -72px;
	}

#menu07 a{
	background-position: -668px 0;
	width: 112px;
	}

#menu07 a:hover{
	background-position: -668px -72px;
	}
	
#menu07 a:active{
	background-position: -668px -72px;
	}



/*======================================

	7. TOPページ　コンテンツ設定
	
=======================================*/

#top-image {
	margin: 0 auto;
	padding: 0 10px;
	width: 780px;
	height: 279px;
	clear: both;
	background-image: url(../img/bg.gif);
}

#top-contents {
	margin: 0 auto;
	padding: 0 10px;
	width: 780px;
	text-align: left;
	background-image: url(../img/bg.gif);
}

#top-contents:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

#top-contents {
	zoom: 1;
}

#top-contents-inneer {
	background-image: url(../img/bg2.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#top-contents-inneer:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

#top-contents-inneer {
	zoom: 1;
}

#top-contents-left {
	width: 440px;
	float: left;
	position: relative;
}

#top-contents-right {
	width: 320px;
	float: right;
}

#top-contents-left h3 {
	margin: 0 0 6px 0;
	background-image: url(../img/top-title01.gif);
	height: 51px;
}

#takumi {
	position: absolute;
	width: 60px;
	height: 60px;
	z-index: 3;
	left: 75px;
	top: -17px;
}

#takumi img {
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

#top-contents-right h3 {
	margin: 0 0 6px 0;
	background-image: url(../img/top-title02.gif);
	height: 51px;
}

#top-contents h3 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}


#top-info {
	margin: 0 0 50px -10px;
	padding: 0;
	font-size: 85%;
}

#top-info li {
	margin-bottom: 5px;
	list-style-image: url(../img/icon01.gif);
}

.technique-table {
	font-size: 85%;	
}

.technique-table table {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}

.technique-table td {
	padding: 7px 12px 0 12px;
	vertical-align: top;
	width: 196px;
	background-image: url(../img/technique-bg.gif);
	background-repeat: no-repeat;
	height: 253px;
}

.top-technique {
	padding: 5px 0 0 5px;
	width: 191px;
}

.top-technique-button {
	float: right;
}

/*======================================

	8. フッター設定
	
=======================================*/

#footer {
	margin: 0 auto;
	padding: 40px 10px 0 20px;
	width: 770px;
	height: 40px;
	text-align: left;
	clear: both;
	background-image: url(../img/footer-bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 85%;
}


/*======================================

	9. 次ページ COMMON設定
	
=======================================*/

#main-image {
	margin: 0 auto;
	padding: 0 10px;
	width: 780px;
	height: 148px;
	clear: both;
	background-image: url(../img/bg.gif);
}


#contents {
	margin: 0 auto;
	padding: 10px 21px 0 21px;
	width: 758px;
	background-image: url(../img/bg.gif);
}

#contents h2 {
	margin: 0 0 30px 0;
	padding: 3px 0 0 10px;
	background-image: url(../img/h2-bg.gif);
	width: 748px;
	height: 22px;
}

#contents h3 {
	margin: 0 10px;
	width: 738px;
}



/*======================================

	10. 匠の庭
	
=======================================*/

h3#h3-technique {
	margin: 0;
	padding: 10px 0;
	width: 758px;
	border-bottom: 1px solid #CCCCCC;
}

h4.h4-business {
	margin: 15px 0 10px 0;
	padding: 5px 0 5px 10px;
	border-top: 2px solid #215A12;
	border-bottom: 1px solid #999999;
	width: 740px;
	height: 16px;
}

#technique {
	padding: 40px 16px 0 16px;
	background-color: #EFEFEF;
	background-image: url(../technique/img/bg01.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#technique:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

#technique {
	zoom: 1;
}

.technique-h4 {
	padding: 0 0 10px 0;
	color: #006600;
	font-weight: bold;
	clear: both;
}


#technique-list {
	padding: 0 20px 40px 20px;
	width: 202px;
	float: left;
}

.technique-list-title {
	color: #006600;
}

.technique-photo {
	margin: 0;
	padding: 0;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

.technique-list-table {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color: #FFFFFF;
}

.technique-list-table table {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}

.technique-list-table td {
	padding: 5px;
	font-size: 85%;
	line-height: 100%;
}

.technique-sub-photo {
	margin: 20px 53px 0 63px;
	width: 610px;
	text-align: center;
}

.technique-sub-photo img {
	padding: 0 10px 0 0;
}


/*======================================

	11. 会社案内
	
=======================================*/

.info-table table {
	width: 100%;
	border-collapse: collapse;
}

.info-table td, 
.info-table th {
	padding: 10px;
	border: 1px solid #CCCCCC;
}

.info-table th {
	background-color: #EFEFEF;
	width: 150px;
}



/*======================================

	11. お問い合わせ
	
=======================================*/

.contact-table table {
	margin: 20px 0 5px 0;
	width: 100%;
	border-collapse: collapse;
}

.contact-table td, 
.contact-table th {
	padding: 10px;
	border: 1px solid #CCCCCC;
}

.contact-table th {
	width: 180px;
	background-color: #EFEFEF;
}

.contact-table th img{
	vertical-align: middle;
}


/*======================================

	11. 維持管理
	
=======================================*/

.maintenance-box {
	margin: 20px 0 0 0;
	padding: 30px;
	border: 1px solid #CCCCCC;
}

.maintenance-box:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

.maintenance-box {
	zoom: 1;
}

.maintenance-box strong {
	font-weight: bold;
	font-size: 122%;
}

.maintenance-contact {
	margin: 20px 0 0 0;
	padding: 10px;
	text-align: center;
	clear: both;
	background-color: #EFEFEF;
}

.maintenance-table {
	width: 460px;
}

.maintenance-table table {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}

.maintenance-table td, 
.maintenance-table th {
	padding-bottom: 25px;
}

.maintenance-table th {
	text-align: center;
}

.maintenance-th {
	padding: 35px 0 0 0;
	width: 90px;
	height: 55px;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
}

.maintenance-th-bg01 {
	background: #FDE3FC;
}

.maintenance-th-bg02 {
	background: #DBEEDE;
}

.maintenance-th-bg03 {
	background: #C7EBFC;
}

.maintenance-th-bg04 {
	background: #EFEFEF;
}

.maintenance-th-bg05 {
	background: #F3F1DE;
}

.maintenance-table td {
	padding-left: 20px;
}

.maintenance-m {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-weight: bold;
	border-bottom: 1px solid #999999;
}


/*======================================

	11. 完成まで
	
=======================================*/

.planning-box {
	margin: 20px 0 0 0;
	padding: 30px;
	border: 1px solid #CCCCCC;
}

.planning-table {
}

.planning-table table {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}

.planning-table td, 
.planning-table th {
	padding-bottom: 25px;
}

.planning-table th {
	padding-right: 20px;
}

.planning-m {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	color: #333333;
}

/*======================================

	10. ピックアップ
	
=======================================*/

/*----- 屋上庭園 -----*/
.okutei-waku {
	margin: 5px 10px 10px 10px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
}

td.okutei-td  {
	padding: 0 36px;
	}

/*----- e芝 -----*/

.eshiba-box {
	margin: 20px 0 0 0;
	padding: 30px;
	border: 1px solid #CCCCCC;
}

.eshiba-box:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

.eshiba-box {
	zoom: 1;
}

.eshiba {
	width: 377px;
	float: left;
}

.eshiba-table {
	float: right;
	width: 260px;
}

.eshiba-table td {
	padding: 0 0 10px 10px;
	}

.eshiba-p {
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #999999;
}

.eshiba h4 {
	margin: 0 0 15px 0;
	padding: 5px 0;
	border-top: 2px solid #006600;
	border-bottom: 1px solid #006600;
}


/*----- 匠の庭 -----*/
.fair-waku {
	margin: 15px 0 0 0;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
}

.fair-profile {
	margin: 5px 0;
	padding: 5px 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-weight: bold;
}


/*----- facevil -----*/
.facevil-table  {
	margin: 0 auto;
	width: 612px;
	}



/*======================================

	13. その他細かいの設定
	
=======================================*/

/*----- イメージ設定 -----*/
.img-right {
	padding: 5px;
	float: right;
}

.img-left {
	padding: 5px;
	float: left;
}

.img-left2 {
	padding: 5px 30px 5px 5px;
	float: left;
}

.img-middle {
	vertical-align: middle;
}


/*----- TEXT寄せ設定 -----*/
.text-right {
	text-align:right;
}

.text-center {
	text-align:center;
}


/*----- 通常のリスト設定 -----*/
.basic-number {
	list-style-position: inside;
	list-style-type: decimal;
}

.basic-list {
	list-style-type: square;
}


.text-green {
	color: #018E63;
}

.text-red {
	color: #CC0000;
}

.text-blue {
	color: #2262AC;
}

.text-black {
	color: #333333;
}


/*======================================

	14. スペース設定
	
=======================================*/

.bottom-space5{
	padding-bottom: 5px;
}

.bottom-space10{
	padding-bottom: 10px;
}

.bottom-space15{
	padding-bottom: 15px;
}

.bottom-space20{
	padding-bottom: 20px;
}

.bottom-space30{
	padding-bottom: 30px;
}

.bottom-space50{
	padding-bottom: 50px;
}

.top-space5{
	padding-top: 5px;
}

.top-space10{
	padding-top: 10px;
}

.top-space15{
	padding-top: 15px;
}

.top-space20{
	padding-top: 20px;
}

.top-space30{
	padding-top: 30px;
}

.top-space50{
	padding-top: 50px;
}
