@import url("common.css");

#contents {
width: 650px;
padding-bottom: 10px;
margin-left: auto;
padding-top: 20px;
margin-right: auto;
}

#contents h1 {
padding-bottom: 5px;
margin-bottom: 30px;
}

#contents h2 {
color: #000;
margin-bottom: 20px;
}

#contents dl {
margin-left:2.0em;
}

#contents dt {
color: #000;
font-weight:bold;
font-size: 18px;
margin-top: 5px;
margin-bottom: 5px;
}

#contents dd {
color: #666;
font-size: 16px;
font-weight: bold;
margin-left: 20px;
margin-bottom: 10px;
margin-top: 10px;
}

#contents p {
color:#000;
font-size: 18px;
font-weight:bold;
margin-top: 30px;
}

#contents p.date {
line-height:1.7;
font-size: 24px;
}

#contents p.hakko {
font-size:14px;
font-weight:normal;
text-align:right;
}

#contents p.attention {
color:#F00;
}

