@charset "utf-8";
@import"lib/reset.css";/* Don`t toutch me ! */
@import"lib/fonts.css";/* Don`t toutch me ! */
@import"hd/hd.css";/* Don`t toutch me ! */
@import"gnv/gnv.css";/* Don`t toutch me ! */
@import"bd/bd.css";/* Don`t toutch me ! */
@import"nv/nv.css";/* Don`t toutch me ! */
@import"ft/ft.css";/* Don`t toutch me ! */

body {
	color: #333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:13px;
}

a {
	color: #28A8FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wp {
	margin:0 auto;
	width: 930px;
	overflow: hidden;
}
