@charset "shift_jis";
/**************************************************/
/* ベース */
/**************************************************/
body{}

.liquid{width:100%;min-width:990px;text-align:center;}
.section{width:990px;margin-left:auto;margin-right:auto;}

.hover{/* マウスオーバー */}


/**************************************************/
/* ヘッダー */
/**************************************************/
#header{}
#header .section{}


/**************************************************/
/* コンテンツ */
/**************************************************/
#content{}
#content .section{}


/**************************************************/
/* フッタ */
/**************************************************/
#footer{}
#footer .section{}


/**************************************************/
/* コピーライト */
/**************************************************/
#copyright{margin-bottom:0; background-color:#48332E;}
#copyright .section{padding:4px 0;}
#copyright .section p{color:#FFF; text-align:center;}


/**************************************************/
