@charset "UTF-8";

/*---------- base style set ---------*/

div{
    margin-top: 0px;
    margin-bottom: 0px;
}
body{
    margin: 0px;
    padding: 0px;
    background-color: #f8f8f8;
    text-align : center;
    font-size:95%;		/* フォントサイズを95%にする */
    line-height:1.5;		/* 行の高さを1.5倍にする */    color:#333333;		/* 文字色を濃い目のグレーにする */
}
#wrapper{
    padding: 1px 10px;
    text-align: center;
    overflow: hidden;     /* はみ出し処理・隠す */
}
.wrapper-color{
    background: #e41212;     /* 上部酢ロール部分の背景色 */
}
.slidearea-color{
    background: #f7f7f7;
}
.clear{
    clear: both;
}
#set-space{
	height : 120px;
}

/*-------- pagination layout set --------*/

.layout{
    text-align: center;
}

.spacebb{
    text-align: center;
    margin-bottom: 1em;
    border-collapse: separate;
    border-spacing: 10px; 
}
td#hide{
    empty-cells: hide;
}

/*------ tabular -----*/

.pager a{
  display: inline-block;
  float: center;
    margin: 0.2em;              /* 外側の余白 */
    padding: 0.2em 0.5em;             /* 内側の余白 */
    width: 144px; 
text-decoration: none;
border:1pz solid #c6c6c6;
color: #555555;
background: #e8e8e8;
background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#d1d1d1);
background: -moz-linear-gradient(top, #e8e8e8, #e1e1e1);
background: -o-linear-gradient(top, #e8e8e8, #e1e1e1);
background: -ms-linear-gradient(top, #e8e8e8, #e1e1e1);
background: linear-gradient(top, #e8e8e8, #e1e1e1);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F8F8F8', endColorstr='#e1e1e1');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F8F8F8', endColorstr='#e1e1e1');
-pie-background: linear-gradient(top, #e8e8e8, #e1e1e1);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px
behavior: url(PIE.htc);
}

#onther{
  margin: 3px;
  padding: 2px 10px;
}

#footer{
     font-size : 10px;
     color : #202020;
     background-position : center center;
     text-align : center;
     line-height: 1.4em;
}
.footer-copyright{
	font-size: 10px;
	font-family: "Trebuchet MS", "Franklin Gothic", Arial;
	text-align: center;
	color: #3a3a3a;
	background-position: center top;
}