@charset "Shift_JIS";
/*
	date: Thu, 20 Oct 2005 16:23:11 +0900
	Last-modified: Thu, 20 Oct 2005 16:23:17 +0900
	version: 0.0.0.0

	スタイルを追加、または上書きするものをここに追加
*/

/* サイトマップレイアウト */
td#maincontents #mapspace1 {
	width: 49%;
	float: left;
	/* border: 1px solid red; */
	border-right: 1px solid #999;
}
td#maincontents #mapspace2 {
	width: 49%;
	float: right;
	/* border: 1px solid blue; */
}
hr.textend {
	clear: both;
}
/* リンク */
td#maincontents a:link,
td#maincontents a:visited {
	color: #069;
	text-decoration: none;
}
td#maincontents a:hover {
	color: #03c;
	text-decoration: underline;
}

/* 見出し(H4) */
div.item1 {
	width: 250px;
	margin-top: 6px;
	background-image: url("../images/main/h4_a_short.gif");
	background-repeat : no-repeat;
	/* border: 1px solid pink; */
}
td#maincontents h4 {
	font-size: 96%;
	font-family:'Courier New','Courier','ＭＳ ゴシック',monospace;
	color: #363;
	padding: 0;
	margin: 0;
	/* float: left; */
	/* border: 1px solid red; */
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	margin: 0;
	padding: 0;
}
ol li {
	margin: 0;
	padding: 0;
}

ul.sitemap {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(../images/main/listtop_sitemap.gif);
	padding-left: 2em;
	margin-bottom: 20px;
	/* border: 1px solid blue; */
}
ul.sitemap li{
	margin: 4px 2px 6px 2px;
	/* border: 1px solid blue; */
	
}


