
body,table{
text-align:center;
   font-size: 13px;
   color:#332c28;
   background:#CECED0;
   font-family: Verdana; 
   line-height:19px;
}


a{
    text-decoration:none;
}
a:link{
    color:#332c28;
    text-decoration:none;
    border:none;
}
a:active{
    color:#B864FF
    border-bottom:1px solid #332c28;

}
a:visited{
    color:#332c28;
    text-decoration:none;
    border:none;
}
a:hover{
    color:#B864FF;
    border-bottom:1px solid #332c28;
}
img{border:none;}

/*------------------------
	@\
------------------------*/
#top{
text-align:center;
width:700px;height:110px;
background-image:url();
background-repeat:no-repeat;
background-position: center center;
padding-right:0px;
padding-top:10px;
}

#under{
text-align:left;
width:700px;height:150px;
margin:0px auto;
padding-top:10px;
font-size:13px;
color:#332c28;
line-height:19px;
padding-left:0px;
padding-bottom:10px;
}
.br-sp { display:none; }

@media screen and (max-width: 700px){
#top{
text-align:center;
width:100%;
}
#top img{width:100%;}

#under{
text-align:left;
width:100%;
font-size:13px;
color:#332c28;
line-height:19px;
}
.br-sp { display:inline; }
}
.attention{
border-bottom:1px dashed #ffffff;
}
.credit{text-align:center;}
