/*******************
**  トップページ。 *
**  index.html     *
*******************/

	#topPage h1
	{
		font-family: "ＤＨＰ行書体";
		font-size: xx-large;
	}
	#topPage h1 span.alttxt
	{
		display: none;
	}
	#topPage h1 img
	{
		vertical-align: bottom;
		border: 0;
	}
	#topPage h2, #topPage h3
	{
		border-width: 0px 3px 3px 0px;
		border-style: solid;
		padding: 2px 6px;
	}

	#topPage #maegaki
	{
		text-align: center;
	}

	#topPage #mokuzhi div
	{
		margin-bottom: 1.6em;
	}
	#topPage #hajimeni h2
	{
		color: #3f3f00;
		background-color: #f3ef9f;
		border-color: #c6cf7f;
	}

	#topPage #mokuzhi h2
	{
		background-color: #e6efff;
		border-color: #dcd6df;
	}
	#topPage #mokuzhi h3
	{
		margin-left: -24px;
		background-color: #efefef;
		border-color: #dfdfdf;
	}

/*
	#topPage #chuuigaki
	{
		list-style-type: circle;
		font-size: 95%;
	}
	#topPage #chuuigaki ol
	{
		padding: 3px 9px 3px 40px;
		border: 1px dashed #3f3f7f;
	}
	#topPage #chuuigaki address
	{
		display: inline;
	}
	#topPage #chuuigaki strong.htmlMail
	{
		color: #00007f;
		text-decoration: underline;
	}
*/

	#topPage #counters
	{
		text-align: right;
	}
	#topPage #counters img
	{
		border-width: 5px;
		border-style: outset inset inset outset;
		border-color: #bfbfff;
		padding: 2px;
		background-color: #000000;
	}

/***************************
**  トップページここまで。**
***************************/
