/* about.css */

/* ------------------------------------------------------------------------------------------------------------
グローバルメニュー
-------------------------------------------------------------------------------------------------------------*/
#about #gm02 a{ background-position:-230px -43px;}

/* ------------------------------------------------------------------------------------------------------------
コンテンツ
-------------------------------------------------------------------------------------------------------------*/
#greeting{ margin-bottom:20px; }
#greeting h3{ margin-bottom:10px; }
#greeting p{ line-height:170%; }

#keireki{
background:url(../images/about/keireki_back.gif) no-repeat 0 0;
font-size:0.9em;
padding:15px;
min-height:239px;
}
#keireki h3{
margin-bottom:8px;
}
#keireki h4{
font-weight:bold;
margin-top:5px;
color:#8BC53F;
}
#keireki ul{
list-style:none;
}
#houshin{
clear:both;
background:url(../images/about/houshin_back.gif) no-repeat 0 0;
font-size:0.9em;
padding:15px;
min-height:85px;
margin-bottom:30px;
}
#houshin h3{
margin-bottom:8px;
}

#uketbl{
width:100%;
margin:15px 0 10px;
border-right:solid 1px #683F2E;
border-bottom:solid 1px #683F2E;
color:#594A41;
}
#uketbl th,#uketbl td{
border-left:solid 1px #683F2E;
border-top:solid 1px #683F2E;
padding:5px;
text-align:center;
background-color:#FFF;
}
#uketbl th{
color:#FFF;
width:10%;
background-color:#FFF;
}
#uketbl th.first{
width:30%;
}
#uketbl td.first{
font-weight:bold;
}
#uketbl .bg_green{
background-color:#8BC53F;
}
#uketbl .bg_orange{
background-color:#FAAF3F;
}

#uketbl.type2 th{
	width:38%;
}

#uketbl.type2 th.first{
width:24%;
}

#fukei ul{
list-style:none;
font-size:0.85em;
}
#fukei li{
display:inline;
float:left;
padding:9px;
margin-right:10px;
background-color:#FFF;
border:solid 1px #E8E3D9;
text-align:center;
margin-top:10px;
}
#fukei li.last{
margin-right:0;
}
#fukei li span{
font-size:0.9em;
line-height:120%;
}
#fukei li img{ margin-bottom:5px; }



















