/*--------------------------------------------------------
■文字設定
--------------------------------------------------------*/
*{
	font-size:12px;
	font-family:Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color:#666666;
	line-height:18px;
}

/*リンク文字*/
a{ color:#666; text-decoration: none; }/*下線を付ける*/
a:link{color:#666; text-decoration: none; }
a:visited{text-decoration: none;}/*訪問済み*/
a:hover{ color: #E00000; text-decoration: underline;  }/*リンクに乗った時*/

/*--------------------------------------------------------
■全体枠
--------------------------------------------------------*/
#wrap {
  margin: -250px 0 0 -400px;  /*縦横の半分をネガティブマージンでずらす*/
  position: absolute;  /*body要素に対して絶対配置*/
  top: 50%;  /*上端を中央に*/
  left: 50%;  /*左端を中央に*/
  width: 800px;  /*横幅*/
  height: 500px;  /*縦幅*/
}


/*--------------------------------------------------------
■枠設定
--------------------------------------------------------*/

div#left{
float:left;
width: 488px;
height:500px;
margin:0;
padding:0;
}

div#right{
float:right;
width: 300px;
height:500px;
margin:0;
padding:0;
}


/*--------------------------------------------------------
■左設定
--------------------------------------------------------*/

div#flash{
float:left;
width: 488px;
height:460px;
margin-bottom:6px;
padding:0;
}

div#bnr{

width: 488px;
height:34px;
margin:0;
padding:0;
}

div#bnr ul{
list-style-type: none;
width:488px;
height: 34px;
margin:0;
padding:0;
}

div#bnr ul li{
float:left;
width:92px;
height:34px;
margin: 0px 7px 0px 0px;
}

div#bnr ul li#end{
float:left;
width:92px;
height:34px;
text-align:center;
margin: 0;
}

/*--------------------------------------------------------
■右設定
--------------------------------------------------------*/
div#right .title{
margin-bottom:6px;
}



div#right .box{
float:left;
width: 300px;
height:105px;
margin:0;
padding:0;
border-bottom:#666 1px solid;
margin-bottom:5px;
}

div#right .foot{
float:left;
width: 300px;
text-align:right;
margin:0;
padding:0;
}

/*--------------------------------------------------------
■画像設定
--------------------------------------------------------*/
.img-left{
float: left;
margin-right: 10px;
}

/*--------------------------------------------------------
■文字装飾
--------------------------------------------------------*/
.title { font-size:13px; color:#000066; }
.date { font-size:10px; color:#E00000;}