@charset "shift_jis";

* {
	margin: 0px;
	padding: 0px;
}

/*///// hack /////*/
.clearfix:after { content:"."; display:block; height: 0; clear: both; visibility: hidden; }
.clearfix{ display:inline-block; }
/* from IE-mac\ */
*html.clearfix { height:1%; }
.clearfix { display:block; }
/* end from IE-mac\ */

pre {
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
}
/*///// end hack /////*/


body { font-size:70%; background-attachment:fixed; background-position:50% 0%; background-color:#ffffff;}

/* */
html,Body{
    /* ▲の色 */ scrollbar-arrow-color:#666666;
	/* 土台の色 */ scrollbar-track-color:#eeeeee;
	/* バーの色 */ scrollbar-base-color:cccccc;
	/* バーの右下方の色 */ scrollbar-darkshadow-color:#eeeeee;
	/* バーの左上方の色 */ scrollbar-highlight-color:#eeeeee;
	/* バーの枠線の色 */ scrollbar-shadow-color:#eeeeee;
}



/* link */
a:link { color:#999999; text-decoration: none; font-weight:bold;}
a:visited { color:#999999; text-decoration: none; font-weight:bold;}
a:hover { color:#000000; text-decoration: none; font-weight:bold;}
a:active { color:#cccccc; text-decoration: none; font-weight:bold;} 

/* link only */
.link { font-size:90%; color:#999999; background-repeat:no-repeat; background-position:100% 100%; overflow-x: hidden; background-color:transparent;}


/* table */
.tomei{ width:90%; height:100%; filter:alpha(opacity=70); -moz-opacity:0.7; background-color:white;}

/* box */
.main { height:500px;} 


.big { font-size:300%; font-weight:bold; }
.bold { font-weight:bold; font-size:95%; }
.red { color:#CC0033; }
.mini { font-weight:bold; font-size:90%; }