
/* コンテンツに関するCSS 
--------------------------------------------------------------------------------*/
h1 {
	font-size: 150%;
	color: navy;
	margin: 20px 30px 0px 30px;
	padding: 7px 15px;
	border-style: solid;
	border-width: 0px 0px 1px 10px;
	border-color: #0000ff;
}

#sublist ul {
	list-style:none;
	padding-left:20px;
	padding-bottom:10px;
}

#sublist li {
	float: left;
	border: 1px solid #0000ff;
	color: #0000cc;
	width: 80px;
	height: auto;
	margin-right: 5px;
	margin-left: 0px;
	font-size: 80%;
	text-align: center;
}

#sublist a,#sublist a:link,#sublist a:visited {
	text-decoration: none;
	color: #0000cc;
	display:block;
	width: 80px;
	height: auto;
}

#sublist a:hover {
	color:#ffffff;
	background-color: #0000ff;
}

#listup {
	clear:left;
}

.explain {
	font-size: 70%;
	margin: -10px 30px 5px 30px;
	padding: 2px 20px;
	color: #000000;
	background: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #000000f;
}

.return {
	text-align: right;
	margin: 10px;
	font-weight: bold;
}


/* リンクに関するCSS  
--------------------------------------------------------------------------------*/
a:link {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	color: #006400;
	text-decoration: none;
}
a:active, a:hover {
	color: #4b0082;
	text-decoration: underline;
}

/* 表に関するCSS  
--------------------------------------------------------------------------------*/
table {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 60px;
	width 100%;
	table-layout:fixed;
}

th {
	background-color : #0000cc;
	font-size : 100%;
	color: #ffffff;
	border: 0px solid #0000cc;
	font-weight : bold;
	text-align: right;
	padding:7px 10px 7px 0px;
}

td {
	font-size : 80%;
	font-weight : normal;
	padding:10px 5px 5px 5px;
	color : black;
}

#hname {
	width:150px;
}

#hpro {
	width:450px;
}

.dname {
	color : purple;
	font-weight : bold;
	padding-left:10px;
	vertical-align: top;
}

.dpro {
	padding-top:9px;
	line-height: 1.3em;
}

