@charset 'utf-8';

@media screen,tv,print {

ul#globalnavi {
width: 180px;
margin: 0 0 15px 15px;
text-align: left;
list-style-type: none;
background-color: black;
}
ul#globalnavi li {
height: 30px;
width: 180px;
margin-left: 0;
display: block;
text-indent: 10px;
vertical-align: middle;
list-style-type: none;
}
ul#globalnavi li a {
height: 30px;
width: 180px;
display: block;
margin-left: 0;
padding: 7px 0 0 0;
text-decoration: none;
color: white;
font-size: 13px;
font-weight: 600;
background: transparent url("http://fanto.org/image/button/globalnavi-blue1.gif") no-repeat scroll 0% 0%;
border-bottom: none;
font-family: Verdana, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
ul#globalnavi li a:link {
height: 30px;
width: 180px;
color: white;
background: transparent url("http://fanto.org/image/button/globalnavi-blue1.gif") no-repeat scroll 0% 0%;
}
ul#globalnavi li a:visited {
height: 30px;
width: 180px;
color: white;
background: transparent url("http://fanto.org/image/button/globalnavi-blue1.gif") no-repeat scroll 0% 0%;
}
ul#globalnavi li a:hover {
height: 30px;
width: 180px;
color:white;
background: transparent url("http://fanto.org/image/button/globalnavi-blue2.gif") no-repeat scroll 0% 0%;
}
ul#globalnavi li a:active {
height: 30px;
width: 180px;
color: white; 
background: transparent url("http://fanto.org/image/button/globalnavi-blue2.gif") no-repeat scroll 0% 0%;
}

}