a{text-decoration:none; }
a:link{color:black; }
a:hover{color:blue;
	cursor:pointer; }


h1 {		/*頁表題 */
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 22px;
	font-size: 20px;
	font-weight: bold;
	background-color:#dafcda;
	width:400;
	height:30;
}

h2 {		/*第何号 */
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 22px;
	font-size: 16px;
	font-weight: bold;
}

h3 {		/*表題 */
	padding-top: 15px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

h5 {		/*英語表題 */
	text-align: left;
	font-weight: bold;
	line-height: 12px;
}

h4 {		/*著者 */
	text-indent: 2em;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 4px;
}

p {		/*本文 */
	width: 560px;
	text-align: left;
	text-indent: 2em;
	font-size: 15px;
	line-height: 17px;
	padding: 5px;
	border: dotted 8px #deccfe;
}

