@charset "shift_jis";

/* ---------------------------------------------------------
display: none;
--------------------------------------------------------- */
.naviHidden ,
/* header */
#utilityMenu ,
#utilityMenuSub ,
#fontResizeBlock ,

#naviWrap ,

#breadCrumbsWrap ,

#localNaviWrap ,

#footerLink ,

.toPageTop 
{ 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 {
	color: #000000;
	background: #ffffff;
}

#header {
	float: none;
	width: auto;
}

#contentWrap {
	float: none;
	width: auto;
	background: #ffffff;
}

#footerWrap {}

/* コピーライト
------------------------------------ */
#footer #footerCopyright {
	color:#000000;
}



/* ---------------------------------------------------------
コンテンツ
--------------------------------------------------------- */
/* 見出し
----------------------------------------- */
#content h1 img {
	width: 100%;
	height: auto;
}

/* 見出し2
------------------------------------ */
h2 {}


/* テーブル
------------------------------------ */
.tblWrap table thead th {}

.tblWrap table th {}

.tblWrap table td {}

/* ---------------------------------------------------------
Flash部分
--------------------------------------------------------- */
#keyVisualBlockWrap {
	display: none;
}