
/*▼全体*/
*{
  margin:0px;
  padding:0px;
  }

a:link{
  color:#ff9900;
  text-decoration:underline;
}

a:visited{
  color:#ff9900;
  text-decoration:underline;
}

a:hover{
  color:#999999;
  text-decoration:none;
}

a:active{
  color:#999999;
  text-decoration:underline;
}

body{
  font : 90% "lucida sans", "メイリオ", Arial, Helvetica, Tahoma, sans-serif;
  color: #333333;
  line-height: 130%;
}

#wrapper{
  width:760px;
  border-left:solid 2px #999999;
  border-right:solid 2px #999999;
  background-color:#ffffff;
  padding-top:10px;
  margin:0 auto;
}

img{
  border-style:none;
}

li{
  list-style-type:none;
}
/*▲全体*/

/*▼ヘッダー*/
#globalnavi li{
  display:inline;
  margin-left:2px;
}

#eye{
  margin-top:-4px;
}

#coment{
  width:760px;
  height:63px;
  text-align:center;
  text-align:center;
  background:url("../images/gra01.gif") repeat-x;
}

#coment p{
  padding-top:15px;
}
/*▲ヘッダー*/

/*▼コンテンツ*/
#contents{
  margin-top:30px;
}
/*▼左*/
#left{
  width:149px;
  float:left;
  margin-left:15px;
}

p.sponsor {
font-size: 70%;
}
/*▲左*/

/*▼右*/
#right{
  width:525px;
  float:right;
  margin-right:15px ;
}

/*▼新着情報*/
table{
  width:515px;
  background-color:;
  margin-left:5px;
  border-spacing:0px;
}

tr,td{
  vertical-align:top;
}

td{
  padding:11px 0px 11px 0px;
  border-bottom:dotted 1px #999999;
}

colgroup#date{
  width:22%;
}
/*▲新着情報*/

/*▼トピックス*/
#topics{
  width:515px;
  padding:0px 5px 0px 5px;
}
#topics_img{
  margin-top:26px;
}

#topics dt{
  color:#006600;
  font-weight:700;
  margin-top:15px;
}

#topics dd{
  margin:3px 0px 5px 10px;
  padding-bottom:10px;
}

.icon{
  margin-right:5px;
}

.topic_link{
  text-align:right;
  font-weight:700;
  padding:10px 10px 10px 0px;
  border-bottom:dotted 1px #999999;
}
.topic_link a:link{
  color:#333333;
  text-decoration:underline;
}

.topic_link a:visited{
  color:#333333;
  text-decoration:underline;
}

.topic_link a:hover{
  color:#999999;
  text-decoration:none;
}

.topic_link a:active{
  color:#999999;
  text-decoration:underline;
}
/*▲トピックス*/
/*▲右*/

/*▼フッター*/
#footer{
  width:760px;
  clear:both;
  color:#999999;
  text-align:center;
  padding:10px 0px 10px 0px;
  border-top:solid 1px #999999;
}
/*▲フッター*/
