@charset "utf-8";
/*
	Site Name: 火曜ナイトドラマ
	Description: initial setting
	Version: 
	Author: 
*/


/* ==================================
wrap
================================== */

#g_header { background-color: #FFF;}

#wrap {
	background: url(../img/back.jpg) top repeat-x #000;
	overflow: hidden;
	padding: 0;
	margin-bottom: 20px;
}

#outline {
	overflow: hidden;
	width: 950px;
	margin:0 auto;
	padding: 0;
	text-align: left;
}


/* ==================================
head
================================== */
#head{
	clear:both;
	width:950px;
	height:126px;
	background: url(../img/head.jpg) no-repeat;
	overflow: hidden;
	position:relative;
}

#head h1{
	width:265px;
	height:121px;
	background: url(../img/logo.png) no-repeat transparent;
	text-indent: -9999px;
}


#header_copy{
	position: absolute;
	top: 45px;
	left: 265px;
}

#mainmenu{
	position: absolute;
	top: 81px;
	right: 5px;
}

/* ==================================
main
================================== */
#main{
	clear: both;
	overflow: hidden;
	width:950px;
	padding-bottom: 7px;
	background:#999;}

    
* html #main { height: 1%;}

#content{
	clear: both;
	width:940px;
	margin:0 0 0 5px;
	background: url(../img/bg_visual.jpg) top no-repeat transparent;
/*	height: auto !important;*/}

#main_content{
	overflow: hidden;
	padding:25px 0 0px 25px;
	width:890px;
}




/* ==================================
main visual
================================== */
#visual{
	width: 890px;
	background: #000;
	padding:10px 0;
	margin-bottom: 25px;
}

#visual #image_wrap{
	margin:0 10px;
	width: 870px;
	height: 300px;}

#visual #image_wrap .top_visual{
	width: 567px;
	height: 300px;
	float:left;}

#visual #image_wrap .title_time{
	width: 293px;
	height: 300px;
	float:right;
}

#visual #image_wrap .title_time h2{
	width: 293px;
	height: 150px;
	background: url(../arrow/img/top/title_logo.gif) no-repeat #000000; /************ arrow ************/
	text-indent: -9999px;
}

#visual #image_wrap .title_time .on_time {
	color:#F00;
	font-size: 123.1%;
	font-weight: bold;
	margin-top: 15px;
	text-align: center;
	line-height: 1.2;
}

#visual #image_wrap .title_time .on_time img {
	margin-top: 10px;
}

#introduction {	margin-bottom: 30px;}
#introduction dt { margin-bottom: 15px;}
#introduction dd {line-height: 2.0;}

#introduction dd div {
	line-height: 2.0;
	font-weight: bold;
	margin-top: 10px;
	text-align: right;
}

#introduction dd div a {
	padding: 8px;
	color: #8A34C9;
	border: 2px #C0C5EB solid;
	background-color: #E0E2F5;
	text-decoration:underline;
}


#introduction dd div a:hover {
	color:#AD76DA;
	border: 2px #C0C5EB solid;
	background-color: #EDEEFA;
}




/* ==================================
backNumber
================================== */
#backNumber {
	clear: both;
	overflow: hidden;
	margin-top: 40px;
}

#backNumber h3 {
	margin-bottom: 30px;
}

#backNumber dl {
	float: left;
	margin-right: 20px;
	padding-bottom: 30px;
	width: 220px;
	height: 300px;
}

#backNumber dl.non {
	margin-right: 0px !important;
}

#backNumber dt { height: 255px;}
#backNumber dt span {
	display: block;
	padding: 6px 0 0 5px;
	height: 164px;
	background: url(../img/bn/bn_backnumber.gif) top left no-repeat #000;
}

#backNumber dd { text-align: center;}
#backNumber dd a {
	color: #A1A1A1;
	font-weight: bold;
	text-decoration: underline;
}

#backNumber dd a:hover {
	color: #B173CA;
	text-decoration: none;
}




/* ==================================
footer
================================== */

#footer_wrap {
	clear: both;
	background:url(../img/footer_bg.jpg) top repeat-x #000;
	min-height: 155px;
}

#footer_wrap #footer {
	overflow: hidden;
	margin: 0 auto;
	width: 950px;
	background:url(../img/footer_main_bg.jpg) top no-repeat transparent;
	min-height: 155px;
	padding: 25px 0 0 0;
}

#footer ul{
	float: left;
	width:660px;
	background: url(../img/footer_line.gif) right repeat-y transparent;
}

#footer ul li{
	color:#9B61BE;
	line-height: 1.2;
	margin-bottom: 3px;
}

#footer p.copy_right {
	float: right;
	text-align: right;
}



/*   cover
-------------------------------------------------------*/

.cover {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background-repeat: no-repeat;
}