@charset "utf-8";

/* テンプレート　Simple 2Column Orange */

/* ********************************************************************* */
/* 全体設定 all */


body,td{
font-size: 10px;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Verdana", "Chicago";;
color: #ffffff;
margin-left: 2%;
margin-right: 2%;
padding: 0;
background-color: #000000;
}
}

#layout{
	background: #000;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom:0px;
	text-align: left;
}

ul{
	list-style-type: square;
	line-height:120%;
}

hr{
	width:90%;
	margin:1em;
	color:#ffffff;
}


h1{
font-family: "ＭＳ Ｐゴシック","Lucida Sans Unicode",Sans-serif;
font-size: 32px;
}

h2{
font-size: 24px;
}

h3{
font-size: 18px;
}

h4{
font-size: 14px;
}

h5{
font-family: "ＭＳ Ｐゴシック";
padding: 1px;
border-bottom: dotted 3px #ff0000;
font-size: 10px;
}

h6{
font-family: "ＭＳ Ｐゴシック";
padding: 1px;
border-bottom: dotted 1px #aaaaaa;
font-size: 8px;
}


dt {
	font-weight: bold;
	margin-top: 1em;
	margin-left: 1em;
}

pre {
	border-top: #666 1px solid;
	border-bottom: #666 1px solid;
	padding: .5em;
	margin-left: 1em;
	margin-right: 1em;
	white-space: pre;
	background-color: #000;
	color: #fff;
}

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: #000000;
}

div.p_left{
	text-align:left;
}
div.p_center{
	text-align:center;
}
div.p_right{
	text-align:right;
}


/*意味段落*/
div.subsection{
	margin: 1.4em 0px;
}

/*その他の警告*/
p.warning,
span.warning{
	color: #FFCCCC;
}

/*css有効時に隠したいテキスト*/
.hidden{
	display: none;
}


/* ********************************************************************* */
/* 編集メニュー設定 editmenu */

#editmenu{
	width: 700px;
	text-align: right;
	background: #000;
	color:#FFF;
	font-size: 12px;
	padding-bottom:10px;
}
#editmenu a{
	color:#FFF;
	text-decoration: none;
}

#editmenu a:hover{
	color:#e2823d;
	text-decoration: underline;
}

#editmenu a:active{
	color:#e2823d;
	text-decoration: underline;
}

#editmenu .usernamelogin{
	color:#e2823d;
}

/* ********************************************************************* */
/* タイトル設定 toptitle */

#toptitle{
	width: 700px;
	text-align: left;
	background: #000000;
	color:#FFF;
	padding-bottom:10px;
	padding-top:10px;
	line-height:100%;
}

#toptitle a{
	color:#FFF;
	text-decoration: none;
	margin-top:10px;
}
#toptitle a:hover{
	text-decoration: underline;
}

#toptitle a:active{
	text-decoration: underline;
}

#toptitle h1{
	padding-left:10px;
	font-size: 32px;
}

#toptitle h2{
	padding-left:10px;
	font-size: 18px;
}

/* ********************************************************************* */
/* 左ページ設定 leftside */

#leftside{
	float: left;
	background: #000;
	color:#ffffff;
	padding: 0px 10px 0px 0px;
}

#leftsidebox{
	padding: 10px;
}

#leftside a{
	color:#ffffff;
	background: #000;
	text-decoration: underline;
}

#leftside a:visited{
	color:#ffffff;
	background-color:#000;
}

#leftside a:hover{
	color:#FFF;
	background-color:#000000;
}

#leftside a:active{
	color:#FFF;
	background-color:#000000;
}

/* ********************************************************************* */
/* メインページ設定 mainpage */

#mainpage{
	background: #000000;
	color: #ffffff;
}


#mainpageinfo{
	background: #000;
	padding:10px;
}

#mainpageinfo a{
	color:#ffffff;
	background: #000;
	text-decoration: underline;
}

#mainpageinfo a:visited{
	color:#ffffff;
	background-color:#000;
}

#mainpageinfo a:hover{
	color:#FFF;
	background-color:#000000;
}

#mainpageinfo a:active{
	color:#FFF;
	background-color:#000000;
}

#mainpageinfo .pagename{
	font-weight: bold;
}

#mainpagebody{
	padding:10px;
}

#mainpagebody a{
	color:#ffffff;
	background: #000000;
	text-decoration: underline;
}

#mainpagebody a:visited{
	color:#ffffff;
	background-color:#000000;
}

#mainpagebody a:hover{
	color:#ffffff;
	background-color:#000000;
}

#mainpagebody a:active{
	color:#ffffff;
	background-color:#000000;
}

#attach{
	text-align: left;
	background: #000;
	color:#fff;
	font-size: 70%;
	padding:10px;
}

/* ********************************************************************* */
/* 広告スペース設定 ad space */

#ad{
	text-align:center;
	background: #000;
}
#ad img{
	text-align:center;
}


/* ********************************************************************* */
/* フッター表示設定 footer */

#footer {
	background: #333;
	font-size: 70%;
	color: #FFF;
	line-height: 100%;
	clear: both;
	text-align: center;
	padding: 0 0 5px 0;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover {
	color:#FFF;
	text-decoration:none;
}

/*
 * 差分表示
 */
span.diff_add{
	color: red;
}

span.diff_del{
	color: blue;
}

/*検索結果*/
span.word1{ color: black; background-color: #000000; }
span.word2{ color: black; background-color: #000000; }
span.word3{ color: black; background-color: #000000; }
span.word4{ color: black; background-color: #000000; }
span.word5{ color: black; background-color: #000000; }
span.word6{ color: white; background-color: #000000; }
span.word7{ color: white; background-color: #000000; }
span.word8{ color: white; background-color: #000000; }
span.word9{ color: white; background-color: #000000; }
span.word10{ color: white; background-color: #000000; }
