/* 基本設定 */
body{
background-color:#C7E0E7;
background-image:url(../img/bg.gif);
background-repeat:repeat-y;
background-position-x:center;
background-position:center;
margin:0px 0px;
color:#000;
font-size: 12px;
line-height:16px;
}

a:link{
color: #C60;
text-decoration:underline;
}
a:visited{
color: #C60;
text-decoration:underline;
}
a:hover{
color: #09C;
text-decoration:underline;
}
a:active{
color: #09C;
text-decoration:underline;
}

/* enter箇所 */
.ent{
font-size:14px;
text-align:right;
padding-right:5px;
padding-left:0px;
padding-bottom:0px;
padding-top:5px;
}

.line{
background-color:#666;
}

/* main */
.main{
background-color:#FFF;
}

/* copyright */
.copy{
text-align:right;
padding-right:10px;
padding-left:5px;
padding-bottom:5px;
padding-top:5px;
}

/* Attention箇所 */
.att{
text-align:left;
padding-right:3px;
padding-left:10px;
padding-bottom:3px;
padding-top:0px;
font-size:10px;
}

.r{
color:#C00;
}

.co1{
color:#393;
font-weight:bold;
}

.co2{
color:#06C;
font-weight:bold;
}

.co3{
color:#693;
font-weight:bold;
}

.s{
color:#FC9;
}

.mbg1{
background-color:#FC9;
font-weight:bold;
}

.mbg2{
background-color:#CCC;
}

.mini{
font-size: 10px;
line-height:14px;
}

/* to_topへ */
.t_top{
text-align:right;
padding-right:10px;
}



/* オーデションページ */

/* main */
.boo{
background-color:#FFF;
background-image:url(../img/boo_bg.gif);
background-repeat:no-repeat;
background-position: center;
background-attachment:fixed;             /* 背景画像を固定する */
}
