@charset "utf-8";
html {
	/*height: 100%;
	overflow: auto;*/
}
body#index{
	text-align:center;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	background-color: #fff;
}
body#index #flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-width:994px;
	min-height:736px;
}
/*for IE 6*/
* html #index div#flashcontent{
width: expression(document.body.clientWidth < 994 ? "994px" : "100%");
height: expression(document.body.clientHeight < 736 ? "736px" : "100%");
}

#index #flashcontent img{
margin-top:175px;
}

/* -------------------------------------------------------
  top
------------------------------------------------------- */

body#top{
	text-align:center;
	height: auto;
	background-color: #fff;
}
body#top #flashcontent {
	position: static;
	width: 100%;
	height:390px;
	min-width:994px;
	min-height:390px;
/*	width: 100%;
	height: auto;
	min-width:994px;
	min-height:390px;
*/	text-align:center;
	background:url(../../images/index_bg_flash.gif) repeat-x left 1px;
}
/*for IE 6*/
/** html #top div#flashcontent{
width: expression(document.body.clientWidth < 994 ? "994px" : "100%");
height: expression(document.body.clientHeight < 736 ? "390px" : "100%");
}
*/
#top #flashcontent img{
	margin-top:0;
}

#top .container {
	margin:8px auto 0;
	padding-bottom:0;
	width:940px;
	position:relative;
}

#top .section {
	font-size:77%;
	float:left;
	line-height:1.5;
}

#top .section:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#top .section {
	min-height: 1px;
}

* html #top .section {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#top .section h2 {
	float:left;
}

#top .section ul {
	margin-left:0;
}

#top .section li {
	margin:0 0 10px 10px;
	float:left;
	width:127px;
	position: relative;
}

* html #top .section li {
	display:inline;
}

#top .section li .iconNew,
#top .section dl .iconNew {
	position:absolute;
	left:0;
	top:-17px;
}

#top .section li dl {
	margin-top:10px;
	text-align:left;
}

#top .section li dl dd {
	margin:2px 0 0 12px;
}

#top #about {
	margin-right:19px;
	padding:12px 0 0 15px;
	background:url(../../images/index_bg01.jpg) no-repeat left top;
	width:290px;
}

#top #about ul {
	margin-left:16px;
}

#top #special {
	margin-right:20px;
	padding:12px 0 0 13px;
	background:url(../../images/index_bg02.jpg) no-repeat left top;
	width:436px;
}

#top #special ul {
	margin:14px 0 0 16px;
	text-align:left;
}

* html #top #special ul {
	margin:26px 0 0 16px;
}

*:first-child+html #top #special ul {
	margin:26px 0 0 16px;
}

#top #special li {
	margin:0 0 10px 8px;
	width:132px;
}

#top #special li dl {
	margin-top:8px;
}

#top #present {
	padding:12px 0 0 13px;
	_padding-top:27px;
	background:url(../../images/index_bg03.jpg) no-repeat left top;
	width:130px;
}

#top #present dl {
	margin:14px 0 0 25px;
	width:93px;
	position: relative;
	text-align:left;
}

* html #top #present dl {
	margin:26px 0 0 25px ;
}

*:first-child+html #top #present dl {
	margin:26px 0 0 25px;
}

#top #present dl dd {
	margin-top:11px;
}

#top p#notes {
	clear:both;
	font-size:77%;
	text-align:right;
	padding-bottom:5px;
}

#top #infocontent {
	clear:both;
	background:url(../../images/index_bg04.gif) repeat-x left top;
}

#top #information {
	margin:0 auto;
	padding:13px 0 0 20px;
	width:920px;
	position:relative;
	text-align:left;
}
#top #information a {
	color:#3a3a3a;
	text-decoration:none;
}
#top #information a:hover {
	text-decoration:underline;
}
#top #information h2 {
	float:left;
}
#top #information dl {
	width:750px;
	padding:0 0 15px 15px;
	font-size:85%;
	float:left;
}
#top #information dl dt,
#top #information dl dd {
	min-height:15px;
	padding:0 0 7px 0;
	float:left;
}
#top #information dl dt {
	width:50px;
	clear:both;
}
#top #information dl dd {
	width:700px;
	float:left;
}
#top #information dl dd a {
	padding:0 7px 0 0;
	float:left;
}
#top #information dl dd img.iconNew {
	float:left;
	display:block;
}
#top #information p#more {
	position:absolute;
	left:20px;
	top:42px;
}
#top #information p#more02 {
	position:absolute;
	left:20px;
	top:42px;
	display:none;
}

