@charset 'shift_jis';

/* base
----------------------------------------*/
html{
background:#191919;
}

body{
text-align:center;
margin-bottom:30px;
}

img{
display:block;
}


/* wrap
----------------------------------------*/
#wrap{
background:url(images/back_frame.gif) repeat-y;
width:758px;
margin:0 auto;
}


/* header
----------------------------------------*/
#header{
background:url(images/back_top.gif) no-repeat;
width:758px;
margin:0 auto;
padding-top:15px;
}

#header h1{
width:674px;
margin:0 auto;
border:2px solid #414141;
}

h2{
width:678px;
margin:4px auto;
}


/* contents
----------------------------------------*/
#contents{
background:url("images/back_contmiddle.gif") repeat-y;
width:678px;
margin:auto;
margin-bottom:30px;
}


/* buttonset
----------------------------------------*/
#buttonSet{
width:500px;
margin:30px auto;
}

#buttonSet .l{
float:left;
margin-left:20px;
}

#buttonSet .r{
float:right;
margin-right:20px;
}

#buttonSet input{
display:block;
}

#buttonSet img{
margin:auto;
}


/* footer
----------------------------------------*/
#footer{
background:url(images/back_bottom_footer.gif) no-repeat;
width:758px;
height:56px;
margin:0 auto;
padding-top:18px;
}

#footer #logo{
float:left;
margin-left:12px;
}

#footer #copyright{
float:right;
margin-right:12px;
}



