﻿@charset "utf-8";

dl, blockquote { line-height:130%; }

body,td{
font:12px;
font-family:arial,helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"MS Pゴシック",clean,sans-serif;
color: #000000;
line-height:1.5em;
}

/*******************************************
*******************************************/

/*ページタイトル*/
/*page-title*/

td.top{
FONT-SIZE: 16pt; 
padding-left:5px;margin-top:0; padding-top:0;
border:none;
}




/* リスト */
/* list */

ul{
list-style-type: disc;
margin:5px;
padding-left:20px;
line-height:2em;
}

ol{
list-style-type: decimal;
margin:5px;
padding-left:20px;
line-height:2em;
}

/*******************************************
*******************************************/

a{

font-weight:bold;

}

a:link{
text-decoration: none;
color: gray;
}

a:visited{
text-decoration: none;
color: #333;

}

a:hover{
text-decoration: underline;
color: silver;

}

a:active{
text-decoration: none;
color: silver;

}

/*******************************************
*******************************************/

dt{
margin: 0.5em 0px 0px 0px;
padding: 0px;
border-bottom: 1px dashed #666;
}

/*******************************************
*******************************************/

h1{
font-size: 26px;
background:#eee;
letter-spacing: 0.2em;
padding:5px;
margin:5px 0px 8 0px;
border-bottom: solid 3px #008080;
border-right: solid 3px #008080;
}

h2{
background:#eee;
font-size: 110%;
font-weight: bold;
letter-spacing: 0.2em;
padding:5px;
margin:5px 0px 8 0px;
border-bottom: solid 3px #008080;
border-right: solid 3px #008080;

}

h3{
background:#eee;
font-size: 100%;
font-weight: bold;
letter-spacing: 0.3em;
margin: 3em 0em 0em 1em;
padding: 0px;
border-bottom: solid 1px #008080;
}

h4{
background:#eee;
font-size: 100%;
font-weight: normal;
line-height: 100%;
letter-spacing: 0.1em;
margin: 3em 0em 0em 1em;
padding-left: 0.5em;
border-left: solid 10px #008080;
}

h5, h6{
background:#eee;
padding: 1px;
border-bottom: dotted 1px #008080;
}

p{
text-indent: 1em;
}

pre{
border-top: 	 #DDDDEE 1px solid;
border-bottom: #888899 1px solid;
border-left:	 #DDDDEE 1px solid;
border-right:  #888899 1px solid;
padding: .5em;
margin-left: 1em;
margin-right: 2em;
white-space: pre;
background-color: #F0F0F0;
color: black;
}

img{
border: none;
vertical-align: middle;
}



em{
font-style:italic;
}

strong{
font-weight:bold;
}

address{
font-style:normal;
font-size:8px;
}

/*-- 存在しないページへのリンク --*/
a.noexistpage{
background-color: #cfc;
font:white;
}




.plugin_recent_list{
margin:0px;
margin-left:1em;
padding:0px;
border:0px;
word-wrap:break-word;
word-break:break-all;
}

div.p_left{
text-align:left;
border:dotted black 1px;
}
div.p_center{
text-align:center;
}
div.p_right{
text-align:right;
}

/*意味段落*/
div.subsection{
margin: 1.4em 0px;
}

/*存在しないInterWikiName*/
span.nointerwikiname{
background-color: #ffe;
}

/*その他の警告*/
p.warning,
span.warning{
color: #FF99BE;
}

/*css有効時に隠したいテキスト*/
.hidden{
display: none;
}


/*
 * 差分表示
 */
span.diff_add{
color: red;
}

span.diff_del{
color: blue;
}

span.search{
color: black;
background-color: yellow;
}

blockquote {
  font: 14px/22px normal helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
} 


/* Hides from IE-mac \*/
 * html #source___Frame{ width:97% !important;}
 /* End hide from IE-mac */


