@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:11px; 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:#9db29a; text-decoration: none; font-weight:bold;}
a:visited { color:#9db29a; text-decoration: none; font-weight:bold;}
a:hover { color:#000000; text-decoration: none; font-weight:bold; background-color:#eeeeee;}
a:active { color:#cccccc; text-decoration: none; font-weight:bold;} 



/* link */
#link_txt{ width:500px; padding:50px; text-align:left; height:200px;} 
#link_li{ float:left; width:150px; padding:5px; line-height:150%;}

/* off */
#off_txt{ width:600px; padding-top:50px; text-align:center; height:600px;} 
#off_li{ width:550px; padding:15px; line-height:150%; text-align:left;}


/* pict */
#pict_div{ width:800px; padding-top:20px; text-align:center; height:600px;} 
#pict_li{ width:700px; padding:5px; height:40px; text-align:center; line-height:150%; }
#pict_img{ text-align:center; }


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

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


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