@charset "UTF-8";
@import url(textset.css);


body{
color: #FFFFFF;
background: #333333;
background-image:url(../img/bg.gif);
background-repeat:repeat-y;
background-position:center;
margin:0px;
padding:0px;
text-align:center;
}

div{
background:#333333;
margin:0;
padding:0;
}


#container{
background:#333333;
width:820px;
margin:0 auto;
text-align:left;
}

#menu{
background:#333333;
margin-top:10px;
margin-bottom:5px;

}

#main{
width:820px;
background:#333333;
margin-top:10px;
padding-bottom:200px;
}

.contents{
width:770px;
background:#333333;
margin-left:50px;
margin-right:0;
clear: both;

}

.contents img.fig{
float:left;
margin-right:10px;
margin-left:0;
margin-bottom:35px;
margin-top:0;
}

#footer{
padding-bottom:10px;
padding-left:0;
padding-right:0;
padding-top:0;
text-align:center
}

