@charset "Shift-JIS";

/*****************************************************
 *    みやざきゲンキTV                               *
 *****************************************************/


/* 基本スタイル（上書き）
---------------------------------------------------- */

#contents {
	background: #9dd53b url(../img/bg.gif) repeat-y;
	position: relative;
}

#mainArea {
	width: 780px;
	float: left;
	display: inline-table; 
}
#mainArea:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 
/* Mac IE \*/ 
* html #mainArea {height: 1%;} 
#mainArea {display: block;}
/* */

#bannerArea {
	width: 190px;
	float: left;
	padding: 10px 0px;
}
h2#pageTit {
	width: 0px;
	height: 0px;
	overflow: hidden;
	text-indent: -9999px;
}


/* ページの先頭へ戻る
---------------------------------------------------- */
#gotop {
	width: 780px;
	height: 45px;
	clear: both;
}

