/* ボディ */
BODY{
	margin:0px;padding:0px;
	background : #fff0f0;
        background-repeat : repeat;
	scrollbar-face-color: #fff; 
	scrollbar-arrow-color : #ff8080; 
	scrollbar-highlight-color : #ff8080;
	scrollbar-shadow-color : #ff8080; 
	scrollbar-3dlight-color: #fff; 
	scrollbar-darkshadow-color: #fff;
	scrollbar-track-color: #fff;
        color: #454545;
        text-align:center;   /* 下記のautoに未対応用のセンタリング */
       font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

/* 全体位置 */
#container{
	display:block;
	margin : 10px auto 0px;
	width : 910px;
	background-color : white;
}

/*ヘッダー*/
#header{
	margin:0px;
	background-color : white;	
	text-align : left;
}



/* アンダー */
#under{
	clear:both;
	margin-right : 0px;margin-left : 0px;
	font-style : normal;
	text-align : center;
	height : 1px;
	
  background-color : #ffdfdf;
}

/* リンク画像に枠線をつけない */
img {
	border-style:none; 
} 
a img {
	border-style:none; 
} 


#footer{
  width : 910px;
  float : left;
  position : relative;
  right : auto;
  margin-top : 20px;
  
  
  
  background-color : #ffdfdf;
}

UL{
  font-size : 10.5pt;
  font-weight : normal;
  line-height : 15pt;
  text-align : left;
}

EM{
  font-weight : bold;
  font-style : normal;
  color : red;
  text-decoration : none;
}


