/* main */
body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position:center;
	margin: 0 auto 0 auto;
	padding:0px;
	text-align:center;
	background-color: #FFFFCC;
	font-size:100%;
	line-height:100%;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, sans-serif;
}

p {
	width:635px;
	margin:0 auto 20px auto;
	font-size:75%;
	line-height:140%;
	text-align:left;
}

table {	margin:0 auto 0 auto; }


td {
	font-size:75%;
	line-height:140%;
	text-align:left;
}

h1 {
	margin:0;
	padding:0;
	font-size:100%;
	line-height:100%;
	border:0;
}

h2 {
	margin:0;
	padding:0;
	font-size:100%;
	line-height:100%;
	border:0;
}



/* other */
p.info {font-size: 100%; }
p.copy {text-align:center; }

div.navi {
	text-align:right;
	margin:15px auto auto auto; }
	


/* Color */
.red {color: #CC0000; font-weight: bold; }
.green {color: #009900}

