@charset "utf-8";

/* Star1 Tpl */
.pageinfo{
    display:none;
}

/* 変更点ここまで */



/* 全体 */
/* All */
body {
    margin: 0; padding: 0px;
    background: url(/common/_img/skin/morning/bodybg.gif) bottom left fixed repeat;
    background-color: #FFF;
    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:#db663f; text-decoration:underline; font-weight:bold;}
a:visited { color:#db663f; text-decoration:none; font-weight:bold;}
a:active { color:#db663f; text-decoration:underline; font-weight:bold;}
a:hover { color:#000000; text-decoration:underline; font-weight:bold;}

/* レイアウト */
/*layout*/
#container {
    margin: 20px auto 5px auto;
    width: 1100px;
    background-color: #fff;
}

#wrapper{
    background-color: #fff;
    border: 1px solid #AAA;
    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: 90px;
	background: url(/common/_img/skin/morning/titlebg.jpg) bottom repeat-x;
	background-color:#586D84;
}

#header h1 {
    text-align: center;
    font-size: 160%;
    font-weight: normal;
    color: #FFF;
    margin: 0; padding: 10px 0 0 0;
}

#header h2 {
    text-align: center;
    font-size: 100%;
    font-weight: normal;
    color: #FFF;
}

#header a,
#header a:link,
#header a:visited,
#header a:active,
#header a:hover {
    color:#FFF;
    text-decoration:none;
}

/*左ページ*/
/*leftside*/

#contents {
	background-color: #F7BEBF;
    text-align: left;
    padding: 10px 10px;
    width: 750px;
	border-top: 1px solid #E5DDD8;
	border-right: 1px solid #B8B1AD;
	border-bottom: 1px solid #B8B1AD;
	border-left: 1px solid #E5DDD8;
	background-color: #FFF;
	color:#333;
    float: left;
    overflow: hidden;
    margin: 0 20px;
	_margin: 0 10px;
}

#wikibody {
	color:#333;
    text-align: left;
    margin: 0 0 8px 0;
    font-size: 90%;
    line-height: 170%;
}

#wikibody h2{
    font-size: 90%;
    font-weight: bold;
	color: #30435C;
    margin: 15px 20px 0 20px;
    text-align: center;
    padding-bottom: 3px;
}

#wikibody a{
	color: #db663f;
    text-decoration:underline;
 font-weight:bold;
}

#wikibody a:active, #wikibody a:hover { color:#000000; text-decoration:underline;}

.pageinfo {
    font-family: Verdana, sans-serif;
    font-size: 65%;
	color: #30435C;
    margin: 3px 20px 10px 20px;
    text-align: center;
}
#wikibody{
}

#attach{
    text-align: left;
    background: #FFF;
	color:#333;
    font-size: 70%;
    padding-top:10px;
}

/*編集メニュー*/
/*edit menu*/

#editmenu{
	text-align: left;
	background: #FFF;
	color:#333;
	font-size: 70%;
	padding-top:10px;
}
#editmenu a{
	color:#333;
	text-decoration: none;
}
#editmenu a:hover{
	color:#5A7085;
	text-decoration: underline;
}
#editmenu a:active{
	color:#5A7085;
	text-decoration: underline;
}
#editmenu .usernamelogin{
	color:#5A7085;
}

/*右ページ*/
/*right side*/

#menubar{
	color: #333;
    background-color: #FFF;
    text-align: left;
    font-size: 75%;
    line-height: 170%;
    width:270px;
    float: left;
    overflow:hidden;
}

#linktext  {
    font-size: 65%;
    line-height: 170%;
    margin: 20px 10px 20px 10px;
}

/*その他*/
/*other settings */

blockquote {
    margin: 10px 0 10px 0;
    padding: 8px;
	border-top: 1px solid #C2A178;
	border-bottom: 1px solid #C2A178;
	background-color: #FFE4B5;
}

ul li {
    list-style-type: square;
    margin: 0 10px 0 25px; padding: 0;
    line-height: 1.5;
}
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-top: #666 1px solid;
    border-bottom: #666 1px solid;
    padding: .5em;
    margin-left: 1em;
    margin-right: 1em;
    white-space: pre;
    background-color: #FFF;
	color: #333;
}

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;
}
#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;
}

/*
 * 差分表示
 */
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 */
