@charset "utf-8";
/* ブラウザスタイルの初期化 */
* {
	margin: 0;
	padding: 0;
}
/* ブラウザスタイルの初期化（IE６など一部のブラウザ向け） */
th, td, form {
	margin: 0;
	padding: 0;
	color: black;
}
/* 通常のベース */
body, div, p, form, input, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h3, h5, h6, address {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.6;
}
body {
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #444444;
	line-height: 1.6em;
	font-size: 12px;
}
p {
	padding-bottom: 5px;
}
img {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align:bottom
}
ul {
	list-style:none;
}
.center {
	text-align: center;
}

