BODY{
/*	background-color : #fafaff;*/
	font-family : "メイリオ","ＭＳ Ｐゴシック" ;
  font-size : 9pt;
  color : #434355;
  margin: -10px 0px 0px 90pt;
  background-color : #fafaff;
}


/*div#flowmenu{    position: fixed; top:0px; left:0px;}*/

A:LINK,A:VISITED{color:#4343c5;text-decoration : underline;}
A:HOVER,A:ACTIVE{color : #9898ce;text-decoration : underline;}


A.red:LINK,A.red:VISITED{color:#d6385c;display: inline-block;text-shadow: 0 0 7px #ffddcc, 0 0 7px #ffddaa;}
A.red:HOVER,A.red:ACTIVE{color : #f6688c;text-decoration : underline; text-shadow: 0 0 7px #ffcccc, 0 0 7px #ffaaaa;}

A.llblue:LINK,A.llblue:VISITED{
	color:#4343c5;text-decoration : underline; 
	text-shadow: 0 0 10px #dffdff, 0 0 10px #ddfddf;}
A.llblue:HOVER,A.llblue:ACTIVE{
	color : #9898ce;text-decoration : underline;
	text-shadow: 0 0 10px #edffff, 0 0 10px #edffef;}

	
	

A.lred:LINK,A.lred:VISITED{color:#f6689c;}
A.lred:HOVER,A.lred:ACTIVE{color : #f698bc;text-decoration : underline;}


A.green:LINK,A.green:VISITED{color:#38a68c;}
A.green:HOVER,A.green:ACTIVE{color : #68b6ac;text-decoration : underline;}

A.blue:LINK,A.blue:VISITED{color:#5658f6;}
A.blue:HOVER,A.blue:ACTIVE{color : #9698e6;text-decoration : underline;}


A.lblue:LINK,A.lblue:VISITED{color:#9698f6;}
A.lblue:HOVER,A.lblue:ACTIVE{color : #c6c8e6;text-decoration : underline;}

A.siro:LINK,A.siro:VISITED{color:#eeeeff;}
A.siro:HOVER,A.siro:ACTIVE{color : #bbbbdf;text-decoration : underline;}


A.bl2:LINK,A.bl2:VISITED{color:#ccccff;}
A.bl2:HOVER,A.bl2:ACTIVE{color : #ddddff;text-decoration : underline;}


A.glink:LINK,A.glink:VISITED{color:#ccccdf;}
A.glink:HOVER,A.glink:ACTIVE{color : #dfdfff;text-decoration : underline;}

A{text-decoration : none;}

a img:hover{
  opacity:0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"; 
  -moz-opacity:0.7;
  -khtml-opacity: 0.7; 
  zoom:1;
}

/*--横まで当たり判定があるリンク--*/

#leftlist{
  width: 100%;
  list-style-type: none;
}
#leftlist, #leftlist li, #leftlist li a{
  margin: 0;
  padding: 0;
}
#leftlist li a{
	display: block;
  width: 100%;
  text-decoration: none;
}

#leftlist li{
  display: block;
} 

#leftlist li a:hover{ /* リンクにカーソルが乗った時、赤系の色に変更 */
  text-decoration: underline;
  color : #ffaacc;
  border: 0px solid #aaf;
  background: #833;
}

/*--ﾃｰﾌﾞﾙ--*/
TABLE{
  font-size : 9pt;
	line-height: 120%;
  color : #434355;
  
}

TD{
	padding:3px;
}

TD.table_g1{
	background:#535375;
	/*--background-image : url(//www.silversecond.net/image/table_m1.gif);--*/

	background: -moz-linear-gradient(left top, #111188, #9f9fff);
	background: -webkit-gradient(linear, left top, right bottom, from(#111188), to(#9f9fff));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#FF111188', endColorstr='#FF9f9fff');
	background: linear-gradient(to right, #118, #aaf);
	
	height: 20px;
}

TD.table_g2{
	background:#535375;
	background-image : url(//www.silversecond.net/image/table_m2.gif);
	height: 20px;
}

TD.table_g3{
	background:#535375;
	background-image : url(//www.silversecond.net/image/table_m3.gif);
	height: 20px;
}

TD.table_g4{
	background:#737355;
	background-image : url(//www.silversecond.net/image/table_bg_etc.gif);
	height: 20px;
}

TD.table_mg1{
	background:#535375;
	background-image : url(//www.silversecond.net/image/table_mm1.gif);
  font-size : 8pt;
}

TD.table_mg2{
	background:#535375;
	background-image : url(//www.silversecond.net/image/table_mm2.gif);
  font-size : 8pt;
}

TD.table_mg3{
	background:#535375;
	background-image : url(//www.silversecond.net/image/table_mm3.gif);
  font-size : 8pt;
}

TD.table_mg4{
	background:#737355;
	background-image : url(//www.silversecond.net/image/table_mm4.gif);
  font-size : 8pt;
}

TD.table_mgdiary{
	background:#537385;
	background-image : url(//www.silversecond.net/image/table_mm_diary.gif);
  font-size : 10pt;
}

.title{
	background:#535375;
	background-image : url(//www.silversecond.net/image/table_title.gif);
}


TD.title_w{
	background:#ffffff;
	background-image : url(//www.silversecond.net/image/table_title.gif);
	background-repeat: repeat-y;
}

.topnews{
	background:#636395;
	/*--background-image : url(//www.silversecond.net/image/table_topnews.gif);--*/
	background: -moz-linear-gradient(left top, #333388, #9f9fff);
	background: -webkit-gradient(linear, left top, right bottom, from(#333388), to(#9f9fff));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#FF333388', endColorstr='#FF9f9fff');
	background: linear-gradient(to right, #338, #aaf);
	
  	border-top-right-radius: 7px;
  	border-top-left-radius: 7px;
  	border-bottom-right-radius: 7px;
  	border-bottom-left-radius: 7px;
	margin-bottom:7px;
  	
}

.topnewscom{
	color:#434375;
	text-align: center;
	padding:8px;
	border:1px solid #aaaadd;
  	border-radius: 5px;
	background-color:#fafaff;
	
	line-height:150%;
}

.twitter_border{
	color:#434375;
	text-align: center;
	border:1px solid #ccccff;
  	border-radius: 5px;
  	padding-top:4px;
}

TD.mtable1{
	background:#535375;
	background-image : url(//www.silversecond.net/image/mini_table_bg1.gif);
	height: 15px;
}

TD.mtable2{
	background:#ffaaaa;
	background-image : url(//www.silversecond.net/image/mini_table_bg2.gif);
	height: 15px;
}

TD.table_game{
	background:#535375;
	background-image : url(//www.silversecond.net/image/table_bg_game.gif);
	height: 22px;
	text-align: left;
}
TD.table_game2{
	background:#755353;
	background-image : url(//www.silversecond.net/image/table_bg_game2.gif);
	height: 22px;
	text-align: left;
}

TD.table_game3{
	background:#756353;
	background-image : url(//www.silversecond.net/image/table_bg_game3.gif);
	height: 22px;
	text-align: left;
}

TD.table_news{
	background:#535375;
	background-image : url(//www.silversecond.net/image/table_bg_news.gif);
	height: 25px;
	text-align: left;
}

TD.table_whatnew{
	background:#535375;
	background-image : url(//www.silversecond.net/image/table_bg_whatnew.gif);
	height: 25px;
	text-align: left;
}

TD.newsback{
	background:#f7ffff;
}
TD.gameback{
	background:#ddddff;
}
TD.gameback2{
	background:#ffdddd;
}

TD.gameback3{
	background:#ffeedd;
}

TD.gameback4{
	background:#ffffee;
}

.black{background-color:#000000;}
/*--.gray{background:#535375;}--*/
/*--.ggray{background:#333355;}--*/
.white{background:#fafaff;}
.mwhite{background:#fefeff;}
.veryusui{background:#f0f0fa;}
.veryusui2{background:#e8e8ff;}
.veryusui3{background:#ffe8e8;}
.mgray{background:#636385;}
/*--.mmgray{background:#8383a5;}--*/
.mbgray{background:#7373b5;}
.fullwhite{background:#ffffff;}
.close{
	line-height: 100%;
}
.xclose{
	line-height: 50%;
}
.line120{
	line-height: 120%;
}

.gray{
  background-color:#535375;
  background: -moz-linear-gradient(left top, #42435f, #777797);
  background: -webkit-gradient(linear, left top, right bottom, from(#42435f), to(#777797));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#DD42425f', endColorstr='#FF777797');
}

.ggray{background:#333355;
  background: -moz-linear-gradient(left top, #22234f, #575777);
  background: -webkit-gradient(linear, left top, right bottom, from(#22234f), to(#575777));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#DD22224f', endColorstr='#FF575797');


}

.mmgray{ 
  background-color: #8383a5;
  background: -moz-linear-gradient(left top, #727396, #a4a4c7);
  background: -webkit-gradient(linear, left top, right bottom, from(#727396), to(#a4a4c7));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#DD727396', endColorstr='#FFa4a4c7');

}





/*---FONT---*/
.fb{color:#000000;}
.fw{color:#ffffff;}
.fmw{color:#d2d2dd;}
.fg{color:#434375;}
.fmg{color:#636395;}
.fmr{color:#956363;}
.flink{color:#737395;}
.fmmg{color:#b3b3d5;}
.fmbg{color:#7373b5;}
.fred{color:#f6385c;display: inline-block;text-shadow: 0 0 10px #ffddcc, 0 0 10px #ffddaa;}
.flred{color:#f6a8ac;}
.f_toplink{color:#fafaff;font-size : 1pt;}

.ten{font-size:10pt;}
.elev{font-size:12pt;}
.plus{font-size:14pt;}

/*--線色--*/
.line{
    border: 0;
    width: 95%;
    height: 1px;
    background: #336;
    background-image: -webkit-linear-gradient(left, #ccf, #336, #ccf);
    background-image:    -moz-linear-gradient(left, #ccf, #336, #ccf);
    background-image:     -ms-linear-gradient(left, #ccf, #336, #ccf);
    background-image:      -o-linear-gradient(left, #ccf, #336, #ccf);
}
.dline{color:#6060ab;}

/*--トップ開発近況用--*/
DL.A{
	width:195px;
	height:200px;
	padding:3px;
	overflow: auto;
	margin-bottom: 5px;
	border:1px #aaaadd dashed;
  SCROLLBAR-FACE-COLOR:#a3a3b5;
  SCROLLBAR-HIGHLIGHT-COLOR: #fafaff;
  SCROLLBAR-SHADOW-COLOR: #fafaff;

  SCROLLBAR-3DLIGHT-COLOR:#535365;
  SCROLLBAR-ARROW-COLOR: #535365;

  SCROLLBAR-TRACK-COLOR: #838395;

  SCROLLBAR-DARKSHADOW-COLOR: #535365;
}

DL.TWIT{
	width:550px;
	height:90px;
	padding:3px;
	overflow: auto;
	margin-bottom: 5px;
	border:1px #aaaadd dashed;
  SCROLLBAR-FACE-COLOR:#a3a3b5;
  SCROLLBAR-HIGHLIGHT-COLOR: #fafaff;
  SCROLLBAR-SHADOW-COLOR: #fafaff;

  SCROLLBAR-3DLIGHT-COLOR:#535365;
  SCROLLBAR-ARROW-COLOR: #535365;

  SCROLLBAR-TRACK-COLOR: #838395;

  SCROLLBAR-DARKSHADOW-COLOR: #535365;
}