BODY {
	background-image:url(goldendesert_style2.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-attachment:fixed;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#b27500;
	scrollbar-shadow-color:#b27500;
	scrollbar-arrow-color:#b27500;
	scrollbar-track-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	color:#663300;
	background-color :#FFFFFF;
	font-family : "MS UI Gothic";
	line-height:1.5;
	font-size:16px;
  	text-align:center;
  	margin:0 auto 200px auto;
	
	}
	



a:link {color: #cc6633;}
a:visited {color: #669933;}
a:active {color: #cc9900;}
a{text-decoration : none;
}

.illust{
	border: solid 1px #85542E;
}


.scr {
  overflow: auto;   /* スクロール表示 */
  width: 500px;
  height: 56px;
  background-color: #ffe4d5;
  margin:10px 0px 10px 0px;
  padding:0px 2px 0px 2px 
  border: solid 1px ;
  border:1px solid #FFE4D5; 
  font-size:12px;
  color:#7B2E00;
  line-height:1.5;
  text-align:left;
}

/*------------------------▼スマフォ、タブレット用▼-----------------------*/
@media screen and (max-width: 768px) { /*ウィンドウ幅が最大749pxまでの場合に適用*/

IMG{
width:90%;
}


/*------------------------▼ＰＣ用▼-----------------------*/
@media screen and (min-width: 769px) { /*ウィンドウ幅が750px以上の場合に適用*/


