/*index.htmlの指定*/
/*外枠*/
#bodyid{
background:#f4faff url(../img/bg.gif);
padding:0;
margin:0;
text-align:center;
}

#idbg{
background:#D3D3D3;
width:850px;
height:100%;
margin:0 auto;
text-align:center;
}

#idbg02{
border:1px solid #151515;
background:#ffffff;
width:850px;
height:100%;
text-align:center;
margin:0 auto;
}

/*タイトル部分*/
#head{
background:midnightblue;
height:150px;
letter-spacing:2px;
text-align:center;
}

#head h1{
font-size:50px;
color:#ffffff;
margin:0;
padding:20px 10px;
}

#frametd{
height:100%;
}

/*TOP画面のadmin表示*/
#admin{
background-image:url("../img/bg2.gif");
background-repeat:repeat-y;
height:15pt;
border-top:1px solid #f4faff;
color:#dfdfdf;
padding:5px 10px 3px 0;
text-align:right;
}

