	/* --- リンク文字設定 ---*/
a		{text-decoration: none}
a:link		{color: #0000ff}
a:visited	{color: #623763}
a:hover		{color: #ff0000;text-decoration: underline;}

body		{background-image: url(../img/haikei2.gif); }

#contents	{
	width: 660px;
	margin: auto;
	padding: 10px;
	text-align: left;
	border: solid 1px #999999;
}

	/* --- トピックパス --- */

#topicpath	{
	font-size: 12px;
	color: black;
	padding: 2px;
}

	/* --- 見出し1 --- */

h1		{
	font-size: 160%;
	color: black;
	font-weight: bold;
	border-top: 0px;
	border-left: 15px solid orangered;
	border-right: 0px;
	border-bottom: 1px solid orangered;
	padding: 5px 5px 5px 10px;
	margin-bottom: 30px;
}

	/* --- 見出し2 --- */

h2		{
	font-size: 120%;
	color: darkgreen;
	font-weight: bold;
	border-top: 3px solid forestgreen;
	border-left: 3px solid forestgreen;
	border-right: 3px solid forestgreen;
	border-bottom: 3px solid forestgreen;
	padding: 3px 3px 3px 5px;
}

	/* --- 見出し3 --- */

h3		{
	font-size: 100%;
	color: black;
	font-weight: bold;
	font-style: normal;
	background-color: #ffff00;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	padding: 5px 5px 5px 10px;
}


p		{
	text-indent: 1em;
	font-size: 14px;
	color: black;
	line-height:20px;
}

	/* --- フォント1 --- */

.text01		{
	font-size: 16px;
	font-style: italic;
	color: #0000ff;
	line-height:20px;
	margin-left: 20px;
}

	/* --- フォント2 --- */

.text02		{
	font-size: 14px;
	color: black;
	line-height:20px;
}

	/* --- フォント3 --- */

.text03		{
	font-size: 12px;
	color: red;
	line-height:14px;
}

	/* --- フォント4 --- */

.text04		{
	text-indent: 1em;
	font-size: 12px;
	color: #0000ff;
	line-height:14px;
}

	/* --- フォント5 --- */

.text05		{
	font-size:16px;
	color: red;
	line-height:50px;
}

	/* --- 画像 --- */

#imgr		{
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#img02		{
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

	/* --- リスト --- */

ul	{font-size: 14px; color: black; }

ol	{font-size: 14px; color: black; }