/* CSS Basic Style ---------------------------------------------------------- */

*{
	margin: 0px;
	padding: 0px;
}

td{
padding: inherit;
}

.clear{
	clear:both;
}

body {
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/common/bg.gif);
	background-repeat: repeat-y;	
	background-position:center top;	
}

img {
	border: none;
}

a:link {color: #229CBA; text-decoration: underline;}
a:visited {color: #229CBA; text-decoration: underline;}
a:hover {color: #FF9900; text-decoration: none;}

.margin_10_t {
	margin-top: 10px;
}

.margin_20_t {
	margin-top: 20px;
}

.margin_30_t {
	margin-top: 30px;
}

.margin_40_t {
	margin-top: 40px;
}

.margin_50_t {
	margin-top: 50px;
}

.margin_bottom5 {
	margin-bottom: 5px;
}

.margin_bottom10 {
	margin-bottom: 10px;
}

.margin_bottom15 {
	margin-bottom: 15px;
}

.margin_bottom20 {
	margin-bottom: 20px;
}

.padding_left5{ 
	padding-left: 5px;
}

.txt_16 {
	font-size: 16px;
	line-height: 1.5em;
	color: #333333;
}
.txt_14 {
	font-size: 14px;
	line-height: 1.5em;
	color: #333333;
}

.txt_12 {
	font-size: 12px;
	color:#333333;
	line-height: 18px;
}

.txt_10 {
	font-size: 10px;
	color:#333333;
	line-height: 18px;
}

.txt_white {
	color: #FFFFFF;
}
.txt_gray {
	color: #666666;
}
.txt_orange {
	color: #FF6600;
}
.txt_red {
	color: #EE0000;
}
.txt_blue {
	color: #0000FF;
}

#header em{
	text-indent: -9999pt;
	overflow:hidden;
	display:block;
}

.homeback a {
	height: 50px;
	width: 80px;
	display:block;
}
.homeback {
	text-indent: -1000em;
}

#wrapper{
 background-image: url(../../images/common/bk.gif);
	background-position: top;
	background-repeat: repeat-x;
	}


div#main{
	text-align: left;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

div#header{
	background-image: url(../../images/common/bg_h.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding: 0px 10px 0px 10px;
}

div#header-top{
	background-image: url(../../images/common/bg_h_top.gif);
	background-repeat: no-repeat;
	padding: 10px 10px 0px 10px;
}

/*
.top-flash{
	height: 180px;
	width: 900px;
}
*/


div.contena{
	background-image: url(../../images/common/bg_m.gif);
	background-repeat: repeat-y;
	padding: 0px 0px 0px 15px;
}

*html body div.contena{
	background-image: url(../../images/common/bg_m.gif);
	background-repeat: repeat-y;
	padding: 0px 0px 0px 15px;
	height: 1em;
}

.contenaleft{
	float:left;
}

.fleft-padding5{
	float: left;
	padding-right: 4px;
}

.fleft-marginr5{
	float: left;
	margin-right: 5px;
}

.fleft-marginr8{
	float: left;
	margin-right: 7px;
}

.fright-marginlr5{
	float: right;
	margin-right: 3px;
	padding-left: 5px;
}

div#footer{
	clear:both;
	background-image: url(../../images/common/bg_footer.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	width: 920px;
	height: 30px;
	display: block;
}

div#footer ul{
	padding-top: 10px;
}

div#footer li{
	font-size: 10px;
	background-image: url(../../images/common/i_footerdisk.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	display: inline;
	float: left;
	margin-right: 10px;
	padding-left: 20px;
}

div#footer #copywrite {
	padding-right: 30px;
	float:right;
	font-size: 10px;
}

div#footer a{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

div#footer a:hover{
	font-size: 10px;
	color: #CC3300;
	text-decoration: underline;
}

.newsshousai{
	text-indent: -9999pt;
	float: right;
	padding-right: 5px;
	overflow: hidden;
	height: 115px;
}

.newsshousai a{
	background-image: url(../../images/index/bt_towernews_k.gif);
	display: block;
	height: 47px;
	width: 47px;
}
.newsshousai a:hover{
	background-image: url(../../images/index/bt_towernews_k-ov.gif);
}

/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/



