@charset "utf-8";
/* ===================================================================
 style info : ファイル読み込み
=================================================================== */

/* default style - リセット・共通
----------------------------------------------------------- */
@import url("../../commons/styles/default.css");
@import url("../../commons/styles/module.css");

/* ===================================================================
 style info : 個別用
=================================================================== */

/*背景の種類・長さ*/
#wrapper { background:#e83828 url(../../commons/img/share/bg_cnt_m.jpg) no-repeat 0 0; height:auto; }
#mainCnt { background:#000 url(../../commons/img/share/bg_note.jpg) no-repeat 0 bottom; height:auto;}
#cntWrp { background: url(../img/bg_gallery.jpg) no-repeat 0 top; height:auto; padding-bottom:40px;}

#galleryArea { margin:0px 42px 0; padding-top:120px;  }
#galleryArea ul { overflow:hidden; display:block; width:820px; }
#galleryArea ul li { float:left; color:#241b08;  }
#galleryArea ul li.photo { padding:5px 6px 18px; background:url(../img/base.png) no-repeat 0 0; margin:0px 6px; _margin:0px 3px; }
#galleryArea ul li.photo p { padding:10px 0 0; text-align:center; font-size:0.93em; color:#C00; }
#galleryArea ul li.photo p strong { color:#C00; }
#galleryArea ul li.sText { position:relative; width:275px; }
#galleryArea ul li p { line-height:1.4em;}
