﻿@charset "utf-8";

#content p.subtitle {
margin-bottom: 4px;
margin-left: 12px;
color: #666;
font-weight: bold;
}

#content h2 {
margin-bottom: 8px;
}

#content div.box {
margin-bottom: 32px;
padding-top: 4px;
border-top: 1px #AEDFDF solid;
}

#content div.box img.thum {
float: left;
}

#content div.box div.note {
padding-top: 6px;
float: right;
width: 518px;
}

#content div.box div.note h3 {
margin-bottom: 10px;
font-size: 1.2em;
font-weight: bold;
}

#content div.box div.note h3 span.date {
font-size: 0.8em;
}

#content div.box div.note p {
margin-top: 10px;
padding-top: 10px;
border-top: 1px #CCC dotted;
line-height: 1.4;
}

#content div.box div.note p strong {
color: #C20651;
}