html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

html, body {
	height: 100%;
}

body {
	font: 12px Arial;
	text-align: center;
	background: transparent url(../_img/tm_bg_tile.gif) repeat top center;
}

/* @group Windows */

.wrapper {
	background: transparent url(../_img/bg_main.gif) repeat-y center center;
	text-align: center;
	margin: 0 auto;
	width: 962px;
	position: relative;
	height: 100%;
}

/* @end */

/* @group Layout */

.page_header {
	height: 90px;
	line-height: 75px;
	position: relative;
	background: transparent url(../_img/bk_banner.gif) repeat-x left 0;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	color: #333;
	font-size: 20px;
	font-weight: bold;
}

.trendlogo {
	background: transparent url(../_img/trendlogo.gif) no-repeat left center;
	margin: 0 0 0 20px;
	padding: 0 0 0 165px;
	position:absolute;
	float:left;
}

.hinetlogo {
	background: transparent url(../_img/hinetlogo.gif) no-repeat right center;
	margin-right:0px;
	right:0px;
	position:absolute;
	float:right;
	width:165px;
	height:80px;
}

.page_container {
	position: relative;
	text-align: left;
}

.page_footer {
	margin: 25px 0;
	border-top: 1px dotted #ccc;
	height: 40px;
	line-height: 40px;
}

.message {
	margin: 0px 0 25px;
	font-weight: bold;
	font-size: 18px;
}

.page_header .extra_option {
	font-size: 12px;
	position: absolute;
	right: 100px;
}

/* @group SIA */

.sia_download {
	padding: 30px 40px 60px 298px;
	background: transparent url(../_img/icon_download_big.gif) no-repeat 40px 30px;
}

.sia_download .description {
	line-height: 20px;
	margin: 15px 0 0;
	font-size: 14px;
}

/* @end */

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

.dotted {
	border: none;
	border-top: 1px dotted #ccc;
	margin: 15px 0;
}

/**************************************************
action button
**************************************************/
.btn_action_area{
	zoom: 1;
	margin: 5px 0 10px 0;
}

.btn_action_area:after{
	content:'.';
	height:0px;
	visibility:hidden;
	display:block;
	clear:both;
}

.btn_action,
.btn_action_focus{
	display: inline-block;
/*	display: block;
	float: left;*/
	background:url(../_img/btn_download_left.gif) no-repeat 0 0;
	line-height: 15px;
	height: 40px;
	color:#fff;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	padding:0px 0px 0px 10px;
	cursor: pointer;
	margin-right: 5px;
}

.btn_action span,
.btn_action_focus span{
	display: block;
	background:url(../_img/btn_download_right.gif) no-repeat right 0;
	padding: 12px 50px 13px 40px;
	color:#fff;
	font-size: 14px;
}

.btn_action:hover,
.btn_action_focus:hover{
	background-position: 0 -45px
}

.btn_action:hover span,
.btn_action_focus:hover span{
	background-position: right -45px;
}

.btn_action:active,
.btn_action_focus:active{
	background-position: 0 -90px
}

.btn_action:active span,
.btn_action_focus:active span{
	background-position: right -90px;
}

.btn_action:focus {
	outline: none;
}

a, a:link {
	color: #0066cc;
}

a:hover {
	color: #ff0000;
}
