/*----------------------------------------------------------
	File Name   top.css

*/
/*----------------------------------------------------------
	Base Style
-----------------------------------------------------------*/
div#container {
	margin: 0 auto;
	width: 910px;
	min-height: 200px;
}
*html div#container {
	height: 200px;
}
/*----------------------------------------------------------
	Flash Style
-----------------------------------------------------------*/
body#top div#flash_container {
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 910px;
	height: 500px;
	text-align: center;
	color: #666;
}
body#top div#flash_container div#flash_main,
body#top div#flash_container div#flash_teaser,
body#top div#flash_container div#flash_intro {
	position: absolute;
	top: 0; left: 5px;
	width: 900px;
	height: 500px;
}
body#top div#flash_container h1,
body#top div#flash_container h2 {
	display: none;
}
body#top div#flash_container div.swap {
	padding: 200px 0 0 0;
}
/*----------------------------------------------------------
	Block Style
-----------------------------------------------------------*/
body#top div#wrapper {
	padding: 7px 0 30px 0;
	background: url(../images/common/bg_introbar.gif) 0 0 repeat-x;
}
body#top div#container {
	margin: 0 auto;
	padding: 0 5px;
	width: 900px;
}
/*----------------------------------------------------------
	News Style
-----------------------------------------------------------*/
body#top div#wrapper div#news {
	float: left;
	width: 600px;
}
body#top div#wrapper div#news div.wrap_list dl dt {
	width: 90px;
}
body#top div#wrapper div#news div.wrap_list dl dd {
	width: 510px;
}
/*----------------------------------------------------------
	Spec Style
-----------------------------------------------------------*/
body#top div#wrapper div#spec {
	float: right;
	margin: 0 0 0 20px;
	width: 270px;
}
body#top div#wrapper div#spec div.wrap_list dl dt {
	width: 90px;
}
body#top div#wrapper div#spec div.wrap_list dl dd {
	width: 180px;
}
/*----------------------------------------------------------
	Wrap List Style
-----------------------------------------------------------*/
body#top div#wrapper div.wrap_list {
	margin: 20px 0 0 0;
	padding: 0 0 1px 0;
	background: url(../images/common/line/dot_line.gif) 0 bottom repeat-x;
}
body#top div#wrapper div.wrap_list a {
	color: #fff;
	text-decoration: none;
}
body#top div#wrapper div.wrap_list a:hover,
body#top div#wrapper div.wrap_list a:hover span {
	color: #fc0;
}
body#top div#wrapper div.wrap_list dl {
	background: url(../images/common/line/dot_line.gif) 0 0 repeat-x;
}
body#top div#wrapper div.wrap_list dl dt {
	float: left;
	padding: 5px 0 4px 0;
	background: url(../images/common/pict/pict1.gif) 0 center no-repeat;
	font-size:63%;
	text-indent: 18px;
	font-weight: bold;
	line-height: 15px;
	color: #3f0;
}
body#top div#wrapper div.wrap_list dl dd {
	float: left;
	padding: 5px 0 4px 0;
	font-size:75%;
	line-height: 15px;
}
body#top div#wrapper div.wrap_list dl dd span {
	color: #f00;
}
body#top div#wrapper div.wrap_list dl dd span.new {
	margin: 0 5px 0 0;
	font-size:86%;
	line-height: 12px;
	font-family:Tahoma,sans-serif;
	font-weight: bold;
	color: #f00;
}
body#top div#wrapper div.wrap_list dd.two {
	padding: 4px 0 5px 0;
	line-height: 19px;
}
/*----------------------------------------------------------
	Wrap Link Style
-----------------------------------------------------------*/
body#top div#wrapper div.wrap_link {
	margin: 20px 0 0 0;
}
/*----------------------------------------------------------
	Clearfix
-----------------------------------------------------------*/
body#top div#wrapper div.wrap_list dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body#top div#wrapper div.wrap_list dl {
	zoom: 1;
}

/*----------------------------------------------------------
	Info
-----------------------------------------------------------*/
body#top div#info {
	margin: 20px auto 0 auto;
	width: 900px;
	border: 1px solid #333;
	background-color: #222;
}
body#top div#info div {
	margin: 14px;
	font-size:75%;
	line-height: 1.5em;
}
body#top div#info div p.h {
	margin: 0 0 2px 0;
	font-weight: bold;
	color: #f00;
}
body#top div#info p.h a {
	font-weight: bold;
	color: #f00;
	text-decoration: none;
}
body#top div#info p.h a:hover {
	color: #fc0;
}