/****************************************************
　■トップページ設定
****************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	background-color:ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" ,sans-serif;
	background-image: url(images/top_back_img.gif);
	background-repeat: repeat-x;
}


/* --- コンテンツBOX --- */
#container {
	position: relative;
	width: 840px;
	margin: 0 auto;
}
#container-inner {
	position: static;
	width: auto;
	padding: 0;
}

.clearing {
	height: 0px;
	clear: both;
}

.hide {
	font-size: 1px;
	text-indent: -2000px;
	height: 0;
	width: 0;
}

/* --- リンクテキスト共通設定 --- */
a {
	color: #333333;
	text-decoration: none;
}
a:hover{
	color: #3366CC;
	text-decoration: underline;
}

/* --- 見出し共通設定 --- */

h1 {
}
h2 {
}
h3 {
}
h4 {
	margin: 20px 10px 5px;
	padding: 2px 0 1px 5px;
	border-left: 5px solid #3366CC;
	font-size: 14px;
	color: #3366CC;
}


/* --- <p>段落　共通設定 --- */
 p {
	line-height: 1.4em;
}

img {
	border: none;
	vertical-align:baseline;
}


/* --- 強調 --- */
em {
	color: #FF6699;
	font-weight: 700;
	font-style: normal;
}
strong {
	color: #3366CC;
	font-weight: 700;
}

/****************************************************
　■ヘッダー 
****************************************************/

/* --- 共通部分（ロゴ・テキストリンク） ---- */
#header {
	width: 840px;
	height: 60px;
	margin: 0;
	background-image: url(images/common_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
}
#header-inner {
	padding: 0;
	position: static;
	width: auto;
}

.logo {
	margin: 20px 0 0 0;
	width: 260px;
	float: left;
}
.header-navi {
	float: right;
	margin: 15px 0 0 0;
	font-size: 70%;
}

/* --- ヘッダーメインイメージ --- */
#header-image {
	margin: 0;
	padding: 0;
	width: 840px;
	height: 200px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #fff;
}

/****************************************************
　■メインナビゲーション

　別ファイル
　style-navi：バック画像

****************************************************/


/****************************************************
　■コンテンツ 
****************************************************/

/* --- コンテンツ Wrapper（サイドナビゲーション含む） --- */
#wrapper {
	width: 840px;
	margin: 15px 0 0 0;
}

#wrapper-inner {
	padding: 0;
	position: static;
	width: auto;
}

/* for page contents bottom image */
#wrapper-bottom {
	width: 1px;
	height: 1px;
}


/*********** 新着情報・イベント情報 ****************/
/*新着情報*/
#news-event {
	margin: 0 0 15px 0;
	padding: 0;
	height: 210px;
}

#news {
	width: 410px;
	margin: 0;
	float: left;
}

.title {
	width: 410px;
	height: 26px;
	margin: 0 0 5px 0;
	padding: 0;
}
.entry_news {
	display: block;
	overflow: auto;
	width: 400px;
	height:175px;
	margin: 0 0 0 5px;
	padding: 0 5px 0 0;
}
.entry_news p {
	margin: 0;
	font-size: 12px;
	padding: 5px 5px 2px 15px;
	border-bottom: 1px dotted #ccc;
	background-image: url(images/allow_green.gif);
	background-repeat: no-repeat;
	background-position: left;
}
span.green {
	color: #669933;
}
span.pink {
	color: #FF99CC;
}
span.blue {
	color: #6699FF;
}
span.glay {
	color: #666;
	font-size: 85%;
	font-weight: 400;
}
span.orange {
	color: #FF9933;
}

/*イベント情報：プレゼントのお知らせ*/
#event {
	width: 410px;
	float: right;
}
.present-img {
	width: 200px;
	float: left;
}
.present-text {
	width: 200px;
	float: right;
}
.present-text h3 {
	font-size: 14px;
	line-height: 120%;
	margin: 0 0 5px 0;
	padding: 0 5px;
	color: #FF3366;
	border-left: 5px solid #FF3366;
}
.present-text h3 a {
	color: #FF3366;
}
.present-text h3 a:hover {
	color: #F077AA;
}

.present-text p {
	margin: 0 5px 0 10px;
	padding: 5px 0 0 0;
	font-size: 75%;
	border-top: 1px dotted #FF6666;
}
/* --- 詳細等へのリンクテキスト --- */
#event .link-text {
	text-align: right;
	background-image: url(images/allow_red.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 3px 12px 0 0;
	margin: 5px;
	border: none;
	font-size: 70%;
}

/*********** ブログ/相談会・住宅ガイド ****************/
#block-guide {
 clear: both;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	height: 330px;
}

/*****左ブロック　ブログ/相談会*****/
#blog-consul {
	width: 410px;
	float: left;
}	
/*ブログ*/
#blog {
	width: 410px;
	height: 170px;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #CCCCCC;
}
.blog-img {
	width: 150px;
	margin: 5px 0 0 0;
	float: left;
}
.blog-text {
	width: 250px;
	margin: 5px 0 0 0;
	float: right;
}
.blog-text h3 {
	font-size: 14px;
	line-height: 120%;
	margin: 00;
	padding: 0 5px;
	color: #FF9900;
	border-left: 5px solid #FF6600;
	border-bottom: 1px dotted #FF6600;
}
.blog-text h3 a {
	color: #FF6600;
}
.blog-text h3 a:hover {
	color: #FF9900;
}	
.blog-text table {
	margin: 5px 0 0 0;
	width: 250px;
}
.blog-text td {
	font-size: 75%;
	vertical-align: top;
	padding: 3px 0;
}

.blog-text p {
	margin: 0 5px;
	padding: 5px 0 0 0;
	font-size: 75%;
}
#blog .link-text {
	text-align: right;
	background-image: url(images/allow_red.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 3px 12px 0 0;
	margin: 5px;
	border: none;
	font-size: 70%;
}

/*住宅見学会／イベント情報*/
#consul {
	width: 410px;
	height: 150px;
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #CCCCCC;
}

.consul-img {
	width: 150px;
	margin: 5px 0 0 0;
	float: left;
}
.consul-text {
	width: 250px;
	margin: 5px 0 0 0;
	float: right;
	background-image: url(images/top_consul_back.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.consul-text h3 {
	font-size: 14px;
	line-height: 120%;
	margin: 0 0 5px 0;
	padding: 0 5px;
	color: #3366CC;
	border-left: 5px solid #3366CC;
	border-bottom: 1px dotted #3366CC;
}
.consul-text h3 a {
	color: #3366CC;
}
.consul-text h3 a:hover {
	color: #6699FF;
}	

.consul-text p {
	margin: 0 5px;
	padding: 5px 0 0 0;
	font-size: 75%;
	line-height: 1.5em;
}
#consul .link-text {
	text-align: right;
	background-image: url(images/allow_red.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 3px 12px 0 0;
	margin: 2px 5px;
	border: none;
	font-size: 70%;
}

/*****右ブロック　住宅ガイド*****/
#guide {
	width: 410px;
	height: 325px;
	float: right;
}
#guide .title {
	margin: 0;
}
/* 新築住宅施工例 */
.example1 {
	width: 410px;
	height: 152px;
	background-image: url(images/top_guide_back01.gif);
	border-bottom: 1px dotted #ccc;
}
.example1 .guide-img {
	width: 150px;
	margin: 10px 0 0 0;
	float: left;
}
.example1 dl{
	width: 240px;
	font-size: 75%;
	margin: 55px 0 0 0;
	float: right;
}

/* リフォーム施工例 */
.example2 {
	width: 410px;
	height: 152px;
	background-image: url(images/top_guide_back02.gif);
}
.example2 .guide-img {
	width: 150px;
	margin: 13px 0 0 0;
	float: left;
}
.example2 dl{
	width: 240px;
	font-size: 75%;
	margin: 60px 0 0 0;
	float: right;
}

/* 共通項：リンク */
#guide dd{
	padding: 0 0 0 12px;
	margin: 6px 0;
	background-image: url(images/top_mark_red.gif);
	background-repeat: no-repeat;
}
/*
#guide dl{
	font-size: 75%;
	margin: 55px 0 0 170px;
}
#guide dd{
	padding: 0 0 0 12px;
	margin: 6px 0;
	background-image: url(images/top_mark_red.gif);
	background-repeat: no-repeat;
}
*/


/*********** 「住まい」のQ&A ****************/
#qa {
 clear: both;
	margin: 0 0 15px 0;
	padding: 0;
	height: 180px;
}
#qa p.qa-link {
	text-align: right;
	margin: 10px 10px 0 0;
}

#qa-01 {
	width: 270px;
	height: 170px;
	float: left;
	margin: 0 15px 0 0;
	background-image: url(images/top_qa_back01.gif);
}
#qa-02 {
	width: 270px;
	height: 170px;
	float: left;
	margin: 0 15px 0 0;
	background-image: url(images/top_qa_back02.gif);
}
#qa-03 {
	width: 270px;
	height: 170px;
	float: left;
	background-image: url(images/top_qa_back03.gif);
}


#qa dl{
	font-size: 75%;
	margin: 15px 0 0 15px;
}
#qa dd{
	margin: 0 15px 13px 0;
	padding: 0 0 2px 13px;
	background-image: url(images/top_mark_red.gif);
	background-repeat: no-repeat;
}

/*********** 各ブロック　クイックリンク ****************/
#quick-link {
 clear: both;
	margin: 0 0 15px 0;
	padding: 0;	
	vertical-align: top;
	height: 200px;
}
.block-a {
	width: 260px;
	height: 160px;
	background-image: url(images/top_block_house.jpg);
	background-repeat: no-repeat;
	float: left;
	vertical-align: baseline;
}
.block-b {
	width: 260px;
	height: 160px;
	background-image: url(images/top_block_env.jpg);
	background-repeat: no-repeat;
	margin: 0 0 0 15px;
	float: left;
	vertical-align: baseline;
}
.block-c {
	width: 260px;
	height: 160px;
	background-image: url(images/top_block_company.jpg);
	background-repeat: no-repeat;
	float: right;
	vertical-align: baseline;
}

#quick-link dl{
	font-size: 12px;
	margin: 85px 0 0 107px;
}
#quick-link dd{
	padding: 0 0 2px 10px;
	background-image: url(images/top_mark_red.gif);
	background-repeat: no-repeat;
}
#quick-link p{
	font-size: 70%;
	margin: 15px 0 0 0;
	color: #FF6666;
}

/*********** 会社住所等 ****************/
#com-address {
	margin: 20px 0 10px 0;
	text-align: center;
}
#com-address address {
	font-style: normal;
	font-size: 75%;
	color: #555;
}


/****************************************************
　■フッター 
****************************************************/
#footer {
	width: 840px;
	background-image: url(images/footer_back.gif);
	margin: 0;
	clear: both;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FEFAE9;
}
#footer-inner {
	padding:6px 0 4px 0;
	position: static;
	width: auto;
	text-align: center;
	font-size: 75%;
}

/****************************************************
　■フッター下テキストリンク 
****************************************************/
#under-link {
	width: 840px;
	margin: 8px auto;
	padding: 0;
	position: relative;
}
#under-link p {
	font-size: 70%;
	text-align: center;
	margin: 0 0 50px 0 ;
}


