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

/*Firefox、Mozilla、Safari、Mac IE 5用レイアウト設定*/
:root body {
	background-image: url(../images/bg.gif);
}

p { margin:0 auto 0 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;
	vertical-align:top;
}

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.copy {text-align:center; }

div.navi {
	text-align:right;
	margin:30px auto auto auto; }
	
div.main { 
	width:700px;
	margin:0 auto 0 auto; 
	background-color: #FFDA99; }





/* list */
ul{
	width: 90%;
	margin: 0 auto 0 auto;
	border: 0;
	padding: 0;
	font-size: 100%;
	text-align: left;
	list-style: none;
}

ul li{
	margin: 0 0 8px 0;
	padding: 0 0 0 15px;
	background-image: url(../images/point.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 140%;
}


div.red {
	width: 265px;
	margin: 0 auto 0 auto;
	border: 0;
	padding: 0;
	font-size: 100%;
	text-align: left;
	color:#CC0000;
}

