@charset "UTF-8";


/*----------------------------------------------------
LinkColors
----------------------------------------------------*/
a:link,
a:visited{
	color: #003399;
	text-decoration: underline;
}

/*========================================================
common layout
----------------------------------------------------------
-container
-header
-contents
-footer
========================================================*/
body{
	width:100%;
	background: #FFF;
	color:#000;
	font-size:12px;
	line-height:1.35;
	letter-spacing: 1px;
}
head+body {
    width: 165mm;
    max-width: 100%;
    min-width: 80%;
    margin: 0 auto;
}

/*----------------------------------------------------
container
----------------------------------------------------*/
#wrapper,
#container,
#frame,
#contents,
#main,
#colMain{
	width:100% !important;
	float: none !important;
	margin: 0 auto !important;
	padding: 0 !important;
	background: #FFF !important;
	border:none !important;
	}

/*----------------------------------------------------
none
----------------------------------------------------*/
#header,
#gn,
#sn,
#rSn,
#footer,
.bgPaper,
.fLogo,
#mpMenu,
.nonPrint,
ol.bl,
.printNone{
	display:none;
	}

#copyright {
	background: #FFF !important;
	}
