@charset "UTF-8";
/* DEFAULT */
* {
	margin: 0;
	padding: 0;
	border: none;
}
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	background:url("/img/gfx_v3/bg.png") repeat-y scroll center top #ffffff;
	font: 75%/1.3 "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGOTHIC", sans-serif;
	margin: 0px;
	padding: 0px;
	color: #121212;
}
#wrapper {
	margin: 0;
	padding: 0;
}
#push {
	height: 50px;
}
input, select, textarea {
	font: 100%/1.0 "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGOTHIC", sans-serif;
}
.inner {
	width: 960px;
	margin: 0px auto 0;
	padding: 0px 0;
}
.inner2 {
	width: 985px;
	margin: 0px auto 0;
	padding: 0px 0;
}

:focus {
	outline: 0;
}
a {
	color: #121212;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#content {
	padding-top: 20px;
	background: #bbd6ff url(/img/gfx_v2/background.png) top left repeat-x;
}

