@charset "utf-8";

/***************************************************/
/* 家を建てる時 ご案内関係のページ用CSS            */
/* (ご案内・掲載をご希望の方・このサイトについて)  */
/***************************************************/

/* 全ページ共通CSS読み込み */
@import url("common.css");


/***** ご案内関係のページ共通CSS *****/
/* コンテンツ基盤 */
#info_contents{
	width:720px;
	padding:20px 20px 0px 20px;*/
}

/* タイトル */
#info_title{
	width:560px;
	height:44px;
	padding-left:75px;
	margin-left:125px;
	font-size:120%;
	line-height:44px;
	color:#0099CC;
	background-image:url(../_images/info/info_titlebg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

/* 内容部分 */
#info_detail{
	width:720px;
	margin-top:20px;
	background-image:url(../_images/info/info_txtbg.gif);
	background-position:left top;
	background-repeat:repeat-y;
}
#info_chara{
	width:155px;
	float:left;
}
#info_txt{
	width:505px;
	padding:20px 30px 20px 0px;
	float:right;
}
	#info_txt h4{
		font-size:110%;
		color:#0099CC;
	}
	#info_txt p{ padding-bottom:15px; }
		/* テキストの色 */
		.info_txtcolor01{
			color:#009966;
		}
		.info_txtcolor02{
			color:#003366;
		}

/* お問い合わせボタン */
#to_contact_box{
	width:720px;
	margin-top:15px;
}
#to_contact_bttn{
	width:119px;
	height:22px;
	float:right;
}
#to_contact_bttn a img{
	visibility:hidden;
}
#to_contact_bttn a{
  display:block;
  width:119px;
  height:22px;
	background-image:url(../_images/common/to_contact.jpg);
  background-position:0px 0px;
  background-repeat:no-repeat;
}
#to_contact_bttn a:hover{
  background-position:0px -22px;
}
		/* コメント */
		#contact_comment{
			padding-right:10px;
			float:right;
			color:#0099CC;
		}

/* 会社名 */
.title_big{
	font-size:110%;
	font-weight:bold;
}
