@charset "UTF-8";
/* 全体 */
body{
  padding : 0px 0px 0px 0px;
  margin : 0px 0px 0px 0px;
  font-family : 'ＭＳ Ｐゴシック',sans-serif,Arial;
  text-align : center;
}
h1,h2,h3,h4{
  padding : 0px 0px 0px 0px;
  margin : 0px 0px 0px 0px;
  font-weight : normal;
}
a,
a:link,
a:visited{
  color : #0000ff;
  text-decoration : none;
}
a:hover{
  color : #ff0000;
  text-decoration : underline;
}
a:active{}
p{
  padding : 0px 0px 0px 0px;
  margin : 0px 0px 0px 0px;
  font-size : 9pt;
  line-height : 1.5;
  text-align : left;
  color : #000000;
}
strong{
  font-weight : normal;
  color : #ff0000;
}
img,
a img{
  padding : 0px 0px 0px 0px;
  margin : 0px 0px 0px 0px;
  border : 0px;
  text-decoration : none;
}



/* 基本構成 */
#container{
  padding : 0px 0px 0px 0px;
  margin : 0px auto 0px auto;
  width : 460px;
  height : auto;
}


/* 新着情報 */
.topic-box{
  padding : 0px 0px 0px 0px;
  margin : 0px 0px 0px 0px;
  width : 460px;
  height : auto;
  background-image : url(topi2.jpg);
  background-repeat : repeat-y;
  background-position : center top;
}
.topic-in{
  padding : 0px 0px 0px 0px;
  margin : 0px auto 0px auto;
  width : 458px;
  height : auto;
}
.topic-p{
  padding : 0px 10px 10px 10px;
  margin : 10px 0px 0px 0px;
  text-align : center;
  border-bottom : 1px dotted #cccccc;
}
.topic-p p{
  font-size : 9pt;
  text-align : left;
  line-height : 1.2;
}
.topic-f{
  padding : 0px 0px 0px 0px;
  margin : 0px 0px 0px 0px;
  width : 460px;
  height : 10px;
}

