﻿@charset "utf-8";

/* CSS Document 

 * #top
 *  #container
 *   #header
 *   #content
 *    #main
 *   #footer

*/

/* Begin of past.css */

div#past_data h3 {
clear:both;
padding:0 0 3px 10px;
font-weight:bold;
}

div#past_data h3 a:link    { color:#800000; }
div#past_data h3 a:visited { color:#800000; }
div#past_data h3 a:hover   { color:#FF6600; text-decoration:none; }
div#past_data h3 a:active  { color:#FFCC66; text-decoration:none; }

div#past_data dl {
padding:0 0 10px 10px;
font-size:95%;
}

div#past_data dl dt {
clear:both;
float:left;
}

div#past_data dl dd {
margin-left:5em;
zoom:1;		/* IE6 3px ずれ対策 */
}

/* End of past.css */
