@charset "UTF-8";/* CSS Information ===============================File name: import.cssDescription: importFile of Contents	- reset.css / CSSリセット	- layout.css / レイアウト============================================ */@import "reset.css";@import "layout.css";html {	background-color: #ffffff;	color: #595959;}#body {	font-size: 100%;	font-family: sans-serif;}* html body {	font-size: 82%;	font-family: "ＭＳ Ｐゴシック", sans-serif;	vertical-align: baseline;} /* for lte ie6 */*:first-child+html body {	font-size: 82%;	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;} /* for ie7 */html>/**/body {	font-size: 82%;	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;} /* for ie8 */html:not(:target) body {	font-size: 13px;	font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;} /* for modern browser not ie8 */p {	font-size: 12px;	line-height: 18px;	color: #595959;}a:link,a:visited,a:active {color: #009be4;}a:hover{color: #ff0000;}