@charset "shift_jis";
H1,H2,H3,H4,H5,H6,P,UL,OL,DL{
 margin-top: 0;
 margin-bottom: 0;
}
H1{
 font-size: 16px;
 font-weight: bold;
 color: #333333;
 line-height : 130%;
 letter-spacing : 2px;
}
H2{
 font-size : 16px;
 font-weight: bold;
 color: #800000;
 line-height : 130%;
 letter-spacing : 1px;
}
H3{
 font-size: 14px;
 font-weight: bold;
 color: #333333;
 line-height : 120%;
 letter-spacing : 1px;
 padding-left : 10px;
 padding-top : 5px;
 padding-bottom : 5px;
}
H4{
 font-size : 13px;
 font-weight: bold;
 color : #000099;
 line-height : 120%;
 letter-spacing : 1px;
}
H5{
 font-size: 13px;
 font-weight: bold;
 color: #333333;
 line-height : 130%;
 letter-spacing : 1px;
}
H6{
 font-size: 12px;
 font-weight : normal;
 color: #333333;
 line-height : 130%;
 letter-spacing : 1px;
}
P{
 font-size : 12px;
 font-weight: normal;
 color: #333333;
 line-height : 140%;
 letter-spacing : 1px;
 padding-left : 5px;
}
UL{
 list-style-type: disc;
 font-size : 12px;
 font-weight : normal;
 color : #008080;
 line-height : 150%;
 padding-top : 5px;
 padding-bottom : 5px;
 letter-spacing : 1px;
}
OL{
 list-style-type: disc;
 font-size : 12px;
 font-weight : normal;
 color: #666666;
 line-height : 150%;
 padding-top : 5px;
 padding-bottom : 5px;
 letter-spacing : 1px;
}
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;
}