@charset "shift_jis";
H1,H2,H3,H4,H5,H6,P,UL,OL,DL{
 margin-top: 0px;
 margin-bottom: 0px;
}
H1{
 font-size : 16px;
 font-weight: bold;
 color: #000000;
 line-height : 100%;
 letter-spacing : 3px;
 padding-left : 20px;
 padding-top : 5px;
 padding-bottom : 0px;
}
H2{
 font-size: 14px;
 font-weight: bold;
 line-height : 100%;
 letter-spacing : 0px;
 padding-left : 10px;
 padding-top : 5px;
 padding-bottom : 5px;
}
H3{
 font-size: 14px;
 font-weight: bold;
 color : blue;
 line-height : 100%;
 letter-spacing : 1px;
 padding-left : 10px;
 padding-top : 10px;
 padding-bottom : 5px;
}
H4{
 font-size : 12px;
 font-weight : bold;
 color: #333333;
 line-height : 100%;
 letter-spacing : 1px;
 padding-left : 10px;
 padding-top : 5px;
}
H5{
 font-size : 12px;
 font-weight : normal;
 color: #333333;
 line-height : 130%;
 letter-spacing : 0px;
 padding-left : 10px;
 padding-right : 10px;
}
H6{
 font-size: 10px;
 font-weight : normal;
 color : #666666;
 line-height : 130%;
 letter-spacing : 0px;
 padding-left : 15px;
 padding-right : 15px;
}
P{
 font-size : 12px;
 font-weight: normal;
 color: #333333;
 line-height : 120%;
 letter-spacing : 1px;
 padding-left : 0px;
}
UL{
 list-style-type: disc;
 font-size: 12px;
 font-weight : normal;
 color : #009999;
 line-height : 130%;
 letter-spacing : 1px;
 margin-left : 20px;
}
OL{
 list-style-type: disc;
 font-size: 12px;
 font-weight : bold;
 color: #990000;
 line-height : 130%;
 letter-spacing : 1px;
 margin-left: 20px;
}
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;
}