@charset "UTF-8";
/* CSS Document */


#contents{
height:600px;
}


#left{
width:350px;
float:left;
}

#right{
width:350px;
height:420px;
margin-left:380px;
margin-top:90px;
background-image:url(../images/boshu_back.jpg);
background-repeat:no-repeat;
}

h1{
font-size:20px;
color:#AA0000;
margin-top:10px;
margin-left:40px;
}

#contents p{
width:300px;
margin-left:40px;
margin-top:30px;
line-height:1.4;
}


dd{
padding-left:30px;
padding-bottom:5px;
margin-bottom:10px;
border-bottom:#AAAAAA solid 1px;
border-left:#AAAAAA solid 1px;
}

#contents a{
display:block;
width:190px;
margin-left:40px;
margin-top:20px;
font-size:14px;
}
