@charset "utf-8";

/* Star1 Tpl */
.pageinfo{
    display:none;
}

/* 変更点ここまで */



/* 全体 */
/* All */
body {
    margin: 0; padding: 0px;
	background-color: #000;
    font-family:arial,helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"MS Pゴシック",clean,sans-serif;
    text-align: center;
}

div, span, form, h1, h2, h3, h4, ul, ol { margin: 0; padding: 0}

a:link { color:#FFF; text-decoration:underline;}
a:visited { color:#FFF; text-decoration:underline;}
a:active { color:#660B12; text-decoration:underline;}
a:hover { color:#660B12; text-decoration:underline;}

/* レイアウト */
/*layout*/
#container {
    margin: 20px auto 5px auto;
    width: 1100px;
}

#wrapper{
    border-top: none;
    padding: 20px 0;
}

#top{
    height:0;
}

#atwiki-jp-bg1{
    height:150px;
}
#atwiki-jp-bg2{
    padding-top: 1px;
}

/*ヘッダ*/
/*header*/
#header {
    text-align: left;
    width: 100%;
    height: 150px;
	background-color:#000;
	background: url(http://i.imgur.com/9W8LPMN.png) center no-repeat;
    -webkit-background-size: 100% 150px;
    -moz-background-size: 100% 150px;
    -o-background-size: 100% 150px;
	background-size:100% 150px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://img.atwiki.com/image/darkred/bg.jp', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://img.atwiki.com/image/darkred/bg.jpg', sizingMethod='scale')";
}

#header h1 {
    text-align: center;
    font-size: 200%;
    font-weight: normal;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 48px 0 0;
	width: 700px;
}

#header h2 {
	text-align: center;
	font-size: 100%;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0 auto;
	width: 700px;
}

#header a,
#header a:link,
#header a:visited,
#header a:active,
#header a:hover {
	color: #000;
    text-decoration:none;
}

/*左ページ*/
/*leftside*/

#contents {
    text-align: left;
    padding: 20px 20px;
    width: 800px;
	background-color: #000;
	color: #FFF;
    float: left;
    overflow: hidden;
    margin: 0 20px;
	_margin: 0 10px;
}

#wikibody {
	color:#FFFFFF;
    text-align: left;
    margin: 0 0 8px 0;
    font-size: 90%;
    line-height: 170%;
}

#wikibody h2{
    font-size: 90%;
    font-weight: bold;
	color: #FFF;
    margin: 15px 20px 0 20px;
    text-align: center;
    padding-bottom: 3px;
}


.pageinfo {
    font-family: Verdana, sans-serif;
    font-size: 65%;
	color: #FFF;
    margin: 3px 20px 10px 20px;
    text-align: center;
}
#wikibody{
}

#attach{
    text-align: left;
    background: #FFF;
	color: #FFF;
    font-size: 70%;
    padding-top:10px;
}

/*編集メニュー*/
/*edit menu*/

#editmenu{
	text-align: right;
	background: #000;
	color:#FFF;
	font-size: 70%;
	padding-top:10px;
	line-height:150%;
}



/*右ページ*/
/*right side*/

#menubar{
	background:#000;
    text-align: left;
    font-size: 75%;
    line-height: 170%;
    width:200px;
    float: left;
    overflow:hidden;
    color: #FFF;
}

#linktext  {
    font-size: 65%;
    line-height: 170%;
    margin: 20px 10px 20px 10px;
	background:#000;
}

/*その他*/
/*other settings */

blockquote {
	margin: 20px 10px 20px 10px;
	padding: 8px;
	border-top: #650B12 1px solid;
	border-bottom: #650B12 1px solid;
	border-right: #650B12 1px solid;
	border-left:#650B12 10px solid;
	background-color: #000;
	color:#AAA;
}

ul li {
	background:url(http://img.atwiki.com/image/darkred/li_bg.png) no-repeat 0 0.5em;
	list-style-type:none;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	line-height: 200%;
}
ol li {
    margin: 0 10px 0 35px; padding: 0;
    line-height: 1.5;
}

hr{
    width:90%;
    margin:1em;
}

h2,h3, h4, h5, h6
{
    padding: .3em;
}

dt {
    font-weight: bold;
    margin-top: 1em;
    margin-left: 1em;
}

pre {
	border: #650B12 1px solid;
    padding: .5em;
    margin-left: 1em;
    margin-right: 1em;
    white-space: pre;
	background-color: #000;
	color: #999;
}

img {
    border: none;
    vertical-align: middle;
}

em {
    font-style:italic;
}

strong {
    font-weight:bold;
}

address {
    font-style:normal;
    font-size:8px;
}

#wikibody table,
#wikibody th,
#wikibody td,
#menubar table,
#menubar th,
#menubar td{
    border:1px solid #aaa;
    border-collapse:collapse;
	color:#aaa;
}
#wikibody th,
#wikibody td,
#menubar th,
#menubar td{
    padding:3px;
}
#wikibody table,
#menubar table{
    margin:5px 1px;
}

a.noexistpage{
    background-color: #FFFFFF;
}

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;
}

/*広告*/
#ad {
    text-align: center;
/*    background-color:#F49AC1;
    width:750px;
*/
}/*広告*/
#ads {
    text-align: center;
}



/*-- フッター --*/

#footer {
	font-size: 70%;
	color: #FFF;
	line-height: 150%;
	background:#000;
	padding: 5px;
	padding-top:15px;
	border-top:#330B12 1px solid;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover {
    padding:2px;
	color: #FFF;
    text-decoration:none;
}

/*
 * 差分表示
 */
span.diff_add{
    color: red;
}

span.diff_del{
    color: blue;
}


/*検索結果*/
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; }


#tarea_wiki{
    width:98%;
}
/*ads*/

.gafc_on{
    background-color:#ECECEC;
}
a.gafc_domain{
    color:green;
}

/* Hides from IE-mac \*/
 * html #source___Frame{ width:97% !important;}
 /* End hide from IE-mac */
