@charset "utf-8";
@import "01_story.css"; 
@import "02_character.css"; 
@import "03_graphic.css"; 
@import "04_download.css"; 
@import "05_outline.css"; 
@import "99_banner.css"; 


* {
		text-align: left;
		line-height:120%;
}

A:link {
/*	color: #0000ff;*/
	text-decoration: none
	}
	
A:visited {
	text-decoration: none;
	}
	
A:active { }

A:hover {
	text-decoration:underline;
}


.omikuji_DL{
	padding:15px;
	border:5px dotted #F69;
	margin:20px;
}

.omikuji_DL td{
	text-align:center;
}


body{
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: small;
		
		text-align:center;
		margin-top: 0px;
		margin-bottom: 0px;
		background-color: #ffffff;
		background-image:url(../img/body_bg.png);

/*		padding-bottom:50px; 
		overflow:hidden; */
}


H3{ margin-bottom:0px; }

ul{
	
	margin-top:0px;
	
}

html,body {
		height: 100%;
}

html {   
		color:black;
		margin:0;
		padding:0;
		overflow-y:scroll;
}  


#header{
		height:209px;
		width:959px;
		margin: 0px auto 0px auto;
		background-image:url(../img/head_bg.png);
		background-repeat:no-repeat;
		background-position:center;
		background-position:top;
	}


#header img{margin:15px 0 0 30px;}

#main_menu{
		margin:20px auto 0 auto;
		padding-top:0px;
		text-align:center;
		font-size:0px;
	}
	
#main_menu img{margin:0 5px 0 5px;}

#pre_contents{
		width:956px;
		height:23px;
		margin:0px auto 0px auto;
		background-image:url(../img/main_contents_bg1.png);
		background-repeat:no-repeat;
		background-position:center;
		background-position:top;
	}

#contents{
		width:956px;
		margin: 0 auto 0 auto;
		padding: 0px;
		background-image:url(../img/main_contents_bg2.png);
		background-position:center;
		text-align:center;
	}
#contents2{
		width:942px;
		margin: 0 auto 0 auto;
		padding: 0px;
		background-image:url(../img/main_contents_bg3.png);
		background-position:100% 100%;
		background-repeat:no-repeat;
		text-align:center;
	}

#top_layout_table{
/*		width:942px;*/
		margin:15px 0 0 0;

	}

#top_left{
	width:531px;
	padding-left:8px;
	vertical-align:top;
	}


#top_right{
	padding-left:5px;
	vertical-align:top;
	
	}

#information{}

#info_contents{
	background-image:url(../img/information_bg.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	width:531px;
	height:182px;
	}
	
#info_iframe{
	margin:10px 0 0 10px;
	}

.info_date{
	width:6em;
	vertical-align:top}


.info_text{}


#pickup{
	margin:15px 0 0 0 ;
	}

#pickup iframe{
	margin:0px 0 0 0px;
	}

#pickup_ban{
	width:509;
	}


#movie{
	margin: 0 0 10px 0 ;
	
}


#publish table{ 
	width:360px;
	}

#publish table td{
	vertical-align:top;
	padding:0 0 0 5px;
	}

.pub_title{
	background-color:#FFE1EE;
	color:#5B2033;
	padding:3px;
	border-left:5px solid #F39;
	}

.pub_text{
	padding:3px 0px;}

#staff{
	margin:15px 0 0 0 ;
	
	}
#staff table { width:370px;}
#staff th{ text-align:right;}
#staff td{ text-align:left;}

.right_box1{
	width:386px;
	height:13px;
	background-image:url(../img/right_box_bg1.png);
	background-repeat:no-repeat;
	}
.right_box2{
	width:386px;
	padding:0 0 0 10px; 
	background-image:url(../img/right_box_bg2.png);
	background-repeat:repeat-y;
	}
.right_box3{
	width:386px;
	height:13px;
	background-image:url(../img/right_box_bg3.png);
	background-repeat:no-repeat;
	}
	

.box_waku1{
	width:862px;
	height:13px;
	background-image:url("../img/box_bg_1.png");
	background-repeat:no-repeat;
	}

.box_waku2{
	padding:10px 20px 10px 20px ;
	width:862px;
	background-image:url("../img/box_bg_2.png");
	background-repeat:repeat-y;
	}
	
.box_waku2_2{
	width:822px;
	background-image:url("../img/box2_bg.jpg");
	background-repeat:no-repeat bottom center;
	}



.box_waku3{
	margin-bottom:20px;
	width:862px;
	height:13px;
	background-image:url("../img/box_bg_3.png");
	background-repeat:no-repeat;

	}






#footer{
	margin-top:15px;
	padding-bottom:15px;
	text-align:center;
	
	}

#footer img{ margin:0px 8px 0 10px;}
#footer_menu{
	width:100%;
	background-color:#e95389;
	color:white;
	}

#footer A:link {
	color: #fff;
	text-decoration: none
	}
#footer A:visited {
	color: #fff;
	text-decoration: none
	}
	
#footer A:hover {
	text-decoration:underline;
}





.box{
	width:85%;
	margin:auto auto; 
	}

.box_title{
	font-size:large;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
	padding:2px 2px ;
	border-left:15px solid #e95389;
	border-bottom:1px solid #e95389;
	}

.box_title .date{
	margin-left:1em;
	font-size:small;
	font-weight:normal;
	}

.box_contents{
	padding:10px 10px;
	
	}

.staff_base{
	width:871px;
	height:275px;
	background-repeat:no-repeat;
	padding:10px 0 0 0 ;
	margin-bottom:10px
}
.staff_syoukai_01{	background-image:url(../08_staff/img/staff_syoukai_001.png);}
.staff_syoukai_02{	background-image:url(../08_staff/img/staff_syoukai_002.png);}
.staff_syoukai_03{	background-image:url(../08_staff/img/staff_syoukai_003.png);}
.staff_syoukai_04{	background-image:url(../08_staff/img/staff_syoukai_004.png);}
.staff_syoukai_05{	background-image:url(../08_staff/img/staff_syoukai_005.png);}
.staff_syoukai_06{	background-image:url(../08_staff/img/staff_syoukai_006.png);}
.staff_syoukai_07{	background-image:url(../08_staff/img/staff_syoukai_007.png);}
.staff_syoukai_08{	background-image:url(../08_staff/img/staff_syoukai_008.png);}
.staff_syoukai_09{	background-image:url(../08_staff/img/staff_syoukai_009.png);}

.staff_link{
	position:relative;
	top:10px;
	left:650px;
	
	}


.dramaCDSS_web{
	width:70%;
	margin:auto;
}





.SSword{
	background:#FFF;
	border:1px solid #906;
	height:100px;
	vertical-align:middle;
	margin:0 0 30px 0;
}

.SSchara_img{
	height:100px;
	float:left;
}

.SSchara_text{
	padding:10px;
	line-height:1.5em;
	height:100px;
}

.SSchara_text2{
	background:#FFF;
	border:1px solid #906;
	line-height:1.5em;
	padding:10px;
	text-align:center;
	margin:0 0 30px 0;
}



#manifest{
	background:url(../12_senkyo/img/poster_bg.png) no-repeat;
	position:relative;
	height:755px;
	width:847px;
	margin:auto;
}

#poster_01{
	position:absolute;
	left: 425px;
	top: 5px;

}

#poster_02{
	position:absolute;
	left: 425px;
	top: 255px;

}

#poster_03{
	position:absolute;
	left: 425px;
	top: 505px;

}

#poster_04{
	position:absolute;
	left: 215px;
	top: 5px;

}

#poster_05{
	position:absolute;
	left: 215px;
	top: 255px;

}

#poster_06{
	position:absolute;
	left: 215px;
	top: 505px;

}

#poster_07{
	position:absolute;
	left: 5px;
	top: 5px;

}

#poster_08{
	position:absolute;
	left: 5px;
	top: 255px;

}

#poster_09{
	position:absolute;
	left: 5px;
	top: 505px;

}






#pickup_bans{
	width:500px;
	margin:auto;


}



#offi_yoyaku{
	
}

#offi_yoyaku input{
	margin-top:10px;
	padding:5px;
	text-align:center;
line-height: 25px; /* 文字の高さ */
	padding-top: 0px; /* 余白 */
	padding-right: 10px; /* 余白 */
	padding-bottom: 0px; /* 余白 */
	padding-left: 10px; /* 余白 */
	border-top:1px solid #999;
	border-left:1px solid #999;
	background-color: #Fee;
	

}

#offi_yoyaku td{
	padding:10px 0px;
	line-height:150%;
	text-align:center;
}

#offi_yoyaku td strong{
	font-size:large;
}





img {
		border:0px;
		margin:0px;
		
}

.red{
	color:red;}

.bold{
		font-weight: bold;
}

.right{text-align:right;}
.left{text-align:left;}
.center{text-align:center;}
.top{ vertical-align:top;}
.bottom{ vertical-align:bottom;}
.middle{vertical-align:middle;}


/* ------------------------------------------------ */

.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
    visibility: hidden;
}
.highslide img {

}
.highslide:hover img {

}
.highslide-wrapper, .rounded-white {
    background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}


.cap_tsuku .caption_mark{
	color: #69F;

}

.cap_itsu .caption_mark{
	color: #5800B0;

}

.cap_ina .caption_mark{
	color: #FF8000;

}

.cap_saku .caption_mark{
	color: #C06;

}



/*.highslide-caption {
	text-align:center;
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: large;
	font-weight:bold;
    padding: 5px;
    background-color: white;
}
*/


.highslide-caption {
    display: none;
	text-align: left;
    
    border: 2px solid white;
    border-top: none;
    font-size: 10pt;
    padding: 10px;
    background-color: white;
}


.caption_mark{
	color:#C09;
	font-size:large; 
	line-height:1.2em;
}

.highslide-loading {
    display: block;
    color: black;
    font-size: 8pt;
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
    border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
    background: url(highslide/graphics/fullexpand.gif) no-repeat;
    display: block;
    margin: 0 10px 10px 0;
    width: 34px;
    height: 34px;
}

