
/* ---------- サブメニュー ---------- */
ul#submenu {
	width: 828px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-image: url(parts/submenu_body.gif);
	background-repeat: repeat-y;
}
ul#submenu li {
	float: left;
	margin: 0px;
	padding: 1px 10px 1px 10px;
    border-style : solid;
    border-width : 0px 1px 0px 0px;
    border-top-color : #000;
}
ul#submenu li a {
	text-decoration : none;
	color: #000;
}
ul#submenu li a:hover {
	color: #f39;
}

/* ---------- コンテンツエリア ---------- */
#contentsarea {
	clear: left;
	width: 828px;
	height : 1%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
}
.contents_set {
	margin: 0px 2px 10px 0px;
}
.contents_set p {
	font-size: 90%;
	line-height: 1.3em;
	margin: 0px 0px 3px 0px;
	padding : 0px;
}
.contents_set a {
	font-size: 90%;
	line-height: 110%;
}
h2 {
	background-image: url(parts/h2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 110%;
	margin: 0px 0px 0px 5px;
	padding: 3px 0px 10px 30px;
	color: #06f;
}
h3 {
	color: #06f;
	font-size: 105%;
	margin: 0px;
	background-color: #fff;
}
.img {
	text-align : center;
	margin: 10px 0px 10px 0px;
}

/* ---------- テーブル ---------- */
caption {
	margin: 0px;
	padding: 1px 0px 1px 0px;
}
th {
	background-color: #9cc;
	text-align : center;
}
