@charset "UTF-8";

/*--------------------------------------
	Basic
---------------------------------------*/


* {
	margin: 0;
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
li,
img {
	margin: 0;
	padding: 0;
	border: 0;
}

li {list-style: none;}

a			{ color: #336699; text-decoration: none; }
a:hover 	{ color: #; text-decoration: underline;}
/*a:visited	{ color: #; }*/
address		{ font-style: normal; }

.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */

body {
	background-color: #FFFFFF;
	font-size: 88%;
	line-height: 1.5;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック";
	text-align: center;
}

#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#container_inner {
	margin-bottom: 5px;
}

/*--------------------------------------
	左ステージ
---------------------------------------*/

#LS {
	float: left;
	width: 260px;
	display: inline;
}

#head {
	width: 260px;
	height: 260px;
	background: url(../image/head_bg.jpg) left top no-repeat;
	margin-bottom: 5px;
}

#head h1 img {
	margin: 90px 0 0 7px;
}

#search_body {
	margin-left: 7px;
}

#searchform {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../image/input.gif) no-repeat scroll left top;
	display:block;
	height:22px;
	margin-top:10px;
	position:relative;
	width:182px;
}

#search {
	position:absolute;
	top:5px;
	left:5px;
	width:170px;
	background-color: #ffffff;
	border: none;
}

#searchBtn {
	position:absolute;
	top:0;
	left:190px;
}

.live_side {
	width: 260px;
}

.live_side img {
	 /*Flexible image size with border*/
	width: 98%;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 0.4%;
	background:#ffffff;
	border: solid 1px #cccccc;
	margin: 0 0 5px 0;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}

/*--------------------------------------
	右ステージ
---------------------------------------*/

#RS {
	float: right;
	width: 715px;
	display: inline;
}

#head_ad {
	width: 715px;
	height: 100px;
	background-color: #f6efd2;
	margin-bottom: 5px;
}

#nav li {
	float: left;
}

#nav li.nlist {
	margin-right: 8px;
}

#content {
	width: 715px;
}

#mainContent {
	float: left;
	width: 510px;
	display: inline;
}

.mds {
	margin-bottom: 5px;
}

#mainInterview {
	margin-bottom: 5px;
}

#mainInterviewTxt {
	width: 510px;
	background-color: #429dd6;
}

#mainInterviewTxt h2 {
	font-size: 110%;
	padding: 5px;
}

#mainInterviewTxt h2 a {
	color: #ffffff;
	
}

#mainInterviewTxt p {
	font-size: 90%;
	font-weight: 700;
	padding: 5px;
}

#mainInterviewTxt p a {
	color: #ffffff;
	font-size: 90%;
	font-weight: 700;
	padding: 5px;
}

#contentTop {
	margin-bottom: 15px;
}

.liveBox {
	float: left;
	width: 250px;
	display: inline;
}

#interview {
	margin-bottom: 5px;
}

.interviewBox {
	float: right;
	width: 250px;
	display: inline;
}

.inBox {
	margin-bottom: 5px;
}

.inBox img {
	 /*Flexible image size with border*/
	width: 98%;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 0.4%;
	background:#ffffff;
	border: solid 1px #cccccc;
	margin: 0 0 5px 0;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}

.liveBox h2, .interviewBox h2, .albumBox h2, .infoBox h2 {
	margin-bottom: 5px;
}

.liveBox h3, .interviewBox h3 {
	margin: 5px 0 0 0px;
	display: block;
}

.liveBox h3 a, .interviewBox h3 a {
	color: #000000;
	font-size: 83%;
}

.liveBox .date {
	color: #000000;
	font-size: 78%;
	margin: 0;
}

.liveBox .excerpt {
	color: #000000;
	font-size: 83%;
	font-weight: 700;
	padding: 0 5px;
}

.interviewBox .excerpt, .albumBox .excerpt, .infoBox .excerpt {
	color: #000000;
	font-size: 83%;
	font-weight: 500;
	margin: 0 10px;
}

#contentMid {
	clear: both;
	margin-bottom: 20px;
}

.albumBox {
	float: left;
	width: 250px;
	display: inline;
}

#interview h2, #album h2 {
	margin-bottom: 5px;
}

.alBox {
	margin-bottom: 14px;
}

.alBox img {
	width: 29%;
	border: solid 1px #cccccc;
	padding: 2px;
	margin-right: 5px;
	display: block;
	float: left;
}

.alBox h3 {
	margin: 5px 0 0 0px;
	display: block;
}

.alBox h3 a {
	color: #336699;
	font-size: 70%;
}

.alBox h4 {
	font-size: 70%;
}

.alBox p.excerpt {
	font-size: 65%;
}

.infoBox {
	float: right;
	width: 250px;
	display: inline;
}

.infoBox .inBox img {
	width: 40%;
	border: solid 1px #cccccc;
	padding: 3px;
	margin-right: 5px;
	display: block;
	float: left;
}

.infoBox h3 {
	margin: 5px 0 0 0px;
	padding-left: 18px;
	display: block;
}

.infoBox h3 a {
	color: #000000;
	font-size: 78%;
}

.infoBox h4 {
	font-size: 73%;
}

#contentBtm {
	clear: both;
	margin-bottom: 20px;
}

.live_artist_first {
	background-color: #f8f8f8;
	margin-bottom: 5px;
	border-bottom: dotted 1px #cccccc;
}

.live_artist_first img.live_image {
    /*Flexible image size with border*/
	width: 99%;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 0.4%;
	background:#ffffff;
	border: solid 1px #cccccc;
	margin: 0 0 5px 0;
	display: block;

	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}

.live_artist_first h2 {
	background: url(../image/onpu.gif) left 0.2em no-repeat;
	color: #000000;
	font-size: 110%;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
	display: block;
}

.live_artist_first p {
	color: #333333;
	font-size: 83%;
	margin-bottom: 10px;
}

.live_artist {
	width: 255px;
	height: 220px;
	margin-bottom: 5px;
	float: left;
}

.live_artist_inner {
	width: 250px;
	padding-left: 5px;
}

.live_artist img.live_image {
    /*Flexible image size with border*/
	width: 99%;  /*Took 1% off of the width to prevent IE6 bug*/
	background:#ffffff;
	margin: 0 5px 5px 0;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}

.live_artist h2 {
	background: url(../image/mdsbg.jpg) left 0.2em repeat-x;
	color: #ff6600;
	font-size: 78%;
	font-weight: 200;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
}

.live_artist p {
	color: #333333;
	font-size: 83%;
	margin-bottom: 10px;
	padding: 5px;
}

.entry_more {
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

.live_artist_main {
	width: 510px;
	background-color: #ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.live_artist_main h2 {
	background: url(../image/onpu.gif) left 0.2em no-repeat;
	color: #ff6600;
	font-size: 100%;
	margin-top: 10px;
	display: inline-block;
}

.live_artist_main img.live_image {
    /*Flexible image size with border*/
	width: 99%;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 0.4%;
	background:#ffffff;
	border: solid 1px #cccccc;
	display: block;
	float: left;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}

#entryBody {
	color: #333333;
	font-size: 88%;
	padding: 10px;
}

#entryBody img {
	padding: 0.4%;
	background:#ffffff;
	border: solid 1px #cccccc;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}

#rightContent {
	float: right;
	width: 200px;
	background-color: #ffffff;
	display: inline;
}

#feature_topics {
	width: 200px;
	background-color: #ffffff;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#feature_topics h2 {
	margin-bottom: 5px;
}

#feature_entry {
	margin-top: 10px;
}

#feature_entry img {
    /*Flexible image size with border*/
	width: 49%;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 1%;
	background:#ffffff;
	border: solid 1px #cccccc;
	margin: 0 5px 10px 5px;
	display: block;
	float: left;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}

#feature_entry h3 {
	font-size: 85%;
	color: #ff3300;
	margin-left: 5px;
}

#feature_entry p {
	font-size: 80%;
	color: #000000;
	padding: 5px;
}

#entry_more {
	text-align: right;
	margin-right: 10px;
}

#topics ul {
	width: 190px;
	padding: 0 5px;
}

#topics ul li {
	background: url(../image/arrow.gif) left 0.5em no-repeat;
	margin-bottom: 15px;
	padding-left: 15px;
}

#topics ul li a {
	font-size: 78%;
	color: #000000;
}

.new {
	color: #ffffff;
	background-color: #d40d12;
	font-size: 68%;
	padding: 1px 6px;
}

#right_live {
	
}

#next_break h2 {
	margin-bottom: 5px;
}

.nextBox img {
	 /*Flexible image size with border*/
	width: 98%;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 0.4%;
	background:#ffffff;
	border: solid 1px #cccccc;
	margin: 0 0 5px 0;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}

#page_top {
	margin: 30px 10px;
	text-align: right;
	clear: both;
}

#pageList {
	clear: both;
}

#pageList .link_page {
	color: #666666;
	font-size: 78%;
	margin-right: 1px;
	padding: 3px 5px;
}

#pageList .link_page:hover {
	background-color: #999999;
	color: #ffffff;
	font-size: 78%;
	margin-right: 1px;
	padding: 3px 5px;
	text-decoration: none;
}

.link_next, .link_before {
	background-color: #b1bdb4;
	color: #ffffff;
	font-size: 78%;
	margin-right: 1px;
	padding: 3px 5px;
}

.link_next:hover, .link_before:hover {
	text-decoration: none;
	background-color: #999999;
}

#pageList .current_page {
	background-color: #b1bdb4;
	color: #ffffff;
	font-size: 78%;
	margin-right: 1px;
	padding: 3px 5px;
}

.page_separate {
	height: 20px;
}

.ps li {
	float: left;
	margin-right: 5px;
}

.ps a {
	color: #ffffff;
	text-decoration: none;
}

.ps a:hover {
	color: #666666;
}

.page_prev span {
	background-color: #cccccc;
	color: #ffffff;
	font-size: 73%;
	padding: 2px 4px;
}

.page_next {
	background-color: #cccccc;
	color: #ffffff;
	font-size: 73%;
	padding: 2px 4px;
}

.page_prev_link a {
	background-color: #666666;
	color: #ffffff;
	font-size: 73%;
	padding: 2px 4px;
}

.page_prev_link a:hover {
	background-color: #cccccc;
}

.page_next_link a {
	background-color: #666666;
	color: #ffffff;
	font-size: 73%;
	padding: 2px 4px;
}

.page_next_link a:hover {
	background-color: #cccccc;
}

.current_page span {
	background-color: #efefef;
	color: #666666;
	font-size: 73%;
	padding: 2px 4px;
}

.ps_n {
	padding: 0;
}

.ps_n a {
	background-color: #666666;
	color: #ffffff;
	font-size: 73%;
	padding: 2px 4px;
	margin: 0;
}

.ps_n a:hover {
	background-color: #cccccc;
}

/*--------------------------------------
	フッタ
---------------------------------------*/

#foot_memu {
	clear: both;
	background-color: #f0efea;
	padding: 10px;
}

#footnav {
	color: #336699;
	font-size: 83%;
	margin: 20px 0 30px 0;
	text-align: center;
}

#footnav a {
	color: #336699;
}

#twitter {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#twitter ul {
	text-align: center;
}

#twitter ul li {
	margin-right: 10px;
	display: inline;
}

#footer {
	clear: both;
	background-color: #354037;
	padding: 10px;
}

#footer address {
	font-size: 73%;
	color: #ffffff;
}
