@charset "utf-8";
@import url("import.css");

/* -----------------------------------------------------------
CSS Information
 File name:      works.css
 Style Info:     ワークス専用CSS
----------------------------------------------------------- */

/*----------------------------------------------------
	index用
----------------------------------------------------*/

#h2_works {
	width:72px;
}

#h2_news a {
	width:72px;
}

/*----------------------------
	sub_navi
----------------------------*/


#sub_navi_base {
	position:fixed;
	bottom:43px;
	/*margin-left:255px;*/
	padding-left:5px;
	margin-left:139px;
}

#sub_navi {
	padding:7px 0;
}

/*----------------------------
	index_navi
----------------------------*/

#index_navi {
	padding-left:10px;
}

#index_navi ul {
	clear:both;
	overflow:hidden;
	margin-bottom:1px;
}

#index_navi ul li {
	float:left;
}

#index_navi ul li a:hover {
	background:none;
}

#index_navi #category {
	padding:5px 0 0 0px;
	background:#262626;
	height:25px;
}

#index_navi #category li {
	font-size:90%;
	margin-left:20px;
	padding-left:12px;
	background:url(http://www.genittetsu.jp/img/works/anchor_icon_o.gif) no-repeat 0px 7px ;
}

#index_navi #category li a {
	color:#999;
}

#index_navi #category li a:hover {
	color:#fff;
	background:none;
}

/*----------------------------
	off
----------------------------*/

.off #index_navi #category li {
	background:url(http://www.genittetsu.jp/img/works/anchor_icon.gif) no-repeat 0px 7px ;
}

/*----------------------------
	text_box
----------------------------*/

#text_box {
	margin-top:35px;
	padding:0 20px 0 40px;
}

#text_box p {
	margin-top:1.5em;
}

#sign {
	line-height:1em;
	float:right;
	margin:0 140px 40px 0;
}

/*----------------------------------------------------
	年代別用
----------------------------------------------------*/

table {
	margin-left:10px;
	width:595px;
	clear:both;
}

table .summary_name {
	width:50px;
}

#recording .summary_name {background:url(http://www.genittetsu.jp/img/works/works_recording.gif) no-repeat #262626;}
#tv .summary_name {background:url(http://www.genittetsu.jp/img/works/works_tv.gif) no-repeat #262626;}
#live .summary_name {background:url(http://www.genittetsu.jp/img/works/works_live.gif) no-repeat #262626;}
#arrange .summary_name {background:url(http://www.genittetsu.jp/img/works/works_arrange.gif) no-repeat #262626;}
#others .summary_name {background:url(http://www.genittetsu.jp/img/works/works_others.gif) no-repeat #262626;}
/*#produce .summary_name {background:url(http://www.genittetsu.jp/img/works/works_produce.gif) no-repeat #262626;}*/

table .name {
	width:130px;
	padding-left:25px;
}

table .title {
	padding-left:25px;
}

table .icon {
	width:22px;
	padding-left:10px;
}

table td {
	font-size:80%;
	padding:0.1em 0;
}

#recording {
	margin-top:20px;
}

.gotop {
	margin-right:10px;
	margin-bottom:10px;
}


/*----------------------------
	Tooltip
----------------------------*/

.tipHTML {
	cursor:pointer;
}

.tipHTMLChangedContainer{
	position:absolute;
	display:none;
	background:#333;
	color:#fff;
	left:0;
	top:0;
	max-width:230px;
	padding:7px 15px;
}
/*
.tipHTMLChangedContainer .jacket{
	float:left;
	width:100px;
	border:5px #fff solid;
}

.tipHTMLChangedContainer .text_container{
	float:left;
	max-width:150px;
	padding-left:10px;
}*/

.tipHTMLChangedContainer .title{
	line-height:1.4em;
	font-weight:bold;
	margin:5px 0 6px 0;
}

.tipHTMLChangedContainer .main{
	line-height:1.4em;
}
