@charset "Shift_JIS";

/* ///////////////////////////////////////////////
【トップページ】
title: index.css
paths: css/index.css
/////////////////////////////////////////////// */


/* -----------------------------------------------
Table Of Contents

・共通
・グローバルナビゲーション
・メインイメージ
・バナーx4
・更新情報
・お問合せバナー
----------------------------------------------- */



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

共通

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



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

グローバルナビゲーション

----------------------------------------------- */
div#navG ul li.navGTop a {
width: 174px;
background: url(../img/cmn/nav_g.jpg) 0 -48px no-repeat;
}



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

メインイメージ

----------------------------------------------- */
div#mainImg h2 {
width: 870px;
height: 240px;
margin: 0 auto 20px;
background: url(../img/index/mainimg.jpg) no-repeat;
}


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

バナーx4

----------------------------------------------- */
div.bnr4 {
width: 630px;
margin-bottom: 30px;
}

div.bnr4 ul li {
float: left;
width: 630px;
height: 85px;
}
div.bnr4 ul li a {
width: 630px;
height: 85px;
}
div.bnr4 ul li.bnrFour01 a {
background: url(../img/index/bnr4_mansion.jpg) no-repeat;
}
div.bnr4 ul li.bnrFour02 a {
background: url(../img/index/bnr4_reform.jpg) no-repeat;
}
div.bnr4 ul li.bnrFour03 a {
background: url(../img/index/bnr4_welfare.jpg) no-repeat;
}
div.bnr4 ul li.bnrFour04 a {
background: url(../img/index/bnr4_construct.jpg) no-repeat;
}



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

更新情報

----------------------------------------------- */
div.news {
width: 630px;
margin-bottom: 30px;
}

div.news h2 {
width: 630px;
height: 38px;
margin-bottom: 15px;
background: url(../img/index/news_ttl.jpg) no-repeat;
}

div.news div.innerBox {
width: 610px;
padding: 0 10px;
}

div.news div.innerBox p {
margin-bottom: 0.9em;
padding-bottom: 0.5em;
border-bottom: 1px dotted #999;
}


