@charset"Shift_JIS";

*{
  -webkit-text-size-adjust: none;
}
body#header{
  text-align:left;
  font-size:10px;
}

body#header a{
  color:#333333;
  text-decoration:none;
}
body#header a:link,body#header a:visited{
  text-decoration:none;
}
body#header a:hover,body#header a:active{
  color:#999;
  text-decoration:none;
}

body#header a:hover img{
  filter:alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}
div#header{
  width:980px;
  margin:0 auto;
  padding-top:10px;
  position:relative;
}
/* slider */

#slider {
  width:290px;
  height: 100px;
  float:left;
  margin:0px 0px 6px 0px;
  z-index:1;
}
#slider div {
  padding: 0 10px;
  padding-left:21px;
}

#slider div a, #slider div a:hover{
  text-decoration:none !important;
}
.jquery-slider {
  overflow: hidden;
  position: relative;
}
.jquery-slider-element {
    overflow: hidden;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	padding-left:0px;
}
.jquery-slider-control {
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    opacity: 0.5;
    cursor: pointer;
}
.jquery-slider-control:hover {
    opacity: 1;
}
.jquery-slider-control-prev {
    left: 0px;
    top: 26px;
}
.jquery-slider-control-next {
    right: 0px;
    top: 26px;
}
/* その他 共通ルール
----------------------------------------------------------------------------- */	
p{
  color:#333 !important;
  letter-spacing:0.05em;
}
.bold{
   font-weight:bold;
}
.red{
   color: #CC0000 !important;
}
.num{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 120%;
}
.line{
   text-decoration:underline;
}
