@charset "Shift-JIS";

/*******************************************

title {
	KTV Kansai Telecasting Corporation;
}

about {
	KTV ベース専用 CSS;
}

issue date {
	2011.03.08;
}

revision date {
	2011.03.08;
}

*******************************************/




/*---------------------------------------------------
                    [GlobalContainer]
-----------------------------------------------------
                    全体を囲っている
-----------------------------------------------------*/

div#globalContainer,
div#globalUnder {
	min-width: 960px;
	margin: 0 auto;
}

/*---------------------------------------------------
                   		 [main]
-----------------------------------------------------
                上部のナビ:メイン下部分
-----------------------------------------------------
          #globalContainer > #globalMain
-----------------------------------------------------*/


div#contentMain {
	width: 960px;
	margin: 0 auto;
	padding-top:20px;
	text-align:left;
}

div#contentMain h1.ktv {
	position:absolute;
	top:-5000px;
}

/*---------------------------------------------------
                	[div#globalUnder]
-----------------------------------------------------
            	下部のナビ:コピーライト
-----------------------------------------------------*/

div.pgt {
	clear:both;
	padding:20px 20px 40px 0;
	overflow:hidden;	
}

* html div.pgt {
	zoom:1;
}

div.pgt a{
	float:right;
	display:block;
	width:133px;
	height:16px;
	text-indent:-9999px;
	background:url(../img/common/footer_pgt.png) no-repeat 0 0;
	overflow:hidden;
}

div.pgt a:hover{
	-ms-filter: "alpha( opacity=85 )";
	filter: alpha( opacity=85 );
	opacity: 0.85;
}

div#globalUnder ul,
div#globalUnder address {
	width: 960px;
	margin: 0 auto;
}

div#globalUnder ul {
	width: 960px;
	padding: 20px 0 5px;
	overflow: hidden;
}

* html div#globalUnder ul {
	zoom:1;	
}

div#globalUnder ul li {
	float:left;
	line-height:1.2;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #333;
}

div#globalUnder address {
	clear:both;
	display:block;
	text-align:left;
}

div#globalUnder a:link,
div#globalUnder a:visited {
	color: #333;
	text-decoration: none;
}

div#globalUnder a:hover {
	text-decoration: underline;
}


/*EOC*/
