/* stylesheet--maidoarii.css 2007/1*/


/*全体の設定*/

BODY{
	color :#F09;
	background-color :#FFF;
	text :#3f0;
	
}




/*リンク色の設定*/

A:link		{color : #0B2BD7;}

A:visited	{color : Gray;}

A:link:hover 	{color : Gray;
		background-color :#0B2BD7; 
}

A:link:focus 	{color : #0B2BD7;}

A:visited:hover 	{color : Gray;
		background-color :#0B2BD7; 
}



/*段落の設定*/






/*小さめﾀｲﾄﾙ日本語　*/
p.sjtitle{
	text-align : left ;
	font-size : 1.1em;
	font-family : "Verdana","Webdings",monospace ;
	color : #F09;
	margin : none none none 1em;
	font-style : bold;
	line-height : 0.8em;
}


p.title{
	font-size : 1.5em;
	margin : none none none 1em;
	font-style : bold;
	text-align : center ;
	line-height : 1.8em;
}



P.plain{
	margin : 1em 6em 1em 6em ; /*上右下左*/
	background : #F09;
	color : #FFF;
	line-height : 1.3em ;
	}

P.p{
	margin : 1em 6em 1em 6em ; /*上右下左*/
	background : #F09;
	color : #FFF;
	}




P.mokuji{
	line-height : 1.3em ;
	color : #3f0;
	margin : 0em 3em 1.5em 12em ; /*上右下左*/

	}



P.synopsis{
	margin : 2em 6em 4em 6em ; /*上右下左*/
	background : #EEE ;
	color : #3f0;
	line-height : 1.0em ;
	padding : 0.5em ;
	}













/*見出しの設定----------------------------------------------------
	h1は文章のＴＩＴＬＥに
	h2はサブタイトル
*/

	
/*色をインポート*/

h1{
	border-width : 0em 0em 4px 0em;/*上、右、下、左*/
	border-style : none none solid none ;/*上,右,下、左*/
	font-size : 1.0em ;
	border-color : #555;
	margin : 5em 5em 1.5em 0em ; /*上右下左*/
	text-align : right ;
	font-family : "ＭＳ ゴシック","ＭＳ Ｐゴシック",sans-serif;
}

h1.eririn{
	font-size : 1.0em ;
	background-color:white;
}


table.hpc{
	background-color:white;
	margin-left: 1em ;
	margin-right:1em ;
}

table.hpc_title{
	background-color:white;
	color:#F09;
	font-size : 1.2em;
	font-family : "Times Roman","Times New Roman",serif ;
	text-align : right ;
}

table.talk{
	background-color:white;
}



blockquote {
	background : #F09;
	color : #FFF;
}

q{
	color : #6c3;/*黄緑色（亀井）*/
}
