@charset "iso-8859-1";

/* （同一設定：文字） */
#path_cp,
#path_cp A,
#path_pr,
#path_pr A,
BODY,
SELECT,
H1,
H2,
H3,
P {
font-family : "Trebuchet MS","MS PGothic","Hiragino Maru Gothic Pro","Osaka",sans-serif;
}

UL{
list-style-type : none;
margin-left : 5px;
padding-left : 5px;
}
LI{
font-size : 12px;
margin-top : 0px;
margin-left : 5px;
list-style-type : none;
line-height : 130%;
border-bottom-width : 1px;
border-bottom-style : dotted;
border-bottom-color : blue;
margin-right : 0px;
padding-left : 5px;
margin-bottom : auto;
}
P{
font-size : 12px;
float : right;
}
BODY{
color : dimgray;
padding-top : 0px;
padding-left : 0px;
margin-top : 10px;
margin-left : 0px;
}
DIV{
width : 570px;
}
A:link {
text-decoration : none;
color : blue;
}
A:hover {
background-color : paleturquoise;
color : blue;
}
A:active {
color : white;
background-color : paleturquoise;
}
A:visited {
text-decoration : none;
color : blue;
}
