@charset "UTF-8";

/* common.css */ 
/*
========== TABLE of CONTENTS ==========

1:reset
2:layout

========== TABLE of CONTENTS ==========
*/

/* ---------- 1:reset  ---------- */

html {
  overflow-y: scroll; /* Firefox scroll-on */
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
	/*font-family: "verdana", "Arial", "Helvetica", "san-serif";*/
  background-color:#090909;
  color: #ffffff;
  font-size: 13px;
  background-position:top;
  background-repeat: no-repeat;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div {
  margin: 0;
  padding: 0;
}

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;
}

caption {
  text-align: left;
}

table,pre,code,select,input,textarea,kbd,var,ins,del,samp {
  font-size: 13px;
  font-family: tahoma,Osaka,"ＭＳ Ｐゴシック",Arial,sans-serif;
}

address,cite,dfn,em,strong,var,th,ins,del,samp {
  font-weight: normal;
  font-style: normal;
}

a img {
  border: 0;
}

fieldset {
  border: none;
}

a,a:link,a:active,a:visited{
  color:#FF6600;
  text-decoration:none;
}

a:hover{
  color:#ee6500;
  text-decoration:underline;
}

/* ---------- /1:reset  ---------- */

/* ---------  2:clearfix --------- */

.clearfix:after {
  content: url(../images/pixel.gif);
  display: block;
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

/* --------- /2:clearfix --------- */

/* ---------- 2:layout  ---------- */

#wrapper {
  text-align: left;
  background-position: center top;
  background-repeat: no-repeat;
}



#header ul{
  padding:12px 0 0 0;
  width:912px;
}

#header li{
  float:left;
}

#header li img{
  vertical-align:top;
}

#main {
  width: 930px;
  padding: 10px;
  margin:0 auto;
}

#main h2{
  margin-bottom:10px;
}

#main #sub{
  float:right;
  width:300px;
}

#main #sub #info{
  width:292px;
  border-top:4px solid #ececec;
  border-left:4px solid #ececec;
  border-right:4px solid #ececec;
  margin-bottom:10px;
}

#sub #info dl{
  width:282px;
  padding:5px;
  border-bottom:4px solid #ececec;
}

#sub #info dt{
  width:91px;
  float:left;
  clear:both;
}

#sub #info dt img{
  vertical-align:top;
}

#sub #info dd{
  margin-left:96px;
}

#sub #info dd h4{
  margin-bottom:8px;
  font-weight:bold;
}

#main #sub #ranking{
  width:292px;
  border:4px solid #ececec;
  margin-bottom:10px;
  background-color:#000000;
  padding-bottom:1px;
}

#sub #ranking table{
  width:292px;
  border-collapse:separate;
}

#sub #ranking td{
  width:140px;
  border-left:3px solid #f9f9f9;
  border-right:3px solid #f9f9f9;
  border-bottom:1px dotted #a6a6a6;
  padding:5px 0;
  vertical-align:top;
}

#sub #ranking td.border_none{
  border-bottom:none;
}

#sub #ranking td dl{
  width:136px;
  padding:0 0 0 4px;
}

#sub #ranking td dt{
  width:30px;
  float:left;
  clear:both;
}

#sub #ranking td dt img{
  vertical-align:top;
}

#sub #ranking td dd{
  margin-left:33px;
  font-size:11px;
  line-height:17px;
}

#main #sub #live{
  width:292px;
  border:4px solid #ececec;
  margin-bottom:10px;
  background-color:#000000;
}

#main #sub #live dl{
  width:272px;
  margin:0 2px;
  padding:7px 8px 3px 8px;
  border-top:1px solid #ffffff;
  border-bottom:1px solid #dcdcdc;
}

#main #sub #live dl.border_none{
  border-bottom:none;
}

#sub #live dt{
  width:10ex;
  float:left;
  clear:both;
  line-height:1.1em;
}

#sub #live dt.sat{
  color:#ffffff;
}

#sub #live dt.sun{
  color:#ffffff;
}

#sub #live dd{
  margin-left:11ex;
}

* html #sub #live dd{
  height:1%;
} 

#sub #live ul{
  margin-left:15px;
}

#sub #live li{
  list-style-type:disc;
  line-height:1.1em;
  margin-bottom:4px;
}

#sub #live li span{
  color:#ffffff;
  padding-left:6px;
}

#sub #live li a.cancel{
  text-decoration:line-through;
}

#sub #live dd img{
  margin-left:8px;
  vertical-align:-2px;
}

#main #sub #faq{
  width:300px;
  margin-bottom:10px;
}

#main #sub #faq ul{
  width:300px;
}

#main #sub #faq li{
  float:left;
}

#main #sub #topics{
  width:292px;
  border:4px solid #ececec;
  margin-bottom:10px;
  background-color:#000000;
  padding-bottom:1px;
}

#sub #topics ul{
  margin:0 4px;
}

#sub #topics li{
  border-bottom:1px dotted #a6a6a6;
  padding:8px 6px;
  list-style-type:disc;
  list-style-position:inside;
}

#sub #topics li.border_none{
  border-bottom:none;
}

#main #sub #banner{
  width:300px;
  margin-bottom:3px;
}

#sub #banner ul{
  width:300px;
}

#sub #banner li{
  padding-bottom:7px;
}

#sub #banner li img{
  vertical-align:top;
}

#main #sub #another_artist{
  border:1px solid #c8c8c8;
  width:298px;
  margin-bottom:10px;
}

#sub #another_artist h3{
  background-color:#000000;
  color:#ffffff;
  border:none;
  padding:5px;
  margin:0;
  width:288px;
}

#sub #another_artist ul{
  width:278px;
  padding:5px 10px;
}

#sub #another_artist li{
  background-image: url(../images/00sub_aa_icnarw.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding:5px 5px 5px 14px;
}

#main #contents{
  float:left;
  width:960px;
}

/* 矢印icon付リンク */

.left_arrow{ 
  background-image: url(../images/00sub_aa_icnarw.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left:12px;
}

#main .wordBreak{
  word-break:break-all;
}


#footer_inner {
  width:950px;
  margin:0 auto;
  padding-top:15px;
  height:74px;
  text-align:center;
  font-family:verdana;
}

#footer_inner ul{
  padding:25px 0 14px 23px;
}

#footer_inner li{
  float:left;
  line-height:18px;
  padding:0 1ex;
  border-right:1px solid #808080;
}

#footer_inner li.logo{
  padding:0;
  border-right:0;
  height:18px;
}

#footer_inner li.end{
  border-right:0;
}

#footer_inner li img{
  vertical-align:top;
}

#footer_inner p{
  margin-left:24px;
  color:#808080;
  font-size:9px;
}

#footer_inner p span{
  padding-left:18px;
}

/* 単一記事ページの前後リンク */
.navigation {
  padding:0 10px 0 10px;
  line-height:140%;
}
.navigation .navigation_left {
  float:left;
  white-space: nowrap;
}
.navigation .navigation_right {
  float:right;
  white-space: nowrap;
}

/* ギャラリー表示 */
.gallery-caption {
  font-size:12px;
}

/* For 404 */
#main.not_found {
  padding-bottom:100px;
}

#main.not_found h2{
  font-size:30px;
  font-weight:bold;
  padding:20px 0 0 20px;
  margin-bottom:20px;
}

#main.not_found p{
  padding-left:22px;
  margin-bottom:20px;
  line-height:1.5em;
}

#main.not_found dl{
  padding:10px 0 0 54px;
}

#main.not_found dt{
}

#main.not_found dd{
  padding:2px 0 20px 0;
}

.info_list{
	width:465px;
	height:500px;
}

#information_date{
	float:left;
	font-size:20px;
	padding-left:14px;
	margin-bottom:5px;
	padding-top:15px;
	width:915px;
	height:125px;
	border:#666666 solid 0px;
}

#information_date_news{
	float:left;
	font-size:20px;
	padding-left:14px;
	margin-bottom:25px;
	padding-top:15px;
	width:915px;
	height:100%;
	border:#666666 solid 0px;
}

#information_date_profile{
	float:left;
	font-size:20px;
	padding-left:14px;
	margin-bottom:25px;
	padding-top:15px;
	width:915px;
	height:305px;
	border:#666666 solid 0px;
}

#information_date2{
	float:right;
	padding-right:5px;
	height:200px;
}

.news p{
	padding-left:7px;
	padding-right:7px;
	}

#navigation_top{
  width:960px;
  height:60px;
  margin-top:10px;
  margin-left:auto;
  margin-right:auto;
}

#navigation_top a{
  padding: 0px;
  margin: 0px;
  float:left;
}

#navigation_top img{
  padding: 0px;
  margin: 0px;
}

#artistone_pic{
	width: 300px;
	height: 200px;
	float:left;	
}


#artistone_memo{
	width: 550px;
	height: 200px;
	float:right;
	line-height:140%;	
}

.art{
	width: 930px;
	height: 300px;
	float: left;
	padding-top:10px;
}

.art2{
	width: 930px;
	height: 300px;
	float: left;
	padding-top:20px;
}

.arts{
	width: 930px;
	height: 350px;
	float: left;
}

.arts2{
	width: 930px;
	height: 350px;
	float: left;
}

.arts1{
	width: 930px;
	height: 5px;
	float: left;
}

#new_main_contents
{
	background-color:#000000;
	border:#454444 0px solid;
	height:100%;
	}
	
#left
{
	float:left;}

#right
{
	float:right;}

