@charset 'UTF-8';

/*==========================

	** TOC **
	reset
	common module
	body layout
	header
	footer
	
	contents
	

============================*/


/* reset
-------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html {
	height:100%;
	font-family:"Lucida Grande", Verdana, Geneva, Arial, Helvetica, "Hiragino Kaku Gothic Pro", "MS Gothic", Osaka, Sans-serif;
	line-height:1.4;
	overflow:scroll;
}
body,h1,h2,h3,h4,h5,h6,form,p,ul,ol,li,table,tr,th,td,dl,dd,dt{
	margin:0;padding:0;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
}
img{border:none;}
li{list-style:none;}
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html table{font-size:100%;}
address{font-style:normal;}

h2{font-size:14px;}

table {padding:0;}
th,td {
	border-collapse:collapse;
	padding:0;
	margin:0;
}


/* common module
------------------------------ */

.clear{clear:both; overflow:hidden; height:1px;}

.alignCenter{text-align:center!important;}
.alignleft{text-align:left!important;}
.alignRight{text-align:right!important;}

.floatleft{float:left!important;}
.floatright{float:right!important;}

.mB0{margin-bottom:0px!important;}
.mB5{margin-bottom:5px!important;}
.mB7{margin-bottom:7px!important;}
.mB10{margin-bottom:10px!important;}
.mB15{margin-bottom:15px!important;}
.mB20{margin-bottom:20px!important;}
.mB30{margin-bottom:30px!important;}
.mB40{margin-bottom:40px!important;}
.mR0{margin-right:0px!important;}
.mR15{margin-right:15px!important;}
.m0a{margin:0 auto!important;}

.pT10{ padding-top:10px!important;}
.pT20{ padding-top:20px!important;}
.pB0{ padding-bottom:0px!important;}
.pB10{ padding-bottom:10px!important;}
.pB15{ padding-bottom:15px!important;}
.padding0{padding:0!important;}

.nowrap{white-space:nowrap;}

.alt {
	position:absolute;
	top:-5000px;
	left:-999px;
}

a{color:#4281c5; text-decoration:none;}
a:visited{ color:#4281c5;}
a:hover{ color:#4281c5; text-decoration:underline;}

.font14{font-size:14px;}
.font16{font-size:16px;}
.red { color:#990000;}


.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* body layout
------------------------------ */

body {
	text-align:left;
	height:100%;
	font-size:12px;
	line-height:1.6;
	color:#000000;
}	

/* header
------------------------------ */

#header{
	width:940px;
	height:66px;
	margin:0 auto;
}

#header .headerIn {
	position:relative;
	margin:0;
	padding:0;
	}


#header img.logo {
	left:0px;
	position:absolute;
	top:28px;
}

#header .menu{
	position:absolute;
	top:28px;
	left:710px;
	width:321px;
	height:38px;
}

#header .menu li{
	display:inline;
}




/* contents
------------------------------ */

#container{
	width:940px;
	margin:0 auto;
	padding:0;
	}


/* footer
------------------------------ */
#footer{
	width:100%;
	overflow:hidden;
	background:#003366;
	}
	
/* btmMenu
------------------------------ */
.btmMenu {
	width:940px;
	margin:0 auto;
	padding:5px 0 10px 0;
	font-size:10px;
	}
	
.btmMenu ul {
	width:400px;
	float:left;
	}
	
.btmMenu li {
	display:inline;
	margin-right:10px;
	}

.btmMenu li a {
	color:#000000;
	text-decoration:none;
	}
	
.btmMenu li a:hover {
	color:#000000;
	text-decoration:underline;
	}

.btmMenu p.copy {
	width:280px;
	margin:0;
	padding:0;
	text-align:right;
	float:right;
	}

.btmMenu p.copyhome {
	margin:0;
	padding:0;
	text-align:center;
	}

.btmMenu p.copy:before,
.btmMenu p.copyhome:before {
	content: "Copyright © RESOLOGIC Inc."
}

	
.btmMenu p.iso {
	position:relative;
	width:280px;
	margin:0;
	padding:0;
	text-align:left;
	float:left;
	top:-16px;
	left:200px;
	}
	
.btmMenu p.iso a {
	color:#000000;
	text-decoration:none;
	}
	
.btmMenu p.iso a:hover {
	color:#000000;
	text-decoration:underline;
	}

.btmMenu .isohome {
	position:relative;
	top:-16px;
	float:right;
	margin:0;
	padding:0;
	text-align: center;
	}
	
.btmMenu .isohome a {
	color:#000000;
	text-decoration:none;
	}
	
.btmMenu .isohome a:hover {
	color:#000000;
	text-decoration:underline;
	}

.btmMenu small.isomemo {
	font-size:10px;
	line-height:30px;
	}
	
.btmMenu .privacyhome {
	position:relative;
	top:-16px;
	float:left;
	margin:0;
	padding:0;
	}

.btmMenu .privacyhome a {
	color:#000000;
	text-decoration:none;
	}
	
.btmMenu .privacyhome a:hover {
	color:#000000;
	text-decoration:underline;
	}

.btmMenu .awshome {
	position:relative;
	top:-16px;
	float:right;
	margin:0px 16px 0px 0px;
	padding:0;
	}
	
.btmMenu .awshome a {
	color:#000000;
	text-decoration:none;
	}
	
.btmMenu .awshome a:hover {
	color:#000000;
	text-decoration:underline;
	}

.btmMenu .awsmemo {
	font-size:10px;
	line-height:14px;
	}
