@charset "UTF-8";
@import url(default.css);


/* reset */
ul{
list-style: none;
}
td{
font-size: 12px;
}


/* common */
body{
color: #000;
margin: 0;padding: 0;
background-color: #fff;
line-height: 1.4
}
img{
border: none;
}
a{
color: #a52a2a;;
text-decoration: none;
}
a:hover{
color: #e9967a;
text-decoration: underline;
}
#news table{
border-collapse: collapse;
padding: 0;
margin: 0;
}
.btn img{
margin: 4px 0;
text-align: center;
}
.btn a:hover{
position: relative;
top: 2px;
}
.ended{
margin-left: 1em;
color: #c30;
font-weight: bold;
}


/* searchBox */
#searchBox{
margin: 10px;
border: 1px solid navy;
text-align: left;
}
#searchBox input{
display: inline;
vertical-align: middle;
}
#searchBox .textbox{
width: 100px;
}
#siteinfo{
margin-bottom: 12px;
padding: 5px;
border: 1px solid #41342e;
text-align: left;
}


/* news */
#news{
height: 500px;
overflow: auto;
padding: 12px;
border: 1px solid #41342e;
}
#news ul{
list-style: square;
}
#news ul li{
padding-left: 2em;
text-indent: -2em;
}
.gobackno{
text-align: right;
}
#news .date{
font-size: 80%;
color: #999;
}
#news .date img{
vertical-align: top;
}
#news h2{
color: #f30;
font-weight: bold;
font-size: 130%;
}
#news h2 a{
color: #f30;
}
#news h2 span{
font-size: 70%;
}
#news .kuwashiku{
margin-right: 12px;
text-align: right;
}
#news em{
color: red;
font-weight: bold;
}
#news h3{
margin: 12px 0 6px;
border-bottom: 1px dashed #999;
font-size: 120%;
font-weight: bold;
}


.topbnr{
margin: 0;padding: 0;
background: #fff;
width: 100%;
}
.topbnr li{
float: left;
/*\*width: 128px;/**/
height: 32px;
margin: 0;padding: 0;
}
.topbnr li img{
border: none;
vertical-align: bottom;
}


/* sosikilist */
#sosikilist{
margin: 0 10px;
text-align: left;
}
#sosikilist h3, #sosikilist h4{
margin: 24px 0 12px;font-size: 120%;
font-weight: bold;
text-align: center;
}
#sosikilist table{
width: 100%;
margin-bottom: 24px;
border-collapse: collapse;
border-spacing: 0;
font-size: 100%;
}
#sosikilist td{
padding: 2px 6px;
border: 1px solid #999;
vertical-align: middle;
}
#sosikilist .name{
min-width: 7em;
}
#sosikilist .fig{
margin-bottom: 24px;
text-align: center;
}
#sosikilist ul,#sosikilist li{
margin: 0;padding: 0;
list-style: none;
}