@charset "utf-8";
/* CSS Document */
/*--------------------- ↓container↓ --------------------------*/
body{
background:url(../img/bg.jpg) repeat-x 0 0;
margin:0;
padding:0;
}
#container{
width:820px;
border:5px solid #17253a;
margin:0 auto;
padding:0;
}
#container div.logo{
background-color:#17253a;
width:820px;
height:80px;
}
#container div.logo img{
border:0;
float:left;
margin:0;
}
#container div.content{
font-size:12px;
background-color:#ffffff;
width:810px;
margin:0;
padding:5px;
}
#container div.content div.title{
background:url(../img/title_1.jpg) repeat-x 0 0;
width:810px;
height:49px;
margin:0;
}
#container div.content div.title_1{
background:url(../img/title_2.jpg) repeat-x 0 0;
width:810px;
height:49px;
margin:0;
}
#container div.content div.title_2{
background:url(../img/title_3.jpg) repeat-x 0 0;
width:810px;
height:49px;
margin:0;
}
#container div.content img{
border:0;
}
#container div.content table{
margin:5px 0;
}
#container div.content table td p{
font-size:12px;
margin:5px 0;
}
#container div.content table td p.a01{
font-size:16px;
font-weight:bold;
margin:0;
}
/*--------------------- ↑container↑ --------------------------*/