@charset "Shift_JIS";

/* ------------------------------
↓ぬテンプレ
------------------------------ */
html {
scrollbar-track-color:#000000;
scrollbar-face-color:#000000; 
scrollbar-shadow-color:#6B2626;
scrollbar-darkshadow-color:#6B2626;
scrollbar-highlight-color:#6B2626;
scrollbar-3dlight-color:#6B2626;
scrollbar-arrow-color:#6B2626;
}

body {
background-color: #000000;
font-size: small;
color: #FFFFFF;
}

h1 {
font-size: 20px;
margin-bottom: 20px;
}

a{
color: #eeeeFF;
}

a:hover {
color: #ff0033;
cursor: pointer;
text-decoration: none;
}

span a:hover {
cursor: pointer;
text-decoration: none;
}

#outer_box{
width: 240px;
height: auto;
overflow: hidden;
}

.link_box{
width:auto;
height: auto;
padding: 10px;
}

.y{
font-weight: bold;
color: #FFFF00;
}

.r{
font-weight: bold;
color: #FF0000;
}

.menu_tit{
font-weight: bold;
}
#footer{
font-size: small;
}

.b_n{
font-size: medium;
font-weight: bold;
}
.pbm{
padding-bottom: 10px;
overflow: hidden;
}