﻿@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
/*　ページ全体項目(共通)　*/
body{
	color: #eff;
	font-size: 15px;
	font-family: "ＭＳ　Ｐゴシック","MS PGothic",fantasy;
	line-height: 170%;
	background-color:#151515;
	background-image : url(wall02.png);
}

img{
	border: 0;
}

ul {
list-style-type: none;
}

dl {
width:80%;
margin:0 auto;text-align:center;
}

a[target="_new"]
{
    cursor: alias !important;
}

/*　リンク　*/
a:link,a:visited{
	color:#dff;
	border-bottom-width: 1px;
	border-bottom-color: #0fd;
	border-bottom-style: solid;
	text-decoration: none;
}
a:hover,a:active{
	color:#0fa;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
	border-bottom-style: solid;
}

/*　リンク(下線なし)　*/
.noborder a:link{
	border-style: none;
}

*--------------------------------------------------------
Social button
--------------------------------------------------------*/
/* Twitterボタンの幅調整 */
iframe.twitter-share-button {
	width: 120px!important;
}


/*　　　ホリゾンタルバー　　 */

hr {
	width: 820px;
	height: 35px;
	text-align: center;
	background-image : url(http://www1.ttcn.ne.jp/~rmr/gsong01/hr.png);
	background-position: 10px top;
	background-repeat: no-repeat;
	border: none;
}

/*　　小見出し　*/
h1{
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}

/*　　コンテンツタグ　*/
h2 {
text-align: center;
margin: 0 auto 20px auto;
}

#contents {
	width: 820px;
	margin: 0 auto;
	text-align: center;
	background-image : url(body.png);
	background-repeat: repeat-y;
}

#header{
	padding: 10px 0px;
	height: 15px;
	text-align: right;
	margin-right: 30px
}

#NEWS {
text-align: right;
padding: 0 30px;
line-height: 100%;
}

#aikon {
	margin: 5px 0;
}

#menu {
width: 720px;
margin: 0 auto;
text-align: center;
margin-bottom: 20px;
}

#menu ul,#menu li {
float: left;
text-indent: 0;
}


#promo {
padding: 0 35px;
}

#promo p {
margin: 5px;
}

#arasuji p {
text-align: left;
margin: 0 20px;
padding: 0 40px;
font-size: 100%;
}

#DESIGN p {
margin: 30px auto;
}
#DESIGN dl,#DESIGN dt,#DESIGN dd,#DESIGN p,#DESIGN ul,#DESIGN li {
text-align: center;
}
#DESIGN dd {
margin-left: 1em;
}

#world {
width:820px;
margin: 10px auto;
text-align:center;
}

#world dl,#world dt,#world dd,#world ul,#world li {
text-align: left;
margin 0 auto;
}
#world p,{
margin: 30px auto;
}

#world dt { font-weight: bold; }

#world dd { margin-left: 2em; }

#DRAMA {
width:820px;
text-align: center;
margin: 0 auto;
}

#DRAMA ul {
text-align: left;
}

#CAUTION {
width:60%;
text-align: center;
margin: 10px auto 5px;
padding: 10px 20px;
font-size: 80%;
background-color:#011;
}

#CAUTION p {
margin: 0 auto;text-align:center;
}

#botan {
width:80%;
}

#SONGS {
width:80%;
margin:0 auto;
text-align: center;

}
#SONGS p {
text-align: center;
margin:10px auto;
}

#SONGS ul,#SONGS li {
text-align: left;
}


#CAST {
width:820px;
margin:0 auto;
text-align: center;
}

#castboxa {
width:50%;
text-align:right;
float: left;
}

#castboxb {
width:50%;
text-align:left;
float: left;
}

#STAFF {
width:820px;
margin:0 auto;
text-align: center;
}

#staffboxa {
width:50%;
text-align:right;
float: left;
}

#staffboxb {
width:50%;
text-align:left;
float: left;
}


#LINK {
margin:0 auto;
text-align:center;
}

#LINK dl,#LINK dt,#LINK dd {
text-align: center;
margin: 0 auto;
}
#LINK dl {
margin: 5px auto;
}
#LINK dd {
margin-bottom: 1.5em;
}

#OTHER {
margin:0 auto;
text-align:center;
}

#bookmark{
	margin: 0 auto;
	padding-top: 8px;
	width: 800px;
	height: 50px;
	background-image : url(link.png);
	text-align: center;
}

#bookmark ul,#bookmark li {
display: inline;
margin: 0 5px;
}
/*　フッター　*/
/*FOOTER
---------------------------------------------------------------*/
#footer {
width:800px;
margin:0 auto;
height:50px;
color:#fff;
text-shadow:none;
padding-top:20px;
background:#000 50% 50% no-repeat;
text-align:center;
position:relative;
}

/*　回り込み回避用　*/
.space{clear: both;}

/* Win版IE7とMac版IE5対策 */
ul{
   display:inline-block;
}
/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html ul{
   height:1px;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
