/* CSS Document */
.nav_all, .nav_all:link, .nav_all:visited {
font-size: 14px;
font-weight: normal;
color: #004488;
text-decoration: none;
text-align: left;
}

.nav_all:hover, .nav_all:active {
color: #000000;
font-weight: normal;
text-decoration: none;
}

.nav_soft, .nav_soft:link, .nav_soft:visited {
font-size: 14px;
font-weight: normal;
color: #004488;
text-decoration: none;
text-align: left;
}

.nav_soft:hover, .nav_soft:active {
color: #FF0000;
font-weight: normal;
text-decoration: none;
}

.nav_game, .nav_game:link, .nav_game:visited {
font-size: 14px;
font-weight: normal;
color: #004488;
text-decoration: none;
text-align: left;
}

.nav_game:hover, .nav_game:active {
color: #008000;
font-weight: normal;
text-decoration: none;
}

.nav_music, .nav_music:link, .nav_music:visited {
font-size: 14px;
font-weight: normal;
color: #004488;
text-decoration: none;
text-align: left;
}

.nav_music:hover, .nav_music:active {
color: #0000FF;
font-weight: normal;
text-decoration: none;
}

.nav_tv, .nav_tv:link, .nav_tv:visited {
font-size: 14px;
font-weight: normal;
color: #004488;
text-decoration: none;
text-align: left;
}

.nav_tv:hover, .nav_tv:active {
color: #B000B0;
font-weight: normal;
text-decoration: none;
}

.nav_bbs, .nav_bbs:link, .nav_bbs:visited {
font-size: 14px;
font-weight: normal;
color: #004488;
text-decoration: none;
text-align: left;
}

.nav_bbs:hover, .nav_bbs:active {
color: #000000;
font-weight: normal;
text-decoration: none;
}

.naved_all {
font-size: 14px;
color: #000000;
font-weight: bold;
}

.naved_soft {
font-size: 15px;
color: #FF0000;
font-weight: bold;
}

.naved_game {
font-size: 15px;
color: #008000;
font-weight: bold;
}

.naved_music {
font-size: 15px;
color: #0000FF;
font-weight: bold;
}

.naved_tv {
font-size: 15px;
color: #B000B0;
font-weight: bold;
}

.naved_bbs {
font-size: 15px;
color: #000000;
font-weight: bold;
}

