@charset "UTF-8";

/*------------------------------------------------
  全般設定
 -----------------------------------------------*/

body {
	font: 14px Verdana,Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	letter-spacing:1px;
	line-height:1.6;
	color:#444444;
	text-align:center;
	background-color:#EEECEC;
}

a:link{
	color:#37a9e1;
}

a:visited{
	color:#37a9e1;
}

a:hover{
	color:#f75600;
}

a:active{
	color:#f75600;
}

.clear {
	clear:both;
}

.small {
	font-size:12px;
}


/*-----------------------------------------
　ページ全体のブロック
-----------------------------------------*/
#container {
	width:922px;
	_width:928px;
	margin:0 auto;
	padding:0px 0px;
	text-align:left;
	background-image:url('images/back.png');
	background-repeat:repeat-y;
	position:relative;
}


/*-----------------------------------------
　ヘッダエリア
-----------------------------------------*/
#header {
	width:815px;
	_width: 819px;
	height:105px;
	margin:0 auto;
	padding:0px 25px;
	position:relative
}


#header img#logo{
	top:42px;
	position:absolute;
}

#header img#toiawase{
	top:18px;
	right:25px;
	position:absolute;
}

#header img#faq{
	top:80px;
	right:100px;
	position:absolute;
}

#header img#gijutsu{
	top:80px;
	right:105px;
	position:absolute;
}

#header img#company{
	top:80px;
	right:27px;
	position:absolute;
}

p#topword {
	top:20px;
	left:53px;
	font-size:10px;
	position:absolute;
}


/*-----------------------------------------
　グローバルナビ
-----------------------------------------*/

#topimg {
	width:815px;
	padding:0px 53px 10px;
	margin-top:-1px;
	position:relative;
}

#topimg #boshu {
	top:49px;
	right:65px;
	position:absolute;
}

#topimg #cad {
	top:111px;
	right:65px;
	position:absolute;
}


/*-----------------------------------------
　グローバルナビ
-----------------------------------------*/

#navigation {
	width:815px;
	padding:0px 53px;
	position:relative;
}

#nav { width: 815px; height: 42px; background: url('images/navi.png') no-repeat; }
#nav li { position: absolute; left: 53px; height: 42px;list-style:none; }
#nav #home { width: 89px; left: 53px; }
#nav #itaku { width: 119px; left: 142px; }
#nav #kenchiku{ width: 167px; left: 261px; }
#nav #setsubi { width: 154px; left: 428px; }
#nav #gaiheki { width: 93px; left: 582px; }
#nav #taishin { width: 90px; left: 675px; }
#nav #sonota { width: 103px; left: 765px; }
#nav li a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 42px; text-indent: -9999em; border:none;}


/*-----------------------------------------
　メインコンテンツ
-----------------------------------------*/

#contents {
	width:825px;
	margin:0 auto;
	padding:25px 20px;
}


/*-----------------------------------------
　２カラム
-----------------------------------------*/

#contents_left {
	width:505px;
	border-right:2px solid #D7D7D7;
	padding:0px 20px 0px 15px;
	float:left;
}

#contents_left p {
	padding:15px;
}

#contents_left .box {
	border: solid 5px #989FCB;
	padding: 10px;
	width:470px;
	position:relative;
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
    -moz-border-radius: 10px;	/* Firefox用 */
	border-radius: 10px;
	behavior: url(pie.htc);
}

#contents_left #news {
	margin-top:40px;
}

#contents_left #news #news_list {
	width:456px;
	padding:20px;
	padding-top:15px;
	height:auto;
	border:2px solid #8D8DA6;
	margin-top:10px;
}

#contents_left #news #news_list th{
	padding:5px 0px;
	padding-right:50px;
	border-bottom:1px dotted #444444;
}

#contents_left #news #news_list td{
	width:100%;
	padding:5px 0px;
	border-bottom:1px dotted #444444;
}

#contents_left #news #news_list p{
	padding:0px;
}

#contents_left #news #news_list h3{
	border-bottom:1px dotted #444444;
	font-size:16px;
	color:#000099;
	font-weight:bold;
}

#contents_left #news #news_list p.newsdate{
	text-align:right;
	font-size:12px;
}

.fcf00 { color: #f00; }
.fc00f { color: #00f; }
.fc090 { color: #090; }
.fcfc0 { color: #fc0; }
.fcf90 { color: #f90; }
.fcc0c { color: #c0c; }
.fcf39 { color: #f39; }
.fc900 { color: #900; }
.fc009 { color: #009; }


#contents_left h2 {
	background-image:url(images/midashi.png);
	background-repeat:no-repeat;
	padding-top:5px;
	padding-left: 40px;
	margin-top:40px;
	width:460px;
	height:26px;
	font-size:14px;
	font-weight:bold;
}

.tel_top{
	margin:30px 0px;
	padding:0 auto;
	text-align:center;
}


#contents_right {
	width:240px;
	padding:0px 15px 0px 18px;
	float:right;
	text-align:center;
}

#contents_right p{
	margin:40px 0px;
}


/*-----------------------------------------
　１カラム
-----------------------------------------*/


#contents_onecollum{
	width:785px;
	padding:0px 20px;
}

#contents_onecollum h1{
	font-weight:bold;
	font-size:20px;
}

* html #contents_onecollum h1{
	padding-bottom:30px;
}

*:first-child+html #contents_onecollum h1{
	padding-bottom:30px;
}

#contents_onecollum p{
	padding:15px;
}

#contents_onecollum h3 {
	background-image:url(images/midashi_l.png);
	background-repeat:no-repeat;
	padding-top:5px;
	padding-left: 40px;
	margin-top:40px;
	margin-bottom:10px;
	width:735px;
	height:25px;
	font-size:14px;
	font-weight:bold;
}

#contents_onecollum .box {
	border: solid 5px #989FCB;
	padding: 10px;
	width:755px;
	margin:30px 0px;
	text-align:center;
	position:relative;
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
    -moz-border-radius: 10px;	/* Firefox用 */
	border-radius: 10px;
	behavior: url(pie.htc);
}

#contents_onecollum .box h2{
	color:#F00;
	font-size:25px;
	font-weight:bold;
}

.yakusoku{
	font-size:28px;
}

.big{
	font-size:30px;
	padding-right:5px;
}

#contents_onecollum .box ul{
	text-align:left;
	padding:10px 50px 0px;
}

* html #contents_onecollum .box ul{
	width:660px;
}

#contents_onecollum .box li{
	font-size:19px;
	font-weight:bold;
	padding:10px 0px;
}

#contents_onecollum .box p{
	margin:0px;
	padding:0px;
	padding-left:100px;
	margin-bottom:20px;
	text-align:left;
}

#contents_onecollum .box img{
	vertical-align:middle;
	padding-right:10px;
}

#contents_onecollum .box2 {
	border: dotted 3px #CECCCC;
	background:url(images/paper.gif);
	background-repeat:repeat;
	padding: 10px;
	width:722px;
	margin:15px;
	font-weight:bold;
	font-size:15px;
}

#contents_onecollum .box2 p.normalfont {
	font-weight:bold;
	font-size:13px;
}

#contents_onecollum .box2 table{
	border: solid 1px #989FCB;
	width:640px;
	margin-left:50px;
}

#contents_onecollum .box2 table th{
	border: solid 1px #989FCB;
	background-color: #989FCB;
	text-align:center;
}

#contents_onecollum .box2 table td{
	border: solid 1px #989FCB;
	background-color:#FFF;
	text-align:center;
	width:160px;
}


#contents_onecollum .box3 {
	background:url(images/kenchiku_question.png);
	background-repeat:no-repeat;
	padding: 20px;
	margin:50px 25px;
}

#contents_onecollum .box3 dl{
	padding-top:20px;
	padding-bottom:0px;
}

#contents_onecollum .box3 dt{
	color:#0000CC;
	text-decoration:underline;
	font-weight:bold;
	background:url(images/q.png);
	background-repeat:no-repeat;
	padding-left:30px;
}

#contents_onecollum .box3 dd{
	width:630px;
	padding-left:30px;
	font-size:13px;
}


#contents_onecollum dl{
	padding:15px;
}

#contents_onecollum dt{
	font-size:16px;
	font-weight:bold;
	color:#000099;
}

#contents_onecollum dd{
	padding-left:40px;
	padding-top:5px;
}

#contents_onecollum p.right {
	text-align:right;
}

.hidari {
	padding-left:50px;
}

#contents_onecollum .tel {
	margin:50px 0px;
	text-align:center;
}

/*-----------------------------------------
フッターエリア
-----------------------------------------*/

#footer {
	background-image:url(images/footer.png);
	background-repeat:repeat-x;
	width:815px;
	height:20px;
	margin:65px auto 0px;
	padding:5px 25px;
}

#footer p{
	color:#FFF;
	font-size:12px;
	text-align:right;
}

#footer p a:link{
	color:#FFF;
	text-decoration:none;
}

#footer p a:visited{
	color:#FFF;
}

#footer p a:hover{
	font-weight:bold;
}

#footer p a:active{
	font-weight:bold;
}

#copyright {
	background-image:url(images/copyright.png);
	background-repeat:repeat-x;
	width:815px;
	height:19px;
	margin:0px auto;
	padding:10px 25px;
}

#copyright p{
	font-size:10px;
	text-align:center;
}

#copyright p a:link{
	color:#444444;
	text-decoration:none;
}

#copyright p a:visited{
	color:#444444;
}


/*-----------------------------------------
　会社概要
-----------------------------------------*/

#contents_onecollum table#gaiyou{
	border: solid 1px #989FCB;
	width:735px;
	margin:15px;
}

#contents_onecollum table#gaiyou th{
	border: solid 1px #989FCB;
	text-align:center;
	padding:10px;
	width:150px;
}

#contents_onecollum table#gaiyou td{
	border: solid 1px #989FCB;
	padding:10px 20px;
}


#contents_onecollum ul.shikaku{
	margin:15px;
	margin-left:30px;
	width:735px;
}

#contents_onecollum ul.shikaku li{
	text-align:left;
	list-style-type:circle;
	line-height:2em;
	float:left;
	margin-right:40px;
	white-space:nowrap;
}

#contents_onecollum ul.torihiki{
	margin:15px;
	margin-left:30px;
	width:735px;
}

#contents_onecollum ul.torihiki li{
	font-size:12px;
	list-style-type:circle;
	line-height:2em;
	float:left;
	margin-right:40px;
	white-space:nowrap;
}

#contents_onecollum #zyounetsu {
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
}

#contents_onecollum img#president {
	float:left;
	padding:0px 20px 20px 15px;
}

#contents_onecollum ol li{
	list-style-type:decimal;
	margin-left:30px;
}


/*-----------------------------------------
　プライバシーポリシー
-----------------------------------------*/

#contents_onecollum ol li{
	list-style-type:decimal;
	margin-left:40px;
}



p.leftphoto {
	float:left;
}

.bigspace {
	height:50px;
}

.italic {
	text-decoration:underline;
}



/*-----------------------------------------
　建築設備
-----------------------------------------*/


#contents_onecollum .box4 {
	background:url(images/setsubi_question.png);
	background-repeat:no-repeat;
	height:116px;
	padding: 20px;
	margin:50px 25px;
}

#contents_onecollum .box4 dl{
	padding-top:10px;
	padding-bottom:0px;
}

#contents_onecollum .box4 dt{
	color:#0000CC;
	text-decoration:underline;
	font-weight:bold;
	background:url(images/q.png);
	background-repeat:no-repeat;
	padding-left:30px;
}

#contents_onecollum .box4 dd{
	width:630px;
	padding-left:30px;
	font-size:13px;
}


/*-----------------------------------------
　技術者派遣
-----------------------------------------*/

#contents_onecollum p.bunya{
	padding:5px 15px 10px;
	font-size:14px;
	font-weight:normal;
	color:#444444;	
}


#contents_onecollum table.anken{
	border: solid 1px #989FCB;
	width:735px;
	margin:0px 15px 30px;
}

#contents_onecollum table.anken th{
	border: solid 1px #989FCB;
	text-align:center;
	padding:10px;
	width:150px;
}

#contents_onecollum table.anken td{
	border: solid 1px #989FCB;
	padding:10px 20px;
}

#contents_onecollum table.oubo{
	border: solid 1px #989FCB;
	width:735px;
	margin:15px;
}

#contents_onecollum table.oubo th{
	border: solid 1px #989FCB;
	text-align:center;
	padding:10px;
	width:150px;
}

#contents_onecollum table.oubo td{
	border: solid 1px #989FCB;
	padding:10px 20px;
}

h2#kinkyu {
	color:#F00;
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
}

p.anken_example {
	font-weight:bold;
	color:#455191;
}

/*-----------------------------------------
　FAQ
-----------------------------------------*/

#contents_left h1.faq {
	background-image:url(images/faq_midashi.png);
	background-repeat:no-repeat;
	padding-top:2px;
	padding-left: 40px;
	margin-top:0px;
	width:460px;
	height:26px;
	font-size:14px;
	font-weight:bold;
}

#contents_right_faq {
	width:240px;
	padding:0px 15px 0px 18px;
	float:right;
	text-align:left;
}


/*-----------------------------------------
耐震診断
-----------------------------------------*/

#contents_onecollum .box_taishin {
	border: double 5px #989FCB;
	padding: 10px;
	width:718px;
	margin:15px;
}

#contents_onecollum .box_taishin h4{
	font-weight:bold;
	font-size:18px;
	color:#F00;
	text-align:center;
}

#contents_onecollum .box_taishin p {
	font-size:14px;
	font-weight:bold;
}
