blockquote	{ line-height:130%; }


body,td,th	{
font-size:12px;

}



BODY		{text-align			: center;
		font-family			: MS PGothic;
        	background-color		: #F5F5DC;
		scrollbar-face-color		: #F5F5DC;
		scrollbar-track-color		: #FFFFFF;
		scrollbar-3dlight-color		: #F5F5DC;
		scrollbar-darkshadow-color	: #FFFFFF;
}
/*******************************************
*******************************************/


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


td.top		{
FONT-SIZE: 16pt; 

		padding-left:5px;
		margin-top:0; 
		padding-top:0;

		border:none;

}


/* ページ右上のメニュー */
/* menu of right-top of the page */



.topmenu	{

border-right:solid black 1px;

		padding:0px 5px;


}




/* ページ右上のメニューの「ログイン（ログアウト）」の部分 */
/* part of "login-logout" in the menu of right-top of the page */



.loginout	{

border:solid #000 1px;

		padding:1px 5px;

		background-color:#FFE4C4;


}

/* 左のメニューバー */
/* left-menu */


td.menu		{
vertical-align: 
		top;
padding-right:3px;

		border:double #ddd 3px;

		background-color:#FFE4C4;

		margin-right:25px;

		width:200px;

}



/*左のメニューバーにおけるリストの扱いです*/

td.menu ul	{width:auto; /*デフォルトは"auto"ですが、変えるときは"120px"が目安です*/
	
		line-height:2.0em;/*一行の高さを指定できます。*/
	
		padding-left:20px;
	
		padding-right:2px;
	
		margin:1px;

}

td.menu ol	{width:auto; /*デフォルトは"auto"ですが、変えるときは"120px"が目安です*/
	
		line-height:2.0em;/*一行の高さを指定できます。*/
	
		padding-left:20px;
	
		padding-right:2px;
	
		margin:1px;

}



/* 「編集する」のメニュー */
/* menu of "edit this page" */



.editthispage	{

border:solid black 1px;

		padding:3px;

		background-color:#efe;


}




/* 「トラックバック・リンク元」のメニュー */
/* menu of "trackback","link" */




.topmenudayo	{

border:solid black 1px;

		padding:3px;


}




/* リスト */
/* 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:#0000FF; }
A:visited	{text-decoration:none; color:#0000FF; }
A:hover		{text-decoration:underline; color:#FF0000; }

hr		{color:#a0a0ff;}

#contentsarea 	{background-image: url(./img/mainbg.gif);
		width: 762px;
		text-align: left;
}
#contents 	{width: 754px;
		margin-left: 1px;
		text-align: center;
}
/*******************************************
*******************************************/


dt		{
margin: 0.5em 0px 0px 0px;

		padding: 0px;

		border-bottom: 1px dashed #666;

}

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


h1		{
font-size: 26px;

		background:#FFE4C4;

		letter-spacing: 0.2em;

		padding:5px;
margin:5px 0px 8 0px;

		border-bottom: solid 3px #aaaaaa;

		border-right: solid 3px #aaaaaa;

}


h2		{
background:#FFE4C4;
		
font-size: 110%;

		font-weight: bold;

		letter-spacing: 0.2em;

		padding:5px;

		margin:5px 0px 8 0px;

		border-bottom: solid 3px #aaaaaa;

		border-right: solid 3px #aaaaaa;


}


h3		{
background:#FFEBCD;

		font-size: 110%;

		font-weight: bold;

		letter-spacing: 0.2em;

		padding:5px;
margin:5px 0px 8 0px;

		border-bottom: solid 3px #aaaaaa;

		border-right: solid 3px #aaaaaa;


}


h4		{
background:#F0F8FF;

		
font-size: 110%;

		font-weight: bold;

		letter-spacing: 0.2em;

		padding:5px;

		margin:5px 0px 8 0px;

		border-bottom: solid 3px #aaaaaa;

		border-right: solid 3px #aaaaaa;


}

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

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;
}

div#editmenu{
text-align:right;
margin-bottom: 0.5em;

}





div#header{
text-align:left;
margin: 0px;
padding: 0;
}

#header h2{
background:none;
}

div#footer{
background-color:#FFE4C4;
text-align:center;
}

div.referer_attach{
text-align:right;
}

div.referer_page{
text-align:right;
}

div#main{
border:solid black 1px;
margin: 0px 0px 0px 0px;
padding: 5px 10px;
}

div#ad{
margin: 0px 0px 10px 0px;
}

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; }

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




.saku1 {
  font-size:30px;
  font-weight: bold;

  color:#7FFFD4;
  text-shadow: 0px 0px 0 rgb(239,239,239),
              -1px 1px 0 rgb(233,233,233),
              -2px 2px 0 rgb(228,228,228),
              -3px 3px 0 rgb(222,222,222),
              -4px 4px 0 rgb(216,216,216),
              -5px 5px 0 rgb(210,210,210),
              0px 0px 18px rgba(0,0,0,.2);
}

.saku2 {
  font-size:30px;
  font-weight: bold;

  color:#FF0000;
  text-shadow: 0px 0px 0 rgb(239,239,239),
              -1px 1px 0 rgb(233,233,233),
              -2px 2px 0 rgb(228,228,228),
              -3px 3px 0 rgb(222,222,222),
              -4px 4px 0 rgb(216,216,216),
              -5px 5px 0 rgb(210,210,210),
              0px 0px 18px rgba(0,0,0,.2);
}


.saku4 {
  font-size:40px;
  font-weight: 900;

  color:#00FFFF;
  text-shadow: 0px 0px 0 rgb(239,239,239),
              -1px 1px 0 rgb(233,233,233),
              -2px 2px 0 rgb(228,228,228),
              -3px 3px 0 rgb(222,222,222),
              -4px 4px 0 rgb(216,216,216),
              -5px 5px 0 rgb(210,210,210),
              -6px 6px 0 rgb(204,204,204),
              -7px 7px 0 rgb(198,198,198),
              -8px 8px 0 rgb(193,193,193),
              -9px 9px 0 rgb(187,187,187),
              0px 0px 18px rgba(0,0,0,.2);

}


