/*メインボックス*/
#box10{/*メイン（親）*/
width: 700px; 
height: 600px; 
background-image: url(image01/bata_bd_07.gif); 
background-color: #ffffff; 
position: relative; 
top: 0px; 
}

#box11{/*メッセージ*/
background-color: #dea6ff; 
color:#fff8d2;
font-size: 85%;
width: 700px; 
height: 40px; 
position: relative; 
}

#box12{/*お約束*/
width: 350px; 
height: 300px; 
position: relative; 
color:#000000;
right: 110px; 
}

#box13{/*季節画像*/
width: 260px; 
height: 200px; 
position: absolute ; 
right: 5px; 
top: 60px; 
}

#box14{/*ENTERとQR部分*/
width: 600px; 
height: 300px; 
position: absolute ; 
top: 280px; 
right: 20px; 
}
#text{/*テーブル指定*/
float: right; 
}

#box15{/*誘導文用*/
width: 500px; 
height: 18px; 
position: absolute ; 
top: 250px; 
right: 100px; 
background-color: pink; 
}


/*上ボックス*/
#box01{
width: 100%; 
height: 65px; 
color:#ffffff;
background-color: #000000; 
}

#box02{/*Last up deta部分*/
width: 100px; 
height: 35px; 
color:#ffffff;
right: 0;
position: absolute; 
background-color: #000000; 
padding: 15px 30px 15px 50px; 
border-top-width: 0px; 
border-right-width: 0px; 
border-bottom-width: 0px; 
border-left-width: 3px; 
border-left-color: #990000;
border-style: dashed;  
}


/*ページ全体*/
html, body { 
overflow: hidden; 
}

body { 
background-color: #990000; 
margin:0;
font-size: 80%;
}

a:link { color: #990000; } 
a:visited { color: #990000; } 
a:hover { color: red; } 
a:active { color: red; }
