@charset "Shift_JIS";
/*guidebook.css*/
/*----------------------------------------------------------------------*/
/*body*/
#guidebook{background:#fff;}
#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 0 19px;padding:0;position:relative;text-align:center;}
#guidebook #guidebookBox{width:680px;background:url(../images/guidebook_bg.gif) right top repeat-y;}

#guidebook #guidebookBoxTop,
#guidebook #guidebookBoxBtm{clear:both;width:100%;overflow:hidden;background:url(../images/guidebook_bg.gif) no-repeat;}
#guidebook #guidebookBoxTop{height:30px;background-position:0 0;}
#guidebook #guidebookBoxBtm{height:46px;background-position:0 -40px;}
#guidebook #guidebookBoxIn{padding:0 30px;overflow:hidden;}

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

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

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