@charset "Shift_JIS";
/*guidebook.css*/
/*----------------------------------------------------------------------*/
/*body*/
#guidebook{background:url(../images/guidebook_bg.gif) center top no-repeat #021831;}
#guidebook #wrapper{position:relative;background:transparent;width:680px;margin:0 auto;padding:20px 0 0;}
#guidebook #contents{width:680px;margin:0 auto 20px;}

/*----------------------------------------------------------------------*/
/*contents*/
#guidebook #movHeader {width:680px;overflow:hidden;padding:0 0 22px;}
#guidebook h2{margin:0;padding:0;}
#guidebook #guidebookBox{width:680px;}

#guidebook #guidebookBoxTop{height:56px;}
#guidebook #guidebookBoxBtm{clear:both;width:100%;height:54px;overflow:hidden;background:url(../images/guidebook_bg_btm.gif) 0 0 no-repeat;}
#guidebook #guidebookBoxIn{width:680px;padding:0;overflow:hidden;background:url(../images/guidebook_plate.gif) 0 0 repeat-y;}

/*----------------------------------------------------------------------*/
/*top*/
#guidebook h3{padding-bottom:30px;}
#guidebook h4{padding-bottom:10px;}
#guidebook .floatSet .textBox{float:left;width:470px;}
#guidebook .floatSet .textBox h3{padding-top:10px;}
#guidebook .floatSet .textBox p{padding-left:30px;}
#guidebook .floatSet .itemBox{float:left;width:184px;padding-top:10px;}

#guidebook .normalSet{padding:0 30px 30px;}
#guidebook #guidebookBoxBtm p{padding-top:14px;text-align:center;}

/*----------------------------------------------------------------------*/
/*btnClose*/
#btnClose{clear:both;width:100%;text-align:center;padding-bottom:20px;}
#btnClose p,
#btnClose p a{height:12px;}
#btnClose p{width:106px;margin:0 auto;}
#btnClose p a{width:100%;display:block;background:url(../images/guidebook_btn_close.png) 0 0 no-repeat; text-indent:-9999px; overflow:hidden;}
#btnClose p a:hover{background-position:0 -12px;}
