@charset "UTF-8";
/* CSS Document */

/*---------------------------------------------------------------
■ init
---------------------------------------------------------------*/
body{
font-family: Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;}

div, p, ul, li{	margin:0; padding:0; }
h1, h2, h3{
	margin:0; padding:0;
	font-size:100%;
	font-weight:normal;
}
ul, li{
	margin:0; padding:0;
	list-style:none;
}
a img{
	border: none;
}
hr {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: solid; /* 線種 */
   border-color: #000; /* 線色 */
   height: 1px; /* 高さ */
}

a{ color:#fbb03b;text-decoration:none; }
a:link   { color:#fbb03b; }
a:visited{ color:#fbb03b; }
a:hover  { color:#000000;}
a:active { color:#fbb03b; }

.bold{font-weight:bold;}

/* ---------------------- */

.clr:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clr { display: inline-table; }
/* Hides from IE-mac \*/
* html .clr { height: 1%; }
.clr { display: block; }
/* End hide from IE-mac */

.cls{
	clear:both;
	display:block;
}
p {
	font-size:11px;
	line-height:1.5;
	width:490px;
}
h2{
	
}
h3{
	padding:25px 0 25px 0;
	font-size:12px;
	font-weight:bold;
}
hr{
	margin:50px 0 25px; 0;
	color:#000;
}
td{
	vertical-align:top;
}


/*
---------------------------------------------------------------
■ main
---------------------------------------------------------------*/

body{
	background-color:#ffffff;
	margin:0px;
 }
#base{
	margin:auto;
	background:top center url(img-parts/bg.png) no-repeat;
	text-align:center;
}
#head{
	width:800px;
	text-align:left;
	padding-top:100px;
	margin:10px 0;
}
.menu{
	margin:10px 0;
}
.menu li{
	display:inline;
	margin:0px 0px 0px 0px;
	padding:0px;
}
#footer{
	padding:25px 0 25px 0;
	text-align:left;
}
#main{
	margin:auto}
#contents{
	text-align:left;
	vertical-align:top;
}
#contents p{
	margin-bottom:25px;
	border-bottom:1px solid #000;
	padding-bottom:50px;
}
#copyright{
	text-align:right;
	width:800px;
}
#visual{
	vertical-align:top;
	padding-top:50px;
	width:300px;
}
.center{
	display:block;
	text-align:center;
}
.thumnail{
	padding-right:30px;
}
#contents p.discoTxt{
	margin-bottom:0px;
	border-bottom:none;
	padding-bottom:0px;
	width:270px;
}

/*
---------------------------------------------------------------
■ visual
---------------------------------------------------------------*/
.p8{
	background:top right url(img-parts/v8.png) no-repeat;
}

#tabletxt {width:430px;}
#tabletxt tr td {font-size:12px;white-space:nnormal; padding:5px 0;}
#tabletxt tr td.date {width:80px; text-align:right;padding-right:10px;}
#tabletxt tr td.line {height:30px; vertical-align:bottom;}

#photo{
background:top center url(img-parts/info-bg.jpg) no-repeat;
padding:10px;
width:320px;
}
#photo-live{
background:top center url(img-parts/live-bg.jpg) no-repeat;
padding:10px;
width:320px;
}

p.news{
	width:420px;
}
p.news-top{
	width:420px;
	margin-bottom:0px;
	border-bottom:0px solid #000;
	padding-bottom:20px;
}
.headline{
	white-space:normal;
	}
.photocredit{
	text-align:right;
	font-size:9px;}
.smallfont{
	font-size:11px;}



