body {
  scrollbar-track-color     : #cccccc;
  scrollbar-face-color      : #ffffff;
  scrollbar-shadow-color    : #666666;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-highlight-color : #666666;
  scrollbar-3dlight-color   : #ffffff;
  scrollbar-arrow-color     : #666666;
	font-family: "ＭＳ Ｐ明朝", "Osaka";
background-image:
	url(../../mycg/chibi/chibi_touka001.png),
	url(../../sozai1/tr3b.gif);
background-repeat:
	no-repeat,
	repeat;
background-attachment: fixed;
background-position:
	bottom right, /* 最前面の背景レイヤーに対応 */
	100% 80%;
}

body, tr, td {
	color:#DDDDDD;
	font-size:15px;
}

big { font-size:16px; }
small { font-size:12px; }

a:link { color: #aaffff; }
a:visited { color: #FECAED; }
a:hover { color: #ff2211; }
a:active {
	color: #ff2211;
	text-decoration: underline overline;
}

input,textarea,select {            /* フォーム内の設定  */
	font-size       :12px;             /* 文字サイズ  */
	color           :#666600;          /*   文字色    */
	background-color:#f9f9f9;          /*   背景色    */
	border          :1 solid #666666; /* 線の太さ、色*/ 
}

.clm { line-height: 130%; }
.font8 {  font-size: 8px;}
.font12 {  font-size: 12px;}
.font10 {  font-size: 10px;}
