/* ICEBLUE */


/* ページ全体の揃え方 */
#body { text-align:center; }


/* 基本スタイル */
body {
 background-color:#ffffff;
 margin:0 0 0 0;
 scrollbar-arrow-color:#708090;
 scrollbar-base-color:#ffffff;
 scrollbar-face-color:#ffffff;
 scrollbar-track-color:#ffffff;
 scrollbar-highlight-color:#708090;
 scrollbar-shadow-color:#708090;
 scrollbar-3dlight-color:#ffffff;
 scrollbar-darkshadow-color:#ffffff;
 overflow-y:scroll;
}


B{color:#cc3399;}

/* 基本フォント */
body,td,th { font-size:9pt; color:#666666; line-height:120%; }

input,textarea,select {
 background-color:#ffffff;
 color:#666666;
}


/* リンク リンク・訪問済・訪問中・オンマウス */
a  { text-decoration:none; }
a:link     {color:#ff8040; text-decoration:none;}
a:visited  {color:#ff8040; text-decoration:none;}
a:active   {color:silver; text-decoration:none;}
a:hover    {color:#999999; text-decoration:underline;}


/* 罫線 */
.rl { color:#708090; height:1; border:1 dashed #708090; width:100%;}


/* 飾り */
.c1 { color:#778899; }
.c2 { color:#556677; }
.c3 { color:#334455; }




/* 検索 HIT時・上・中・下 */
.search  { font-size:103%; font-weight:bold; }
.search1 {  }
.search2 { padding:5; }
.search3 {  }


/* 記事 */
.maintitle { color:#333333; font-size:105%; letter-spacing:5; }	/*メインタイトル*/
.menu   { font-size:115%; }				/*メニューの要素*/
.sma   { font-size:90%; }				/*小*/
.applet {  }						/*アプレット*/
.nextback { text-align:center; width:500; }		/*次,前,ページ,アンカー*/
.admin    { text-align:left; }				/*管理部分*/
.tyosaku  { text-align:left; line-height:120%; }	/*著作権*/
.wid	  { width:520; }				/* テーブル幅 */


/* 親スレッド */
.name  {  }	/*名前*/
.com   { font-size: 13px; font-family: "MS UI Gothic" ; color : #336699; line-height:18px; }
	/*↑コメント*/
.date  { text-align:right; }	/*日付*/
.title { font-size:110%; }	/*題名*/
.rdiv  {  }	/*リンク*/
.ptime {  }	/*描画時間*/


/* 子スレッド */
.resname  {  }	/*名前*/
.rescom   { padding-left:5; }	/*コメント*/
.resdate  { text-align:right; }	/*日付*/




/* フォーム系 */
input,textarea {
 border-top:1 solid #778899;
 border-right:1 solid #778899;
 border-bottom:1 solid #778899;
 border-left:1 solid #778899;
 cursor:crosshair;
}
textarea {
 scrollbar-arrow-color:#708090;
 scrollbar-base-color:#ffffff;
 scrollbar-face-color:#ffffff;
 scrollbar-track-color:#ffffff;
 scrollbar-highlight-color:#ffffff;
 scrollbar-shadow-color:#ffffff;
 scrollbar-3dlight-color:#ffffff;
 scrollbar-darkshadow-color:#ffffff;
 overflow-y:scroll;
}


/* TABLE スレッド フォーム */
.rta,.fta {
 background-color:#ffffff;
 border-top:1 solid #778899;
 border-right:1 solid #778899;
 border-bottom:1 solid #778899;
 border-left:1 solid #778899;
 width:520;
}


/* TABLE レイヤーレス スレッドレス */
.lta,.sta {
 background-color:#ffffff;
 border-top:0 solid #778899;
 border-right:0 solid #778899;
 border-bottom:0 solid #778899;
 border-left:0 solid #778899;
 width:510;
}


/* レイヤーレス バー */
.ltd    { background-color:#eeffff; }


/* TABLE レス */
.resta { width:450; }


/* スレッド */
.rtd    {  }	/*TD*/
.rimg   { vertical-align:top; }	/*IMAGEのあるTD*/


/* スレッドテーブル */
.std    {  }	/*TD*/


/* フォームテーブル */
.ftd    { text-align:right; }	/*TD*/


/* カタログ */
.cta {  }	/* TABLE */
.ctr    { height:200; }	/* TR */
.ctd    {
 background-color:#ffffff;
 border-top:1 solid #778899;
 border-right:1 solid #778899;
 border-bottom:1 solid #778899;
 border-left:1 solid #778899;
 width:150;
 padding:2;
 }	/* TD */


/* ペイント画面TD 左右・中下 */
.ptable {
 background-color:#ffffff;
 border-top:1 solid #778899;
 border-right:1 solid #778899;
 border-bottom:1 solid #778899;
 border-left:1 solid #778899;
 width:80;
 }
.ptd    {  }
.qtable {
 background-color:#ffffff;
 border-top:1 solid #778899;
 border-right:1 solid #778899;
 border-bottom:1 solid #778899;
 border-left:1 solid #778899;
 width:520;
 }
.qtd    {  }


/* CGIでも使うクラス */
.button	{ font-size:98%; } /*form-input,textarea*/
.submit	{  } /*submit*/
.ra	{ border-width:0px; } /* ラジオボックス */
.mtable {
 background-color:#ffffff;
 border-top:1 solid #778899;
 border-right:1 solid #778899;
 border-bottom:1 solid #778899;
 border-left:1 solid #778899;
 width:520;
 }
.mtd    {  }


/* (※編集削除禁止) */
#red,#van,#clo,#flo { display:none; }
