@charset "Shift_JIS";


body {
	min-width: 800px;
	margin: 0;
	padding: 0;
	background: #fff ;
	color: #404040;
	font-size: 80%;
	font-family:sans-serif;
}

a:link { color: #0000ff; text-decoration:none;}
a:visited { color: #000090; }
a:hover { color: #008080; }
a:active { color: #008080; }

#header div.container,
#content div.container,
#footer div.container { max-width: 950px; margin: 0 auto;}


/* --- ▼ヘッダ内の設定開始 --- */

#header {
	padding-bottom: 1px;
	background-color: #ffffff;
}
#header div.hightop {
	background-color: #afd0ef;
	border-bottom:1px solid #e0e0e0;
	padding:3px;
}
#header div.top {
	margin-bottom: 2px;
	padding: 15px 0 8px;
	border-bottom: 1px #e0e0e0 solid;
}
#header div.top div.container {
	position: relative;
}
#header h1.siteTitle,
#header p.siteTitle {
	margin: 0 0 7px;
	font-size: 200%;
}
#header h1.siteTitle img,
#header p.siteTitle img {
	border: none;
}


#header ul.guide {
	position: absolute;
	top: 15px;
	right: 10px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#header ul.guide li {
	width:400px ;
	height:100px;
	background:#de9610 url(../img/bg3.jpg) no-repeat;
	border:solid 1px #999;
	border-radius:10px;
	color:white;
	font-size:200%;
	line-height:400%;
	box-shadow:2px 2px 10px #888;
	letter-spacing: -0.1em;
}
#header ul.guide li img{
	margin:15px;
	float:left;
}
#header ul.guide a:hover {
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/* --- ヘッダメニュー --- */
#header div.nl {
	background: #6d1782;
	border-top: 10px #6d1782 solid;
	border-bottom: 10px #6d1782 solid;
}
#header div.nl ul {
width: 100%;
margin: 0;
padding: 0;
border-right: 1px #ccc solid;
list-style-type: none;
text-align: center;
}
#header div.nl li {
width: 20%;
float: left;
line-height: 200%;
}
#header div.nl li a {
display: block;
position: relative;
padding: 8px 2px 5px;
border-left: 1px #ccc solid;
text-decoration: none;
font-weight:;
font-size:130%;
color: #fff;
}
/* ポイント時とアクティブ時の設定 */
#header div.nl li a:hover {
color: #e2c80f;
}

/*--------------------画像------------------------*/
#header div.opening {
padding: 0;
background: #e8f8fd url(../image/opening_back1.gif) repeat-x top;
}
#header div.opening h2 {
margin: 0;
}

/* --- トピックパス（下層ページ） --- */
#header div.topicPath {
margin: 0;
padding: 7px 2px;
background-color: #cfdce3;
}
#header div.topicPath ol {
margin: 0;
padding: 0;
list-style-type: none;
}
/* リスト項目 */
#header div.topicPath li {
display: inline;
}
/* リンクエリア */
#header div.topicPath li a {
padding-right: 12px;
background: url(../image/topic_path_gray.gif) no-repeat right;
}

/* --- 罫線 --- */
#header hr.none {
display: none;
}

/* --- ▲ヘッダ内の設定終了 --- */


/* --- ▼コンテンツ内の設定開始 --- */

/* --- コンテンツ --- */
#content {
padding: 35px 0 10px;
}


#content .pagetitle {
	width:100%;
	font-size:150%;
}
#content .pagetitle h1{
	width:100%;
	margin-bottom:50px;
}
#content .pagetitle h1 img{
	margin:-50px 30px -30px 0;
}

/* --- ▼メインカラム内の設定開始 --- */

#main {
	float: right;
	width: 70%;
}

/* --- セクション（共通設定） --- */
#main div.section {
margin: 0 0 2em 20px;
}

/* --- 画像 --- */
#main div.img img{
	border:solid #000 5px;
	border-radius:10px;
}



/* --- 標準セクション --- */
#main div.normal div.heading {
	margin: 0 0 1em;
	padding: 7px 11px;
	background:url(../img/yellow1.jpg) bottom left no-repeat;
}
#main div.normal div.heading2 {
	margin: 0 0 1em;
	padding: 7px 11px;
	background:url(../img/green1.jpg) bottom left no-repeat;
}
#main div.normal h2 {
	margin: 0;
	padding-left: 45px;
	font-size: 250%;
	line-height: 150%;
	text-shadow:1px 1px 1px 1px #fff;
}
#main div.normal p.title {
	margin: 1em 10px;
	line-height: 110%;
	font-size:120%;
	color:green;
	font-weight:bold;
}
#main div.normal p.title1 {-webkit-text-size-adjust: 100%;
	margin: 1em 10px;
	line-height: 110%;
	font-size:170%;
	color:red;
	font-weight:bold;
}
#main div.normal p.title1 img {
	margin:0 10px -10px 0px;
}
#main div.normal p {
	margin: 1em 10px;
}


/* --- 新着情報（トップページ） --- */
#main div.update dl {
width: 95%;
margin: 0 auto;
}
#main div.update dt {
width: 6.7em;
float: left;
padding: 7px 0 6px 3px;
line-height: 120%;
}
/* 本文エリア */
#main div.update dd {
margin: 0;
padding: 7px 3px 6px 6.6em;
border-bottom: 1px #c0c0c0 dotted;
line-height: 120%;
}

/*----------------------------------------会社案内------------------------------------------*/
#downpage div.overview div.heading {
	margin: 0 0 1em;
	padding: 7px 11px;
	background:url(../img/yellow.jpg) bottom left no-repeat;
}
#downpage div.overview h2 {
	margin: 0;
	padding-left: 45px;
	font-size: 250%;
	line-height: 150%;
	text-shadow:1px 1px 1px 1px #fff;
}
#downpage div.overview table.ov1 {
	margin-top:30px;
	font-size:130%;
	margin:50px 0 ;
	border-collapse: collapse;
	
}
#downpage div.overview table.ov1 th {
	border-top:2px solid #aaa;
	border-bottom:2px solid #aaa;
	padding:20px;
	width:25%;
}
#downpage div.overview table.ov1 td{
	border-top:2px solid #aaa;
	border-bottom:2px solid #aaa;
	padding:20px;

}

/*----------------------------------------事業内容------------------------------------------*/

#downpage div.overview p {
	font-size:120%;
	margin:20px;
}


/*----------------------------------------工事の流れ------------------------------------------*/

#downpage div.overview div.process {
	width:90%;
	margin:0 auto;
}
#downpage div.overview div.process p {
	margin-top:30px;
	font-size:150%;
	border-bottom:2px solid red;
}
#downpage div.overview div.process p span {
	margin:0 10px 0 0px;
	padding:5px 15px 0;
	background:red;
	border-radius:20px 0 ;
	color:white;
}
#downpage div.overview div.process img{
	float:right;
	margin:0 20px;
	border:solid 1px #333;
}
#downpage div.overview div.process div.comment{
	margin:30px;
	height:200px;
	font-size:120%;
}

/*----------------------------------------業務実績------------------------------------------*/
#downpage div.past table.beforeafter {
	border-collapse:collapse;
}
#downpage div.past table.beforeafter th{
	font-size:200%;
	width:400px;
	border-bottom:3px solid #ccc;
}
#downpage div.past table.beforeafter th{
	width:150px;
}
#downpage div.past table.beforeafter td{
	text-align:center;
	font-size:200%;
	padding:30px;
}



/*----------------------------------------お問合わせ------------------------------------------*/
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
#downpage div.center {
	text-align:center;
}




/* --- ▲メインカラム内の設定終了 --- */


/* --- ▼サイドバー内の設定開始 --- */

/* --- サイドバー --- */
#nav {
	float: right;
	width: 30%;
}

/* --- セクション（共通設定） --- */
#nav div.section {
margin-bottom: 10px;
}
#nav div.section h2 {
	margin: 0 0 15px;
	font-size: 120%;
}
#nav div.section p {
	margin: 0 4px 0.6em;
	line-height: 130%;
}

/* --- 無料見積もり（水色） --- */
#nav div.emphasis {
	padding: 5px;
	border: 2px #ccc solid;
	border-radius:10px;
}
#nav div.emphasis div.inner {
	padding: 5px;
	background: #95bfe7;
	border-radius:5px;
}
#nav div.emphasis h2 {
	text-align:center;
	border-top:solid 5px yellow;
	border-bottom:solid 5px yellow;
}
#nav div.emphasis p {
	padding:0 10px;
}
#nav div.emphasis p.big {
	font-size:120%;
	font-weight:bold;
}

/* --- 標準セクション（グレー） --- */
#nav div.normal {
	padding: 2px;
	background-color: #f9f9f9;
	border: 1px #ccc solid;
}
#nav div.normal h2 {
	background-color: #ccc;
}

/* --- 強調セクション2（グリーン） --- */
#nav div.strong {
padding: 2px; /* セクションのパディング */
border: 1px #e0e0e0 solid; /* セクションの境界線 */
}
#nav div.strong div.inner {
padding: 5px; /* 内部のパディング */
background: #a4d53b url(../image/box_back_green1.gif) repeat-x top; /* 内部の背景 */
}
/* 見出し */
#nav div.strong h2 {
background-color: #ffffff; /* 見出しの背景色 */
}

/* --- サブメニュー --- */
/* サブメニュー内の見出し */
#nav div.subMenu h2 {
margin: 0 0 2px; /* 見出しのマージン（上書き） */
padding: 20px 9px 6px; /* 見出しのパディング（上書き） */
border-bottom: 1px #4e83b3 solid; /* 見出しの下境界線 */
}
/* メニューエリア */
#nav div.subMenu ul.nl {
margin: 0;
padding: 0;
list-style-type: none;
}
/* メニュー項目 */
#nav div.subMenu ul.nl li {
margin-bottom: 2px; /* 項目の下マージン */
border-bottom: 1px #4e83b3 dotted; /* 項目の下境界線 */
}
/* リンクエリア */
#nav div.subMenu ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 12px 10px; /* リンクエリアのパディング（上下、左右） */
background: #ebf0f3 url(../image/ver_menu5_6off.gif) repeat-y right; /* リンクエリアの背景 */
color: #404040; /* 文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.subMenu ul.nl li a:hover {
background: #ebf0f3 url(../image/ver_menu5_6on.gif) repeat-y right; /* ポイント時の背景 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- お問い合わせ --- */
#nav div.contact {
padding-bottom: 0.3em; /* セクションの下パディング */
}
/* 段落 */
#nav div.contact p {
margin-bottom: 0.4em; /* 段落の下マージン（上書き） */
}
/* 電話番号 */
#nav div.contact p.tel {
margin-bottom: 0.1em; /* 段落の下マージン（上書き） */
font-size: 150%; /* 電話番号の文字サイズ */
font-weight: bold; /* 文字の太さ（太字） */
color: #2b2b2b; /* 電話番号の文字色 */
}
/* フォームへのリンク */
#nav div.contact p.form {
margin-top: 0.7em; /* 段落の上マージン（上書き） */
padding: 3px; /* 段落のパディング（白フチの幅） */
background-color: #ffffff; /* 段落の背景色（白フチの色） */
border: 1px solid; /* 段落の境界線（太さ、スタイル） */
border-color: #e0e0e0 #cccccc #cccccc #e0e0e0; /* 段落の境界線色（上右下左） */
text-align: center;
line-height: 100%; /* 行の高さ（上書き） */
}
/* リンクエリア */
#nav div.contact p.form a {
display: block;
position: relative; /* IE6用 */
padding: 12px 2px; /* リンクエリアのパディング（上下、左右） */
background: #3f99b3 url(../image/form_back1_off.gif) repeat-x top; /* リンクエリアの背景 */
font-size: 110%; /* リンクエリアの文字サイズ */
font-weight: bold; /* 文字の太さ（太字） */
color: #ffffff; /* リンクエリアの文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.contact p.form a:hover {
background: #54b3cf url(../image/form_back1_on.gif) repeat-x top; /* ポイント時の背景 */
}

/* --- ▲サイドバー内の設定終了 --- */

/* --- スペース --- */
#content hr.space {
width: 100%;
height:100px;
margin: 0;
visibility: hidden;
}


/* --- 罫線 --- */
#content hr.clear {
clear: right; /* 右フロートのクリア */
width: 100%;
margin: 0;
visibility: hidden; /* 非表示 */
}

/* --- ▲コンテンツ内の設定終了 --- */

/* --- ▼フッタ内の設定開始 --- */

/* --- フッタ --- */
#footer {
	padding: 20px 0;
	background: #6d1782;
}
#footer a:link { color: #fff; }
#footer a:visited { color: #ddd; }
#footer a:hover { color: #aaa; }
a:active { color: #555; }

#footer p.scroll {
	display:block;
	margin:10px 0;
	text-align:center;
	font-size:150%;
}
#footer p.scroll a {
	padding:15px 20px;
	border:1px #fff solid;
	border-radius:30px;
	color: #fff;
	text-decoration:underline;
}
#footer p.scroll a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/* --- アドレス・コピーライト --- */
#footer address {
	font-style: normal;
	line-height: 140%;
	color:white;
}
#footer address img {
	height:2em;
	margin-bottom:-0.5em;
}

/* --- ▲フッタ内の設定終了 --- */



/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* --- ▲その他の設定終了 --- */

