/* 基本設定 */
@charset "Shift_Jis";

*{
 font-style:normal;
 background-color:transparent;
 scrollbar-face-color:#ffffff;
 scrollbar-highlight-color:#ffffff;
 scrollbar-shadow-color:#ffffff;
 scrollbar-3dlight-color:#ffffff;
 scrollbar-arrow-color:#000000;
 scrollbar-track-color:#ffffff;
 scrollbar-darkshadow-color:#ffffff;
}

BODY{
 margin:2%;
 font-size:10px;
 font-family:Verdana,Georgia,Tahoma;
 text-decoration:none;
 line-height:15pt;
}



/* リンク設定 */
A:link,A:visited,A:active{color:#000000;text-decoration:none;}
A:hover{
 cursor:crosshair;
 color:#999999;
 border-width:0px 0px 0px 0px;
 border-style:dotted dotted solid dotted;
 border-color:#000000 #000000 #ffcc00 #000000;}



/* FONT設定 */
TR,TD,DIV{
 font-size:10px;
 font-family:Verdana,Georgia,Tahoma;
 text-decoration:none;
 line-height:15pt;
}



/* DIV設定 */
.title{
 width:289px;height:51px;
 background-image:url("img/title.gif");
 background-attachment:fixed;
 background-position:0% 0%;
 background-repeat:no-repeat;
 position:absolute;left:52%;top:16%;z-index:2;
 margin:0px 0px 0px 50px;
 font-color:#ffffff;
}
.main{
 width:600px;height:500px;
 position:absolute;left:50%;top:50%;z-index:1;
 margin:-250px 0px 0px -400px;
 border:1px solid #000000;
 background-color:#ffffff;
}
.menu{
 width:100px;height:300px;
 position:absolute;left:50%;top:50%;z-index:3;
 margin:-100px 0px 0px 150px;
 vertical-align:middle;
 padding-left:140px;
 font-color:#ffffff;
}
.illust{
 width:251px;height:469px;
 background-image:url("img/illust.gif");
 background-attachment:fixed;
 background-position:0% 0%;
 background-repeat:no-repeat;
 position:absolute;left:52%;top:20%;z-index:2;
 margin:0px 0px 0px 50px;
 font-color:#ffffff;
}
.copy{
 width:600px;height:25px;
 position:absolute;left:50%;top:50%;z-index:3;
 margin:250px 0px 0px -400px;
 text-align:left;
}

 



/* 見出し設定 */
h1{
 color:#000000;
 padding:5px 5px 5px 5px;
 letter-spacing:5px;
 font-family:Georgia;
}
h2{
 color:#ffffff;
 font-size:12px;
 letter-spacing:10px;
 padding-left:10px;
 background-image:url("img/hl01.jpg");
 background-repeat:no-repeat;
}