@charset "UTF-8";

/* @group リセット */

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,th,td,a {
margin: 0;
padding: 0;
font-family: 'ＭＳ Ｐゴシック',Osaka,sans-serif,Arai;
font-size: 12px;
font-weight: normal;
font-style: normal;
border: none;
line-height: 1.5;

text-decoration:none;
color: #444444;
}

abbr,strong,em,span,address {
margin: 0;
padding: 0;
font-size: 12px;
font-weight: normal;
font-style: normal;
border: none;
line-height: 1.5;
text-align: left;
text-decoration:none;
}

input,button,textarea select {
font-family: 'ＭＳ Ｐゴシック',Osaka,sans-serif,Arai;
font-size: 12px;
color: #444444;
}
dl,ul,ol {
list-style: none;
}

img {
margin: 0;
padding: 0;
border: none;
vertical-align: bottom;
}

/* @end */
/* @group 初期化 */

h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*providing spacing for definition terms*/
	margin-left:1em;
}

caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}

p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
/* @end */

/* @group 共通文字設定 */

.main_14 {
	font-size: 14px;
	line-height: 18px
}

.main_16 {
	font-size: 16px;
	line-height: 20px
}

.banner_title {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-indent: 12px;
	letter-spacing: 3px
}

.copyright {
	color: #666;
	font-size: 10px
}

.caption {
	color: #000;
	font-size: 10px;
	line-height: 14px
}

body {
	background-color: #FFFFFF; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0px;
	margin: 0px;
	color: #333;
	font-size: 12px;
	text-align:center;
	line-height: 18px;
}

a:link {
	color: blue;
	font-size: inherit;
	line-height: inherit;
	text-decoration: underline
}

a:hover {
	color: purple;
	font-size: inherit;
	line-height: inherit;
	text-decoration: underline
}

a:active {
	color: red;
	font-size: inherit;
	line-height: inherit;
	text-decoration: underline
}

a:visited {
	color: purple;
	font-size: inherit;
	line-height: inherit;
	text-decoration: underline
}

strong {
	font-weight: bold;
	color: #990000;
}

img {
	border:0;
}

div.link_to_top {
	text-align: right;
}

div.link_to_top a,
div.link_to_top a:visited {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background: #000066;
	padding: 3px 5px;
}

/* @end */
/* @group ハック */
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

.testclear{
	clear: both;
}
/* @end */


/* @group 共通設定 */
img.img_left{
	float: left;
	margin-right: 3px;
	margin-left: 3px;
}
img.img_right{
	float: right;
	margin-right: 3px;
	margin-left: 3px;
}



/* @end */

/* @group レイアウト */

#shadow-container {
	height: 100%;
	width: 756px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img-format/format-shadow-bg.gif);
	background-repeat: repeat-y;
	text-align: left;
}

#main-container {
	width: 720px;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 18px;
	background-image: url(../img-format/format_left_1.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#header {
	height: 90px;
	width: 720px;
}

#header h1{
	margin:0;
	padding:0;}

#menubox {
	width: 178px;
	background-image: url(../img-format/format_menu_bg.gif);
	background-repeat: no-repeat;
	height: 720px;
	float: left;
}

#contents-container {
	width: 540px;
	float: left;
}

.table-contents-container {
	width: 480px;
	margin-left:30px;
}

#footer {
	width: 720px;
	clear: both;
	padding-top: 30px;
}

#footer-content,#footer-menu {
	margin-left: 180px;
	margin-bottom: 10px;
}

.floatclear {
	clear:both;
	height:0px;
	margin:0;
padding 0;
}

/* @end */

/* @group 共通メニュー */

#menubox .menu {
	width: 166px;
	height: 30px;
	padding-top: 12px;
	padding-left: 10px;
	clear:both;
}

#menubox .menu a {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 130px;
	height: 30px;
	display:block;
}

#menubox .submenu {
	display:none;
}

#menubox .submenu a {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	width: 108px;
	height: 16px;
	display:block;
}

.menu a:hover,
.submenu a:hover {
	background:url(../img-format/format_menu_over_bg.gif) no-repeat right top
}

#menubox ul#menulist li.submenu ul {
	margin:0 0 0 0;
	padding:0 0 24px 24px;
	list-style: none;
}

#menubox ul#menulist {
	margin:41px 0 0 0;
	padding:0;
	list-style: none;
}

#menubox ul#menulist li.menu {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	width: 166px;
	height: 30px;
	padding-top: 12px;
	padding-left: 12px;
	background: url(../img-format/format_menu_dot.gif) no-repeat right top;
	list-style: none;
	margin: 0px;
}


#menubox ul#menulist li {
	
	list-style: none;
	margin: 0px;
}


#home #m-home,
#contact #m-home,
#what #m-what,
#system #m-system,
#service #m-service,
#works #m-works,
#case #m-works,
#data #m-data,
#qanda #m-qanda,
#about #m-about {
	background: url(../img-format/format_menu_active_bg.gif) !important
}

#system #sm-system,
#service #sm-service,
#works #sm-works,
#case #sm-works
{
	display:block !important
}


#menubox ul#menulist li#search{
	height:80px;
	width: 166px;
	padding-top: 12px;
	padding-left: 12px;
	clear:both;
	display:none;
}

#menubox ul#menulist li#search form{
	margin:0;
	padding0;
}

#menubox ul#menulist input.txt {
	border:1px solid #999999;
	padding:1px;
	vertical-align:middle;
	width:120px;
	margin: 0 0 6px 0;
}

/* @end */

/* @group バナーとタイトル */
#banner {
	width: 466px;
	border: dotted 1px #666
}

#banner h1 {
	color: #fff;
	font-size: 18px;
	text-indent: 12px
}

.title {
	letter-spacing: 3px;
	width: 480px;
	height: 45px;
	border-top: 1px solid #666;
	background-repeat: no-repeat;
}

.title h2 {
	color: #363;
	font-size: 16px;
	font-weight: bold;
}

#what .title {
	background-image: url(../what/img/title.jpg)
}

#service .title {
	background-image: url(../servise/img/title.jpg)
}

#farm .title {
	background-image: url(../servise/farm/img/title.jpg)
}

#qanda .title {
	background-image: url(../qa_link/img/title.jpg)
}

#what #title_wrapper,
#about #title_wrapper,
#qanda #title_wrapper {
	width: 478px;
	height: 238px;
	margin-top: 30px;
	border: 1px dotted #000;
	margin-bottom: 30px;
}

#what #title_box,
#about #title_box,
#qanda #title_box {
	width: 470px;
	height: 230px;
	margin: 4px;
	position: relative;
	background-repeat: no-repeat;
}

#what #title_box{background-image: url(/what/img/banner.jpg);}
#about #title_box{background-image: url(/about/img/banner.jpg);}
#qanda #title_box{background-image: url(/qa_link/img/banner.jpg);}

#what #title_box h1,
#about #title_box h1,
#qanda #title_box h1{
	font-size: 18px;
	color: #fffeff;
	text-indent: 12px;
	top: 90px;
	position: absolute;
	font-weight: bold;
}

#what #title_box #title_description,
#about #title_box #title_description,
#qanda #title_box #title_description{
	float: right;
	margin-top: 30px;
	margin-right: 12px;
	text-align: right;
	width: 210px;
	display: block;
}





/* @end */

/* @group トップページ */
#home h2 {
	background-image: url("../img-format/index_title_bg.gif");
	background-repeat: no-repeat;
	border-top: 1px dotted #666;
	font-size: 18px;
	font-family: "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka-等幅, Osaka, 平成角ゴシック;
	font-weight: bold;
	letter-spacing: 3px;
	height: 35px;
	color: #336633;
	padding-top: 5px;
	margin-top: 0;
}

#home #animation {
	width:540px;
}

#home div#information {
	margin: 12px 6px 12px 0;
	padding: 6px;
	border-top: 1px dotted #000;
	
}

#home div#information h3{
	font-size: 14px;
	font-weight: bold;
	color: #dd360e;
	letter-spacing: 0.2em;
	border-bottom-color: #94fa76;
}

#home div#information ul{
	
	border-top: 2px solid #dd360e;
	border-bottom: 2px solid #dd360e;
	margin: 0;
}

#home div#information li{
	margin: 6px 18px;
	list-style-type: none;
	font-size: 14px;
	line-height: 2em;
	border-bottom: 1px dotted #000;
}

#home #content-navi {
	width:359px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
	padding: 0 0 10px;
	clear: both;
}

#home #hottopics {
	width:359px;
		margin-bottom:30px;
}

#home #hottopics ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#home #hottopics li {
	margin: 0px;
	padding: 0 0 24px 0;
	list-style: none;
	width:340;
	height:120px;
}

#home #works_link {
	width:359px;
}

#home #works_link h3 {
	color: #360;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0px;
}
#home #works_link .index_presentation_title {
	color: #360;
	font-size: 14px;
	line-height: 20px;
	padding: 0px 0px 0px 12px;
}

#home #works_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#home #works_link li {
	margin: 0px;
	list-style: none;
	clear:both;
	padding: 0px 0px 30px;
}

#home #works_link img {
float:left;
	margin-right: 10px;
}

#home #news-box {
	width:180px;
	float: right;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

#home ul.news-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 12px;
}

#home ul.news-list li {
	list-style: none;
	border-bottom: 1px dotted #666;
	padding: 5px 0 5px 0;
	margin:0 3px 5px 3px
}

#home ul.news-list h5 {
	color: #c06;
	font-size: 10px;
	line-height: 16px;
 margin: 6px 0 ;
 font-weight:normal;
}

#home #privacy {
	padding-top: 12px;
	padding-bottom: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

#home #privacy ul {
	list-style-image: url(../img-format/privacy-head.gif);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#home #privacy li {
	list-style-image: url(../img-format/privacy-head.gif);
}

/* @end */

/* @group 壁面緑化って？ */

/* @end */

/* @group 緑化ウォール紹介 */

#system h1 {
	margin: 0;
	padding: 0;
}

#system h2 {
	border-bottom:1px dotted #336600;
	border-color:#006666;
	border-top:1px solid #336600;
	border-width:1px;
	clear:both;
	color:#336600;
	font-size:18px;
	font-weight:bold;
	margin:0 0 15px 0;
	padding-bottom:15px;
	padding-top:15px;
	line-height: 24px;
}

#system ul#system-menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 40px;
}

#system ul#system-menu li {
	list-style: none;
	width: 96px;
	height: 40px;
	float: left;
}

#system #system-menubox {
	height: 220px;
	width: 480px;
}

#system #system-menubox img {
	border: 0;
}

#system #titlebox {
	margin: 30px 0 0 0;
}

#system .expbox {
	width: 480px;
	border: 1px solid #336600;
	margin: 30px 0px 30px 0px;
	clear: both;
}

#system .expbox h3,
#system .titlebox h3,
#system .titlebox2 h3 {
	color: #FFFFFF;
	background: #336600;
	padding: 5px 0px 5px 5px;
	margin: 0px;
	font-size: 12px;
}

#system .expbox p {
	padding: 5px 0px 5px 5px;
	margin: 0;
}

#system .expbox a.linkbg {
	padding: 3px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background: #ccFF00;
}

#system .expbox img.right {
	float:right;
	margin:0 0 0 10px;
}


#system .plant {
	height: 300px;
}

#system .plant img {
	margin:0 10px 0 0;
}


#system #sampleimagebox {
	float: right;
	height: 270px;
	width: 240px;
	text-align:center;
}

#system #sampleimagebox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#system #sampleimagebox .idTabs_image {
	height:250px;
	width:240px;
}

#system #sampleimagebox .idTabs li {
	margin: 0px;
	padding: 0px;
	float:left;
}

#system #sampleimagebox .idTabs li img {
	margin: 0 5px 0 0;
	border: 2px solid #FFF;
}

#system #sampleimagebox .idTabs li a.selected img {
	margin: 0 5px 0 0;
	border: 2px solid #999;
}

#system table.design_flow td {
	vertical-align:top;
	padding:5px;
}

#system ul.feature li{
margin-bottom:18px;	
}

#system .kanarikani{
	margin: 0;
	padding: 4px;
	border: 1px dotted #000;
}


/* @end */

/* @group サービス */

#service h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 6px;
	line-height: 24px;
}

#service h2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #006666;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #006666;
	border-right-color: #006666;
	border-bottom-color: #006666;
	border-left-color: #006666;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#service h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
}

#service .menu-box img {
	vertical-align: bottom;
}

#service ul.content {
	font-size: 14px;
	line-height: 21px;
	margin-top: 24px;
	margin-bottom: 24px;
}

#service ul.content li {
	margin: 0px;
	padding-bottom: 8px;
}

#service .nextpage {
	float: right;
}

#service .photobox {
		
	float:right;
	text-align: right;
	margin-left: 12px;
	padding: 3px;
	border: 1px solid #aaa;
}

#service .photobox p {
	padding: 0px;
	margin: 3px;
	font-size: 10px;
}

#service .staffbox {
	vertical-align: top;
	padding-bottom: 30px;
	padding-top: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

/* @end */

/* @group 施工事例 */

/* @group 施工事例データベース用 */

#works .workContainer {
	margin:60px 0;	
}

#works .workContainer h3{
	font-size: 14px;
	font-weight: bold;
	margin: 12px 0px;
	color: #360;
	border-bottom: 3px double #360;
	}

#works .workContainer h4{
	font-size: 12px;
	font-weight: bold;
	margin: 12px 0px;	
	}

#works .workContainer .stage{
	width:520px;
	height:400px;
	text-align:center;
}

#works .workContainer .clickdescription{
	font-size: 10px;
	color: #360;
	text-align: right;
	margin: 6px 20px 0 0px;
	padding: 0px;
}

#works .workContainer a.thumbnaillink{
	width:80px;
	height:80px;
	padding:0px;
	margin:0 14px 14px 0;
	
}

#works .workslist a.thumbnaillink{
	width:126px;
	height:100px;
	margin:0;
	display: block;
	float: left;
	padding-top: 3px;
	padding-left: 6px;
	border-top: 1px dotted #666;
	border-left: 1px dotted #666;
	color: #000;
	text-decoration: none;
}

#works .workslist a.thumbnaillink h3{
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding: 0px;
}

#works h2{
	clear:both;
	padding:30px 0 6px 0;
}

#works #works_banner{
	padding: 6px;
	width: 480px;
	border: 1px dotted #333;
	margin: 30px 0px 0px;
}

#works #works_banner .works_banner{
	width:456px;
	text-align: right;
	height: 180px;
	display: none;
	padding: 12px;
}

#works #works_banner .works_banner h2{
	float: left;
	font-size: 21px;
	color: #FFF;
	border-style: none;
	letter-spacing: 0.3em;
	padding-left: 0px;
	margin: 0px;
	padding-top: 24px;
	text-align: left;
	line-height: 30px;
}

#works #works_banner #title_building{ background: url(/works/img/banner_building.jpg) no-repeat; 	}
#works #works_banner #title_event{ background: url(/works/img/banner_event.jpg) no-repeat; 	}
#works #works_banner #title_logo{ background: url(/works/img/banner_logo.jpg) no-repeat; 	}
#works #works_banner #title_construction{ background: url(../works/img/banner_construction.jpg) no-repeat; }
#works #works_banner #title_srp{ background: url(../works/img/banner_srp.jpg) no-repeat; }
#works #works_banner #title_src{ background: url(../works/img/banner_src.jpg) no-repeat; }
#works #works_banner #title_srf{ background: url(../works/img/banner_srf.jpg) no-repeat; }
#works #works_banner #title_srk{ background: url(../works/img/banner_srk.jpg) no-repeat; }

#works #works_banner #title_type{
	background: url(../works/img/banner_system.jpg) no-repeat;
	display:block;
}

#works #works_banner #title_use{
	background: url(../works/img/banner.jpg) no-repeat;
	display:block;
}

#works #works_banner #title_feature{
	background: url(../works/img/banner_features.jpg) no-repeat;
	display:block;
}

/* @end */

/* @group 施工事例一覧ページ */

#works .thumnail_box {
	width:540px;
	
	padding-bottom: 90px;
}

#works .thumnail_box a {
	position: relative;
	display: block;
	float: left;
}

#works .thumnail_box img.ex-new {
	position: absolute;
	left: 80px;
	top: 84px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#works .thumnail_box img.ex-thermo {
	position: absolute;
	left: 7px;
	top: 70px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#works .hanrei-box {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

#works .hanrei-box img {
	border-width: 0px;
	border-style: none;
	float: none;
}

#works .thumnail_box img {
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

#works .thumnail_box  ul{
	margin:0;
	padding: 0px;
	list-style: none;
}

#works .thumnail_box ul li {
	margin: 0px;
	padding: 0px;
	position: relative;
	display: block;
	float: left;
}

#works #category_banner_outer  {
	width: 480px;
	height:180px;
	margin: 0 0 12px 0;
	padding: 0px;
	border: 1px dotted #333;
}

#works #category_banner  {
	width: 470px;
	height:170px;
	margin: 5px;
}

#works #category_title  {
	width: 185px;
	margin: 0px 0px 0px 5px;
	padding: 48px 0 0 0;
	text-align: left;
	float: left;
}

#works #category_description  {
	width: 255px;
	margin: 5px 5px 0 0;
	padding: 0px;
	text-align: right;
	float: right;
	line-height: 24px;
}

#works div.category_building  {
	background: url(/works/img/banner_building.jpg) no-repeat;
}
#works div.category_event  {
	background: url(/works/img/banner_event.jpg) no-repeat;
}
#works div.category_construction  {
	background: url(/works/img/banner_construction.jpg) no-repeat;
}
#works div.category_logo  {
	background: url(/works/img/banner_logo.jpg) no-repeat;
}

#works div.category_srp  {
	background: url(/works/img/banner_srp.jpg) no-repeat;
}
#works div.category_src  {
	background: url(/works/img/banner_src.jpg) no-repeat;
}
#works div.category_srf  {
	background: url(/works/img/banner_srf.jpg) no-repeat;
}
#works div.category_srk  {
	background: url(/works/img/banner_srk.jpg) no-repeat;
}

#works div.use_banner  {
	background: url(/works/img/banner.jpg) no-repeat;
}

#works div.system_banner  {
	background: url(/works/img/banner_system.jpg) no-repeat;
}
#works div.features_banner  {
	background: url(/works/img/banner_features.jpg) no-repeat;
}

#works div#banner_navi{
	width:480;
	text-align:left;
	margin: 12px 0px 30px;
}

#works #category_title h2 {
	color: #fff;
	font-size: 18px;
	text-indent: 12px;
	border-style: none;
}

/* @end */

/* @group 施工事例 */

.works_box {
	width:480px;
	text-align: left;
}

.works_box ul.tn_list {
	margin:0px;
	padding:0px;
	list-style:none;
}

.works_box ul.tn_list li {
	display:block;
	float:left;
	margin:0 8px 0 0;
	width :72px;
	height:72px;
}

.works_box img {
	border:0;
}

.works_box .clickdescription {
	color: #996;
	font-size: 11px;
	line-height: 15px;
	text-align: right;
	margin: 6px 0px 0px;
}

.works_box h2 {
	color: #360;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 3px double #360;
	margin: 0px 0px 15px;
}

.works_box .place {
	float: right;
	font-size: 12px;
	color: #003366;
}

.works_box h3 {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	margin: 15px 0px 3px;
}



#works h2 {
	color: #360;
	font-size: 14px;
	font-weight: bold;
	margin:0 0 12px 0;
	border-bottom: 3px double #360;
}

#works .ex_box {
	width:480px;
	text-align: left;
	margin-bottom: 60px;
}

#works .ex_comment {
	color: #333;
	font-size: 12px;
	line-height: 18px
}

#works .ex_clickdescription {
	color: #69f;
	font-size: 9px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}

#works .ex_mainpict {
	width: 480px;
}

#works .ex_mainpict img {
}

#works .ex_subpict {
}
#works .ex_outline {
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#works ul.ex_thumblist {
	margin: 0;
	padding:0;
}

#works ul.ex_thumblist li{
	margin: 0;
	padding:0;
	list-style: none;
	display: block;
	float: left;
	height: 80px;
	width: 80px;
}


#works .ex_box h2 {
	color: #639;
	font-weight: bold;
	border-bottom: 3px double #603;
	margin-bottom: 6px;
	font-size: 16px;
}

#works .ex_box  h3{
	color: #639;
	font-weight: bold;
	border-bottom: 3px double #603;
	margin-bottom: 6px;
	font-size: 16px;
}

#works .ex_box  h4{
	color: #666;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 3px
}


#works .ex_description {
	color: #996;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 6px;
}

.floatclear {
	clear:both;
	height:0px;
}

#works .thumnail_waku {
	border-top: 1px dotted #666;
	border-right: 1px dotted #666;
	border-bottom: 1px #666;
	border-left: 1px #666
}


#works .example_maintitle {
	border-bottom: 2px solid #063
}

#works .example_maintitle h1 {
	color: #6c0;
	font-size: 16px;
	font-weight: bold
}

#works .example_linktitle {
	color: #090;
	font-size: 14px;
	font-weight: bold
}

/* @end */

/* @group 施工個別事例 */

#case #exs_contents {
	width: 410px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
	padding-right: 5px;
}

#case #exs_backnumber {
	width: 120px;
	float: left;
}

#case #exs_contents .img_box {
	clear:both;
	margin-top: 10px;
	margin-bottom: 10px;
}

#case #exs_contents img {
	margin-right:10px;
	margin-bottom:10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#case #exs_contents .img_l {
	float: left;
}

#case #exs_contents .img_r {
	margin-right:0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#case  h1 {
	color: #6c0;
	border-bottom: 2px solid #063;
	font-size: 16px;
	font-weight: bold;
	margin-top: 6px;
}

#case  h2 {
	color: #360;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	border-bottom:3px double #360;
	margin-top: 45px;
}

#case  h3 {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 3px;
}

/* @end */

/* @end */

/* @group 図面・設計者向け資料 */

#data .caption {
	color: #333;
	font-size: 11px
}

#data table.preview {
	margin-left: 24px;
}

#data table.preview td {
	padding:5px;
	width: 90px;
	text-align:center;
}

#data .plan-box {
	margin-left: 24px;
	width: 480px;
}

#data .plan-box .dot {
	width: 15px;
}

#data h2 {
	color: #006666;
	clear: both;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0px;
	border-bottom: 1px dotted #006666;
	border-right: 1px none #006666;
	border-left: 1px none #006666;
}

#data h3 {
	color: #006666;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	margin: 60px 0px 0px;
	padding: 15px 0px;
	border-top: 1px solid #006666;
	border-bottom: 1px dotted #006666;
	border-right: 1px none #006666;
	border-left: 1px none #006666;
}

#data h4 {
	color: #006666;
	clear: both;
	font-size: 12px;
	font-weight: bold;
}

/* @end */

/* @group Q&A */

#qanda .question {
	color: #639;
	font-size: 14px;
	font-weight: bold;
	background-color: #cf9;
	padding-top: 8px;
	padding-bottom: 4px
}



/* @end */

/* @group 会社案内 */

.about_title {
	color: #fff;
	font-size: 14px;
	background-color: #069
}

.about_content {
	color: #333;
	font-size: 12px;
	background-color: #cff
}

.main_comment {
	color: #333;
	font-size: 12px;
	line-height: 24px
}

/* @end */

/* @group コンタクト */

#contact h1 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#contact #housin {
	height: 300px;
	width: 450px;
	overflow: auto;
	border: 1px solid #999999;
	margin-top: 30px;
	margin-bottom: 30px;
}

#contact #housin h3 {
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* @end */

