@charset "Shift_JIS";

/* ページ全体 */


body {
background:#FFF;
color:#333;
margin: 0px auto 0px auto;
width:730px;
font-size:90%;
line-height:170%;
letter-spacing: 2px;
}

a {
color:#333333;
text-decoration:underline;
}
a:hover,a:active{
color:#ffffff;
background:#666633;
}

a:focus {
text-decoration:blink;
color:#ffffff0;
background:#3399CC;
}
/*コンテンツ全体コンテナ*/

li {
list-style-image:url(../images/kankou/li.gif);
}


