@charset "UTF-8";
@import url(default.css);
@import url(f_winie.css);
/*----------------------------------------

	+ wrapper
		- mainpic
		- menu
		- news
	- footer

-----------------------------------------*/

/*----------------------------------------
	wrapper
-----------------------------------------*/

#wrapper {
	width: 100%;
	background: url(../img/index_noflash_bg.gif) repeat-x top;
}

/*----------------------------------------
	mainpic
-----------------------------------------*/

#mainpic {
	width: 950px;
	margin: 0 auto;
}

/*----------------------------------------
	menu
-----------------------------------------*/

#menu {
	width: 966px;
	height: 148px;
	margin: 0 auto;
	background: url(../img/index_menu_bg.gif) no-repeat right top;
}

#menu ul {
	margin-left: 8px;
}

#menu li {
	float: left;
	font-size: 0;
	line-height: 0;
}

/*----------------------------------------
	news
-----------------------------------------*/

#news {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#news a:link,
#news a:visited {
	color: #666666;
	text-decoration: underline;
}

#news a:hover,
#news a:active {
	color: #0d3abb;
	text-decoration: underline;
}

#news table {
	width: 748px;
}

#news th {
	width: 104px;
	padding: 13px 0 16px 4px;
}

#news td {
	width: 644px;
}

#news td li {
	margin-bottom: 1px;
	padding-left: 13px;
	background: url(../img/index_news_ya.gif) no-repeat 0 0.4em;
}

#news td li a {
	padding-bottom: 1px;
}

#news p {
	position: absolute;
	top: 2px;
	right: 0;
	width: 190px;
}

/*----------------------------------------
	footer
-----------------------------------------*/

#footer {
	width: 100%;
	margin-top: 28px;
	padding: 9px 0 12px 0;
	border-top: solid 1px #dfdfdf;
	font-size: 0;
	line-height: 0;
}

#footer p {
	width: 950px;
	margin: 0 auto;
	text-align: right;
}

#footer p.btn {
	position: relative;
	z-index: 10;
	margin-bottom: -15px;
	text-align: left;
}

