@charset "UTF-8";
/* top.css */

/* tag
--------------------------------------------- */
body {
	background:#978970 url(images/bg_top_main.jpg) repeat-x left top;
}

/* layout
--------------------------------------------- */
#page{
	height:650px;
	margin-right:0;
	margin-left:auto;
	min-width: 960px;
	width: expression(document.body.clientWidth < 962? "960px" : "auto");
	border-top:none;
}
#wrap,
#header,
#contents,
#footer{
	width:556px;
	padding-left:0;
	padding-right:0;
}
#wrap{
	float:right;
}
#contents{
	padding-top:21px;
	padding-bottom:5px;
}
#header{
	padding-top:230px;
}
/* headerMenu
--------------------------------------------- */
#headerMenu{
	height:32px;
}
#headerMenu li a{
	height:32px;
}
#headerMenu li#headerMenu1 a{
	background:url(images/bg_top_menu_1.gif) no-repeat left top;
	width:94px;
}
#headerMenu li#headerMenu2 a{
	background:url(images/bg_top_menu_2.gif) no-repeat left top;
	width:58px;
}
#headerMenu li#headerMenu3 a{
	background:url(images/bg_top_menu_3.gif) no-repeat left top;
	width:54px;
}
#headerMenu li#headerMenu4 a{
	background:url(images/bg_top_menu_4.gif) no-repeat left top;
	width:108px;
}
#headerMenu li#headerMenu5 a{
	background:url(images/bg_top_menu_5.gif) no-repeat left top;
	width:146px;
}
#headerMenu li#headerMenu6 a{
	background:url(images/bg_top_menu_6.gif) no-repeat left top;
	width:96px;
}
#headerMenu li a:hover{
	background-position:left -32px!important;
}
/* h1
--------------------------------------------- */
h1 {
	float:left;
	width:404px;
}
h1 img{
	vertical-align:text-top;
}

/* news
--------------------------------------------- */
#news{
	width:461px;
	float:right;
	padding-bottom:20px;
	height:242px;
}
#news h2 {
	display:none;
}
#newsPanel{
	cursor: pointer;
	width:0px;
	height:242px;
	float:right;
	white-space:nowrap;
	overflow: hidden;
	background:url(images/bg_top_head_news.gif) no-repeat left top;
	padding-left:14px;
}
#newsBody{
	cursor:auto;
	width:447px;
	height:242px;
	background:url(images/bg_top_news.jpg) no-repeat top left;
}
#newsBody img{
	padding-top:100px;
}
#news ul{
	padding-top:15px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:15px;
}
#news ul li{
	margin-bottom:10px;
}
#news a:link,
#news a:visited{
	font-weight:bold;
	text-decoration:none;
}
/* footerMenu
--------------------------------------------- */
#footer ul{
	padding-top:15px;
}
#footerMenu1 a{
	background:url(images/bg_top_footer_navi_1.gif) no-repeat -15px top;
	width:62px;
}
#footerMenu1 a:hover{
	background-position:-15px -28px;
}
#footerMenu2 a{
	background:url(images/bg_top_footer_navi_2.gif) no-repeat left top;
	width:120px;
}
#footerMenu3 a{
	background:url(images/bg_top_footer_navi_3.gif) no-repeat left top;
	width:122px;
}
#footerMenu4 a{
	background:url(images/bg_top_footer_navi_4.gif) no-repeat left top;
	width:86px;
}
#footer ul{
	width:394px;
}
/* copyright
--------------------------------------------- */
#copyright {
	background:url(images/bg_top_footer_copyright.gif) no-repeat right center;
	margin-right:30px;
}

#flashContent{
	float:left;
	display:block;
}
