@charset "Shift_JIS";

/*	[00]目次+カラー設定
------------------------------
	1.全体の設定
	2.リンクの設定

	カラー設定
	灰： #cccccc
	青： #336699
------------------------------*/

/*	[01]全体の設定
------------------------------*/
* {
 color: #cccccc;
 font-size: 11px;
 font-family: normal;
 font-weight: normal;
}
html,body {
 scrollbar-3dlight-color:#000000;
 scrollbar-arrow-color:#0000c0;
 scrollbar-darkshadow-color:#0000c0;
 scrollbar-face-color:#000000;
 scrollbar-highlight-color:#000000;
 scrollbar-shadow-color:#000000;
 scrollbar-track-color:#000000;
}
body {
 color: #ccc;
 font-size: 11px;
 font-family: Osaka,"ＭＳ　ゴシック";
 background-color: #000;
}
p {
 margin-top: 1.4em;
 margin-bottom: 1.6em;
}
img {
 border: 0;
}
.frame {
 border: 0;
}


/*	[02]リンクの設定
------------------------------*/
a {
 color: #336699;
 text-decoration: none;
}
a:visited {
 color: #003298;
}
a:active {
 color: #336699;
}
a:hover {
 color: #3366cc;
}


/*	[03]フォームの設定
------------------------------*/
input,
textarea {
  magin-top: 3px;
  margin-bottom: 3px;
  padding: 1px;
  border: 1px solid #ddd;
  line-height: 1.2;
  color: #ccc;
  vertical-align: middle;
  background-color: #000;	
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;	
}
textarea {
  width: 400px;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus {
  background-color: #336699;
}
input.button {
  margin-right: 0.5em;
  padding: 0 0.5em;
  border: 1px solid #ddd;	
  width: 70px;
  vertical-align: middle;	
  color: #ccc;
  background-color: #fff;	
  cursor: pointer;
}
input.button:hover,
input.button:focus {
  color: #ddd;
}
select {
 color: #ccc;
 background-color: #000;
 border: 1px solid #ddd;
}