@charset "UTF-8";
@import url("column3.css");

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  
+  
+ Update:2009-03-31  
+ Guideline:photo*WAVE Standard Ver.1.2
+ Browser Windows：IE6以上、FireFox2.0以上   
+ Browser Macintosh：Safari3.0、FireFox2.0以上  
+ Editor ID:MGN
+ Editor ID:
+
+ CSS: top.css ->index.html
+  
++++++++++CSSを追加した場合下記コメントを追記 ++++++++++++++++  
  
+++++++++++++++++++++++++++++++++++++++++++++++++++ */  

/*トップページCSS設定*/

/*コンテンツメイン*/
#ctBox{
  width: 530px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/*intro box*/
#ctBox #introBox{
  margin: 0 0 5px 0; 
  padding: 0 0 5px 0;
  background: #f6f2e7;
}


/*特集記事一覧*//*add MGN 090710*/
#ctBox #tokusyuList{
  width: 530px;
  height: 266px;
  margin: 0 0 15px 0;
  padding: 0;
  background: url(../images/top/bg_box_tokusyu.gif) no-repeat 0px bottom;
}
#ctBox #tokusyuList #midTxt{
  position: relative;
  width: 530px;
  height: 180px;
  margin: 0;
  padding: 0;
}
#midTxt #thumList{
  margin: 0;
  padding: 0;
  height: 173px;
}

#midTxt #thumList li{
  width: 111px;
  margin: 0;
  padding: 0;
}
#midTxt #thumList a{
  color: #0d83c6;
  display: block;
}

#midTxt #thumList a:hover{
  color: #003399;
  display: block;
}

#midTxt #thumList span{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 103px;
  height: 104px;
  padding: 4px 0 0 0;
  display: block;
  text-align: center;
}

#midTxt #thumList span a{
  position: absolute;
  left:0;
  top:4;
  z-index: 100;
  width: 103px;
  height: 104px;
  overflow: hidden;
 cursor: pointer;
}

#midTxt #thumList em{
  margin: 6px 0;
  padding: 0;
  font-size: 10px;
  line-height: 1.5;
  display: block;
}

#ctBox #tokusyuList #midTxt #thum01{ position: absolute; left:15px; top:0px; }
#ctBox #tokusyuList #midTxt #thum02{ position: absolute; left:144px; top:0px;}
#ctBox #tokusyuList #midTxt #thum03{ position: absolute; left:274px; top:0px;}
#ctBox #tokusyuList #midTxt #thum04{ position: absolute; left:404px; top:0px;}


#ctBox #tokusyuList #botTxt{
  width: 530px;
  margin: 0;
  padding: 0;
}
#ctBox #tokusyuList #botTxt strong{
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: block;
}

#ctBox #tokusyuList #botTxt strong a{
color: #ffffff;
}

#ctBox #tokusyuList #botTxt strong a:hover{
text-decoration: underline;
}






/*/add MGN 090710*/

/*カテゴリリスト（左）*/
.category_newlist .catLeft{
  width: 264px;
  float: right;
  margin: 0;
  padding: 0;
}
/*カテゴリリスト（右）*/
.category_newlist .catRight{
  width: 220px;
  float: right;
  margin: 0;
  padding: 0;
}

/*カテゴリ別・新着記事*/
#ctBox .category_newlist{
  width: 530px;
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
}
#ctBox .category_newlist h3{
  margin: 0 0 9px 0;
  padding: 0;
}
/*新着*/
#ctBox .category_newlist .childListNew{
  width: 220px;
  margin: 9px 0 0 0;
  padding: 0;
}
.category_newlist .childListNew li{
  margin: 0 0 5px 0;
  padding: 0;
}
.category_newlist .childListNew span{
  margin: 0 0 0 30px;
  padding: 0;
  display: block;
  font-size: 10px;
}
.category_newlist .childListNew a{
  margin: 0;
  padding: 0 0 0 26px; 
}


/*ランキング*/
#ctBox .category_newlist .childListRank{
  width: 220px;
  margin: 9px 0 0 0;
  padding: 0;
}
.category_newlist .childListRank li{
  margin: 0 0 5px 0;
  padding: 0;
}
.category_newlist .childListRank span{
  margin: 0 0 0 36px;
  padding: 0;
  display: block;
  font-size: 10px;
}
.category_newlist .childListRank a{
  margin: 0;
  padding: 0 0 0 36px; 
}

/*新着のマーク*/
.category_newlist .childListNew .pen{ background: url(../images/top/icon_mark_pen.gif) no-repeat 8px 3px;}

/*ランキングのマーク*/
.category_newlist .childListRank .rank01{ background: url(../images/top/icon_mark_rank01.gif) no-repeat 0px 0px;}
.category_newlist .childListRank .rank02{ background: url(../images/top/icon_mark_rank02.gif) no-repeat 0px 0px;}
.category_newlist .childListRank .rank03{ background: url(../images/top/icon_mark_rank03.gif) no-repeat 0px 0px;}


.category_newlist .newlistBot{
  width: 530px;
  height: 20px;
  margin: 0;
  padding: 0;
}
.newlistBot .moreBtn{
  position: relative;
  width: 530px;
  height: 20px;
  margin: 0;
  padding: 0;
  display: block;
}
.newlistBot .moreBtn .btnL{
  position: absolute;
  left:216px;
  top:0px;
  width: 40px;
  margin: 0;
  padding: 0;
}
.newlistBot .moreBtn .btnR{
  width: 40px;
  position: absolute;
  left:490px;
  top:0px;
  margin: 0;
  padding: 0;
}


/*ユニバーサルスタジオジャパン記事一覧*/
#ctBox #usj_entryList{
  margin: 0 -20px 20px 0;
  padding: 0;
}
#ctBox #usj_entryList #thumbList{
  margin: 0;
  padding: 0;
}
#usj_entryList #thumbList li{
  width: 90px;
  margin: 10px 0 0 0;
  padding: 0;
  float: left;
  font-size: 10px;
}
#thumbList .thumb{
  position: relative;
  z-index: 0;
  width: 80px;
  height: 97px;
  margin: 0;
  padding: 0;
  display: block;
  background: url(../images/top/bg_thumb_usj.gif) no-repeat 0px 0px;
}
#thumbList .thumb a{
  position: absolute;
  left: 5px;
  top:15px;
  width: 70px;
  height: 70px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
}


/*新着記事一覧*/
#ctBox #newEntryList{
  width: 530px;
  margin: 0;  
  padding: 0;
  background: #fff;
  line-height: 1.4;
}
#ctBox #newEntryList dd{
  margin: 0;
  padding: 11px 0;
}
#ctBox #newEntryList ul{
  width: 530px;
  margin: 0;
  padding: 0;
}
#ctBox #newEntryList li{
  margin: 0;
  padding: 0 0 5px 17px;
}
#ctBox #newEntryList li em{
  width: 78px;
  margin: 0;
  padding: 0;
  float: left;
  color: #333;
}
#ctBox #newEntryList li a{
  width: 435px;
  margin: 0;
  padding: 0;
  float: left;
}
#ctBox #newEntryList .more{
  width: 530px;
  margin: 20px 0 0 0;
  padding: 0;
 text-align: right;
}

#top_topick {
text-align:left;
}

#top_topick a{
color: #16a1d1;
}

#top_topick a:hover{
color: #003399;
}


