@charset "UTF-8";

/* top_common.css */ 
/*
========== TABLE of CONTENTS ==========

1:reset
2:clearfix
3:layout

========== TABLE of CONTENTS ==========
*/

/* ---------- 1:reset  ---------- */

html {
  overflow-y: scroll; /* Firefox scroll-on */
}

body {
  margin: 0;
  padding: 0;
  color: #5b5b5b;
  font-size: 13px;
  font-family: tahoma,Osaka,"ＭＳ Ｐゴシック",Arial,sans-serif;
  background-color:#ffffff;
  background-image: url(../images/01bg_body.gif);
  background-position: center top;
  background-repeat: repeat-y;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div {
  margin: 0;
  padding: 0;
}

table,pre,code,select,input,textarea,kbd,var,ins,del,samp {
  font-size: 13px;
  font-family: tahoma,Osaka,"ＭＳ Ｐゴシック",Arial,sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  font-size: 13px;
}

ul li,ol li {
  list-style: none;
}

table,th,td {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

th,caption {
  text-align: left;
}

address,cite,dfn,em,b,strong,var,th,ins,del,samp {
  font-weight: normal;
  font-style: normal;
}

img,fieldset {
  border: 0;
}

/* Default Link Style */

a,a:link,a:active,a:visited {
  color: #0090e2;
  text-decoration: underline;
}

a:hover {
  color: #ee6500;
  text-decoration: underline;
}

a img {
  border: 0;
}

/* ---------- /1:reset  ---------- */

/* ---------  2:clearfix --------- */

.clearfix:after {
  content: url(../images/pixel.gif);
  display: block;
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

/* Mac版IEのみに適用 \*//*/
.clearfix { overflow: hidden; }
/* */

/* --------- /2:clearfix --------- */


/* ---------- 2:layout  ---------- */
#wrapper {
  width: 100%;
  background-color:#ffffff;
  background-image: url(../images/01bg_wrapper.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}


#header {
  width: 950px;
  height:157px;
  margin:0 auto;
  padding:22px 7px 0 7px;
  position:relative;
}

#header img{
  vertical-align:bottom;
}

#header h1{
  width:381px;
  height:144px;
  float:left;
  padding-bottom:13px;
}

#header div#date{
  width:366px;
  height:87px;
  float:right;
  padding:64px 5px 0 0;
}

#header div#engButton{
  width:99px;
  height:25px;
  position:absolute;
  top:0;
  right:7px;
}

#global{
  width:944px;
  height:39px;
  margin:0 auto;
  padding:10px 10px 14px 10px;
  background-image: url(../images/01bg_global.png);
  background-position: left top;
  background-repeat: no-repeat;
}

#global li{
  float:left;
}

#global li img{
  vertical-align:top;
}

#contents {
  width: 942px;
  margin: 0 auto;
  padding: 1px 23px 20px 23px;
  background-image: url(../images/00bg_contents.png);
  background-position: center top;
  background-repeat: repeat-y;
}

#contents #show_flash{
  width:942px;
  margin:0 auto 12px auto;
}

#contents_inner {
  width: 916px;
  margin:0 auto;
  padding-bottom: 45px;
  position:relative;
  z-index:0;
}

#contents_inner div#pickupBnr{
  width:632px;
  height:62px;
  position:absolute;
  top:0;
  left:0;
  z-index:3;
}

#contents_inner div#pickupBnr .bnrBlock {
  padding-bottom:5px;
}

/* 左カラム NEWS
------------------------------------------*/
#contents_inner #news {
  float: left;
  width: 387px;
  padding:141px 10px 0 0;
  z-index:1;
}

#contents_inner #news a{
  color:#5b5b5b;
  text-decoration:none;
}

#contents_inner #news a:hover{
  color:#0090e2;
  text-decoration:underline;
}

#contents_inner #news h2{
  margin-bottom:8px;
}

#contents_inner #news table{
  width:381px;
  margin:0 auto;
}

#contents_inner #news th{
  width:11ex;
  vertical-align:top;
  padding:5px;
}

#contents_inner #news td{
  width:auto;
  vertical-align:top;
  padding:5px 5px 5px 0;
}
/*----------------------------------------*/
#contents_inner #news table#newsFlash{
  margin:0 auto 30px auto;
}
#contents_inner #news table#newsFlash th{
  border-bottom:1px solid #f7dbe7;
}
#contents_inner #news table#newsFlash td{
  border-bottom:1px solid #f7dbe7;
}
/*----------------------------------------*/
#contents_inner #news table#newsHeadlines th{
  border-bottom:1px solid #c6eafd;
}
#contents_inner #news table#newsHeadlines td{
  border-bottom:1px solid #c6eafd;
}

/* 左カラム さまそ日記
----------------------------------------*/
dl#ssDiary{
  width:379px;
  height:71px;
  margin:18px 0 10px 0;
  padding:3px;
  background-image:url(../images/01samaso_diary.gif);
  background-position:left top;
  background-repeat:no-repeat;
}

dl#ssDiary dt img{
  vertical-align:top;
}

dl#ssDiary dd{
  padding:3px 14px 0 14px;
}

/* 中央カラム TOPPICK
----------------------------------------*/
#topPick{
  width:237px;
  float:left;
  padding:141px 10px 0 0;
  z-index:1;
}

#topPick dl{
  width:227px;
  margin-bottom:4px;
  padding:4px 5px;
  background-image:url(../images/01toppic_bg.gif);
  background-position:left top;
  background-repeat:repeat-y;
}

#topPick dt{
  width:71px;
  float:left;
  padding:4px;
  border:1px solid #e6e1e1;
  background-color:#faf5f5;
}

#topPick dt img{
  vertical-align:top;
  border:1px solid #ffffff;
}

#topPick dd{
  margin-left:88px;
}

* html #topPick dd{
  font-size:12px;
}

#topPick dd a{
  color:#000000;
  text-decoration:none;
}

#topPick dd a span{
  display:block;
  margin-bottom:2px;
  font-size:13px;
  font-weight:bold;
  color:#11aedb;
}

* html #topPick dd a span{
  font-size:12px;
}

#topPick dd a:hover{
  color:#0090e2;
  text-decoration:underline;
}

#topPick dd a:hover span{
  color:#0090e2;
  text-decoration:underline;
}
/*----------------------------------------*/

/* 右カラム バナー
------------------------------------------*/
#contents_inner #banner {
  float:left;
  width: 272px;
}

#contents_inner #banner li{
  padding-bottom:5px;
}

#contents_inner #banner li img{
  vertical-align:top;
}

/* 右カラム アーティストスクープ
----------------------------------------*/
dl#ssScoop{
  width:272px;
  height:117px;
  background-image:url(../images/99bn_m_scoop.jpg);
  background-position:left top;
  background-repeat:no-repeat;
}

dl#ssScoop dt img{
  vertical-align:top;
}

dl#ssScoop dd{
  padding:1px 0 0 10px;
}

dl#ssScoop dd a{
  color:#000000;
  text-decoration:none;
}

dl#ssScoop dd a:hover{
  color:#0090e2;
  text-decoration:underline;
}

#mobile{
  clear:both;
  width:844px;
  margin:0 auto 60px auto;
}

#mobile img{
  vertical-align:top;
  margin:0 4px 0 3px;
}

#sponsor{
  width:916px;
  margin:0 auto;
  padding-bottom:18px;
  background-image:url(../images/01spnsr_bck.gif);
  background-position:left bottom;
  background-repeat:no-repeat;
}

#sponsor h3{
  padding-bottom:8px;
}

#sponsor h3 img{
  vertical-align:top;
}

#sponsor div{
  padding:0 15px;
  text-align:center;
}

#sponsor div img{
  vertical-align:middle;
  margin:0 3px;
}

#footer{
  width:100%;
  height:185px;
  background-image: url(../images/01bg_footer.jpg);
  background-position: center bottom;
  background-repeat:no-repeat;
}

#footerInner{
  width: 916px;
  margin: 0 auto;
  padding:20px 24px 0 24px;
  background-image: url(../images/01bg_footer_inr.png);
  background-position: center top;
  background-repeat:no-repeat;
  font-size:11px;
}

#footerInner ul#backnumber{
  width:810px;
  margin:0 auto;
  padding:0 0 8px 5px;
}

#footerInner #backnumber li{
  float:left;
  width:76px;
  padding-right:5px;
}

#footerInner #backnumber li img{
  vertical-align:top;
}

#footerInner #copyright{
  float:left;
  width:794px;
  padding-left:3px;
}

#footerInner #copyright a.privacy{
  margin-left:20px;
}

#footerInner #copyright img{
  vertical-align:middle;
  margin-right:17px;
}

#footerInner #designed{
  float:right;
  width:104px;
  padding:8px 5px 0 0;
}
