@charset "EUC-JP";

/*=================================================================
	
	鹿児島テレビ ヘッダー用 CSS
	
	・Since: 2007.8
	・Modified: 2007.10/10
	・Editor: KIML
	・Customize:

-------------------------------------------------------------------
	
		[1]:基礎設計
		[2]:左カラム
		[3]:左メニュー
		[4]:右カラム
		[5]:検証・その他

=================================================================*/


/*-----------------------------------------------------------------
		[1]:基礎設計
-----------------------------------------------------------------*/

div, span, dl, dt, dd, input, label, form, h1, h2, h3, h4, select {margin:0 0 0 0; padding:0 0 0 0;}

body{
	color: #666666;
	margin:0 0 0 10px;
	padding:0 0 0 0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka';
	_font-family: 'ＭＳ Ｐゴシック';
	background: #cceaff;
}

*:first-child+html body {
	font-family: 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック'; /* IE7用 */
}

/* MT MacIE文字化け対策 */
textarea,select,input { font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro","Osaka","Verdana","Helvetica","Arial","ＭＳ Ｐゴシック","sans-serif"; }

a {
	color:#505050;
	text-decoration:underline;
}

a:hover {
	color:#ff0000;
	text-decoration:underline;
}

img{
	border: 0;
}

h1 {
	margin: 21px 0 0 0;
	float: left;
	height: 50px;
	width: 250px;
}

h2 {
	width: 595px;
	height: 40px;
	margin-bottom: 10px;
	font-size: 0px;
	text-indent: -9999px;
	/*\*/overflow:hidden;/**/	/* Mac IE以外 */
}

h3 {
	padding: 3px 0 0 25px;
	margin: 0px 0 5px 0;
	font-size: 85%;
	min-height: 18px;
	line-height: 120%;
	background: url(../image/i_arrow_orange.gif) no-repeat left top;
}

* html h3 {
	height: 18px;
}

h4 {
	padding: 1px 0 0 18px;
	margin: 0 0 5px 0;
	font-size: 85%;
	min-height: 13px;
	background: url(../image/i_arrow_orange_02.gif) no-repeat left top;
}

* html h4 {
	height: 13px;
}

h5 {
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	font-size: 85%;
	line-height: 100%;
}

ul {
	margin: 0 0 10px 20px;
	padding: 0 0 0 0;
}

ul.indent {
	margin: 0 0 10px 40px;
	padding: 0 0 0 0;
}

ol {
	margin: 0 0 0 40px;
	padding: 0 0 0 0;
}

li{
	margin: 0 0 3px 0;
	padding: 0 5px 0 0;
	font-size: 82%;
	line-height: 145%;
}

li.bottom {
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
	font-size: 82%;
}

.list-none {
	list-style: none;
}
	
p {
	text-align:left;
	margin: 0 0 10px 9px;
	padding: 0 0 0 0;
	font-size: 82%;
	line-height: 140%;
}

p.bottom-none {
	text-align:left;
	margin: 0 0 0 9px;
	padding: 0 0 0 0;
	font-size: 82%;
	line-height: 140%;
}

p.left-none {
	text-align:left;
	margin: 0 0 10px 0px;
	padding: 0 10px 10px 0;
	font-size: 82%;
	line-height: 145%;
}

p.bottom-20 {
	text-align:left;
	margin: 0 0 20px 9px;
	padding: 0 0 0 0;
	font-size: 82%;
	line-height: 140%;
}

.v-hidden {
	visibility: hidden;
}

.bold {
	font-weight: bold;
}


/*　整列系　*/

.ta-center{
	text-align: center;
}

.ta-right{
	text-align: right;
}
.ta-left{
	text-align: left;
}

.va-middle{
	vertical-align: middle;
}

.va-middle img {
	vertical-align: middle;
}

.box-center {
	margin: 0 auto;
}

.txt-indent {
	padding-left: 1em;
	text-indent: -1em;
}

.l-height {
	line-height: 100%;
}

.display-block {
	display: block;
}

object, iframe {
	overflow: visible;
	border: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


/*　基礎BOX　*/

#layout{
	width: 970px;
	text-align: left;
}

#kts-main-box{
	width: 813px;
	float: left;
	text-align: left;
}

#right-area-box{
	width: 150px;
	float: right;
	padding-top: 22px;
}

#header{
	width: 813px;
	padding: 0 0 0 0;
	margin: 0 auto;
	text-align: left;
	background: url(../image/header_bg2.jpg) repeat-y left;
}





/*　リピート外枠用の白のリピート線　*/
#main-container {
	width: 813px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(../image/w_bg.gif) repeat-y left;
}

#main-container-inner {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(../image/w_top.gif) no-repeat left top;
}

#main-container-inner2 {
	padding: 0px 13px 0px 10px;
	text-align: center;
}

#main-container-inner2 {	/* WindowsIE6以前用の調整 */
	_padding: 0px 13px 0px 2px;
}

*:first-child+html #main-container-inner2 {	/* WindowsIE7用の調整 */
	padding: 0px 13px 0px 2px;
}

/* IE7用 */
*:first-child+html #main-container-inner2 {
	min-height: 0;
	zoom:100%;
}


/*-----------------------------------------------------------------
		[2]:フッター
-----------------------------------------------------------------*/

#footer{
	width: 813px;
	padding: 0 0 10px 0;
	margin: 10px auto 0 auto;
	text-align: left;
	line-height: 100%;
}

/* フッターナビ */
#footer-navi{
	width: 813px;
	margin: 0 auto 5px auto;
	background: url(../image/w_footer_bg.jpg) no-repeat left top;
}

#footer-navi-inner{
	background: url(../image/w_footer_bottom.gif) no-repeat left bottom;
	padding: 15px 15px 14px 7px;
}

#footer-navi-inner ul{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #666666;
}

*:first-child+html #footer-navi-inner {	/* IE7用 */
	min-height: 0;
	zoom:100%;
}

#footer-navi-inner ul li{
	margin: 0 0 5px 0;
}

#footer-navi-inner ul a {
	font-size: 100%;
}

/* フッターリンク：カレント */
body#home #footer-navi-inner ul li.f-home a { font-weight: bold; text-decoration: none; }
body#news #footer-navi-inner ul li.f-news a { font-weight: bold; text-decoration: none; }
body#tv #footer-navi-inner ul li.f-tv a { font-weight: bold; text-decoration: none; }
body#announcer #footer-navi-inner ul li.f-announcer a { font-weight: bold; text-decoration: none; }
body#namaiki #footer-navi-inner ul li.f-namaiki a { font-weight: bold; text-decoration: none; }
body#event #footer-navi-inner ul li.f-event a { font-weight: bold; text-decoration: none; }
body#f-nikinik #footer-navi-inner ul li.f-nikiniki a { font-weight: bold; text-decoration: none; }

/* フッターリンク */
#footer-link{
	width: 813px;
	margin: 0 auto 5px auto;
}

#footer-link ul{
	padding: 5px 0px 0px 7px;
	margin: 0 0 0 0;
	color: #666666;
}

/* 共通設定 */
#footer li{
	float: left;
	list-style: none;
	line-height: 100%;
	border-right: solid 1px #666666;
	padding: 0 7px 0 7px;
	margin: 0 0 0 0;
}

#footer li.end{
	border-right: none;
}

#footer a {
	color:#666666;
	font-size: 82%;
	text-decoration:underline;
}

#footer a:hover {
	color:#cc0000;
	text-decoration:underline;
}

/* IE7用 */
*:first-child+html #footer .cb {
	min-height: 0;
	zoom:100%;
}

/* コピーライト */
#footer-copyright {
	padding: 5px 0 0 15px;
	font-size: 65%;
	font-family: "Helvetica","Arial";
}


/*　JSオフ注意文言　*/

.attention-txt-box {
	border: solid 2px #ff0000;
	background :#ffecec;
	padding: 7px 0;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	color: #000000;
}







/*　ページの先頭　*/
/*　一番外枠の白BOTTOM　*/

#page-top {
	padding: 0x 0 0 0;
	margin-top: 5px;
	background: url(../image/w_bottom.gif) no-repeat left bottom;
}

#page-top-inner {
	padding: 10px;
	margin-right: 3px;
	border-top: solid 1px #cccccc;
	text-align: right;
}

#page-top-inner a {
	padding: 2px 0 10px 18px;
	background: url(../image/i_blue.gif) no-repeat left top;
	font-size: 65%;
	min-height: 16px;
	line-height: 100%;
}

html #page-top a {
	height: 16px;
}

#page-top a:hover {
	color:#ff0000;
}


/*-----------------------------------------------------------------
		[2]:左カラム
-----------------------------------------------------------------*/

#left-container {
	width: 185px;
	padding: 6px 0 10px 0;
	text-align: left;
	margin: 0 0 0 0;	
}

.side-botom-box {
	padding-bottom: 5px;
	margin-bottom: 7px;
	border-bottom: dashed 1px #999999;
}


/*-----------------------------------------------------------------
		[4]:右カラム
-----------------------------------------------------------------*/

#right-container {
	float: right;
	width: 595px;
	text-align: left;
}

/* メインビジュアル */





/* リピート内白脇灰の中腹のリピート線 */
#main-img {
	margin: 0 0 15px 10px;
	background: url(../image/w_main_img_bg.gif) repeat-y left;
}

#main-img-top {
	background: url(../image/w_main_img_top.gif) no-repeat left top;
}

#main-img #main-img-inner {
	padding: 8px;
	font-size: 82%;
	line-height: 140%;
	background: url(../image/w_main_img_bottom.gif) no-repeat left bottom;
}

.contents {
	padding: 0 0 10px 0;
	margin: 0;
	border-bottom: none;
}

.contents2 {
	margin: 0 13px 0 10px;
	padding: 0;
}

.contents2 p {
	margin-bottom: 0;
}

.contents-line {
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	border-bottom: dashed 1px #cccccc;
}

.contents-line p {
	margin-bottom: 0;
}

/* H3見出し用 */

.ttl-box {
	width: 595px;
	height: 50px;
	overflow:hidden;
}

.ttl-box h2 {
	float: left;
	width: 300px;
	height: 40px;
}

.rss-box {
	float: right;
	width: 65px;
	height: 40px;
	font-size: 0px;
	text-indent: -9999px;
	overflow:hidden;
}

.rss-box a {
	display: block;
	height: 40px;
}



/*　画像＋テキスト回り込み用　*/

img.f_right {
	float: right;
	margin: 0 0 10px 10px;
}

img.f_left{
	float: left;
	margin: 0 10px 10px 0;
}

.font-100 {
	font-size: 100%;
}

img.i-window {
	vertical-align: middle;
	margin: 0 0 0 0;
}


/*-----------------------------------------------------------------
		[5]:右枠：Googleフォーム
-----------------------------------------------------------------*/

#google-serch {
	width: 150px;
	margin: 0 0 10px 0;
	background: url(../image/google_bg.jpg) no-repeat left top;
	font-size: 65%;
	vertical-align: middle;
	text-align: left;
}

#google-serch-inner {
	padding: 0 5px 4px 5px;
	background: url(../image/google_bottom.gif) no-repeat left bottom;
	line-height: 100%;
	min-height: 33px;
}

* html #google-serch-inner {
	height: 33px;
}

#google-serch #ttl-google-serch {
	height: 25px;
	font-size: 0px;
	text-indent: -9999px;
}

#google-serch fieldset {
	border: none;
	padding: 0 0 0 0;
}

#google-serch .serch-box {
	padding: 1px 0 0 0;
}

#google-serch input {
	vertical-align: middle;
	padding: 0 0 0 0;
}

input.submit {
	font-size: 90%;
	padding: 0 0 0 0;
}

input.text {
	ime-mode: active;
	margin: 0 5px 0 0;
	padding: 0 0 0 0;
	width: 90px;
	_font-size: 90%;
}

#google-serch label {
	vertical-align: middle;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


/*-----------------------------------------------------------------
		[6]:右枠：バナー
-----------------------------------------------------------------*/

#banner-box .ttl-banner {
	display: none;
}

#banner-box .banner-img {
	margin-bottom: 5px;
}

#blog-banner .s-banner-img {
	margin-bottom: 5px;
}


/*-----------------------------------------------------------------
		[7]:1カラム用（左カラム無し）
-----------------------------------------------------------------*/

#one-column {
	width: 790px;
}



/*-----------------------------------------------------------------
		[2]:調整用
-----------------------------------------------------------------*/

/*ハック*/

.c-box:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.c-box{display: inline-table;}
 /* Hides from IE-mac \*/
* html .c-box{height: 1%;}
.c-box{display: block;}
 /* End hide from IE-mac */
 
.clear-both{
	clear: both;
	height: 1px!important;
	display: block !important;
	font-size: 1px!important;
	margin: 0 !important;
}

/*  \*/
* html #layout{
	height: 1%;
}
/*  */


/*　フォント関連　*/

.font-normal {
	color: #333333;
	font-weight: normal;
}

.middle-l {
	font-size: 85%;
	line-height: 140%;
}

.middle-m {
	font-size: 82%;
	line-height: 135%;
}

.middle-s {
	font-size: 62%;
	line-height: 135%;
}


/*　スペース調整　*/

.top-0 {
	margin-top:0px;
}

.top-2 {
	margin-top:2px;
}


.top-5 {
	margin-top:5px;
}

.top-10 {
	margin-top:10px;
}

.top-15 {
	margin-top:15px;
}

.top-20 {
	margin-top:20px;
}

.bottom-5 {
	margin-bottom: 5px;
}

.bottom-10 {
	margin-bottom: 10px !important;
}

.bottom-15 {
	margin-bottom: 15px;
}

.bottom-20 {
	margin-bottom: 20px;
}

.bottom-25 {
	margin-bottom: 25px;
}

.left-5{
	margin-left: 5px;
}

.left-10{
	margin-left: 10px;
}

.left-15{
	margin-left: 15px !important;
}

.left-20{
	margin-left: 20px !important;
}

.left-25{
	margin-left: 25px !important;
}

.left-60{
	margin-left: 60px !important;
}

.left-80{
	margin-left: 80px !important;
}

.right-5{
	margin-right: 5px; !important;
}

.right-10{
	margin-right: 10px !important;
}

.right-15{
	margin-right: 15px; !important;
}

.right-30{
	margin-right: 30px;
}


.p-right-10{
	padding-right: 10px;
}

.p-left-10{
	padding-left: 10px;
}

.box-p10{
	padding: 10px;
	margin: 0px;
}

.box-p10-lr{
	padding: 0 10px 0 10px;
	margin: 0px;
}

.box-p5{
	padding: 5px;
	margin: 0px;
}

.f-left{
	float:left;
}

.f-right{
	float:right;
}

.space-1em {
	letter-spacing: 1em;
}

.space-1em-dwn {
	text-indent: -1em;
}

.indent-3 {
	padding-left: 2.9em !important;
	text-indent: -2.7em;
}

/*-----------------------------------------------------------------
		[5]:検証・その他
-----------------------------------------------------------------*/

/*　検証用　*/

.b {
	border: solid 1px #ff0000;
}

.bg {
	background: #ff6600;
}


/* エラーページ用 */

.box-attention {
	text-align: left;
	padding: 20px 15px 10px 15px;
}

.rd{
	color: #ff0000;
	font-weight: normal;
}

.none-box {
	display: none;
}


.visibility-box {
	visibility: hidden;
}


/* 非表示画像 */
#print-img {
	display: none;
}


