/* ページ */

body {
	margin: 0px;
	}

body, td, th {
	font-size: 14px;
	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: #3399CC; text-decoration: none }
a:visited { color: #3399CC; text-decoration: none }
a:hover { color: #99cce5; text-decoration: none }
a:active { color: #3399CC; text-decoration: none }

/* 全体レイアウト */

#main {
	width: 400px;
	margin: 20px auto 0px auto;
	text-align: left;
	overflow: hidden;
	}

#main p {
	width: 400px;
	background: #f6f6f6;
	margin: 0px 0px 20px 0px;
	float: left;
	text-align: center;
	}

#main h2 {
	width: 400px;
	background: url(img/line01.gif) repeat-x top;
	background: url(img/line01.gif) repeat-x bottom;
	font-size: 16px;
	line-height: 35px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	}







