@charset"Shift_JIS";

/* 基本CSS */
/*
 * Combined style sheet for the index pages.
 */

/* Style for all bodies. */

body {
	font-family: "MS Ul Gothic", Osaka, Arial, Helvetica, sans-serif;
background-image : url("http://hyama.fan-site.net/sudystory/33.gif");
background-attachment: fixed;
background-repeat: repeat-x;
background-position: 0% 0%;
background-color:#cc9966;
}

html {scrollbar-face-color:#FAFAD2;
scrollbar-3dlight-color:#666666;
scrollbar-darkshadow-color:#666666;
scrollbar-base-color:#FAFAD2;
scrollbar-arrow-color:#555555;
}

A:link,A:visited{text-decoration:none;}
A {
  color : #0080C0;
  font-size : 12px;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  text-decoration : none; 
}
A:hover {border-bottom:dashed 1px #666666; color:#666; position:relative;top:1px;left:1px;}
 
body {cursor:url(http://hyama.fan-site.net/sudystory/Yuki_wait.ani);}
      a{cursor:url(http://hyama.fan-site.net/sudystory/Yuki_wait.ani);}


input,textarea,select {            /* フォーム内の設定  */
	font-size       :12px;             /* 文字サイズ  */
	color           :#666600;          /*   文字色    */
	background-color:#f9f9f9;          /*   背景色    */
	border          :1 solid #666666; /* 線の太さ、色*/ 
}
hr {
	border: 2px dotted #57450f;
}
.solid {
	border: 1px solid #666666;
}
