﻿@charset"UTF-8";

/*========================Contents=============================
	01) Redefine
	02) Common
	03) Second05
	04) Index
	99) Clear
=============================================================*/

/*============================================================
	01) Redefine
============================================================*/

body {
	font-size:100%;
	line-height:1.6;
}

body *,
body p{line-height:1.6;}

/*============================================================
	02) Common
=============================================================*/

#CoverContents{
	width:980px;
	margin:0 auto;
	padding-bottom:20px;
}

#CoverContentsHeader{width:980px; background:#000;}
#CoverContentsHeaderL{width:505px; float:left; display:inline;}
#CoverContentsHeaderR{width:475px; float:right; display:inline;}

#MainContents{
	width:980px;
	background:transparent url("../images/main_contents_bg.gif");
}

.MainContentsL{
	width:460px;
	margin:13px 0 0 14px;
	float:left;
	display:inline;
	padding-bottom:25px;
}

.MainContentsR{
	width:460px;
	margin:13px 14px 0 0 ;
	float:right;
	display:inline;
	padding-bottom:25px;
}

.RealReport{
	width:460px;
	height:326px;
	position:relative;
}
.RealReportBtn{
	width:232px;
	height:36px;
	position:absolute;
	top:279px;
	left:218px;
}
.TypeOther{
	width:460px;
	height:185px;
	position:relative;
}

.TypeOtherBtn{
	width:192px;
	height:33px;
	position:absolute;
	top:143px;
	left:260px;
}

#FlashImage{
	width:769px;
	margin:0 auto;
	margin-top:53px;
	padding-bottom:55px;
	_padding-bottom:115px;
}
/*-------------------------------------------------------------
	clearfix
-------------------------------------------------------------*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix {display:inline-block;}

/* exclude MacIE5 \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* end MacIE5 */
