@charset "Shift-JIS";

/* /////////////////////////////////////////////////////

　このスタイルシートは
　「全ページ共通」レイアウトの基本値です。
　ページ固有のデザインは別シート(accent.css)で行うこと。

　　■全体幅
　　■ヘッダー
　　■フッター
　　■本体
　　■本文（左）
　　■サイドメニュー（右）
　　■回り込みクリア
　　■CSS無効時のナビ

///////////////////////////////////////////////////// */







/* ===== ■ 全体幅 ■ ========================================= */

body {
background : #fff url(../cg/body.gif) repeat-y scroll center top;
text-align : center;
}


#wrap {
position : relative;
width : 880px;
margin-right : auto;
margin-left: auto;
text-align : left;
}








/* ===== ■ ヘッダー ■ ======================================= */
#header {
width : 880px;/* floatで内容物が消えるIEのバグ回避用 */
}

#header {
position : relative;
}


#header ul {
}

#header li { /* mainNav */
float : left;
}

#reserve {
position : absolute;
top : 0;
right : 0;
}


/* ===== ■ ナビゲーション ■ ======================================= */









/* ===== ■ 本体 ■ =========================================== */
#body {
clear : both;
padding : 2em 0 1em 0;
}



/* ===== ■ 本文（左）■ ===================================== */

#main {
width : 880px;
font-size : 10pt;
}











/* ===== ■ フッター ■ ======================================= */

#footer {
clear : both;
margin-top : 30px;
position : relative;
border-top:1px solid #999;
font-size : 10pt;
padding : 10px 0 30px 0;
}

#footer em {
font-size : 13pt;
}







/* ===== ■ サイドメニュー（右）■ ========================== */

#side {
width : 0px;
float : right;
}


#side h3 {
margin-bottom:10px;
}

.osusume h3 {
margin-bottom : 10px;
}

.osusume li {
margin-left : 30px;
margin-bottom:5px;
}



#subCate {
padding-bottom:30px;
}
#subCate h3 {
margin-bottom:1em;
}
#subCate ul {
margin-left : 15px;
padding : 5px 0 5px 15px;
}

#subCate li {/*右サブコンテンツ*/
background : transparent url(../cg/icon_ya02.gif) no-repeat scroll 0 0.3em;
margin-left:10px;
padding-left: 16px;
margin-bottom:5px;
font-size : 10pt;
}
#subCate .here {
background : transparent url(../cg/icon_ya03.gif) no-repeat scroll 0 0.3em !important;
margin-left:10px;
padding-left: 16px;
margin-bottom:5px;
font-weight : bold;
}







/* ===== ■ 回り込みクリア ■ ========================== */
#clear, .clear {
clear : both;
}

/* ===== ■ CSS無効時のナビ ■ ========================== */
.noCSS {
position : absolute;
left : -999px;
}
