@charset "utf-8";
/* CSS Document */

/*全体設定のおまじない*/
* { margin:0; padding:0; font-family:"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif  }
img { border:none; }


body { background:#DDD4C4; text-align:center; }

/*ページ全体の枠*/
#page { width:955px; display:block; margin:0 auto; text-align:left; }

/*ヘッダー*/
#header { width:955px; height:100px; display:block; margin:0 0 5px 0; background:url("../img/common/header-bg.gif") no-repeat; }
#header h1 { width:370px; height:80px; display:block; margin:10px; float:left; }
#header h1 a { width:100%; height:100%; display:block; background:url("../img/common/h1-bg.gif") no-repeat; text-indent:-9999px; /*\*/overflow:hidden;/*\*/ }
#header p#address { width:200px; height:80px; display:block; margin:10px 0 10px 40px; float:left; font-size:0.6em; color:#333333; line-height:1.4; }
#header div#search-window { width:300px; height:80px; margin:10px 10px 0 0; float:left; text-align:right; }
#header div#search-window div#myBanner { width:300px; height:40px; display:block; }
#header div#search-window div#mySearch { width:300px; height:30px; display:block; margin-top:8px; }
#header div#search-window div#mySearch label { font-size:0.8em; color:#993366; }
#header div#search-window div#mySearch .btn { width:50px; height:20px; background: url("../img/common/search-btn.gif") no-repeat left top; text-indent:-9898px; /*\*/overflow:hidden;/*\*/ cursor:pointer; border:0; }

/*メイン表示部*/
#main-cage { width:955px; display:block; background:url("../img/common/mai-cage_bg.jpg") repeat-y; float:left; margin-bottom:5px; }

/*ページ表示部の枠*/
#content { width:700px; padding-bottom:10px; display:block; float:left; /*background:url("../img/common/content-bg.jpg") repeat-y;*/ }

/*右のメニュー*/
#sidebar { width:250px; display:block; float:left; margin-left:5px; }

#sidebar ul#menu { width:250px; display:block; background:url("../img/common/sidebar-ul-bg.jpg") repeat-y; padding:5px 0; }
#sidebar ul#menu li { width:240px; height:50px; display:block; list-style-type:none; margin:0 auto; }
#sidebar ul#menu li a { width:100%; height:100%; display:block; text-indent:-9999px; /*\*/overflow:hidden;/*\*/ }

#sidebar ul#menu li#menu01 a { background:url("../img/common/sidebar-btn.gif") 0px 0px no-repeat; }
#sidebar ul#menu li#menu01 a:hover { background:url("../img/common/sidebar-btn.gif") -240px 0px no-repeat; }

#sidebar ul#menu li#menu02 { margin:5px auto; }
#sidebar ul#menu li#menu02 a { background:url("../img/common/sidebar-btn.gif") 0px -50px no-repeat; }
#sidebar ul#menu li#menu02 a:hover { background:url("../img/common/sidebar-btn.gif") -240px -50px no-repeat; }

#sidebar ul#menu li#menu03 { margin:5px auto; }
#sidebar ul#menu li#menu03 a { background:url("../img/common/sidebar-btn.gif") 0px -100px no-repeat; }
#sidebar ul#menu li#menu03 a:hover { background:url("../img/common/sidebar-btn.gif") -240px -100px no-repeat; }

#sidebar ul#menu li#menu04 { margin:5px auto; }
#sidebar ul#menu li#menu04 a { background:url("../img/common/sidebar-btn.gif") 0px -150px no-repeat; }
#sidebar ul#menu li#menu04 a:hover { background:url("../img/common/sidebar-btn.gif") -240px -150px no-repeat; }

#sidebar ul#menu li#menu05 { margin:5px auto; }
#sidebar ul#menu li#menu05 a { background:url("../img/common/sidebar-btn.gif") 0px -200px no-repeat; }
#sidebar ul#menu li#menu05 a:hover { background:url("../img/common/sidebar-btn.gif") -240px -200px no-repeat; }

#sidebar ul#menu li#menu06 { padding-bottom:5px; }
#sidebar ul#menu li#menu06 a { background:url("../img/common/sidebar-btn.gif") 0px -250px no-repeat; }
#sidebar ul#menu li#menu06 a:hover { background:url("../img/common/sidebar-btn.gif") -240px -250px no-repeat; }

#sidebar ul#menu li#menu07 { padding-bottom:5px; }
#sidebar ul#menu li#menu07 a { background:url("../img/common/sidebar-btn.gif") 0px -300px no-repeat; }
#sidebar ul#menu li#menu07 a:hover { background:url("../img/common/sidebar-btn.gif") -240px -300px no-repeat; }


/*右メニューの下のバナースペース*/
#sidebar #banner { width:230px; display:block; margin:10px auto 0; }
#sidebar #banner a { width:230px; display:block; margin:5px auto 0; }

/*右メニューの下のバナースペース（ブログのみ）*/
#sidebar #banner2 { width:230px; display:block; margin:20px auto; }
#sidebar #banner2 a { width:200px; height:40px; display:block; margin:10px auto; }



/*フッター*/
#footer { width:955px; height:40px; display:block; clear:both; background:url("../img/common/footer-bg.gif") no-repeat; }

#footer ul { width:650px; height:30px; display:block; margin:5px 0 5px 15px; }
#footer ul li { height:12px; display:block; float:left;border-right:solid 1px #FFFFFF; margin:9px 15px 9px 0; }
#footer ul li a { width:100%; height:100%; display:block; font-size:11px; color:#FFFFFF; text-decoration:none; margin-right:15px; }
#footer ul li a:hover { color:#333333; background:#FFFFFF; }

#footer ul li#f-menu01 { width:120px; }
#footer ul li#f-menu02 { width:140px; }
#footer ul li#f-menu03 { width:130px; }
#footer ul li#f-menu04 { width:80px; }
#footer ul li#f-menu05 { width:50px; }
