@charset "shift_jis";

/*  column  */
#wrap{
width:800px;
background:#fff url(/images/menu/menubg.gif) repeat-y;
border-right:1px #ddd solid;
border-bottom:1px #ddd solid;
}
#contents{
padding-top:5px;
height:100%;
}
#pan{
font-size:90%;
text-align:right;
margin:10px;
}
#main{
float:right;
width:600px;
}
#top_d{
padding-left:50px;
width:510px;
}
#main_d{
padding-left:50px;
width:500px;
}
#menu{
float:left;
width:200px;
}
#menu_d{
padding-top:15px;
padding-left:20px;
width:150px;
}
#footer{
margin-left:20px;
padding:10px;
font-size:80%;
background:#fff;
border-top:1px solid #ddd;
clear:both;
}

/*  all  */
.clr{
clear:both;
}
.min{
font-size:80%;
}
.max{
font-size:120%;
}

/* position */
.p_left{
text-align:left;
}
.p_right{
text-align:right;
}
.p_center{
text-align:center;
}
table td.vamiddle{
vertical-align:middle;
}

/* imgfloat */
.i_left{
float:left;
padding-right:10px;
}
.i_right{
float:right;
padding-left:10px;
}

/* fontsize */
.f_large{
font-size:120%;
}
.f_small{
font-size:80%;
}

/* color */
.c_red{
color:#b00;
}
.c_blue{
color:#436FB7;
}
.c_pink{
color:#ff55ed;
}


/* colorbox */
.box_gray{
margin:10px;
padding:4px;
border:1px solid #ccc;
}
.box_gray h6{
margin:10px 0;
}
.box_yellow{
background-color:#FFC;
margin:4px 0;
padding:4px;
font-weight:bold;
border:1px solid #FC0;
}
.box_blue {
background-color: #E5F8FF;
margin:4px 0;
padding:4px;
font-weight:bold;
border:1px solid #9AD3EA;
}

.box_pink {
background-color: #FFDFDF;
margin:4px 0;
padding:4px;
font-weight:bold;
border:1px solid #FF9999;
}

/*  header  */
h1{
margin:0;
background:#FFF url(/images/header/titlebg.gif) top left no-repeat;
height:71px;
}
h1.logo a{
border:none;
}
#link{
position:absolute;
top:0;
left:416px;
font-size:10px;
}
#link img{
padding-bottom:2px;
}
#link a{
border:none;
}
#groplogo{
text-align:right;
padding:6px 0;
}


/* allpage */
#main_d h2{
color:#fff;
font-weight:bold;
padding:4px;
margin-bottom:20px;
background:#436FB7 url(/images/common/m_titlebg.gif) top right no-repeat;
width:492px;
height:29px;
}
#main_d h3{
font-weight:bold;
background:#FFF url(/images/common/gray.gif) top right no-repeat;
border-top:1px #bbb solid;
border-bottom:1px #bbb solid;
border-left:4px #436FB7 solid;
border-right:4px #FFB53E solid;
padding:2px 4px;
margin:10px 0 10px 0;
clear:both;
}
#main_d h4{
font-weight:bold;
background-color:#eff3fb;
border-right:4px #BFCEE6 solid;
padding:4px;
margin:6px 0;
}
#main_d h5{
font-weight:bold;
border-left:4px solid #5C7ABA;
padding-left:4px;
margin-top:5px;
}
#main_d h6{
font-weight:bold;}
#main_d p{
padding-left:10px;
}
#main_d td.maintp{
width:100px;
background-color:#ecf3ff;
}
td.tdcent{
text-align: center; 
}
.backpage{
text-align:right;
padding:10px 0;
}
.items{
float:left;
margin:0 8px 8px 0;
}
table.node{
width:450px;
border:none;
background-color: #fff;
margin: 0.5em 0;
}
table.node td{
border:none;
background-color: #fff;
}
table.node tr{
border:none;
background-color: #fff;
}

#perform #main_d table table.node{
width:80%;
border:none;
background-color: #fff;
margin: 0;
}
table table.node td{
border:none;
background-color: #fff;
}
table table.node tr{
border:none;
background-color: #fff;
}

#headmenu {
width:800px;
background-color:#fff;
border-top:solid #ddd 1px;
border-bottom:solid #ddd 1px;
height:56px;
padding-top:4px;
}
#headmenu ul{
padding:0;
margin:0;
}
#headmenu ul.mainmenu li{
float:left;
margin:0;
padding:0;
width:133px;
}


/*  toppage  */

#top_clm{
width:600px;
}
#topmain{
width:480px;
padding-left:20px;
padding-top:20px;
float:left;
}
#topside{
width:100px;
float:right;
}
.news_d{
border:1px solid #ddd;
padding:10px;
}
#toppage h3{
text-align:right;
}
.news_d hr{
color: #ddd;
background-color: #ddd;
height: 2px;
border: 1px;
border-style: dotted;
clear:both;
}
.news_d img.flo{
float:left;
padding:0 10px 10px 0;
}
dl.newstopic{
margin-top:8px;
font-size:80%;
}
dl.newstopic dt {
float: left;
width:80px;
color:#369;
margin-bottom:4px;
clear:both;
}
dl.newstopic dd {
margin-left:90px;
margin-bottom:4px;
}

.cast{
clear:both;
padding:4px;
border:1px solid #ddd;
background:#fff;
}
.cast strong{
color:#666;
}
.newsbox_blue{
background:#E6EEFE;
border:1px solid #ddd;
margin:6px 0;
padding:8px;
clear:both;
}
.newsbox_blue strong{
color:#0066CC;
}
.newsbox_pink{
background:#ffe4f0;
border:1px solid #ddd;
margin:6px 0;
padding:8px;
clear:both;
}
.newsbox_pink strong{
color:#FF6699;
}
.newsbox_yellow{
background:#fffecb;
border:1px solid #ddd;
margin:6px 0;
padding:8px;
clear:both;
}
.newsbox_yellow strong{
color:#FF9900;
}
.newsbox_green{
background:#ddffee;
border:1px solid #ddd;
margin:6px 0;
padding:8px;
clear:both;
}
.newsbox_green strong{
color:#009999;
}
.newsbox_orange{
background:#FFD7C4;
border:1px solid #ddd;
margin:6px 0;
padding:8px;
clear:both;
}
.newsbox_orange strong{
color:#FF6600;
}

/*  menu  */
#menu_d H3{
height:0;
overflow:hidden;
}
#menu_d li{
border-bottom:none;
}
#menu_d li img{
padding:1px 0px;
}
#menu_d li a{
border:none;
}
#menu_d H4{
margin:0;
padding:20px 0;
}


/*  topics  */
#topics #main_d p{
padding-bottom:20px;
}


/* companys */
#companys #main_d ul{
list-style-type: circle;
list-style-position:inside;
}
#companys #main_d ol{
list-style-type: decimal;
list-style-position:inside;
}

/* original */


/* release */
#release table{
margin:10px 0;
}
#release h4{
clear:both;
}
#release h5{
font-weight:bold;
margin:20px 0 2px 0;
border-bottom:1px #5C7ABA solid;
}
#release table.node{
width:100%;
border:none;
background-color: #fff;
margin: 0.5em 0;
}


/* performance */
#perform table{
margin:10px 0;
}
#perform table dt{
font-weight:normal;
float:left;
color:#666;
width:80px;
clear:both;
}
#perform table dd{
padding-left:80px;
}

#main_d #webMobile table {
background-color: #f8e8ac;
border-color: #ffea91 #f6d969 #f6d969 #ffea91;
}

#main_d #webMobile table td.maintp{
width:100px;
background-color:#fffbec;
}
#main_d #radioTable table {
background-color: #ddbbea;
border-color: #d7a2ec #c183d9 #c183d9 #d7a2ec;
}
#main_d #radioTable table td.maintp{
width:100px;
background-color:#faecff;
}
#main_d #newtitle table {
background-color: #f0c0b5;
border-color: #f6ad9a #e68f79 #e68f79 #f6ad9a;
}
#main_d #newtitle table th {
background-color: #e68f79;
border-color: #d2d2d2;
}
#main_d #newtitle table td.maintp{
width:100px;
background-color:#fff0ec;
}
#main_d #singletitle table {
background-color: #d2edb8;
border-color: #c5f19e #ade07e #ade07e #c5f19e;
}
#main_d #singletitle table th {
background-color: #f5feed;
border-color: #d2d2d2;
}
#main_d #singletitle table td.maintp{
width:100px;
background-color:#f5feed;
}
#main_d #plasstitle table {
background-color: #fce2a9;
border-color: #ffdf91 #fbcd63 #fbcd63 #ffdf91;
}
#main_d #plasstitle table th {
background-color: #fffaec;
border-color: #d2d2d2;
}
#main_d #plasstitle table td.maintp{
width:100px;
background-color:#fffaec;
}


/* radiotable */
#main_d table.radio {
background-color: #d2edb8;
border-color: #c5f19e #ade07e #ade07e #c5f19e;
}
#main_d table.radio th {
background-color: #f5feed;
border-color: #d2d2d2;
}
#main_d table.radio td.maintp{
width:100px;
background-color:#f5feed;
}


/* paeformmenu */
#paeformmenu ul li{
float:left;
display:block;
margin:4px 0;
margin-left:1px;
padding:0;
}

#paeformmenu ul.week2{
clear:both;
}


/* bunner */
.bunner{
text-align:center;
}
.bunner img{
padding-bottom:4px;
}

/*  acterlistmain  */
.wordbox{
border:1px solid #ddd;
margin:10px 0;
padding:4px;
}
#main_d #com{
padding-bottom:30px;
}
#acter #main_d #listbox dl{
padding-bottom:45px;
}
#main_d #listbox{
margin:0 10px 0 8px;
}
#main_d dl#acterlist{
margin:0 1px 10px 0;
width:119px;
float:left;
}
#acterlist dt{
padding:2px 4px;
background:#A1B7DB;
color:#fff;
text-align:center;
}
#acterlist dd{
padding-top:4px;
}
#acterlist dd.bor{
margin-top:30px;
border-top:1px dotted #ccc;
}
#main_d dl#acterlist_child{
margin:0 1px 10px 0;
width:475px;
}
#acterlist_child dt{
margin-bottom:4px;
width:250px;
float:left;
clear:both;
}
#acterlist_child dd{
margin-bottom:4px;
}
#main_d dl#acterlist_bil{
margin:0 1px 10px 0;
width:475px;
}
#acterlist_bil dt{
margin-bottom:4px;
width:250px;
}
#acterlist_bil dd{
margin-bottom:4px;
}

/*  actermain  */
#acter #main_d #profile{
position:relative;
height:220px;
}
#acter #main_d h3{
font-weight:bold;
font-size:120%;
background:none;
border:0;
padding:0;
margin:0;
}
#acter #main_d h3 span{
font-weight:normal;
font-size:80%;
color:#5C7ABA;
}
#acter #main_d h4{
background:none;
border:0;
padding:0;
margin:0;
}
#acter #main_d .names{
background:#E5E4E2;
padding-left:5px;
margin:4px 0;
color:#5C7ABA;
}
#acter #main_d .photos{
top:0;
left: 362px;
width:130px;
height:190px;
border:4px solid #E5E4E2;
position:absolute;
}
#acter #main_d .voices{
top:7px;
left:210px;
width:115px;
height:79px;
position:absolute;
}
#acter dl.acter dt {
float: left;
clear:both;
}
#acter dl.speciality dt {
float: left;
clear:both;
}
#acter dl.speciality{
width:350px;
}


/* audition */
#audition #main_d h2{
margin:0
}
#audition #main_d h3{
border:none;
background:none;
padding:0;
margin:0
}
#audition #main_d h4{
border:none;
background:none;
font-weight:bold;
margin:10px 0;
padding:4px 0 10px 20px;
background:url(../images/audition/backh4.gif) top left no-repeat;
}
#audition h5{
padding-left:10px
}
#audition .bots{
padding:10px 0;
}
#audition p.pink{
padding:10px;
margin:10px;
background-color:#FEE;
}
#audition .p_right{
margin-bottom:10px;
}
#audition .pxbox{
border:dotted 1px #5C7ABA;
margin:10px;
padding:5px;
}
#audition table{
margin:5px 10px;
width:95%;
}
#audition #main_d td.maintp{
width:100px;
background-color:#ecf3ff;
}
#audition #main_d td.maintp2{
background-color:#ecf3ff;
}
#audition table.days select{
background-color: #fffde3;
width:30px;
}

/* フォーム */

#formonly #main_d td.maintp{
width:170px;
background-color:#ecf3ff;
}

/* メニュー */
p.tbell{
	margin-left:34px;
	margin-top:10px;
	}
#hplink #main_d ul{
list-style:circle;
list-style-position:inside;
}
#hplink #main_d ul li{
margin-bottom:4px;
border-bottom:1px solid #ddd;
padding:4px 0;
}

#fuhou{
	padding:5px 10px;
	border:2px solid #ddd;
	font-size:80%;
	}
#caution{
	padding:5px 10px;
	border:2px solid #f00;
	font-size:80%;
	margin-bottom:10px;
}

#caution strong{
	color:#F00;
}

#box110719{
	padding:5px 10px;
	border:2px solid #ddd;
	font-size:110%;
	margin-bottom:10px;
	}


#topInfo{
	padding:5px 10px;
	border:2px solid #ffb53e;
	font-size:80%;
	margin-bottom:10px;
}

#main_d p.txtCenter{
	text-align:center;
	margin-bottom:10px;
}
