@charset "utf-8";

/* ---------------------------------------------------------
■ display: none;
--------------------------------------------------------- */
.naviHidden ,
#headerRight ,
#naviWrap ,
#localNaviWrap ,
#footerLink a ,
.pager ,
.twoColumnsWrap_01 ,
.twoColumnsWrap_02 ,
.toPageTop ,
.imageBlock .btnColor
{ display: none; }
	* html #headerRight { display: none; }
	*:first-child+html #headerRight { display: none; }
	
/* ---------------------------------------------------------
■ link
--------------------------------------------------------- */
a:link    { color: #003399; text-decoration: underline; }
a:visited { color: #003399; text-decoration: underline; }
a:hover   { color: #003399; text-decoration: underline; }
a:active  { color: #003399; text-decoration: underline; }

/* ---------------------------------------------------------
■ layout
--------------------------------------------------------- */
body { background-color: #ffffff; }

	* html body { zoom: 0.64; }
