	@charset "utf-8";
/* ****************************************************
Since : 2008-07-22
Last Modified: 2008-07-22
***************************************************** */

/*1: index.html
=========================================*/
/* headline design */
body#solution-index div#contents div#content-title h1 {
	background:none;
	padding:0;
	line-height:1;
}

/* tab-content */
body#solution-index div#contents div#tab-content {
	margin-top: -15px;
}
body#solution-index div#contents div#tab-content ul#tab-list{
	margin-left: 380px;
}
body#solution-index div#contents div#tab-content ul#tab-list li{
	float: left;
	margin-right: 10px;
}
body#solution-index div#contents #problem-box{
	display:none;
}

body#solution-index div#contents .section {
	border-top:solid 5px #dadada;
	border-bottom:solid 5px #dadada;
	border-left:solid 1px #dadada;
	border-right:solid 1px #dadada;
	margin:0;
	padding:0 0 20px 10px;
}

/* Columns */
body#solution-index div#contents .section div.two-column {
	clear: both;
	width: 640px;
	margin-left: 4px;
	background:url(../../solution/images/index_bg001.gif) repeat-y left bottom;
}
body#solution-index div#contents .section div.single {
	background:url(../../solution/images/index_bg003.gif) repeat-y left bottom;
}

body#solution-index div#contents .section div.three-column {
	clear: both;
	width: 640px;
	margin-left: 4px;
}

body#solution-index div#contents .section div.two-column div.two-left,
body#solution-index div#contents .section div.two-column div.two-right {
	padding: 6px;
	width: 303px;
	background:url(../../solution/images/index_bg002.gif) no-repeat 0 0;
}
body#solution-index div#contents .section div.two-column div.two-column  {
	clear: both;
	width: 303px;
	margin: 0;
	background: none;
}

body#solution-index div#contents .section div.two-column div.two-column div.two-left {
	width: 146px;
	padding: 0;
	background: none;
}
body#solution-index div#contents .section div.two-column div.two-column div.two-right {
	width: 145px;
	padding: 0;
	background: none;
}
body#solution-index div#contents .section div.two-column div.two-column div.two-right p{
	margin-top: 6px;
}
/* bt-list */
body#solution-index div#contents div#tab-content ul.bt-list{
	margin-left: 4px;
}
body#solution-index div#contents div#tab-content ul.bt-list li{
	float: left;
	width: 120px;
	margin-right: 10px;
}
body#solution-index div#contents div#tab-content ul.bt-list li.last{
	margin-right: 0;
}

/* 3Column */
body#solution-index div#contents .section div.three-left {
	width:278px;
	float:left;
	margin:0 15px 0 0;
	padding-bottom: 5px;
	border-right: 1px solid #dadada;
}
body#solution-index div#contents .section div.three-center {
	width:166px;
	float:left;
}
body#solution-index div#contents .section div.three-right {
	width:139px;
	float:right;
	border: 1px solid #bbbbbb;
	padding: 8px 7px;
}
/* for IE6 */
* html body#solution-index div#contents .section div.three-right {
	width: 155px;
}


/* search-keyword */
body#solution-index div#contents .search-keyword p.search-area {
	white-space:nowrap;
	margin:8px 0 0 0;
}
body#solution-index div#contents .search-keyword .note {
	margin:5px 0 0 10px;
}
body#solution-index div#contents .search-keyword legend {
	display:none;
	position:absolute;
	top:0;
	left:-9999px;
}

body#solution-index div#contents .search-keyword img {
	margin:0 3px 0 0;
	vertical-align:top;
}
body#solution-index div#contents .search-keyword .input-box {
	width:180px;
}
body#solution-index div#contents .search-keyword .submit {
	margin:0 0 0 3px;
	padding:0;
	height:23px;
	width:56px;
	vertical-align:top;
}
/* for IE6 */
* html body#solution-index div#contents .search-keyword .input-box {
	margin:0 0 2px 0;
	padding:0;
	height:21px;
}
/* right Navigation */
body#solution-index div#contents div#category-navi {
	float: right;
	width: 200px;
	margin: 23px 0 30px 0;
	padding:0;
}
body#solution-index div#contents div#category-navi .wrap {
	padding:0;
	margin: 12px 0 0 0;
	background: none;
	border-top:solid 1px #bbbbbb;
}

/* right Navigation menu */
body#solution-index div#contents div#category-navi ul#right-menu {
	margin:0;
	padding:0;
	list-style: none;
	line-height: 120%;
	background:none;
}
body#solution-index div#contents div#category-navi ul li {
	padding: 0;
	margin: 20px 0 0 0;
	border-bottom:none;
}
body#solution-index div#contents div#category-navi ul li a {
	display:inline;
	padding: 0;
	background:none;
}

/* Three hierarchical menus */
body#solution-index div#contents div#category-navi ul.three-menu {
	margin:5px 0 0 0;
	background-color:#ffffff;
	border:none;
}
body#solution-index div#contents div#category-navi ul.three-menu li {
	border:none;
	margin:0;
	padding: 3px 0 0 13px;
	background:#ffffff url(../images/com_ic039.gif) no-repeat 5px 0.8em;
	display:block;
}
/* For IE6 */
* html body#solution-index div#contents div#category-navi ul.three-menu li {
	height:1px;
}

body#solution-index div#contents div#category-navi ul.three-menu li a {
	padding:0;
	border: none;
	background:none;
	display:inline;
}

/* Development menu */
body#solution-index div#contents div#category-navi #side-utility {
	margin:20px 0 0 0;
}
body#solution-index div#contents div#category-navi #side-utility p {
	margin:0;
}
body#solution-index div#contents div#category-navi #side-utility dl {
	margin:30px 0 0 0;
	background:url(../images/com_bg014.gif) no-repeat top left;
	border-bottom:solid 1px #d5d5d5;
}
/* For IE6 */
* html body#solution-index div#contents div#category-navi #side-utility dl {
	height:1px;
}

body#solution-index div#contents div#category-navi #side-utility dl dt {
	margin:0;
	padding:10px 0 5px 11px;
}
body#solution-index div#contents div#category-navi #side-utility dl dd {
	margin:0;
	padding:0 11px 10px 11px;
}
body#solution-index div#contents div#category-navi #side-utility dl dd ul {
	margin:3px 0 0 0;
}
body#solution-index div#contents div#category-navi #side-utility dl dd ul li {
	margin:0;
	padding:3px 0 5px 12px;
}
/* For IE7 */
*:first-child+html body#solution-index div#contents div#category-navi #side-utility dl dd ul li {
	min-height:1em;
}

body#solution-index div#contents div#category-navi #side-utility dl dd ul li a sub {
	vertical-align:baseline;
}



/*2: overseas/index.html
=========================================*/
body#overseas-index div#contents div.map-link-area {
	position:relative;
}
body#overseas-index div#contents div.map-link-area .map-bt-1 {
	position:absolute;
	top:4px;
	left:46px;
}
body#overseas-index div#contents div.map-link-area .map-bt-2 {
	position:absolute;
	top:22px;
	right:114px;
}
body#overseas-index div#contents div.map-link-area .map-bt-3 {
	position:absolute;
	top:204px;
	right:85px;
}
body#overseas-index div#contents div.map-link-area .map-bt-4 {
	position:absolute;
	top:85px;
	left:52px;
}
body#overseas-index div#contents div.map-link-area .map-bt-5 {
	position:absolute;
	top:212px;
	left:11px;
}
body#overseas-index div#contents div.map-link-area .map-bt-6 {
	position:absolute;
	top:114px;
	right:54px;
}

body#overseas-index div#contents div.map-link-area .map-bt-7 {
	position:absolute;
	top:208px;
	left:156px;
}


/*3: Google Map
=========================================*/
div#contents div#map-outline {
	border: 1px solid #999999;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* for IE6 */
* html div#contents div#map-outline {
	width: 670px;
}
* html div#contents div#map-outline div.two-column {
	width: 638px;
}

/* for IE7 */
*:first-child+html div#contents div#map-outline {
	width: 670px;
}
*:first-child+html div#contents div#map-outline div.two-column{
	width: 638px;
}

div#contents div#map_overseas_brazil,
div#contents div#map_overseas_shanghai,
div#contents div#map_overseas_thai,
div#contents div#map_overseas_vietnam,
div#contents div#map_overseas_westafrica,
div#contents div#map_overseas_philippines {
	height:300px;
	width:640px;
	margin: 0 auto;
}

/*4: education/eco/index.html
=========================================*/
body#eco-index div#contents .th-left th span.nomal-tx {
	font-weight:normal;
}

/*5: house/tech.html
=========================================*/
body#house-tech div#contents div.two-column div.two-right  div.two-column {
	width: 420px;
}
body#house-tech div#contents div.two-column div.two-right div.two-left {
	width: 255px;
}
body#house-tech div#contents div.two-column div.two-right div.two-right {
	width: 145px;
}

/*6: factory/lca/index.html
=========================================*/
body#factory-lca-index div#contents div.list-layout-box {
	display: block;
	border: 1px solid #999999;
	padding: 15px;
}

/*7: civil/renewal/index.html
=========================================*/
body#civil-renewal-index div#contents div.anchor-link ul.step li{
	float: none;
}
body#civil-renewal-index div#contents ul.num p{
	font-size: 100%;
}

/*8: building/index.html
=========================================*/
body#building-renewal div#contents div.ph-right-type1 .two-column {
	width: 420px;
}

body#building-renewal div#contents div.ph-right-type1 .two-left .two-left{
	width: 80px;
}
body#building-renewal div#contents div.ph-right-type1 .two-left .two-right {
	width: 320px;
}
body#building-renewal div#contents div.ph-right-type1 .two-right .list-box {
	padding: 10px;
	border: 1px solid #999999;
}

/*9: building/renewal.html
=========================================*/
body#building-renewal div#contents div.two-column dl.special-link dd {
	padding-top:1px;
}
body#building-renewal div#contents div.two-column dl.special-link dd div.type01 {
	margin-top:10px;
	background:url(../../solution/building/images/renewal_bg001.gif) repeat-y top left;
}

/*10: ecology/co2/index.html
=========================================*/
body#ecology-co2-index div#contents div.ph-left-type1 .two-left,
body#ecology-co2-index div#contents div.ph-left-type1 .three-left {
	width: 100px;
}
body#ecology-co2-index div#contents div.ph-left-type1 .two-right {
	width: 520px;
}
body#ecology-co2-index div#contents div.ph-left-type1 .three-right {
	width: 300px;
}

/*11: house/housing/affinity.html
=========================================*/
body#house-housing-affinity div#contents .ph-right-type1 div.two-left .two-column {
	width: 420px;
}
body#house-housing-affinity div#contents .ph-right-type1 div.two-left .two-column .two-left{
	width: 300px;
}
body#house-housing-affinity div#contents .ph-right-type1 div.two-left .two-column .two-right{
	width: 100px;
}

/*12: civil/index.html
=========================================*/
body#civil-index div#contents .long-left-type .two-left {
	width: 420px;
}
body#civil-index div#contents .long-left-type .two-right {
	width: 200px;
}

/*13: taishin/to-pies.php
=========================================*/
body#taishin-to-pies div#contents form label {
	display:block;
	margin:0 0 10px 0;
	width:110px;
	float:left;
}


body#taishin-to-pies div#contents form input {
	margin:0 0 10px 0;

}

body#taishin-to-pies div#contents form input#address,
body#taishin-to-pies div#contents form input#mail,
body#taishin-to-pies div#contents form input#contact {
	margin:0 0 10px 0;
	width:250px;
	float:left;
	border:1px solid #9c9c9c;
}
body#taishin-to-pies div#contents form input#addresskakunin,
body#taishin-to-pies div#contents form input#mailkakunin,
body#taishin-to-pies div#contents form input#contactkakunin {
	margin:0 0 10px 0;
	width:250px;
	float:left;
	border:1px solid #9c9c9c;
}
body#taishin-to-pies div#contents form input#lonlat {
	margin:0 0 10px 0;
	width:300px;
	float:left;
	border:none;
}


body#taishin-to-pies div#contents div#fabutton {
	margin-left:120px;
}


body#taishin-to-pies div#contents div.pies {
	margin:5px 0 0 0;
	padding:20px 20px;
	border:1px solid #ccc;
}

body#taishin-to-pies div#contents div#atention {
	float:right;
	width:210px;
	line-height: 105%;
}

body#taishin-to-pies div#contents form fieldset {
	border:0;
}

body#taishin-to-pies div#contents form legend{
	display:none;
	height:0px;
	position:relative;
	line-height:0%;
	text-indent:-9999px;
}


/*14: compas/index.html
=========================================*/
body#compas div#contents div#compas-top {
 width:670px;
	height:206px;
 background:url(../../solution/ecology/compas/images/index_ph001.jpg) no-repeat top;
	margin:10px 0 0 0;
	padding:0;	
	}

body#compas div#contents div#compas-top .flv-area {
	width:327px;
	height:183px;
	margin:0;	
	padding:11px 12px 11px 331px;
	}

body#compas div#contents div#flv-discription {
	margin-top:0;
	text-align:right;
	font-size:small;
	color:#666;
}

/*15: tanc/index.html
=========================================*/
#tanc-top {
 width:670px;
	height:206px;
 background:url(../../solution/ecology/tanc/images/index_ph001.jpg) no-repeat top;
	margin:10px 0 0 0;
	padding:0;	
	}

#tanc-top .flv-area {
	width:336px;
	height:178px;
	margin:0;	
	padding:14px 14px 11px 321px;
	}

#flv-discription {
	margin-top:0;
	text-align:right;
	font-size:small;
	color:#666;
}


/*99: extra
=========================================*/
/* ==================================
Clear fix
================================== */
body#solution-index div#contents div#tab-content ul#tab-list:after,
body#solution-index div#contents div#tab-content ul.bt-list:after,
body#solution-index div#contents div#category-navi #side-utility dl dd:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

body#solution-index div#contents div#tab-content ul#tab-list,
body#solution-index div#contents div#tab-content ul.bt-list,
body#solution-index div#contents div#category-navi #side-utility dl dd {
	min-height: 1px;
}

/* for IE6 */
* html body#solution-index div#contents div#tab-content ul#tab-list,
* html body#solution-index div#contents div#tab-content ul.bt-list,
* html body#solution-index div#contents div#category-navi #side-utility dl dd {
	height: 1px;
}

/* for IE7 */
*:first-child+html body#solution-index div#contents div#tab-content ul#tab-list,
*:first-child+html body#solution-index div#contents div#tab-content ul.bt-list,
*:first-child+html body#solution-index div#contents div#category-navi #side-utility dl dd {
	zoom: 1;
}
