/*
	リンクのページ用のCSSファイルです。
	このファイルで変更した部分はリンクにのみ影響します。
*/
h2
{
	font-weight : bold;
	padding-left : 5px;
	padding-bottom : 5px;
	font-size : 110%;
	border-left : 1px #003366 solid;
	border-bottom : 2px #003366 solid;
	
}

dl
{
	margin-left : 20px;
}

dt
{
	font-weight : bold;
	margin-bottom : 5px;
}

/*
	dd - リンク先の説明
		font-size : 文字の大きさを指定します。 値: smallや13pxなど。
*/
dd
{
	margin-left : 30px;
	margin-bottom : 15px;
	font-size : 90%;
}
