@charset "UTF-8";
/**
 * スケルトンスタイルシート
 */
/* tags
----------------------------------------------- */
body {
font-size:20px;
font-weight:bold;
color:#000;
background-color: #fff;
margin:5px 0 10px;
}
td{
padding:5px;
}
input {
margin:3px;
}
img {
border:none;
}

a{/*リンクされた文字*/
    color:#000;
    font-style:normal;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#000;
    font-style:normal;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#000;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}





/* Page
----------------------------------------------- */
#Page {
width:950px;
margin:0 auto;
text-align: left;
}
/* Alfa, Beta
----------------------------------------------- */
#Alfa,
#Beta {
position: relative;
float:left;
display: inline;
background-color: #fff;
}
#Alfa {
width:800px;
left:0px;
padding-bottom:50px;
}
#Beta {
width:140px;
left:0px;
padding-left:20px;
padding-bottom:50px;
}
/* Header
----------------------------------------------- */
#Header {
text-align: left;
}
#Header .search-box {
float: right;
}
/* Footer
----------------------------------------------- */
#Footer {
text-align: center;
font-size: x-small;
}

/* header-menu
----------------------------------------------- */
#aaa ul li {
display: inline;
padding:0 20px 0 0;
margin:0 20px 0 0;
}

#aaa li {

}
/* GlobalMenus
----------------------------------------------- */
#GlobalMenus {
margin:40px auto 40px 0;
}
#GlobalMenus ul{
display: inline;
padding:0;
margin:0;
}
#GlobalMenus li{
color:#ff0000;

}
/* Navigation
----------------------------------------------- */
#Navigation {
margin-bottom: 20px;
}
/* widget
----------------------------------------------- */
.widget h2 {
font-size:small;
}
/* clearfix
----------------------------------------------- */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* .pagination
---------------------------------------------------*/
.pagination .disabled {
display:none;
}
.pagination .number,
.pagination .prev,
.pagination .next,
.pagination .current{
padding:5px 8px;
border:1px solid #e2e2e2;
margin:0 2px;
}
/* list-num
---------------------------------------------------*/
.list-num {
text-align: right;
}
/* 検索
---------------------------------------------------*/
.search-box {
text-align: center;
}
.search-result {
text-align: right;
}

table.brwsr1 {
font-size: 20px;
margin: 0 auto;
border-collapse: collapse;
border: #fff 1px solid;
}



table.brwsr1 td.r0 {
padding: 5px 10px;
vertical-align: middle;
text-align: left;
border-bottom: #000 1px solid;
background: #ffcc99;
}

table.brwsr1 td.r1,
table.brwsr1 td.r2 {
padding: 5px 10px;
vertical-align: middle;
text-align: left;
}

table.brwsr1 td.r1 {
width: 400px;
border-bottom: #fff 1px solid;
}


table.brwsr1 td.r2 {
width: 500px;
border-left: #fff 1px solid;
border-bottom: #fff 1px solid;
}


