/*****デフォルトスタイルシートのリセット*****/

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

/*****メイン*****/

html {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	font: 100% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	text-align: center;
	background: #eeeeee;
	background-image: url(../images/back.gif);
}

/*****文字の装飾*****/

strong {
	font-weight: normal;
}

.normal {
	font-size: inherit;
	font-weight: normal;
}

.big {
	font-size: 110%;
}

.big2 {
	font-size: 130%;
}

.small {
	font-size: 90%;
}

.bold {
	font-weight: bold;
}

.red {
	color: #cc0000;
}

.green {
	color: #669900;
}

.gray {
	color: #777777;
}

.brown {
	color: #CC3300;
}

.brown2 {
	color: #660000;
}

.notes {
	clear: both;
	font-size: 95%;
	color: #777;
	text-align: left;
}

.redbig {
	font-size: 110%;
	color: #cc0000;
}

.redbold {
	font-weight: bold;
	color: #cc0000;
}

.mediatitle {
	font-size: 120%;
	font-weight: bold;
}

.number {
	font-size: 140%;
	font-weight: bold;
	color: #FF3300;
}

.rank-star {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	color: #FF9900;
}

.recommend {
	font-size: 90%;
	color: #FF6600;
	vertical-align: super;
}

.underline {
	border-bottom: dotted 1px #FF8080;
}

a:hover {
	color: #ff0000;
}

/*****テキストの横位置****/

.center {
	text-align: center;
}

.left {
	text-align: left;
}

/*****画像を線で囲む*****/

img.border {
	padding: 4px !important;
	border: #cccccc solid 1px;
}

/*****画像の回り込み*****/

#main-content img.img-right {
	float: right;
	padding: 0;
	margin: 7px 0px 7px 10px;
}

#main-content img.img-left {
	float: left;
	padding: 0;
	margin: 7px 10px 7px 0px;
}

#main-content div.img-right,
#main-content div.right {
	float: right;
	margin: 7px 0px 9px 10px;
}

#main-content div.img-left,
#main-content div.left {
	float: left;
	margin: 7px 10px 9px 10px;
}

#main-content div.img-center {
	margin: 0 auto;
}

#main-content div.img-left,
#main-content div.img-right,
#main-content div.img-center {
	padding: 0;
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	line-height: 1.5;
	text-align: center;
}

#main-content div.img-left img,
#main-content div.img-right img,
#main-content div.img-center img {
	padding: 4px;
	border: #cccccc solid 1px;
}

/*****画像の横並び*****/

/* 2枚の横並べ */

#main-content .two-box {
	clear: both;
	width: 100%;
	margin: 15px auto 0 auto;
	line-height: 1.66;
	text-align: center;
}

#main-content .two-box .one-box {
	float: left;
	width: 49%;
	padding: 0 0 10px 5px;
	margin: 0 auto;
	font-size: 90%;
	text-align: center;
}

#main-content .two-box img {
	padding: 4px;
	border: 1px solid #cccccc;
	margin:5px 0 5px 0;
}

/*****レイアウト****/

#container {
	position: relative;
	width: 800px;
	padding: 0;
	margin: 0 auto;
	border: 1px solid #59890A;
	text-align: left;
	background: #FFFFFF;
}

div.topicpath {
	clear: both;
	height: 29px;
	padding: 0 10px;
	margin: 5px 0;
	font-size: 85%;
	color: #565656;
	line-height:28px;
}

#content {
	width: 764px;
	margin: 0 auto 10px;
}

/*****IE6.0向けのハック*****/
/* \*/
* html #content {
	margin: 0 16px 10px 16px;
}

#main-content {
	float: left;
	width: 524px;
	margin: 48px 0 10px 0;
	font-size: 95%;
	line-height: 1.66;
}

#sidebar {
	float: right;
	width: 220px;
	font-size: 95%;
	line-height: 1.5;
}

#reference {
	clear: both;
	padding: 7px 0 7px;
	border-top: #A2BB55 solid 1px;
	border-bottom: #A2BB55 solid 1px;
	text-align: center;
}

/*****ヘッダー*****/

#header {
	position: relative;
	height: 74px;
	border-bottom: 1px dotted #690;
}

#header h1 {
	position: absolute;
	left: 18px;
	top: 117px;
	width: 524px;
	margin: 0;
	border-bottom: 1px solid #690;
	font-size: 130%;
	font-weight: bold;
	line-height: 44px;
	height:44px;
	text-indent: 28px;
	background: url(../images/back-h1.gif) left top;
}

#header h1.toppage {
	top:80px;
	left:8px;
	text-indent:0;
	font-size:85%;
	background:none;
	border:none;
	line-height:1.66;
	font-weight:normal;
	color: #565656;	
}

#header p {
	marigin:0;
	padding:0;
}

#header p.head_text {
	position: absolute;
	top: 41px;
	padding: 0 0 0 8px;
	margin: 0;
	font-size: 85%;
	font-weight: normal;
	color: #360;
	line-height: 2.5;
}

#header h2 a {
	color: #fff;
	text-decoration: none;
}

#header h2,
#header h3 {
	height: 20px;
	padding: 0 0 0 8px;
	font-size: 73%;
	color: #fff;
	line-height: 1.4;
	background-color: #669900;
}

#header p img {
	position: absolute;
	top: 1px;
	right: 5px;
	padding: 0;
	margin: 0;
	width:143px;
}

/*****メインコンテンツ*****/

.main-content-top {
	margin-top:0px !important;
}

#main-content #main-head {
	margin-top:10px;
}

#main-content p,
#main-content object{
	margin: 1.0em 9px 1.0em 18px;
}

#main-content h2,
#main-content h3,
#main-content h4,
#main-content h5 {
	clear: both;
	font-weight: bold;
}

#main-content h2 {
	padding: 3px 0 4px 28px;
	margin: 0 0 0.8em 0;
	border-bottom: 1px solid #690;
	font-size: 136%;
	color: #333333;
	background: url(../images/back-h2.gif) left top;
}

#main-content h3 {
	padding: 10px 0 7px 10px;
	margin: 1.0em 0 1.0em 3px;
	border-bottom: 1px solid #CBD69E;
	border-left: 5px solid #CBD69E;
	font-size: 120%;
	color: #333333;
	line-height: 1.66;
	background:url(../images/back-h3.gif) repeat-x top left;
}

#main-content h3 a {
	text-decoration: none;
}

#main-content h3.customer {
	color: #ff0000;
}

#main-content h4 {
	padding: 5px 0 5px 20px;
	margin: 20px 0 0.7em 8px;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.66;
	border-top:1px dotted #CBD69E;	
	border-bottom:1px dotted #CBD69E;
	background: url(../images/back-h5.gif) 5px 50% no-repeat #FAFCF8;
}

#main-content h4.no1,
#main-content h4.no2,
#main-content h4.no3,
#main-content h4.no4,
#main-content h4.no5 {
	padding: 5px 0 5px 33px;
}

#main-content h4.no1 {
	background: url(../images/back-h4-1.gif) 5px 50% no-repeat #FAFCF8;
}

#main-content h4.no2 {
	background: url(../images/back-h4-2.gif) 5px 50% no-repeat #FAFCF8;
}

#main-content h4.no3 {
	background: url(../images/back-h4-3.gif) 5px 50% no-repeat #FAFCF8;
}

#main-content h4.no4 {
	background: url(../images/back-h4-4.gif) 5px 50% no-repeat #FAFCF8;
}

#main-content h4.no5 {
	background: url(../images/back-h4-5.gif) 5px 50% no-repeat #FAFCF8;
}

#main-content h5 {
	margin: 1.0em 0 0.8em 12px;
	padding:0 0 0 7px;
	font-size: 105%;
	font-weight:bold;
	border-left:3px solid #ccc;
	border-bottom:1px dotted #aaa;
	line-height:1.66;
}

#main-content h6 {
	margin: 1.0em 0 0 16px;
	padding:0 0 0 7px;
	font-size: 105%;
	font-weight:bold;
	line-height:1.66;
	border-bottom:1px dotted #ccc;
}

#main-content div.link-box {
	padding: 4px;
	margin: 0 0 0 16px;
	border: 1px dotted #CBD69E;
}

#main-content div.link-box p {
	margin: 0 0 7px 16px;
}

#main-content div.link-box a {
	padding: 0 0 0 24px;
	margin: 0 0 10px 0;
	font-size: 110%;
	display: block;
	background: url(../images/mark-square.gif) left 50% no-repeat;
}

#main-content ul.list,
#main-content ul.example {
	margin: 10px 0 10px 20px;
	list-style: inside;
	list-style-type: disc;
}

#main-content ul.example {
	color: #666666;
}

#main-content ul.decimal {
	margin: 10px 0 10px 26px;
	color: #c00;
	list-style: decimal inside;
}

#main-content ul.decimal li {
	margin-bottom: 3px;
}

#main-content ul p {
	padding: 0;
	maring: 0;
}

#main-content table.table {
	margin: 0 0 10px 20px;
}

/*横並びのテーブル*/

#main-content .one-box p {
	margin-left: 10px;
	text-align: left;
}

#main-content .one-box table {
	margin: 0 0 0 10px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

#main-content .one-box table td {
	padding: 4px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/* USP */

#usp {
	padding: 3px 3px 5px 12px;
	margin: 10px 0 16px 0;
	background:#FEF8E0;
}

#usp .title {
	font-size: 105%;
	font-weight: bold;
	color: #FF6600;
	letter-spacing: 1px;
}

#usp ul {
	padding: 0;
	margin: 0;
}

#usp ul li {
	margin: 0 0 0 0;
	list-style-position: inside;
	list-style-type: disc;
}

#usp p {
	padding: 0;
	margin: 0;
}

/* 流れの矢印 */

#main-content img.arrow-under {
	margin-left: 90px;
}

/* ガイドライン（対策方法など）*/

#main-content div.guideline,
#main-content ul.guideline {
	padding: 0 10px 10px 10px;
	margin: 0 10px 0 20px;
	border: 1px solid #eeeeee;
	background: #FFFDFD;
}

#main-content div.guideline p {
	margin: 10px 0 0 0;
}

#main-content ul.guideline {
	padding-top: 10px;
}

/* エコガラスの省エネ等級表示 */

#main-content span.star {
	color: #FEE02A;
}

#main-content table.ecoglass-label,
#main-content table.table-common {
	width: 510px;
	margin: 0 0 0 auto;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

#main-content table.ecoglass-label th,
#main-content table.table-common th {
	padding: 3px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	background-color: #F7FAF1;
}

#main-content table.ecoglass-label td,
#main-content table.table-common td {
	padding: 2px 5px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#main-content .ecoglass-label .star {
	font-size: 110%;
	font-weight: bold;
	color: #FEE02A;
	text-align: center;
	background-color: #00AC4D;
}

#main-content table.table-common td.center,
#main-content table.table-common-center {
	text-align:center;
	vertical-align: bottom;
}

/*テーブルの共通スタイル*/

#main-content table td.title {
	text-align: center;
	background-color: #EEF8D6;
}

#main-content table td.appeal {
	background-color: #FFEEEE;
}

#main-content table td.td-blue {
	background-color: #B6E8F7;
}

/*熱貫流率の値*/

#main-content td.netu {
	text-align: center;
	background-color: #F4FBEC;
}

/*スペーシアの選び方*/

#main-content #hexagon {
	margin:0 0 20px 16px;
}

#main-content #hexagon li.hexagon-blue,
#main-content #hexagon li.hexagon-pink,
#main-content #hexagon li.hexagon-orange {
	width:83px;
	height:95px;
	text-align:center;
	line-height:95px;
	font-weight:bold;
	font-size:110%;
	float:left;
}

#main-content #hexagon li.hexagon-blue {
	background:url(../images/insulation/spacia/hexagon-blue.gif) no-repeat;
}

#main-content #hexagon li.hexagon-pink {
	background:url(../images/insulation/spacia/hexagon-pink.gif) no-repeat;
}

#main-content #hexagon li.hexagon-orange {
	background:url(../images/insulation/spacia/hexagon-orange.gif) no-repeat;
}

#hexagon:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/*****トップへ戻る*****/

div.navi-top {
	clear: both;
	padding-top: 5px;
	margin: 0 0 14px 0;
	text-align: right;
}

/*****サイドバー*****/

#sidebar .side-logo-prize {
	height: 65px;
	width: 220px;
	padding: 0;
	margin: 0;
	line-height: 1.0;
}

#sidebar .side-logo-prize a {
	height: 65px;
	width: 220px;
	overflow: hidden;
	line-height: 1.0;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/sidebar-logo-prize.jpg);
}

#sidebar .side-logo {
	height: 90px;
	width: 220px;
	padding: 0;
	margin: 0;
	line-height: 1.0;
}

#sidebar .side-logo a {
	height: 90px;
	width: 220px;
	overflow: hidden;
	line-height: 1.0;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/sidebar-logo.jpg);
}

#sidebar .side-logo a:hover,
#sidebar .side-logo-prize a:hover {
	background-position: 220px 0;
}

#sidebar .side-telnumber {
	margin: 4px 0 4px 0;
	line-height: 1.0;
}

#sidebar .contactform {
	padding: 0;
	margin: 0 0 6px 0;
	line-height: 1.0;
}

#sidebar .contactform a {
	height: 60px;
	width: 212px;
	margin: 0 4px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/button-contact-roll.gif);
}

#sidebar .contactform a:hover {
	background-position: 212px 0;
}

/* 窓工房の実績 */

#sidebar #prize {
	background-color:#F7FAF1;
}

#sidebar .prize-asahi,
#sidebar .prize-nihon {
	padding: 5px 0 0 0;
	margin: 0;
	line-height: 1.0;
}

#sidebar .prize-asahi a,
#sidebar .prize-nihon a {
	height: 70px;
	width: 212px;
	margin: 0 4px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
}

#sidebar .prize-asahi a {
	background-image: url(../images/sidebar-prize-asahi.jpg);
}

#sidebar .prize-nihon a {
	background-image: url(../images/sidebar-prize-nihon.jpg);
}

#sidebar .prize-asahi a:hover,
#sidebar .prize-nihon a:hover {
	background-position: 212px 0;
}


#sidebar h3 {
	padding: 3px 0 3px 13px;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.66;
	background-image: url(../images/sidebar-midashi.gif);
	background-repeat: no-repeat;
}

#sidebar p {
	margin: 0 4px 0 4px;
	font-size: 90%;
}

#sidebar ul {
	padding: 3px 0 5px 0;
	margin: 0 0 0 3px;
	background-color: #F7FAF1;
	list-style-position: outside;
}

#sidebar ul li {
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	background: url(../images/sidebar-mark.gif) left 50% no-repeat;
}

#sidebar ul.job {
	margin:10px 0px 10px 3px;
	background:#FFeeeee;
	border:solid 1px #669900;
}

#sidebar ul.job li {
	padding:4px 4px 4px 6px;
	background:none;
}

#sidebar li.mark-ecogalass {
	background: url(../images/mark-ecoglass.gif) left 4px no-repeat;
	list-style-position: outside;
}

#sidebar li.indent {
	margin: 0 0 0 12px;
}

#sidebar div.subsubtitle {
	padding: 3px 0 0 4px;
	font-weight: bold;
	color: #336600;
	background: #DDEFA7;
}

#sidebar .award {
	padding: 2px 0 0;
	background-color: #F7FAF1;
}

#sidebar .search {
	margin: 5px auto 0;
	text-align: center;
}

#sidebar ul.sidebar-area {
	background-color: #FAFCF8;
}

div.sidebar-area {
	padding: 1px 4px 1px;
	margin: 0;
	color: #464646;
	background-color: #FAFCF8;
}

div.sidebar-area .local-area {
	font-weight: bold;
	color: #669933;
}

/*****お問い合わせ先*****/

/*****営業エリア*****/

#area {
	padding: 7px 5px;
	margin: 10px 10px;
	border: 1px solid #eeeeee;
	font-size: 90%;
	color: #464646;
	line-height: 1.5;
	background-color: #FBFEF3;
}

/*****下部メニュー*****/

#footer-menu {
	padding: 10px 0;
	font-size: 95%;
	color: #cccccc;
	text-align: center;
}

/*****フッター*****/

#footer {
	position: relative;
	padding: 10px 0 18px 20px;
	font-size: 95%;
	font-style: normal;
	text-align: center;
	background-image: url(../images/footer.jpg);
}

#footer p {
	position: absolute;
	top: 7px;
	right: 7px;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/***************************** 

	トップページ

******************************/

.syousai {
	clear: both;
	padding: 0;
	margin: 0 8px 10px 0;
	text-align: right;
}

.syousai a {
	font-size: 110%;
}

.sekousya {
	margin: 10px auto 7px;
	text-align: center;
}

/* 3ボックス */

#main-content .three-box {
	width: 530px;
	margin: 0;
	text-align: center;
}

#main-content .one-box {
	float: left;
	width: 33.3%;
	padding: 0 0 10px 0;
	margin: 0 auto;
	line-height: 1.3;
}

#main-content .margin-box {
	margin-bottom: 10px;
}

/*****お客さまの声*****/

.voice-top {
	padding: 2px 4px;
	margin: 4px 2px 2px;
	border: 1px solid #A0BE5A;
	line-height: 1.5;
	text-align: left;
}

.voice-top .customer-name {
	color: #996600;
}

/*****提携店の紹介*****/

#affcompany {
	width: 500px;
	margin: 0 0 0 20px;
}

#affcompany .box {
	float: left;
	width: 50%;
	padding: 0 0 16px 0;
}

#reference .fotter-mailform {
	margin: 0 0 0 30px;
	font-weight: bold;
	color: #336600;
	text-align: left;
}

#reference a {
	font-size: 120%;
}

/***************************** 

	はじめに（個別ページ）

******************************/
.dropcatch:first-letter {
	padding: 3px;
	margin-right: 2px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 130%;
	color: #FFFFFF;
	background: #CC9966;
}

.merit {
	padding: 7px;
	margin: 10px 20px;
	border: 1px solid #eeeeee;
	font-weight: bold;
	color: #464646;
	background-color: #F9F9F9;
}

/***************************** 
	
	個別ページ
	お客さまの声（インデックス）
	#voice

******************************/
#voice h3.index {
}

#voice h4.index-title {
}

#voice .voice-index {
	clear: both;
	margin: 0 0 0 10px;
}

#voice .index-pic {
	float: left;
	height: 190px;
	width: 210px;
	margin: 0 0 17px 0;
}

#voice .index-catch {
	float: right;
	height: 189px;
	width: 300px;
	margin: 0 0 15px 0;
	border: #eeeeee solid 1px;
	background: #FFFBE8;
}

#voice .voice-index p {
	margin: 6px 8px;
}

.mark-arrow {
	padding: 0 0 0 20px;
	background-image: url(../images/voice/mark-arrow.gif);
	background-position: left 50%;
	background-repeat: no-repeat;
}

.mark-square,
.mark-square-em {
	padding: 0 0 0 24px;
	background-image: url(../images/mark-square.gif);
	background-position: left 50%;
	background-repeat: no-repeat;
}

.mark-square-em {
	font-size:120%;
	font-weight:bold;
}

.mark-outlink {
	padding: 0 0 0 24px;
	background-image: url(../images/mark-outlink.gif);
	background-position: left 50%;
	background-repeat: no-repeat;
}

.mark-pdf {
	padding: 6px 0 6px 41px;
	display: block;
	background-image: url(../images/construction/mark-pdf.gif);
	background-position: left 50%;
	background-repeat: no-repeat;
}

/***************************** 
	
	個別ページ
	お客さまの声（個別インタビュー）
	#voice

******************************/
#eyecatch {
	position: relative;
	margin: 15px auto;
	text-align: center;
}

#eyecatch img {
	padding: 4px;
	margin: 0;
	border: #cccccc solid 1px;
	line-height: 1.0;
}

/*****お客さまの声の県名・名前*****/
#eyecatch .name {
	padding: 0px 5px 0px 10px;
	font-size: 105%;
	font-weight: bold;
	color: #464646;
	text-align: left;
}

/*****IE6.0向けのハック*****/
/* \*/
* html #eyecatch .name {
	left: 6px;
}

/*****お客さまの声のキャッチコピー*****/
#eyecatch div.catchcopy {
	padding: 4px 10px;
	margin: 3px 9px 40px 9px;
	border: 1px solid #cccccc;
	font-size: 120%;
	font-weight: bold;
	color: #464646;
	line-height: 1.66;
	text-align: left;
	background: #F7FAF1;
}

#eyecatch .name p,
#eyecatch .catchcopy p {
	padding: 0;
	margin: 0;
}

/*****お客さまの声の施工データ*****/

#voice #voicedata {
	width: 400px;
	margin: 0 auto 15px;
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
}

#voice #voicedata caption {
	padding: 5px 0 5px 22px;
	font-size: 110%;
	color: #660000;
	background: url(../images/mark-square.gif) left 50% no-repeat;
}

#voice #voicedata th {
	padding: 4px 5px;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	color: #464646;
	vertical-align: middle;
	text-align: center;
	background-color: #eeeeee;
}

#voice #voicedata td {
	padding: 4px 8px;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	vertical-align: top;
	text-align: left;
}

/*****インタビューの小見出し*****/
#voice h3.interview {
	padding: 0 0 0 30px;
	margin: 0px 4px 7px 7px;
	border-bottom: #669900 1px dotted;
	border-left: none;
	font-size: 120%;
	background: url(../images/voice/back-h2-mike.gif) no-repeat left 50%;
}

/*インタビューの名前 共通スタイル*/
#voice .interviewer-name,
#voice .interviewee-name {
	clear: both;
	padding: 0 0 2px 5px;
	margin: 0 0 0 10px;
	font-size: 110%;
}

/*インタビューする窓工房側の名前*/
#voice .interviewer-name {
	color: #333399;
}

/*インタビューされるお客さまの名前*/
#voice .interviewee-name {
	color: #CC3300;
}

/*インタビューの発言 共通スタイル*/
#voice .interviewer-voice,
#voice .interviewee-voice {
	padding: 0 10px;
	margin: 0 3px 15px 12px;
	border: 1px solid #cccccc;
}

#voice .interviewer-voice p,
#voice .interviewee-voice p {
	padding: 0;
	margin: 0.7em 0;
}

/*インタビューする窓工房側の発言*/
#voice .interviewer-voice {
	background: #FDFEFF;
}

/*インタビューされるお客さまの発言*/
#voice .interviewee-voice {
	background: #FFFCFC;
}

/*****お客さまからのメール*****/
#voice h3.aftermail {
	padding: 0 0 0 38px;
	margin: 20px 0px 0px 3px;
	border-left: none;
	background: url(../images/voice/back-h2-mail.gif) no-repeat 1% 50%;
}

#voice-mail {
	padding: 15px 4px 0px;
	margin: 0 20px 15px 20px;
	border: 1px solid #ccc;
}

#voice-mail p {
	margin: 0 12px 12px 12px;
}

/*****画像の横並び*****/

/* 2枚の横並べ */

#voice .two-box {
	clear: both;
	width: 100%;
	margin: 15px auto 0 auto;
	line-height: 1.5;
	text-align: center;
}

#voice .one-box {
	float: left;
	width: 49%;
	padding: 0 0 10px 5px;
	margin: 0 auto;
}

#voice .two-box img {
	padding: 4px;
	border: 1px solid #cccccc;
}

/*1枚のみ*/

#voice .top-box {
	margin: 5px 0px 0 5px;
}

/***************************** 

	よくある質問（個別ページ）

******************************/

#faq h3 {
	padding: 0 0 2px 20px;
	border-bottom: 1px dotted #666666;
	background: url(../images/mark-faq-h3.gif) no-repeat left;
}

#faq .question {
	background: url(../images/mark-faq-h3-q.gif) no-repeat left;
}

#faq #main-content p {
	margin-top: 5px;
}

/***************************** 

	個別ページ
	施工例　#sekou

******************************/

div.sekou-list ul {
	list-style: none;
}

div.sekou-list ul li {
	margin: 0 0 5px 20px;
}

div.sekou-list ul li a {
	padding: 0 0 0 24px;
	background: url(../images/mark-sekou.gif) left 50% no-repeat;
}

div.sekou-list ul li a:hover {
	background: url(../images/mark-sekou-hover.gif) left 50% no-repeat;
}

#sekou div.sekou-rei,
#sekou div.sekou-tejyun {
	width: 100%;
}

#sekou div.sekou-rei img,
#sekou div.sekou-tejyun img {
	padding: 4px;
	border: 1px solid #cccccc;
}

/*関連ページへのナビゲーション*/

#main-content .related-link {
	clear: both;
	width: 524px;
}

#main-content .related-link p {
	margin-left: 5px;
}

#main-content .related-link img {
	clear: both;
	margin: 0 0 6px 0;
}

#main-content .related-link .left {
	float: left;
	width: 259px;
	margin: 0 3px 6px 0;
}

#main-content .related-link .right {
	float: left;
	width: 259px;
	margin: 0 0 6px 3px;
}

#main-content .related-link .left a,
#main-content .related-link .right a {
	padding: 2px 0 4px 14px;
	margin: 0 0 6px 0;
	border: #dddddd 1px solid;
	display: block;
	background: url(../images/construction/back-navi.gif);
}

#main-content .related-link .left a:hover,
#main-content .related-link .right a:hover {
	border-color: #FFCC66;
	background-position: 260px 0;
}

#main-content .interest {
	clear: both;
	padding: 20px;
	margin: 40px 12px 10px 12px;
	border: #CBD69E 2px solid;
	background-color: #FAFCF8;
}

#main-content .interest em {
	font-size: 150%;
	font-weight: bold;
}

#main-content .interest a {
	padding: 0 0 0 24px;
	background: url(../images/mark-square.gif) left 50% no-repeat;
}

#sekou table {
	clear: both;
	width: 450px;
	margin: 10px auto;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
}

#sekou table th {
	width: 80px;
	padding: 3px;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	font-weight: bold;
	text-align: center;
	background: #F7F7F7;
}

#sekou table td {
	padding: 5px 5px 5px 7px;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
}

#sekou table td.sekousya {
	width: 100px;
	padding: auto 4px;
}

#sekou span.value {
	font-size: 140%;
	font-weight: bold;
}

#sekou table p {
	margin: 5px 0 0 0;
}

#sekou #main-content h4 {
	padding: 3px 0 3px 38px;
	margin: 1em 0 0 8px;
	border-left: #E4EDCD 6px solid;
	border-bottom: #E4EDCD 1px solid;
	font-size: 120%;
	color: #464646;
	line-height: 1.5;
	background: url(../images/construction/mark-h3.gif) no-repeat 5px 50% #F8FAF1;
}

#sekou #main-content h5 {
	padding: 3px 0 2px 9px;
	margin: 1em 0 1em 12px;
	border: none;
	font-size: 105%;
	font-weight: bold;
	background:#f7f7f7;
}

#sekou .sekou-tejyun {
	margin: 0 0 14px 0;
}

#sekou #estimate {
	width: 500px;
	margin: 0 0 0 18px;
}

#sekou #estimate td.midashi {
	text-align: center;
	background: #F4FBEC;
}

#sekou #estimate td.final {
	border-bottom: 2px solid #A2BB55;
}

#sekou #estimate td.total {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

#sekou #estimate td.total-value {
	font-size: 120%;
	font-weight: bold;
}

#sekou #estimate td.numerical {
	text-align: right;
}

/*****画像の回り込み*****/

#sekou img.img-right {
	float: right;
	margin: 7px 0 0 10px;
}

#sekou img.img-left {
	float: left;
	margin: 7px 10px 0 0;
}

#sekou p.center {
	clear: both;
	width: 100%;
	display: block;
	text-align: center;
}

#sekou p.center img {
	margin: 7px auto 0 auto;
}

/*****画像の横並び*****/

/* 2ボックス 3ボックス */

#sekou .two-box,
#sekou .three-box {
	clear: both;
	width: 520px;
	margin: 10px auto 0 5px;
	line-height: 1.5;
	text-align: center;
}

#sekou .two-box .one-box {
	float: left;
	width: 260px;
	padding: 0;
	margin: 0 auto;
}

#sekou .three-box .one-box {
	float: left;
	width: 173px;
	padding: 0;
	margin: 0 auto;
}

/*****画像の回り込みの解除*****/

#sekou .sekou-rei:after,
#sekou .sekou-tejyun:after,
#sekou .two-box:after,
#sekou .three-box:after,
#main-content .two-box:after {
	clear: both;
	height: 0.1px;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
	display: block;
	content: ".";
}

#sekou .sekou-rei,
#sekou .sekou-tejyun,
#sekou .two-box,
#sekou .three-box,
#main-content .two-box {
	clear: both;
	display: inline-block;
}

/***************************** 
	
	個別ページ
	サイト内の検索結果

******************************/

#search {
	margin: 0 0 0 10px;
}

/***************************** 
	
	個別ページ
	お問い合わせ　#contact

******************************/

/*****必須項目を伝える注意書き*****/
#contact p.notes {
	margin-bottom: 3px;
	font-size: 85%;
}

#contact table.mailform {
	width: 95%;
	margin: 0 auto 10px 10px;
	border-top: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 1px;
}

#contact table.mailform th,
#contact table.mailform td {
	padding: 5px 8px;
	margin: 0;
	border-right: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
	line-height: 1.5;
}

#contact table.mailform td span.subhead {
	background-color:#F7FAF1;
	font-weight:bold;
	line-height:2.2;
}

#contact table.mailform td.brochure-check label {
	font-size:110%;
	border-bottom:#ccc 1px dashed;
}

#contact table.mailform th {
	width: 120px;
	vertical-align: middle;
	background: #F7FAF1;
}

#contact p.example {
	margin: 5px 0 0;
	font-size: 90%;
	color: #5a5a5a;
}

#contact .text {
	padding: 2px;
	border: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 110%;
	color: #333;
	background: #ffffff url(../images/contact/back-text.gif) left top no-repeat;
}

#contact select {
	font-size: 110%;
}

/*****必須のマーク*****/
#contact span.necessary {
	font-size: 70%;
	color: #cc0000;
	vertical-align: middle;
}

/*****任意のマーク*****/
#contact span.option {
	font-size: 70%;
	color: #888;
	vertical-align: middle;
}

#contact optgroup {
	font-style: normal;
}

#contact input.text:focus,
#contact textarea.text:focus {
	border-top: #8A9867 1px solid;
	border-right: #8A9867 1px solid;
	border-bottom: #8A9867 1px solid;
	border-left: #8A9867 1px solid;
	background: #FFFDF7 url(../images/contact/back-text.gif) left top no-repeat;
}

#contact label {
	cursor: pointer;
}

#contact input.sub-button {
	padding: 10px 30px 5px;
	margin: 10px auto;
	font-size: 110%;
}

/***************************** 
	
	個別ページ
	料金について
	#price

******************************/

#price table {
	width: 490px;
	margin: 0 0 0 20px;
	border-color: #669900;
}

#price table td {
	text-align: center;
}

#price #main-content ul.price {
	margin: 0 0 0 26px;
	color: #cc0000;
	font-size:110%;
}

div.step {
	padding: 6px 10px 6px;
	margin: 16px 36px 10px;
	border: 2px solid #C9D89C;
}

/***************************** 
	
	個別ページ
	提携店


******************************/

span.area {
	background-color: #F4FBEC;
}

span.yellow-b {
	background-color: #F1F7E6;
}

#main-content iframe {
	width: 430px;
	padding: 3px;
	margin-left: 30px;
	border: 1px #cccccc solid;
}

#main-content iframe h1 {
	color: red;
}

/***追加定義***/
#sekou .three-box .one-box2 {
	float: left;
	width: 120px;
	padding: 0;
	margin: 0 auto;
}

/***************************** 
	
	個別ページ
	相互リンク


******************************/

#main-content ul.link {
	padding:0 0 0 16px;
}

#main-content ul.link li.sitetitle {
	margin:1.0em 0 0;
	font-size:100%;
}

#main-content ul.link li {
	font-size:85%;
}

#main-content ul.link li.sitetitle a {
	background:url(../images/mark-outlink.gif) no-repeat left 50%;
	padding:0 0 0 22px;
	
}
