@charset "utf-8";
/* --------------------------------

	(各ページ個別スタイル)

		* last update 2010/06/18
		* author : Nazal;
	
	
--------------------------------

	index
	
	1. index.html
	2. owners/index.html
	3. concept/index.html
	4. showhouse/
	5. events/index.html
	6. support/index.html
	7. sitemap/index.html
	8. link/index.html
	9. inquiries/index.html
	
	
	
--------------------------------- */




/* ==========================================================================================================

	 1. index.html
 
============================================================================================================*/

/*  ------------------------------------------------------------------

	header調整

---------------------------------------------------------------------*/
body#index #header {
	height: 365px;
	margin-bottom: 0;
}

body#index #header .mainGraphic {
	position: absolute;
	left: 0;
	bottom: 43px;
}
/*  ------------------------------------------------------------------

	topページ掲載のギャラリー

---------------------------------------------------------------------*/
body#index #gallery {
	background: #b5de45;
	margin-top: 1px;
	margin-bottom: 20px;
	padding: 10px;
}
body#index #gallery ul {
	background: #fff;
	padding: 6px 0 0 7px;
}
body#index #gallery ul li {
	float: left;
	display: inline;
	margin: 0 4px 6px 0;
}
/*  ------------------------------------------------------------------

	新着情報系
	div.clm はこの中にsectionが2つ内包される

---------------------------------------------------------------------*/
body#index div.secGroup div.section,
body#index div.secGroup div.clm{
	width: 329px;
}
body#index div.secGroup div.clm div.section{
	margin-bottom: 1em;
}
body#index div.secGroup div.clm{
	clear: none;
	float: right;
	margin-bottom: 0;
}
/*  見出しに付く「一覧」ボタン
-----------------------------------*/
body#index h2 em{
	position: relative;
	display: block;
	zoom: 1;
}
body#index h2 em a{
	position: absolute;
	right: 0;
	top: -16px;
	z-index: 3;
}
/*  スクロールバー実装
-----------------------------------*/
body#index div.section dl.generalNews {
	overflow: auto;
	padding-right: 5px;
	height: 300px;
}
body#index div.clm div.section dl.generalNews {
	overflow: auto;
	padding-right: 5px;
	height: 130px;
}

/*  ------------------------------------------------------------------

	モデルハウスレポ

---------------------------------------------------------------------*/
body#index #repo {
	background: url(../img/home/home_bg_repo.png) no-repeat right bottom;
	border: 3px solid #2f8d65;
	position: relative;
	zoom: 1;
}

body#index #repo .shoulderTxt,
body#index #repo .generalNews {
	position: absolute;
}

body#index #repo .shoulderTxt {
	right: 10px;
	top : 10px;
}

body#index #repo .generalNews {
	right: 10px;
	bottom: 6px;
	overflow: auto;
	padding-right: 5px;
	width: 285px;
	height: 151px;
}
body#index #repo .generalNews a {
	color: #2f8d65;
}


/*  ------------------------------------------------------------------

	会社行事・ブログコミュニティ

---------------------------------------------------------------------*/
body#index div.secGroup.bgc .section{
	background: #f2f2f2;
	padding: 5px 0 0 10px;
	width: 320px;
}
body#index div.secGroup.bgc .section.blogcommu{
	background: #FFFFFF;
}
body#index div.secGroup.bgc h2 em a{
	left: 120px;
	top: -23px;
}
/*  会社行事
-----------------------------------*/
body#index .dlGroup {
	margin-bottom: 1em;
}

body#index .thumbs dl {
	background: #FFF;
	border: 1px solid #cccccc;
	display: inline;
	margin-right: 13px;
	padding: 5px;
	width: 135px;
	line-height: 1.4;
	float: left;
}

body#index .thumbs dt {
	margin-bottom: 0.5em;
}
body#index .thumbs dd a {
	background: none;
	padding-left: 0;
}
/*  ブログコミュニティ
-----------------------------------*/
body#index .btns {
}
body#index .btns li {
	float: left;
	display: inline;
	margin-right: 4px;
	margin-bottom: 1em;
}


/* ==========================================================================================================

	 2. owners/index.html
 
============================================================================================================*/

/*  ------------------------------------------------------------------

	住まい手の声

---------------------------------------------------------------------*/

/*  文頭空け
-----------------------------------*/
.beginning {
	text-indent: 1em;
	margin-right: 15px;
}

/*  小タイトル
-----------------------------------*/
.min_title {
	color: #CC6666;
	font-weight: bold;
	font-size: 14px;
}

/*  margine
-----------------------------------*/
.mr10 {
	margin-right: 10px;
}


/* ==========================================================================================================

	 3. concept/index.html
 
============================================================================================================*/

/*  ------------------------------------------------------------------

	私たちの家づくり

---------------------------------------------------------------------*/

/*  .itemList #main内の段組用内枠
-----------------------------------*/
body#concept .box {
	margin:0 0px 20px 0;
}

/*  concept用　文頭空け
-----------------------------------*/
body#concept .beginning {
	text-indent: 1em;
	margin-right: 0px;
}

/*  concept用　文頭空け
-----------------------------------*/
body#concept #main ul , #main ol{ /* リスト表示 */
	margin:1em 0px 2em 10px;
	padding-left: 0px;
}


/* ==========================================================================================================

	 4. showhouse
 
============================================================================================================*/

/*  ------------------------------------------------------------------

	展示場案内

---------------------------------------------------------------------*/

/*  hr　マージン
-----------------------------------*/
body#showhouse hr {
	margin-bottom: 15px;
}


/* ==========================================================================================================

	 5. events
 
============================================================================================================*/

/*  ------------------------------------------------------------------

	イベント

---------------------------------------------------------------------*/

/*  カレンダー　タイトル
-----------------------------------*/
body#events th.dayTitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #006666;
	text-align: center;
	vertical-align: middle;
}
body#events td.date {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	background: #ffffcc;
}
body#events td.date_h {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	color: #CC6666;
	background: #ffffcc;
	font-weight: bold;
}
body#events td.date_s {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	color: #3366CC;
	background: #ffffcc;
	font-weight: bold;
}

/*  カレンダー　デザイン
-----------------------------------*/
body#events h3 {
	margin-bottom : 1em;
}
body#events .color_info {
	border-style: none;
}
body#events ul.color_list {
	margin: 0px;
	padding: 0px;
	height: 32px;
}
body#events ul.color_list li {
	padding-right:1em;
	float: left;
}
body#events ul.color_list li.color01 {
	background: url(../img/events/events_c01.gif) no-repeat left center;
	padding-left: 20px;
}
body#events ul.color_list li.color02 {
	background: url(../img/events/events_c02.gif) no-repeat left center;
	padding-left: 20px;
}
body#events ul.color_list li.color03 {
	background: url(../img/events/events_c03.gif) no-repeat left center;
	padding-left: 20px;
}
body#events ul.color_list li.color04 {
	background: url(../img/events/events_c04.gif) no-repeat left center;
	padding-left: 20px;
}

/*  住まいの講座　一覧
-----------------------------------*/
body#events table.course {
	width:100%;
	border-collapse:collapse;
	margin:1em 0;
}
body#events table.course th,
body#events table.course td {
	text-align:left;
	padding:.5em;
	border:1px solid #fff;
}
body#events table.course th{
	background:#6FA630 url(../img/events/tr_back3.gif) repeat-x;
	color:#fff;
}
body#events table.course td {
	background:#e5f1f4;
}
body#events table.course tr.even td {
	background:#f8fbfc;
}
body#events .s_title {
	color: #FF0000;
	font-size: 18px;
}
body#events .c_title {
	font-size: 14px
}
body#events ul.curriculum {
	margin-left: 0px;
	padding-left: 0px;
	font-size: 14px;
}
body#events ul.curriculum li {
	float: left;
	margin-right: 5px;
}
body#events ul.curriculum li a {
	background: url(../img/events/linkArrow.png) no-repeat left center;
	padding-left: 10px;
}
body#events ul.tabList {
	margin-left: 20px;
	padding-left: 0px;
}
body#events ul.tabList li {
	margin-bottom: 5px;
	list-style: disc;
}

/*  感謝祭
-----------------------------------*/
body#events .r_img {
	text-align: center;
	vertical-align: middle;
}


/* ==========================================================================================================

	 6. support
 
============================================================================================================*/

/*  ------------------------------------------------------------------

	家づくりサポート

---------------------------------------------------------------------*/

/*  関連WEBサイト　リスト
-----------------------------------*/
body#support ul.web {
	margin: 0px 0px 40px;
	padding: 0px 0px 0px 25px;
}

body#support ul.web li {
	list-style: disc;
}


/* ==========================================================================================================

	 7. sitemap
 
============================================================================================================*/

/*  ------------------------------------------------------------------

	サイトマップ

---------------------------------------------------------------------*/

/*  サイトマップデザイン
-----------------------------------*/
body#sitemap ul.list {
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 25px;
}
body#sitemap ul.list li {
	margin-left: 15px;
	background: url(../img/sitemap/linkArrow.png) no-repeat left center;
	padding-left: 10px;
}
body#sitemap ul.list li a {
	text-decoration: none;
}
body#sitemap ul.list li a:hover {
	text-decoration: underline;
}
body#sitemap ul.list li.title {
	margin-left: 0px;
	padding-left: 12px;
	background: url(../img/sitemap/linkArrow_title.png) no-repeat left center;
	margin-bottom: 5px;
}
body#sitemap ul.list li.title a {
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
body#sitemap ul.list li.title a:hover {
	text-decoration: underline;
}
body#sitemap .box {
	width:330px;
}
body#sitemap .box ul {
	float: none;
	width: auto;
	margin: 0;
}


/* ==========================================================================================================

	 8. link
 
============================================================================================================*/

/*  ------------------------------------------------------------------

	リンク

---------------------------------------------------------------------*/

/*  リンクデザイン
-----------------------------------*/
body#link ul.list {
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 25px;
}
body#link ul.list li {
	margin-left: 15px;
	background: url(../img/sitemap/linkArrow.png) no-repeat left center;
	padding-left: 10px;
	margin-bottom: 5px;
}
body#link ul.list li a {
	text-decoration: none;
}
body#link ul.list li a:hover {
	text-decoration: underline;
}
body#link .box {
	width:330px;
}
body#link .box ul {
	float: none;
	width: auto;
	margin: 0;
}


/* ==========================================================================================================

	 9. inquiries
 
============================================================================================================*/

/*  ------------------------------------------------------------------

	お問い合わせ

---------------------------------------------------------------------*/

/*  フォームデザイン
-----------------------------------*/
body#inquiries input {
	margin-right: 5px;
}
body#inquiries .form_title {
	font-size: 14px;
	font-weight: bold;
}
body#inquiries .form_arrow {
	background: url(../img/inquiries/linkArrow.png) no-repeat left 6px;
	padding-left: 10px;
	margin-left: 15px;
}

body#inquiries ul.form_list { /*  リスト　横並び　*/
	margin-left: 15px;
	padding-left: 0px;
}
body#inquiries ul.form_list li {
	margin-right: 15px;
	float: left;
}

body#inquiries ul.form_list_vertical { /*  リスト　縦並び　*/
	padding-left: 5px;
}
body#inquiries ul.form_list_vertical li {
	margin-bottom: 5px;
	list-style: disc;
}

body#inquiries .center_title {
	text-align: center;
	border-top: 2px solid #a1d5bf;
	border-bottom: 2px solid #a1d5bf;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 15px;
	letter-spacing: 0.1em;
}
body#inquiries .center_big {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
body#inquiries .min_tex {
	font-size: 10px;
}
body#inquiries .min_red {
	font-size: 10px;
	color: #FF0000;	
}

body#inquiries .error_coution {
	font-weight: bold;
	color: #FF0000;
}


body#inquiries input.but {
	padding: 3px 10px;
}


body#inquiries input {
	border: 1px solid #666666;
}
body#inquiries select {
	border: 1px solid #666666;
}
body#inquiries textarea {
	border: 1px solid #666666;
}


body#inquiries ul#form01 { /*  フォーム　整形　*/
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
body#inquiries ul#form01 li {
	background: url(../img/inquiries/linkArrow.png) no-repeat left 6px;
	padding-left: 10px;
	margin-left: 15px;
	margin-bottom: 5px;
}
body#inquiries ul#form01 li label {
	position: absolute;
	left: 29px;
	top: 3px;
	height: 29px;
	width: 185px;
}
body#inquiries ul#form01 li.em16 input {
	margin-left: 16em;
}
body#inquiries ul#form01 li.em16 select {
	margin-left: 16em;
}


body#inquiries ul#form02 { /*  フォーム　整形　*/
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
body#inquiries ul#form02 li {
	background: url(../img/inquiries/linkArrow.png) no-repeat left 6px;
	padding-left: 10px;
	margin-left: 15px;
	margin-bottom: 5px;
}
body#inquiries ul#form02 li label {
 	position: absolute;
}
body#inquiries ul#form02 li.em16 input {
	margin-left: 16em;
}


body#inquiries ul#form03 { /*  フォーム　整形　*/
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
body#inquiries ul#form03 li {
	background: url(../img/inquiries/linkArrow.png) no-repeat left 6px;
	padding-left: 10px;
	margin-left: 15px;
	margin-bottom: 5px;
}
body#inquiries ul#form03 li label {
 	position: absolute;
}
body#inquiries ul#form03 li.em20 input {
	margin-left: 20em;
}
body#inquiries ul#form03 li.em20 select {
	margin-left: 20em;
}
body#inquiries ul#form03 li.em20 textarea {
	margin-left: 20em;
}
body#inquiries ul#form03 li.info_tex {
	background: url(none);
	margin-left: 21em;
}




/* ==========================================================================================================

	 10. staff-members
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	div.prof: スタッフ紹介

---------------------------------------------------------------------*/

/*  基本レイアウト
-----------------------------------*/
body#staff div#main div.prof {
}
body#staff div#main div.prof .main {
	float: left;
	margin-bottom: 1em;
	width: 490px;
}
body#staff div#main div.prof .sub {
	float: right;
	margin-bottom: 1em;
	width: 170px;
}
body#staff div#main div.prof .main2 {
	float: left;
	margin-bottom: 1em;
	width: 460px;
}
body#staff div#main div.prof .sub2 {
	float: right;
	margin-bottom: 1em;
	width: 200px;
}
/*  old.cssに定義されている dl、ul要素のスタイルを相殺
-----------------------------------*/
body#staff div#main dl,
body#staff div#main dt,
body#staff div#main dd,
body#staff div#main ul,
body#staff div#main li {
	margin: 0;
	padding: 0;
	float: none;
}

/*  名前
	em要素に名前、em外は肩書き
-----------------------------------*/
body#staff div#main div.prof .hnName {
	border-left: 3px solid #A1D5BF;
	border-bottom: 1px solid #A1D5BF;
	margin-bottom: 1.5em;
	padding: 5px 8px;
	line-height: 1.2;
	font-weight: normal;
}
body#staff div#main div.prof .hnName em {
	margin-right: 2em;
	font-size: 135%;
}
/*  データ
-----------------------------------*/
body#staff div#main div.prof dl.data {
	clear: both;
	margin-bottom: 1.5em;
	margin-left: 0;
	_zoom: 1;
}
body#staff div#main div.prof dl.data dt {
	padding: 10px 0 5px;
	margin-bottom: -36px;
	width: 25%;
	font-weight: bold;
	color: #016835;
}
body#staff div#main div.prof dl.data dd {
	border-bottom: 1px solid #A1D5BF;
	padding: 12px 0 4px 25%;
}
/*  右カラム（写真）
-----------------------------------*/
body#staff div#main div.prof ul.portrait {
	margin-bottom: 10px;
	padding-bottom: 1px;
}
body#staff div#main div.prof ul.portrait li {
	background: none;
	margin-bottom: 10px;
}
/*  長いテキスト
-----------------------------------*/
body#staff div#main div.prof dl.desc {
}
body#staff div#main div.prof dl.desc dt  {
	font-weight: bold;
	margin-bottom: 1em;
	color: #016835;
}
body#staff div#main div.prof dl.desc dd  {
	border-bottom: 1px solid #A1D5BF;
	padding-bottom: 4px;
}


/* ==========================================================================================================

	 999. clearfix
 
============================================================================================================*/

/* start clearfix */
body#index #gallery ul:after,
body#index body#index .btns:after,
div.prof:after{ content: " "; display: block; visibility: hidden; clear: both; height: 0.1px; font-size: 0px; line-height: 0; }
/* ie6 hack */
* html body#index #gallery ul,
* html body#index body#index .btns,
* html div.prof{ height: 1%; }
/* ie7 hack */
*:first-child+html body#index #gallery ul,
*:first-child+html body#index .btns,
*:first-child+html div.prof{ min-height: 1%;}
/* end clearfix */

