
.clear{clear:both;}

/*----------------------------------------
 商品選択画面
----------------------------------------*/

body.sentaku{background:url(img/sentaku_haikei.png) no-repeat top center;}


#main_menu{width:720px;height:auto;margin:200px auto 0;}

#main_menu .item01{float:left; width:350px; height:77px;margin-bottom:15px;background:url(img/sentaku_hagaki_normal.png) no-repeat;}
#main_menu .item02{float:right; width:350px; height:77px;margin-bottom:15px;background:url(img/sentaku_A4_normal.png) no-repeat;}
#main_menu .item03{float:left; width:350px; height:77px;margin-bottom:15px;background:url(img/sentaku_chirashi_normal.png) no-repeat;}
#main_menu .item04{float:right; width:350px; height:77px;margin-bottom:15px;background:url(img/sentaku_nenga_normal.png) no-repeat;}

#main_menu .item01 a{width:350px;height:77px;text-indent:-9999px;display:block;background:url(img/sentaku_hagaki_normal.png) no-repeat;}
#main_menu .item01 a:hover{background:url(img/sentaku_hagaki_onmouse.png);}

#main_menu .item02 a{width:350px;height:77px;text-indent:-9999px;display:block;background:url(img/sentaku_A4_normal.png) no-repeat;}
#main_menu .item02 a:hover{background:url(img/sentaku_A4_onmouse.png);}

#main_menu .item03 a{width:350px;height:77px;text-indent:-9999px;display:block;background:url(img/sentaku_chirashi_normal.png) no-repeat;}
#main_menu .item03 a:hover{background:url(img/sentaku_chirashi_onmouse.png);}

#main_menu .item04 a{width:350px;height:77px;text-indent:-9999px;display:block;background:url(img/sentaku_nenga_normal.png) no-repeat;}
#main_menu .item04 a:hover{background:url(img/sentaku_nenga_onmouse.png);}



#main_menu .read{width:337px;height:69px;margin:70px auto 0px;background:url(img/sentaku_hozon_normal.png) no-repeat;}
#main_menu .read a{width:337px;height:69px;text-indent:-9999px;display:block;background:url(img/sentaku_hozon_normal.png) no-repeat;}
#main_menu .read a:hover{background:url(img/sentaku_hozon_onmouse.png);}


/*----------------------------------------
　同意画面
----------------------------------------*/
body.check{background:#fceac3 url(img/haikei.png) no-repeat center top;}

#doui_check{}

#doui_check .box{
         border: solid 1px #808080;
         width: 800px;
         height: 370px;
         padding: 0 2em 4em;
         overflow: auto;
         margin:60px auto 0;
         background:#ffffff;
	color:#555555;
}

#doui_check .next{width:250px;height:50px;margin:10px auto 0px;background:url(img/doui_next.png) no-repeat;}
#doui_check .next a{width:250px;height:50px;overflow:hidden;text-indent:100%;white-space:nowrap;display:block;background:url(img/doui_next.png) no-repeat;}
#doui_check .next a:hover{background:url(img/doui_next_onmouse.png);}

h1{font-size:20px; margin-top:50px;}

#doui_check .box p{font-size:12px; line-height:200%;margin-bottom:20px; margin-left:10px;}


/*----------------------------------------
　使い方
----------------------------------------*/
body.rule{background:#fceac3 url(img/haikei.png) no-repeat center top;}

#rule_main{}

#rule_main .box{
         border: solid 1px #808080;
         width: 90%;
         height: 400px;
         padding: 0 2em 4em;
         overflow: auto;
         margin:60px auto 0;
         background:#ffffff;
	color:#555555;
}


/*----------------------------------------
　注意事項
----------------------------------------*/
body.notice{background:#fceac3 url(img/haikei.png) no-repeat center top;}

#notice_main{}

#notice_main .box{
         border: solid 1px #808080;
         width: 90%;
         height: 380px;
         padding: 0 2em 4em;
         overflow: auto;
         margin:60px auto 0;
         background:#ffffff;
	color:#555555;
}


