/*トップイメージをh1に設定--------------------------------*/
h1{
	padding-top: 32px;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 10px;
}
/*共通スタイル設定--------------------------------*/

h2 {
	font-size: 125%;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h3 {
	margin-top: 0px;
	font-size: 110%;
	color: #333333;
}
h4 {
	margin-top: 0px;
	font-size: 115%;
	margin-bottom: 0px;
	color: #333333;
}
h5 {
	margin-top: 0px;
	font-size: 110%;
	margin-bottom: 0px;
	color: #333333;
}
h6 {
	margin-top: 0px;
	font-size: 105%;
	margin-bottom: 0px;
	color: #333333;
}
.honbun td {
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	font-size: 13px;
}
.honbun th {
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #666666;
	font-size: 13px;
	vertical-align: top;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
