@charset "Shift_JIS";

/* ///////////////////////////////////////////////
【ご挨拶】
title: greeting.css
paths: css/greeting.css
/////////////////////////////////////////////// */


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

・共通
・グローバルナビゲーション
・ページタイトル
・ご挨拶
----------------------------------------------- */



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

共通

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



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

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

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



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

ページタイトル

----------------------------------------------- */
div#pageTtl h2 {
background: url(../img/greeting/pagettl.jpg) no-repeat;
}



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

ご挨拶

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

div.greeting h2 {
width: 630px;
height: 38px;
margin-bottom: 15px;
background: url(../img/greeting/greeting_ttl.gif) no-repeat;
}

div.greeting div.innerBox {
width: 610px;
margin: 0 10px;
padding-bottom: 50px;
background: url(../img/greeting/greeting_bg.gif) 80% 100% no-repeat;
}

div.greeting div.innerBox p.phtA {
float: left;
width: auto;
height: auto;
margin-right: 2.0em;
line-height: 0;
}

div.greeting div.innerBox p {
margin-bottom: 1.0em;
font-size: 105%;
}

