@charset "utf-8";
*{
margin:0px;
padding:0px;
}
body{
margin:0;
color:#fff;
background:#000;
font-family:arial,helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"MS Pゴシック",clean,sans-serif;
}
/* 基本リンクスタイル */
a:link{color:#fff;text-decoration:underline;}
a:visited{color:#c0c0c0;text-decoration:underline;}
a:hover{color:#cfcfcf;text-decoration:none;}
a:active{color:#fff;}
/* メイン全体の枠 */
#container{
margin:0 10px;
min-width: 1200px;
_width: 1200px;
}
/* ----- Header ----- */
#headbar{
/* ページ上部のバースタイル設定 */
height:30px;
text-align:left;
margin:0;
padding:2px;
color:#000;
font-size:12px;
background:#fff;
line-height: 150%;
border-bottom:2px solid #666;
}
#headbar a{color:#333;text-decoration:none;}
#headbar a:hover{color:#333;text-decoration:underline;}
.wikilogo{
/* アットウィキロゴマーク */
position:absolute;
left:2px;
top:2px;
text-align:left;
}
.barRight{
/* ページ上部バーの右部分 */
position:absolute;
right:2px;
top:0px;
text-align:right;
}
.barRight input{
background:#FFF;
}
.links_pul_menu{
/* ページ上部のプルダウンメニュー */
position:absolute;
right:2px;
margin-top:2px;
}
#header{
text-align:left;
margin-bottom:20px;
border-bottom:#fff solid 1px;
}
#header h1{
/* サイトタイトル */
font-size:24px;
padding:15px;
margin:0;
border-bottom:none;
border-left:none;
}
#header p{
/* ページタイトル */
font-size:16px;
padding: 2px 20px;
}
#header a:link{color:#fff;text-decoration:none;}
#header a:visited{color:#fff;text-decoration:none;}
#header a:hover{color:#ddd;text-decoration:none;}
#header a:active{color:#ddd;text-decoration:none;}
/* ----- Tab ----- */
#tab{
margin-left:200px;
font-size:12px;
width:500px;
background:#000;
color:#fff;
}
/* ----- Tab Link ----- */
#tab a:link{color:#fff;text-decoration: none;}
#tab a:visited{color:#fff;text-decoration: none;}
#tab a:hover{color:#ddd;text-decoration: underline;}
#tab a:active{color:#ddd;text-decoration: underline;}
.tab01{
border:#fff solid 1px;
text-align:center;
width:60px;
border:#fff solid 1px;
border-width:1px 1px 0;
padding:3px;
float:left;
margin-right:10px;
}
.tab02{
border:#fff solid 1px;
text-align:center;
width:70px;
border-width:1px 0 0 1px;
padding:3px;
float:left;
}
.tab03{
border:#fff solid 1px;
text-align:center;
width:70px;
border-width:1px 0 0 1px;
padding:3px;
float:left;
}
.tab04{
border:#fff solid 1px;
text-align:center;
width:80px;
padding:3px;
float:left;
border-width:1px 1px 0 1px;
}
.tab05{
border:#fff solid 1px;
text-align:center;
width:65px;
padding:3px;
float:left;
border-width:1px 1px 0;
}
.newpage{
border:#fff solid 1px;
border-width:1px 1px 0;
width:120px;
padding:4px 0 3px 17px;
margin-left:10px;
float:left;
}
/* ----- Contents ----- */
/* コンテンツの配置 */
#wrapper{
}
#menubar{
width:190px;
float:left;
}
/*\*/
* html #menubar{
position:relative;
top:0;
}
/*\*/
#menubar2{
width:190px;
float:right;
}
/* ----- Center ----- */
#contents{
border:#fff solid 1px;
text-align:left;
padding:10px;
margin: 0 200px;
overflow: hidden;
min-width: 778px;
}
/* ----- Main ----- */
#wikibody{
color:#ccc;
text-align:left;
}
.posted{
/* トラックバック リンクの表示 */
font-size:11px;
text-align:right;
margin:20px 0 5px;
}
.posted a:link{}
.posted a:visited{}
.posted a:hover{}
.posted a:active{}
.attach, .footnote{
float:left;
text-align:left;
font-size:12px;
}
/* ----- Copyright ----- */
#copyright{
text-align:center;
}
#powered{
text-align:center;
margin:10px;
}
#syndicate{
text-align:center;
font-size:12px;
margin-bottom:10px;
}
#syndicate a{color:fff;}
/* ----- Footer ----- */
#footbar{
text-align:center;
margin:0;
margin-top:8px;
padding:5px;
color:#000;
font-size:12px;
background:#fff;
line-height: 150%;
}
#footbar a{color:#000;}
#footer{
text-align:center;
clear:both;
}
/* General */
#wikibody h1{
color:#fff;
font-size:24px;
padding:5px;
margin-left:5px;
}
#wikibody h2{
color:#fff;
font-size:20px;
padding:5px;
margin-left:8px;
}
#wikibody h3{
color:#fff;
font-size:18px;
padding:5px;
margin-left:12px;
}
#wikibody h4{
color:#fff;
font-size:16px;
padding:5px;
margin-left:15px;
}
#wikibody h5{
color:#fff;
font-size:14px;
padding:5px;
margin-left:20px;
}
#wikibody h6{
color:#fff;
font-size:12px;
padding:5px;
margin-left:20px
}
img {
border: none;
vertical-align: middle;
}
hr{
margin-top: 5px;
margin-bottom: 5px;
height:1px;
}
ul,ol{
padding:0;
margin:0;
margin-left: 20px;
}
ul li {
margin: 0 0px 0 10px;
padding: 0;
line-height: 150%;
}
ol li {
margin: 0 0px 0 10px;
padding: 0;
line-height: 150%;
}
dt {
font-weight: bold;
margin-top: 1em;
margin-left: 1em;
}
#wikibody table, #menubar2 table, #menubar table{
padding:0px;
border:0px;
text-align:left;
color:inherit;
table-layout: auto;
border-collapse:collapse;
}
#wikibody th, #menubar2 th, #menubar th
{
padding:5px;
margin:1px;
text-align:center;
color:inherit;
border:1px solid #666;
}
#wikibody td, #menubar2 td, #menubar td
{
font-size:12px;
padding:5px;
margin:1px;
color:inherit;
border:1px solid #666;
}
#wikibody tr, #menubar2 tr, #menubar tr
{
font-size:12px;
padding:5px;
margin:1px;
color:inherit;
border:1px solid #666;
}
pre {
border: #666 1px dotted;
padding: 5px;
margin: 5px 0px 5px 5px;
white-space: pre;
color: #fff;
background:#333;
}
blockquote {
margin: 5px 0px 5px 5px;
padding: 5px;
border: #666 1px solid;
color:#000;
background:#aaa;
}
em {
font-style:italic;
}
strong {
font-weight:bold;
}
address {
font-style:normal;
}
.plugin_vote table{
border:1px solid #666;
margin:3px;
}
/* 警告文 */
.warning,
.warning{
color: #FCC;
}
/* 非表示 */
.hidden{
display: none;
}
/* 差分など */
span.diff_add{
color: red;
background-color:#FFF;
}
span.diff_del{
color: blue;
background-color:#FFF;
}
/* 検索結果表示 */
span.word1{ color: black; background-color: #ffff66; }
span.word2{ color: black; background-color: #a0ffff; }
span.word3{ color: black; background-color: #99ff99; }
span.word4{ color: black; background-color: #ff9999; }
span.word5{ color: black; background-color: #ff66ff; }
span.word6{ color: white; background-color: #880000; }
span.word7{ color: white; background-color: #00aa00; }
span.word8{ color: white; background-color: #886800; }
span.word9{ color: white; background-color: #004699; }
span.word10{ color: white; background-color: #990099; }
.gloss {
color: white;
text-decoration: underline;
cursor: hand;
font-family: "Verdana";
}
/*ads*/
.gafc_on{
background-color:#ECECEC;
color:#000;
}
.gafc_on a{
color:#000;
}
a.gafc_domain{
color:green;
}
/* Hides from IE-mac \*/
* html #source___Frame{ width:97% !important;}
/* End hide from IE-mac */
最終更新:2022年01月12日 06:34