/* footer部分の設定です */
/* boxサイズはstyle_baseを変更してください */

/**************************/
/* h3の設定(タイトル部分) */
/**************************/

/* 背景画像 */
#foot{
background-color:#c92a00;
background-image:url(../img/foot/foot.gif);
background-position:right bottom;
background-repeat:no-repeat;
}

#foot p{
padding-top:10px;
text-align: center;
font-size:0.7em;
color:#e79f8c;
}
