@charset "Shift_JIS"; /* 文字コードの設定  */
.navlist
{
padding: 1px;
margin-left: 0;
margin-top: 0;
font: 12px verdana, sans-serif;
width: 168px;
color: gray; }

.navlist li
{
list-style: none;
margin: 0px;
border-bottom: 1px #CC0000 solid;
text-align: left;
}

.navlist li a
{
display: block;
padding: 0.7em 0.5em 0.7em 0;
text-decoration: none;
}

.navlist li a:link { color: #000080; }
.navlist li a:visited { color: #000080; }

.navlist li a:hover
{
color: #CC0000;
}
/*かどまるの集合*/
.curve-01{
 background:#E0E9FA; /* ここの色を変えたら色んな角丸ができる */
 margin:5px 0;
}
.curve-01 div.curve-head{
 font-size:1px;
 height:5px;
 background:url(/curve/01-curve-left-head.gif) top left no-repeat;
}
.curve-01 div.curve-head div{
 font-size:1px;
 height:5px;
 background:url(/curve/01-curve-right-head.gif) top right no-repeat;
}
.curve-01 div.curve-bottom{
 font-size:1px;
 height:5px;
 background:url(/curve/01-curve-left-bottom.gif) bottom left no-repeat;
}
.curve-01 div.curve-bottom div{
 font-size:1px;
 height:5px;
 background:url(/005/curve/01-curve-right-bottom.gif) bottom right no-repeat;
}
