@charset 'shift_jis';


/* body
----------------------------------------*/
html{
background:url(images/background.gif);
}

body{
text-align:center;
}

img{
display:block;
}

.leftside{
float:left;
}

.rightside{
float:right;
}

div#wrap{
background:url(images/back_footer.gif) no-repeat left bottom;
width:922px;
margin:0 auto;
text-align:center;
padding-bottom:10px;
}

div#contents{
background:url(images/back_wrap.gif) repeat-y;
width:922px;
height:771px;
margin:0 auto;
text-align:center;
}


div#contents h1{
width:900px;
margin:0 auto;
}


div#contents div#outline{
width:850px;
margin:auto;
margin-top:20px;
margin-bottom:30px;
}

div#contents h2{
height:67px;
margin:0 auto;
margin-bottom:20px;
}



/* footer
----------------------------------------*/
div#footer{
width:867px;
border-top:1px solid #C7C7C7;
margin:0 auto;
padding:15px 0;
}


