/* ページ */

body {
	background: url(img/bg01.gif) repeat-y center;
	background-color: #ffffff;
	margin: 0px;
	}

body, td, th {
	font-size: 16px;
	line-height: 200%;
	color: #333333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

img {
	border: 0px;
	vertical-align: bottom;
	}

ul, ol, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

form {
	margin: 0px;
	}

a:link { color: #666666; text-decoration: underline; }
a:visited { color: #666666; text-decoration: underline; }
a:hover { color: #b2b2b2; text-decoration: underline; }
a:active { color: #666666; text-decoration: underline; }


/* 全体レイアウト */

#main {
	width: 1000px;
	margin: 50px auto;
	overflow: hidden;
	}

h2 {
	font-size: 24px;
	margin: 0px 0px 0px 0px;
	}

h3 {
	font-size: 18px;
	margin: 20px 0px 10px 0px;
	}


/* プライバシーポリシー */

#pri {
	width: 900px;
	margin: 50px auto;
	overflow: hidden;
	}
