/* bodyタグ */
body{ background-color:#f0f0f0; }

/* リストタグの処理 */
ul{
	list-style:none;
	list-style:outside;
}

/* アンカー処理 */
a		{ color:#0000a0;	text-decoration:none;	}
a:visited	{ color:#4444ff; }
a:active	{ color:#ff2222; }
a:hover		{ color:#ff2222;	text-decoration:underline; }


#title{				/* タイトル */
	font-family:'ＭＳ Ｐゴシック','ＭＳ ゴシック';
	font-size:32px;
	font-style:oblique;
}

#japanese{			/* 各コンテンツの日本語部分 */
	font-family:'ＭＳ Ｐゴシック','ＭＳ ゴシック';
	font-size:25px;
}

#english{			/* 各コンテンツのタイトル英語 */
	font-family:'Times New Roman';
	font-style:italic;
	font-size:23px;
}

#index_menu{			/* インデックスのメニュー */
	font-family:ＭＳ ゴシック;
	font-size:24px;
	color:#0000a0;
	font-style:oblique;
}



#pagetitle{
	color:#0000a0;
	font-size:24px;
	font-style:oblique;
}

#subsection{
	font-size:20px;
	color:#00a000;
	font-style:oblique;
}

#subsubsection{
	font-size:18px;
	color:#0000a0;
	font-style:oblique;
	text-decoration:underline;
}

#subtitle_d{
	font-family:ＭＳ ゴシック;
	font-size:18px;
	color:#0000a0;
	font-style:oblique;
	text-decoration:underline;
}

#pointer{
	font-size:14px;
}

#linktitle{				/* リンク先のページ名 */
	font-size:22px;
	color:#0000a0;
	font-style:oblique;
	text-decoration:underline;
}


#nobanner{			/* No Banner */
	font-family:'Times New Roman';
	font-size:25px;
	filter:dropshadow(offx=2,offy=2,color=#808080);
}
