@charset "utf-8";
/* CSS Document */

/*設定の解除*/
html, body, div, span, h1, h2{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	}

/*リンク文字*/
a{ text-decoration: underline; }/*下線を付ける*/
a:link{ color: #0000ff; }
a:visited{ color: #0000ff; }/*訪問済み*/
a:hover{ color: #ff3300; }/*リンクに乗った時*/

body {
	background-image: url(../images/bg_t.gif);
	text-align: center;
	width: 700px;
	margin: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 18px;
	background: url(../images/bg_t.gif) repeat-x center top fixed;
	}

#container {
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}


#container #main {
	margin: 15px 30px;
	text-align: center;
}

#container #main table {
	text-align: center;
	width: 640px;
}


#container #main table tr {
	width: 640px;
	text-align: center;
}
#container #main table tr th {
	background-color: #FFC;
	text-align: left;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
}

#container #main table tr td {
	background-color: #CFF;
	text-align: left;
	font-size: 10px;
}
#footer  {
	font-size: 10px;
	line-height: 14px;
	margin-top: 10px;
	margin-bottom: 20px;
}
