@charset "UTF-8";

.titleCopy {
margin: 15px 0;
}

div.profile {
margin-top: 15px;
margin-bottom: 15px;
clear: both;
border: 1px #CC0000 solid;
padding: 10px;
}

div.profile h4 {
font-size: 1em;
}

h5 {
font-size: 1em;
}


/* --------------------------------------------------
summary
-------------------------------------------------- */
div.summary table {
width: 630px;
margin-top: 10px;
margin-bottom: 30px;
border-collapse: collapse;
}

div.summary table tr th,
div.summary table tr td {
text-align: left;
vertical-align: top;
padding: 5px 10px;
border: #FFFFFF 1px solid;
}

div.summary table tr th {
width: 150px;
font-weight: normal;
background-color: #CCCCCC;
}

div.summary table tr td {
width: 480px;
background-color: #E6E6E6
}



