@charset "utf-8";
/* CSS Document */


/*****************************************************************/

*{
	margin:0;
	padding:0;
	}

body,h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,hr,table,tr,th,td,img{
	font-style:normal;
	font-weight:normal;
	list-style:none;
	border:none;
}

html,body{
	width:100%;
	height:100%;
	height:auto;
}

body {
	font-family: Verdana, arial, helvetica, sans-serif;
	letter-spacing:0;
}

/**layout setting***********************/
#headerWrap{
	width:100%;
	background:#fff;
	height:140px;
}
#header{
	padding-top:40px;
	width:100%;
	margin:0 auto;
	text-align:center;
	border-bottom:#5a5a5a 1px solid;
}
#contents{
	width:768px;
	margin:0 auto;
	border-top:#fff 1px solid;
	padding-top:20px;
	border-bottom:#fff 4px solid;
	padding-bottom:20px;
}
#mainImg{
	/*border-top:#000 4px solid;*/
	/*padding-top:50px;*/
	/*padding-bottom:50px;*/
	width:768px;
	background:#fff;
	text-align:center;
}
#mainImg img{
	/*border:#CCCCCC 1px solid;*/
	/*padding:1px;*/
}
#aboutusWrap{
	height:500px;
	background:#2f8dcc;
}
#aboutus{
	width:960px;
	margin:0 auto;
	padding:80px 0 60px 0;
}
#footerWrap{
	margin:0 auto;
	width:100%;
	height:80px;
	padding-top:10px;
	border-top:#5a5a5a 1px solid;
}
#footer{
	width:100%;
	padding-top:10px;
}
#footer p#copyright{
	font-size:12px;
	text-align:center;
}
/**header***********************/
#header h1#logo{
	
}
#header #hNavi{
	float:right;
	padding-top:40px;
}
#header #hNavi ul{
}
#header #hNavi ul li{
	float:left;
	width:120px;
}
#contents ul li{
	padding-top:20px;
}
/**aboutus***********************/
#aboutus h2{
	color:#fff;
	text-align:center;
}

/**link setting************************/

a {
	color:#1d5d89;
	text-decoration: underline;
	overflow:hidden;
	outline:none;
}

a:visited {
	color:#1582da;
}

a:hover {
	color:#4e99d5;
	text-decoration: none;
}

a:focus{
	outline:none;
}

a img{
	vertical-align:top;
	}

a img,
area {
	border:none;
	outline:none;
}
/**** misc ************************/
sub{
	vertical-align: baseline;
	font-size:80%;
	line-height:0;
}

sup{
	font-size:80%;
	line-height:0;
}

strong {
	color:#5e5e5e;
}

a strong {
	color:#1d5d89;
}

hr {
	clear:both;
	margin:15px 0;
	/margin:7px 0;
	border-top:1px solid transparent;
	height:1px;
	background:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
	}
	
hr.dot {
	border-top:1px dotted #c9c5c1;
	}
	
hr.hr6 {
	margin:6px 0;
	/margin:3px 0;
	}	

/** pagetop ************************/
#pagetop {
	position: fixed;
	bottom: 120px;
	right: 0;
	z-index:12000;	
	display:none;
}

#pagetop a img {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5 */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/img/pagetop.png", sizingMethod="scale"); /*for IE8 PNG*/
}

#pagetop a:hover img {
	opacity:0.5;
	filter: alpha(opacity=50);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	-moz-opacity:0.5;                 /* FF lt 1.5 */
	-khtml-opacity: 0.5;
}
