@charset "UTF-8";

/* reset */
html {
color:#000000;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
margin:0;
padding:0;
}

table {
border-collapse:collapse;
border-spacing:0;
}

fieldset, img {
border:0;
}

address, caption, cite, code, dfn, em, strong, th, var {
font-style:normal;
font-weight:normal;
}

li {
list-style:none;
}

caption, th {
text-align:left;
}

h1, h2, h3, h4, h5, h6 {
font-size:1em;
font-weight:normal;
}

q:before, q:after {
content:'';
}

abbr, acronym {
border:0;
font-variant:normal;
}

sup {
vertical-align:text-top;
}

sub {
vertical-align:text-bottom;
}

input, textarea, select {
font-family:inherit;
font-size:inherit;
font-weight:inherit;
}

input, textarea, select {
font-size:100%;
}

legend {
color:#000;
}

del, ins {
text-decoration:none;
}

/**/

/* common */
body {
margin:0;
padding: 0;
text-align: left;
/*font-size:1em;
line-height:1em;*/
line-height: 1.3em;
background: #333333 url(../img/bg.jpg) repeat-x 0px 30px;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

strong {
font-weight:bold;
}

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

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

a:active {
color: #000000;
text-decoration: none;
}

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

/**/
#container {
clear: both;
width: 920px;
margin: 0 auto;
padding: 20px 20px;
background: #FFFFFF url(../img/contents_bg.gif);
}

#contents {
float: left;
width: 475px;
padding: 0 0 0 0;
position: relative;
}

#contents h2 {
clear: both;
margin: 0 0 10px;
}

/* footer */

#footer {
clear: both;
width: 960px;
margin: 0 auto;
padding: 18px 0 15px;
font-size:0.85em;
color: #FFF;
text-align: center;
position: relative;
}

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

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

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

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

#pageTop {
position: absolute;
top: -28px;
right: 20px;
}

/*  */
iframe {
background:#000;
}

/* header */

#header {
width: 932px;
margin: 0 auto;
padding: 18px 20px 0 8px;
background: #FFFFFF url(../img/contents_bg.gif);
}

#header ul {
float: right;
margin-top: 13px;
}

#header ul img {
vertical-align: bottom;
margin: 0 0 1px;
}

h1 {
padding: 0;
float: left;
}


/* side A */
#subA {
float:left;
width:202px;
margin: 0 13px 0 0;
}

.sideBtn {
margin: 0;
}

.sideBtn li {
margin: 0 0 12px;
}

.sideBtn img {
vertical-align: bottom;
}

#radiko {
/*padding: 30px 0;*/
padding: 0;
}

#radiko img {
display: block;
margin: 0 auto;
}

/* side B */
#subB {
float:right;
width:216px;
}

#podcast {
position: relative;
background: url(../img/podcast_ttl.gif) no-repeat;
height: 99px;
}

#btniTunes {
position: absolute;
top: 60px;
left: 13px;
}

#btnRSS {
position: absolute;
top: 60px;
left: 113px;
}

/* information */

.information {
}

.information img {
vertical-align: bottom;
}

/* pickup */
.pickup {
margin: 0 0 40px;
}

.pickup img {
vertical-align: bottom;
}


/* entry */

.entryList {
margin: 0 0;
}

.entryList li {
margin: 0 0 20px;
}

.entryData {
clear: both;
font-size: 0.85em;
padding: 10px;
}

.entryHead {
font-size: 0.9em;
margin: 0;
padding: 6px 0 4px 8px;
color: #edd100;
background: #000;
font-weight: bold;
}

#more {
font-size: 0.85em;
margin: 20px 20px 0;
}

.more {
text-align: right;
margin: 10px 20px 0;
font-size: 0.8em;
}

.date {
clear: both;
padding: 20px 5px 5px;
font-weight: bold;
text-align: right;
}

/* pegenavi */
#footNavi {
width: 445px;
font-size: 0.85em;
line-height:1.5em;
padding:10px 15px 10px;
margin: 20px auto 0;
}

#footNavi:after {
display: block;
clear: both;
visibility: hidden;
height: 0.1px;
line-height: 0;
font-size: 0.1em;
content: ".";
}

#footNavi {
display: inline-block;
}

#footNavi {
zoom: 100%;
}

li.prevLink {
float:left;
width:100px;
}

li.nextLink {
float:right;
width:100px;
text-align: right;
}

/* Time Tbble */

.timeTable table {
width: 100%;
font-size: 0.85em;
}

.timeTable th {
width: 15%;
padding: 5px 5px 2px;
background: #000;
color: #FFF;
border-bottom: 1px dotted #999;
vertical-align: top;
}

.timeTable td {
width: 85%;
padding: 4px 5px 2px;
background: #d3cdb4;
color: #000;
border-bottom: 1px dotted #666;
}

.timeTable strong {
font-size: 1.1em;
}

.pp {
color: #900;
}


/* sns */
.socialSet {
background: #FFFFFF;
padding: 20px 5px 20px 20px;
}
.socialSet:after {
display: block;
clear: both;
visibility: hidden;
height: 0.1px;
line-height: 0;
font-size: 0.1em;
content: ".";
}
.socialSet {display: inline-block;}
.socialSet {zoom: 100%;}

.socialSet div {
float:left;
margin-right:10px;
}
.socialSet iframe {
background:#FFFFFF;
}

#topPage .socialSet {
padding: 10px 0;
}



/*
etc
-------------------------------------- */
/* clearFix */
/* For modern browsers */
.cf:before, .cf:after {
content:"";
display:block;
overflow:hidden;
}

.cf:after {
clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
zoom:1;
}

.clear {
clear: both;
}
