@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	color: #333333;
	background: transparent url(../images/header_bg.jpg) repeat-x top left;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
	font-size: 100%;
}

/* 画像 */
img {
	vertical-align: bottom;
}

/* リンクつき画像 */
a img {
    border: none;
}

a{
	text-decoration:none;
}

/* フォーム */
form {
    margin: 0px;
}

/* リスト */
li {
	list-style-type: none;
}

/* テーブル */
table {
	font-size: 100%;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ヘッダ */
#header {
	position: relative;
/*	height: 126px;*/
	height: 90px;

}
#header h1 {
	position: absolute;
	top: 10px;
	left: 2px;
}
#header p {
	position: absolute;
/*	top: 57px;
	left: 2px;*/
	top: 30px;
	left: 130px;
	color: #666666;
}
#header ul {
	position: absolute;
	top: 70px;
/*	right: 2px;*/
	left:2px;
}
#header ul li.aoff {
	float:right;
	height: 14px;
	padding-left: 18px;
	padding-right: 24px;
	background: transparent url(../images/mark_blue.jpg) no-repeat 1px 1px;
	color: #555555;
}

#header ul li.aon {
	float:right;
	height: 14px;
	padding-left: 18px;
	padding-right: 24px;
	background: transparent url(../images/mark_on.gif) no-repeat 1px 1px;
	color:#000000;
}

#header ul li a {
	text-decoration: none;
	color:#555555;
}
#header ul li a:hover {
	color: #0058B1;
	text-decoration: none;
}

#header ul li a:visited {
	text-decoration: none;
/*	color: #555555;	*/
}

/* フッタ */
#footer {
	padding-top: 16px;
}
#footer div {
	text-align: center;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 0.5em 0;
	margin-bottom: 16px;
	font-size: 80%;
}
#footer div a {
	margin-right: 8px;
	margin-left: 8px;
	text-decoration: none;
	color: #666666;
}
#footer div a:hover {
	color: #0058B1;
}
#footer div a img {
	margin-right: 5px;
	vertical-align: middle;	/* for ie */
}
*:lang(ja) #footer div a img {
	vertical-align: bottom !important; /* for others */
}
#footer p {
	text-align: center;
	margin-bottom: 16px;
}

/* ナビゲーション（サブページ） */
#fixedNC #navigation {
	text-align: right;
	padding-top: 22px;
}
#fixedNC #navigation h2 {
	margin-right: 11px;
	margin-bottom: 17px;
}
#fixedNC #navigation ul {
	/*margin-right: 19px;*/
	margin-right: 12px;
	margin-bottom: 25px;
	line-height: 180%;
}
#fixedNC #navigation ul li a {
	text-decoration: none;
	color: #555555;
}

#fixedNC #navigation ul li  a.aon {
	padding-left: 18px;
	background: transparent url(../images/mark_on.gif) no-repeat 1px 1px;
	text-decoration: none;
	color: #333333;
}



#fixedNC #navigation ul li a:hover {
	color: #0058B1;
	text-decoration: none;

}
#fixedNC #navigation div.banner {
	margin-top: 30px;
	margin-right: 14px;
}
#fixedNC #navigation div.banner p {
	margin-bottom: 16px;
}

/* トップページ */
div.top_eyecatch {
	padding:9px 0px 9px 9px;
/*	width: 954px;
	height: 480px;*/
	background-color: #dfdfdf;
	margin-bottom: 10px;
}
div.top_whatsnew {
	float: left;
	width: 100%;
}
div.top_whatsnew_content {
	margin-right: 290px;
}
div.top_banner {
	float: left;
	width: 290px;
	margin-left: -290px;
}
div.top_whatsnew_content div {
	width: 602px;
	padding: 10px 14px;
	border-bottom: 1px dotted #CCCCCC;
}
div.top_whatsnew_content div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.top_whatsnew_content div {display: inline-block;}

/* Hides from IE-mac \*/
* html div.top_whatsnew_content div {height: 1%;}
div.top_whatsnew_content div {display: block;}
/* End hide from IE-mac */

div.top_whatsnew_content div p.date {
	float: left;
	width: 95px;
	background: transparent url(../images/mark_whatsnew.jpg) no-repeat 0% 50%;
	padding-left: 25px;
	color: #0058B1;
}
div.top_whatsnew_content div p.entry {
	float: left;
	width: 480px;
}
div.top_banner p {
	margin-bottom: 8px;
}

/* サブページ */
#fixedNC #content {
/*	border:solid 1px #009900;*/
	padding-top: 22px;
}
#fixedNC #content h3 {
	margin-bottom: 20px;
}
#fixedNC #content h4 {
	margin-left: 54px;
	margin-bottom: 23px;
/*	margin-right: 11px;*/
	padding: 9px 16px;
	border-bottom: 1px solid #CCCCCC;
}

#fixedNC #content h5 {
	margin-bottom: 12px;
/*	margin-right: 11px;*/
	padding: 9px 16px;
	border-bottom: 1px solid #CCCCCC;
}

#fixedNC #content div.content {
	margin-left: 70px;
	margin-right: 24px;
	margin-bottom: 30px;
}

#fixedNC #content div.content p {
	line-height: 150%;
}
#fixedNC #content div.content p strong {
	font-size: 120%;
	font-weight: normal;
}
#fixedNC #content div.content p img {
	margin-bottom: 7px;
}
#fixedNC #content p.desc {
	margin-left: 54px;
	margin-bottom: 16px;
	margin-right: 10px;
}
#fixedNC #content p.desc span {
	color: #FF0000;
}

/* 会社案内 */
h4.company {
	border-left: 4px solid #B5AA4D;
}
p.company_index_desc {
	padding: 26px 33px;
}
p.company_smiledream_desc {
	border: 1px solid #B5AA4D;
	padding: 26px 33px;
}
table.company_profile {
	margin: 0px 11px 23px 54px;
}
table.company_profile tr th,
table.company_profile tr td {
	border-bottom: 1px solid #CCCCCC;
	padding: 20px 10px 10px 21px;
}
table.company_profile tr th {
	background: transparent url(../images/company_profile_bg.gif) no-repeat left top;
	width: 84px;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
table.company_profile tr td table tr th,
table.company_profile tr td table tr td {
	border-bottom-width: 0px;
	padding: 0;
	padding-bottom: 13px;
	padding-right: 50px;
}
table.company_profile tr td table  tr th {
	background: none;
	width: 9em;
	background: transparent url(../images/company_mark01.gif) no-repeat 0 4px;
	padding-left: 12px;
	padding-right: 0px;
}
table.company_profile tr td ul li {
	background: transparent url(../images/company_mark01.gif) no-repeat 0 4px;
	padding-left: 12px;
	margin-bottom: 13px;
}
table.company_profile tr td ul li.last {
	margin-bottom: 0px;
}


/* 施工実績 */
h4.product {
	border-left: 4px solid #A75341;
	border-bottom: 1px solid #CCCCCC;
	padding:8px 0px 8px 12px;
}
div.product_history {
	float: left;
	width: 100%;
}
div.product_history_content {
	margin-left:40px;
/*	margin-right: 954px;*/
}

div.product_history_content div {
	width: 850px;
	padding: 10px 10px 10px 0px;
	border-bottom: 1px dotted #CCCCCC;
}
/*div.product_history_content div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.product_history_content div {display: inline-block;}
*/
/* Hides from IE-mac \*/
/** html div.product_history_content div {height: 1%;}
div.product_history_content div {display: block;}*/
/* End hide from IE-mac */

div.product_history_content div th {
	padding: 10px 0px 10px 10px;
	text-align:center;	
	border-top: 1px dotted #CCCCCC;
	font-weight: normal;
}


div.product_history_content div td {
	padding: 10px 0px 10px 10px;	
	border-top: 1px dotted #CCCCCC;
}


div.product_history_content div p.yearSize {
/*	border:1px solid #009900;*/
/*	float: left;*/
	width: 90px;
/*	padding-left: 25px;*/
	text-align:center;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
}
div.product_history_content div p.entry {
/*	border:1px solid #009900;*/
/*	float: left;*/
	width: 700px;
}

div.product_history_content div span {
	background: transparent url(../images/mark_products.jpg) no-repeat 1px 1px;
	padding-left: 15px;
	padding-right: 10px;
	margin-bottom: 13px;
	line-height: 1.5em;
}


/* 安全への取組み */
h4.safety {
	border-left: 4px solid #91B692;
}


/* 安全への取組み Q&A safety_qa */
table.safety_qa_stat {
}
table.safety_qa_stat tr th,
table.safety_qa_stat tr td {
	vertical-align: top;
	padding-bottom: 10px;
}
table.safety_qa_stat tr th {
	background: transparent url(../images/qa_mark_q.jpg) no-repeat 0px 0px;
	padding-left:40px;
	padding-right:8px;
	font-weight: normal;
	padding-bottom:20px;
	text-align: left;
}
table.safety_qa_stat tr td {
	background: transparent url(../images/qa_mark_a.jpg) no-repeat 0px 0px;
	padding-left:40px;
	font-weight: normal;
	padding-bottom:20px;
}
table.safety_qa_stat tr td span {
	color: #FF0000;
}


/* 安全への取組み safety00 */
table.safety00_stat {
}
table.safety00_stat tr th,
table.safety00_stat tr td {
	vertical-align: top;
	padding-bottom: 10px;
}
table.safety00_stat tr th {
	width: 12px;
	font-weight: normal;
}
table.safety00_stat tr td {
	padding-left: 18px;
}
table.safety00_stat tr td span {
	color: #FF0000;
}
.safety00_box {
	margin-top:10px;
	border: 1px solid #91B792;
	padding: 10px 10px 10px 20px;
}
.safety00_li01{
	background: transparent url(../images/safety_mark.jpg) no-repeat 0px 2px;
	padding-left: 18px;
	padding-bottom:5px;
}
.safety00_li02{
	background: transparent url(../images/safety_mark2.jpg) no-repeat 0px 0px;
	padding-left: 36px;
	padding-bottom:5px;
}
.safety00_li03{
	padding-left: 36px;
	padding-bottom:5px;
}
.safety00_li99{
	list-style-type:decimal;
	margin-left:25px;
	padding-bottom:5px;
}


/* 安全への取組み safety_01 */
table.safety_01_stat {
}
table.safety_01_stat tr th,
table.safety_01_stat tr td {
	vertical-align: top;
	padding-bottom: 10px;
}
table.safety_01_stat tr th {
	background: transparent url(../images/safety_mark.jpg) no-repeat 0px 1px;
	padding-left: 18px;
	padding-bottom:5px;
	padding-right:8px;
	font-weight: normal;
}
table.safety_01_stat tr td {
	padding-left: 18px;
}
table.safety_01_stat tr td span {
	color: #FF0000;
}
/* 安全への取組み safety_03 */
table.safety_03_stat {
	margin-left:36px;
	margin-bottom:10px;
}
table.safety_03_stat tr th,
table.safety_03_stat tr td {
	border: 1px solid #999999;
	text-align:center;
	padding: 10px 10px 10px 10px;
}
table.safety_03_stat tr th {
	width: 12px;
	font-weight: normal;
}



/* 営業品目 */
h4.products {
	border-left: 4px solid #9D83B5;
}

/* 営業品目 item01 */
div.products_item01_img {
	margin-left: 54px;
	margin-bottom: 37px;
	margin-right: 11px;
	padding-top: 17px;
	padding-left: 36px;
	padding-bottom: 14px;
	border-left: 4px solid #9D83B5;
	border-bottom: 1px solid #CCCCCC;
}
div.products_item01_img img {
	display: block;
	margin-bottom: 8px;
}

/* 営業品目 item06 */
table.products_item06_stat {
}
table.products_item06_stat tr th,
table.products_item06_stat tr td {
	vertical-align: top;
	padding-bottom: 1.5em;
}
table.products_item06_stat tr th {
	width: 142px;
	background: transparent url(../images/products_item06_mark01.gif) no-repeat 0px 2px;
	padding-left: 18px;
	font-weight: normal;
	text-align: left;
}
table.products_item06_stat tr td {
	width: 420px;
}
table.products_item06_method_layout tr th,
table.products_item06_method_layout tr td {
	vertical-align: top;
}
table.products_item06_method_desc {
	width: 335px;
	margin-right: 28px;
}
table.products_item06_method_desc tr th,
table.products_item06_method_desc tr td {
	border-bottom: 1px solid #CCCCCC;
}
table.products_item06_method_desc tr th {
	padding-top: 10px;
	padding-bottom: 5px;
	background: transparent url(../images/products_item06_bg.gif) no-repeat left top;
	width: 26px;
	text-align: center;
	font-weight: normal;
}
table.products_item06_method_desc tr td {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 17px;
}
table.products_item06_method_desc tr td span {
	color: #FF0000;
}
table.products_item06_method_img td {
	padding-bottom: 9px;
	padding-right: 8px;
}


/* 営業品目 item00 */
table.products_item00_stat {
}
table.products_item00_stat tr th,
table.products_item00_stat tr td {
	vertical-align: top;
	padding-bottom: 1.5em;
}
table.products_item00_stat tr th {
	width: 200px;
}
table.products_item00_stat tr td {
	padding-left: 18px;
	padding-right: 18px;
}


/* 営業品目 item90 */
table.products_item90_stat {
}
table.products_item90_stat tr th,
table.products_item90_stat tr td {
	vertical-align: top;
	padding-bottom: 10px;
}
table.products_item90_stat tr th {
	width: 12px;
	font-weight: normal;
}
table.products_item90_stat tr td {
	padding-left: 18px;
}
table.products_item90_stat tr td span {
	color: #FF0000;
}
p.item90_box {
	margin-top:10px;
	border: 1px solid #9D83B5;
	padding: 10px 10px 10px 20px;
}
li.item90_li{
	background: transparent url(../images/products_mark.jpg) no-repeat 0px 1px;
	padding-left: 18px;
	padding-bottom:5px;
}

/* 営業品目 item91 */
table.products_item91_stat {
}
table.products_item91_stat tr th,
table.products_item91_stat tr td {
	border: 1px solid #999999;
	text-align:center;
	padding: 10px 10px 10px 10px;
}
table.products_item91_stat tr th {
	width: 12px;
	font-weight: normal;
}
/*table.products_item91_stat tr td {
	padding-left: 18px;
}*/
table.products_item91_stat tr td span {
	color: #FF0000;
}
p.item91_box {
	margin-top:10px;
	border: 1px solid #9D83B5;
	padding: 10px 10px 10px 20px;
}
li.item91_li{
	background: transparent url(../images/products_mark.jpg) no-repeat 0px 1px;
	padding-left: 18px;
	padding-bottom:5px;
}

/* サイト情報
=============================================================================*/
h4.other {
	border-left: 4px solid #578586;
}
h5.other {
	margin-right:	10px;
	border-left: 4px solid #999999;
}
/* サイトマップ */
table.other_stat {
}
table.other_stat tr th,
table.other_stat tr td {
	vertical-align: top;
	padding-top:	10px;
	padding-bottom: 10px;
}
table.other_stat tr th {
	width: 200px;
}
table.other_stat tr td {
	padding-left: 18px;
	padding-right: 18px;
}

.other_li{
	padding-top:	8px;
	padding-bottom: 8px;	
	padding-left: 18px;
	padding-right: 18px;
	margin-right:	10px;
	border-bottom:solid 1px #cccccc;

}

/* 個人情報・免責情報
=============================================================================*/

.pvcybox{
	border: 1px solid #cccccc;
	padding: 5px 5px 15px 5px;
}

.pvcyleft{
	padding: 8px 0px 0px 0px;
	line-height: 16px;
}
.pvcyleftmark{
	float:left;
	line-height: 16px;
	width:	20px;
}
.pvcyleftdetail{
	margin-left:40px;
	list-style-type:circle;
/*	list-style-type:decimal;*/
	padding: 4px 0px 5px 2px;
	line-height: 16px;
}

.pvcyleftdetail2{
	margin-left:40px;
/*	list-style-type:decimal;*/
	padding: 4px 0px 5px 2px;
	line-height: 16px;
}

.pvcyright{
text-align:right;
	padding: 0px 8px 0px 8px;
	font-size:12px;
	line-height: 16px;
}

.pvcyleftdetail3{
	margin-left:40px;
	padding: 0px 0px 20px 2px;
	line-height: 16px;
}



/* お知らせ */
h4.news {
	border-left: 4px solid #0078C8;
}
p.news_smiledream_desc {
	border: 1px solid #0078C8;
	padding: 26px 33px;
}
table.news_stat {
}
table.news_stat tr th,
table.news_stat tr td {
	vertical-align: top;
	padding-bottom: 10px;
}
table.news_stat tr th {
	width: 12px;
	font-weight: normal;
}
table.news_stat tr td {
	padding-left: 18px;
}
table.news_stat tr td span {
	color: #FF0000;
}

