@charset "utf-8";				/* 当該CSSの文字コードはutf-8 */
/*
 * copyright(c) 1999-2011 adwave,inc. all rights reserved.
 * http://www.adwave.co.jp/
 * 文字コードutf-8
 */

/* ▼▼▼CSSの初期化処理▼▼▼ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead {
/*table, caption, tbody, tfoot, thead, tr, th, td {*/
	background: transparent;	/* 背景を透明にする */
	border: 0;					/* ボーダーを削除する */
	margin: 0;					/* 上下左右のmarginを0にする */
	padding: 0;					/* 上下左右のpaddingを0にする */
	color: #000 ;				/* フォントカラーを#000000にする */
	vertical-align: baseline;	/* 縦方向の表示位置をベースラインに合わせる */
}
/* ▲▲▲CSSの初期化処理▲▲▲ */

/* ---------------------------------------------------------------------------------------------- */

/* ▼▼▼全体（tag）▼▼▼ */
body {
/*	background: url(../images/bg.gif) no-repeat center top; */
	background: url(../images/bg.gif);
	background-attachment:fixed;
	background-color: #ffffff;	/* 背景色を#d9d9d9にする */
}

ol,ul{
	list-style: none;			/* リストの各項目の左に表示されるマーカーを消す */
}
/* ▲▲▲全体（tag）▲▲▲ */

/* ▼▼▼wrapper（id）▼▼▼ */
#wrapper {
	margin: 0 auto;				/* 左右のmarginをautoにしてboxをセンタリングする */
	width: 900px;				/* 幅を1100px（header画像幅に合わせて）にする */
	background-color: #ffffff ;	/* 背景色を#ffffffにする */
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	/* フォントの種類を設定する */
}
/* ▲▲▲wrapper（id）▲▲▲ */

/* ---------------------------------------------------------------------------------------------- */
/* ▼▼▼header（id）▼▼▼ */

#header {
	margin: 0;					/* 上下左右のmarginを0にする（初期化で行っているので不要だが…） */
}
/* ▲▲▲header（id）▲▲▲ */

/* ---------------------------------------------------------------------------------------------- */

/* ▼▼▼main（id）▼▼▼ */
#main {
	margin: 0;					/* 上下左右のmarginを0にする（初期化で行っているので不要だが…） */
	width: 900px;				/* 幅を900px（wrapper幅に合わせて）にする */	
	background-color: #ffffff;	/* 背景色を白にする */
}
#main_products {
	margin: 0;					/* 上下左右のmarginを0にする（初期化で行っているので不要だが…） */
	width: 900px;				/* 幅を900px（wrapper幅に合わせて）にする */	
	background-color: #aae0fa;	/* 背景色をブルーにする aae0fa 99ccff */
}
#main_inquiry {
	margin: 0;					/* 上下左右のmarginを0にする（初期化で行っているので不要だが…） */
	width: 900px;				/* 幅を900px（wrapper幅に合わせて）にする */	
	background-color: #cde7ca;	/* 背景色をグリーンにする cde7ca ccffcc */
}
#main_information {
	margin: 0;					/* 上下左右のmarginを0にする（初期化で行っているので不要だが…） */
	width: 900px;				/* 幅を900px（wrapper幅に合わせて）にする */	
	background-color: #d1d2d4;	/* 背景色をグレーにする d1d2d4 cccccc */
}
/* ▲▲▲main（id）▲▲▲ */

.idx {
	padding-left: 5px;
	margin: 0 0 0 25px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 2em;
	letter-spacing: 0.1em;
}

#products_body {
	margin: 0 30px 0 30px;
	width: 840px;
	background-color: #ffffff;
}

.products_idx_house {
	background: url("../images/products_idx_house.gif") no-repeat left center; 
	padding-left: 5px;
	height: 25px;
	width: 840px;
	margin: 0;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
.products_idx_land {
	background: url("../images/products_idx_land.gif") no-repeat left center; 
	padding-left: 5px;
	height: 25px;
	width: 840px;
	margin: 0;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}

#products_body li {
	float: left;				/* 左側にfloatさせる */
	width: 400px;				/* 幅を200px（ナビボタン画像の幅に合わせて）にする */
	margin: 10px 10px 10px 10px;
}
#products_body img {
	float: left;				/* 左側にfloatさせる */
	margin: 0 10px 0 0;
}
/* 挿入 */
#products_body .photo {
	float: left;				/* 左側にfloatさせる */
	height: 180px;
}

#products_body h4 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
}
#products_body table {
	width : 810px;
	margin: 0 15px 15px 15px;
}
#products_body td {
	vertical-align:top;
	text-align: left;
}
#products_body .text1 {
	color: #000000;
	font-size: 14px;
}
#products_body .text2 {
	color: #000000;
	font-size: 12px;
	line-height: 1.2em;
}
#products_body .text3 {
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
#products_body .text4 {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8em;
	text-valign: bottom;
}
#products_body .text5 {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.8em;
	text-valign: bottom;
}
/* ---------------------------------------------------------------------------------------------- */
#inquiry_body {
	margin: 0 30px 0 30px;
	width: 840px;
	background-color: #ffffff;
}
.inquiry_idx {
	background: url("../images/inquiry_idx.gif") no-repeat left center; 
	padding-left: 5px;
	height: 25px;
	width: 840px;
	margin: 0;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
#inquiry_body table {
	width : 800px;
	margin: 0 15px 15px 15px;
}
#inquiry_body h4 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
}
#inquiry_body h5 {
	font-size:18px;
	font-weight:bold;
	margin:30px;
}
#inquiry_body .mail_comment{
	padding:80px;
	text-align:center;
}

#inquiry_body .text1 {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

#inquiry_body .text3 {
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
#inquiry_body .text4 {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8em;
	text-valign: bottom;
}
#inquiry_body .text5 {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8em;
	text-valign: bottom;
}
#inquiry_body .text6 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8em;
	text-valign: bottom;
}
/* ---------------------------------------------------------------------------------------------- */
#information_body {
	margin: 0 30px 0 30px;
	width: 840px;
	background-color: #ffffff;
}
.information_idx {
	background: url("../images/information_idx.gif") no-repeat left center; 
	padding-left: 5px;
	height: 25px;
	width: 840px;
	margin: 0;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
#information_body table {
	width : 810px;
	margin: 0 15px 15px 15px;
}
#information_body td {
	vertical-align:top;
	text-align: left;
}

#information_body .td-right {
	vertical-align:top;
	text-align: right;
}

#information_body h4 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
}
#information_body .text1 {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}
#information_body .text2 {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6em;
	letter-spacing: 0.2em;
}
/* ---------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------- */

#footer {
	margin: 0;					/* 上下のmarginを20px、左右のmarginを25pxにする（初期化で行っているので不要だが…） */
	width: 880px;				/* 幅を1100px（wrapper幅に合わせて）にする */	
	clear: both ;				/* */
	padding: 0 0 0 20px;		/* 上下のpadding10pxに設定する */
	background-color: #281e1b;	/* 背景色を#221815にする */
	text-align: right;
}
/* ---------------------------------------------------------------------------------------------- */

