@charset "shift_jis";
H1,H2,H3,H4,H5,H6,P,UL,OL,DL{
 margin-top: 0px;
 margin-bottom: 0px;
}
H1{
 font-size : 12px;
 font-weight : normal;
 color: #000000;
 line-height : 140%;
 letter-spacing : 1px;
 padding-left : 5px;
}
H2{
 font-size: 12px;
 font-weight: bold;
 color: #000000;
 line-height : 140%;
 letter-spacing : 1px;
 text-decoration : underline;
 padding-left : 5px;
 padding-top : 10px;
 padding-bottom : 5px;
}
H3{
 font-size: 12px;
 font-weight: bold;
 color: #000000;
 line-height : 140%;
 letter-spacing : 1px;
 text-decoration : underline;
 padding-left : 5px;
 padding-top : 10px;
 padding-bottom : 5px;
}
H4{
 font-size : 12px;
 font-weight : normal;
 color: #000000;
 line-height : 140%;
 letter-spacing : 1px;
}
H5{
 font-size : 12px;
 font-weight : bold;
 color: #000000;
 line-height : 140%;
 letter-spacing : 1px;
}
H6{
 font-size: 12px;
 font-weight : normal;
 color : #333333;
 line-height : 140%;
 letter-spacing : 1px;
}
P{
 font-size : 12px;
 font-weight: normal;
 color: #333333;
 line-height : 140%;
 letter-spacing : 1px;
 padding-left : 0px;
}
A{
 text-decoration: none;
}
A:LINK {
 text-decoration: none;
 color: #0080ff;
}
A:VISITED {
 text-decoration: none;
 color: #0080ff;
}
A:HOVER {
 text-decoration: none;
 color : #ff0000;
 background-color: #ffddee;
}