body {
	margin:0;
	background-image:url(img/background.gif);
	background-position:top left;
	background-repeat:repeat-x;
	font-size:85%;
	line-height:150%;
	letter-spacing:0.04em;
	color:#333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1 {
	position: absolute;
	left: -9999px;
}
h2 {
	font-size:110%;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
}
h2.main {
	font-size:140%;
}
h3 {
	font-size:100%;
	border-left:7px double #036;
	padding-left:8px;
	margin-top:10px;
	margin-bottom:5px;
	font-weight:bold;
	clear:both;
}
p {
	margin-top:5px;
	margin-bottom:5px;
}
b {
	color:#C00;
	font-size:200%;
	font-weight:bold;
}
ul {
	margin-top:0;
}
img {
	border:none;
}
span {
	font-size:80%;
}

a:link {
	color:#036;
	text-decoration:none;
}
a:visited {
	color:#369;
	text-decoration:none;
}
a:hover {
	color:#369;
	text-decoration:underline;
}
a:active {
	color:#036;
	text-decoration:overline;
}


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


div.wrapper {
	width:800px;
	text-align:left;
}

div#headline {
	background-image:url(img/title-number.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
div#headline img {
	margin-bottom:0;
}



div#main {
	width:600px;
	float:right;
}

div#side {
	width:180px;
	float:left;
	background-image:url(img/side-topline.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:7px;
}
div.side-index {
	background:#036;
	color:#fff;
}

div#footer {
	clear:both;
	border-top:2px solid #036;
	background:#F7F9ED;
	margin-top:5px;
}



/*==============共通項目========================*/
p.small {
	font-size:90%;
}
p.side img {
	float:left;
	width:50px;
	padding-right:3px;
}
p.side hr {
	margin:0;
	clear:both;
}
img.left {
	padding-right:10px;
	padding-bottom:10px;
	float:left;
}
img.right {
	padding-right:10px;
	float:right;
}
table.left,table.right {
	border:1px solid #ccc;
}
table.left {
	float:left;
	padding:3px;
	margin-right:3px;
	margin-bottom:3px;
}
address {
	background-image:url(img/back-address.gif);
	background-position:top right;
	background-repeat:no-repeat;
	float:right;
	width:330px;
	font-style:normal;
	paddiong-top:20px;
}

table.mutoh {
	border:solid 1px #ccc;
	width:100%;
	clear:both;
	margin:10px 0 10px;
}

table.mutoh td {
	vertical-align:top;
}

div#entry h2 {
	background-image:url(img/back-index.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding-bottom:15px;
	padding-top:80px;
	margin-top:0;
}
div#entry dt {

}

div#category h2 {
	font-size:200%;
	border:1px solid #036;
	border-left:8px double #fff;
	background:#036;
	color:#fff;
	padding-top:8px;
	padding-bottom:8px;
	background-image:url(img/back-h2.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}
div#item h2 {
	background-image:url(img/border-line.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	font-size:180%;
	padding-bottom:5px;
	margin:20px 0 30px;
}

div#muto-manual {
	margin-top:5px;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:2px solid #eee;
	margin-bottom:2px solid #eee;
}
dl.info dt {
	font-weight:bold;
}
dl.info dd {
	margin-bottom:15px;
}
/*=========== データ関係 ===========*/


dl.data {
	width:100%;
	background-color:#fff;
	border-bottom:1px solid #ccc;
}
dl.data dt, dl.data dd {
	background-color:#fff;
	margin-left:0;
	margin-bottom:0;
	font-size:90%;
	line-height:150%;
}
dl.data dt {
	padding-left:10px;
	float:left;
	width:90px;
	border-top:1px solid #ccc;
	clear:left;
}
dl.data dd {
	background-color:#fff;
	margin-left:100px;
	margin-bottom:0;
	border-top:1px solid #ccc;
	padding:2px 0 1px 5px;
	text-indent:-0.2em;
}

/*==============サイドナビゲーション========================*/
div.side-index a:link,div.side-index a:visited {
	color:#fff;
}
div.side-index a:hover,div.side-index a:active {
	color:#fff;
	text-decoration:underline;
}
div.side-index p {
	clear:both;
	padding:3px;

}

div#side dl {
	border:1px solid #ccc;
}

div#side dt {
	margin:0;
	background:#036;
	color:#fff;
	font-weight:bold;
	padding-left:5px;
}
div#side dd {
	margin:0;
	background:#fff;
	padding-left:10px;
	border-bottom:1px dotted #ccc;
	line-height:160%;
}
div#side p.banner {
	text-align:center;
}
div#side p.banner img {
	padding-bottom:5px;
}
/*==============サムネイル========================*/
div.thumbnail {
	width:290px;
	padding:3px;
	height:70px;
	float:left;
}
div.thumbnail img {
	margin-right:5px;
	width:60px;
	float:left;
	border:1px solid #ccc;
}
div#item-link {
	width:293px;
	padding:3px;
	height:110px;
	float:left;
}
div#item-link img {
	margin-right:5px;
	float:left;
	border:1px solid #ccc;
}
/*==============トップページ========================*/

table.upto {
	clear:both;
	width:100%;
}
table.upto td {
	vertical-align:top;
}
table.upto dl {
	background:#eee;
	margin:0;
}
table.upto dt {
	margin:0;
	padding-left:5px;
	border-bottom:1px dotted #666;
	font-weight:bold;
}
table.upto dd {
	border-bottom:1px dotted #ccc;
	margin:0;
	padding-left:10px;
}




/*==============実績の枠========================*/

.photo {
	clear:both;
	background:#036;
	padding:5px;
	border-bottom:3px solid #39f;
	color:#fff;
	margin-bottom:10px;
}
.photo table {
	width:100%;
}
.photo td {
	width:25%;
	text-align:center;
	font-size:90%;
}

/*==============グッズ========================*/

table#goods {
	margin:10px 0 10px 0;
}
table#goods td {
	vertical-align:top;
}
table#goods td.index {
	background:#036;
}


/*==============お客様の声========================*/

div.review p {
	border-bottom:1px dotted #ccc;
}

/*==============会社概要========================*/
div.detail {
	background-image:url(img/back-detail.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

td.stage {
	width:220px;
	text-align:center;
	background:#036;
	color:#fff;
	float:left;
	vertical-align:top;
}
td.spell {
	width:360px;
	text-align:left;
	float:right;
	vertical-align:top;
	padding-left:10px;
}


/*=========== 用語集カテゴリ ===========*/

div.glossary {
	margin-top:15px;
}
div.glossary dt {
	font-weight:bold;
	border-bottom:1px solid #ccc;
	margin-top:15px;
}
div.glossary dd{
	border-bottom:1px dotted #ccc;

}
div.glossary span {
	border:1px solid #ccc;
	background-color:#036;
	padding:3px;
	font-size:250%;
	font-weight:bold;
	color:#fff;
	margin-top:10px;
}

/*=========== 施工実例 ===========*/

div.construction {
	margin-bottom:10px;
}

div.construction p {
	clear:both;
}

div.construction table {
	width:100%;
	border:0;
	clear:both;
}
div.construction td {
	width50%;
	vertical-align:top;
}


/*=========== 工事経歴 ===========*/
table.data {
	background:#ccc;
}
table.data td {
	background:#fff;
}


/*=========== 施工までの流れ ===========*/

div.arrow {

	background-image:url(img/flow-arrow.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:55px;
}

/*=========== 取り付け方 ===========*/

div.howto {
	clear:both;
}

/*=========== Q&A ===========*/
li.qa {
	
}
/*=========== 対応可能地域 ===========*/
div.region {
	background-image:url(img/image-region.gif);
	background-position:center top;
	background-repeat:no-repeat;
	height:377px;
}

table.tableborder {
	background:#666;
	width:100%;
	font-size:95%;
}
table.tableborder th {
	background:#eee;
	vertical-align:top;
}
table.tableborder td {
	background:#fff;
	width:75px;

}