@charset "UTF-8";

/* ----------------------------------------------------
作成日: 2011.04.25
最終更新日: 2011.10.11
作成者: NT
最終編集者: NT

module.css

目次 
-17行目 ヘッダー header
-21行目 親切ナビ utilityNav
-25行目 フッター fototer
-25行目 ユーザー支援ナビ courtesyNav.css
---------------------------------------------------- */
/* ----------------------------------------------------
ヘッダー header
---------------------------------------------------- */
header hgroup h1 img { vertical-align: middle; }

/* ----------------------------------------------------
フッター footer
---------------------------------------------------- */
footer {
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
	position: relative;
}
#footerNav {
	margin: 0 auto;
	font-size: 75.0%;
	background: #ffffff;
}
#copyright {
	width: 100%;
	color: #ffffff;
	font-size: 62.5%;
	line-height: 150%;
	background: #00b6ff;
	position: relative;
}
#copyright .fs15 { font-size: 110.0%;}
#copyrightWrap {
	margin: 0 auto;
	background: #00b6ff;
}
#smalls, #attention {
	line-height: 180%;
}
#copyright li a:link, #copyright li a:visited {
	color:#ffffff;
	text-decoration:underline;
	outline-width:0;
}
#copyright li a:hover, #copyright li a:active {
	color:#ffffff;
	text-decoration:underline;
	outline-width:0;
	background: #40c8ff;
}