body{
	background:white;
	background-image:url(i/as_back.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-top:0px;
	margin-bottom:0px;
}

html {
	scrollbar-face-color:#FFF;
	scrollbar-track-color:#FFF;
	scrollbar-arrow-color:#BC8F8F;
	scrollbar-highlight-color:#DFDCE7;
	scrollbar-shadow-color:#637DA5;
	scrollbar-3dlight-color:#8370B9;
	scrollbar-darkshadow-color:#CCCCCC;
	}


div#container {
		width : 700px;						
/* wrapper＋extra-columnの幅 */
		margin-left : auto;					
/* 左側のマージンを自動計算 */
		margin-right : auto;				
/* 右側のマージンを自動計算 */
		background-color : transparent;		
/* 背景を透過（bodyで指定した値が有効になります） */
		text-align : center;					
/* 古いIE用にセンタリングした部分を元に戻す */
		border-left: 0px solid #FF0000;

		border-right: 1px solid #005B7F;
	}




h1{
	color:#C0C0C0;
	font-size:280%;
	text-align:center;
}
h2{
	color:#333333;
	font-size:140%;
	text-align:center;
}
h3{
	color:#333333;
	font-size:120%;
	text-align:center;
}
p{
	color:#333333;
	font-size:;
}
p.back{
	color:red;
	font-size:120%;
	text-align:center;
	font-weight:bold;
}
p.foot{
	color:#808080;
	font-size:60%;
	text-align:center;
}
