@charset "Shift_JIS";
	/* 文字エンコードの設定（削除不可） */

/* ============================================== */
/* HTML要素 */
*	{
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/* 基本構造 */

body	{
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-top: 20px;
}

/* ============================================== */

/* 見出し */
h1,h2,h3,h4,h5,h6	{
	font-weight: bold;
}
h1	{
	font-size: 150%;
	letter-spacing: 5px;
	color: #4682B4;
}
h2	{
	font-size: 130%;
	letter-spacing: 3px;
	color: #6495ED;
}
h3	{
	font-size: 110%;
	letter-spacing: 1px;
	color: #AFEEEE;
}
h4	{
	font-size: 100%;
	letter-spacing: 0px;
	color: #6495ED;
}
h5	{
	font-size: 100%;
	letter-spacing: 0px;
	color: #000000;
}
h6	{
	font-size: 100%;
	letter-spacing: 0px;
	font-weight: normal;
	color: #000000;
}

/* アンカー */
a	{
	color: #DAA520;
	text-decoration: none;
	font-weight: bold;
}
a:hover	{
	color: #FFD700;
	text-decoration: underline;
}

/* 強調・追加・削除 */
em,strong	{font-weight: bold;}
strong	{color: #CC0000;}
ins	{text-decoration: underline;}
del	{
	text-decoration: line-through;
	color: #999999;
}

/* 物理要素 */
b{font-weight:bold;}
i{font-style:oblique;}
big{font-size:medium;}
small{font-size:x-small;}

