@charset "Shift_JIS";

body {
	font: 14px "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";/*文字サイズ・行間・フォント設定*/
}

#main dt
{
    float: left;
    margin: 0;
    text-align: left;
    line-height: 1.8;
    font-weight: normal;
    width: 14em !important;
    padding: 5px 0 2px 15px;
    background:#fff url("../images/bg_list.gif") 0 6px no-repeat;
}

#main dd
{
    width:420px;
    margin: 0;
    padding: 5px 0 2px 16em;
    text-align: left;
    line-height: 1.8;
    border-bottom: 1px dotted #dddddd;
    background-color:#fff;
/*    border-bottom-color: #dddddd;*/
}

#main dd
{
    height: 1%; /* for IE6 */
}

#main dl:after
{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#main dd a {
   color:#333333;
   text-decoration:none;
}

#main dd:after
{
    clear: both;
}

#main dd a:hover {
   color:#C94C00;
}

span.flg {
 display:block; 
   width:5rem;
/*   height:1rem; */
   font-size:8pt; 
   text-align:center;
   background:gray;
   color:#fff;
float:left;
}

span.o {
   background:darkorange;
}
span.r {
   background:darkred;
}
span.b {
   background:darkblue;
}
span.g {
   background:darkgreen;
}
span.p {
   background:darkmagenta;
}
span.br{
/*   background:brown; */
   background:#C30;
}
span.gold{
   background:goldenrod;
}
