@charset "utf-8";
/* CSS Document */


dl{
text-align:left;
padding:5px;
margin:5px;
font-family: HiraKakuProN-W3;
}

dt {
    border: 1px solid #5F39AB;
    color: #E9C871;
    font-family: HiraKakuProN-W6;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 5px;
    text-align: center;
	-webkit-border-radius: 6px;

    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}

dt b {

}

dd{
font-family: HiraKakuProN-W3;
          font-size: 12px;
}

dd p{
font-size:12px;
line-height:1.3;
padding:10px;
text-align:left;
}
dd img{
width:100%;
max-width:500px;
display:block;
margin:auto;
}
dd table{
width:100%;
}

dd table tr {
    border-bottom: 1px solid #1E1033;
}

dd table th {
    background-image: url("../img/bgimg.png");
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 2px;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    width: 40%;
}
dd table td{
font-size:12px;
padding:10px;
line-height:1.3;
}

dd table td.subtitle {
    background-image: url("../img/bgimg2.png");
}

dd table td s{
color:#999999;
}

dd table td b{
color:#FF0099;
}

dd table td span{
color:#FF0066;
}