a:active {  color: #F00; text-decoration: underline}
a:link {  color: #5074ae; text-decoration: underline}
a:visited {  color: #6E3DFF; text-decoration: underline}
a:hover {  color: #FF6FAB; text-decoration: underline}

body {
	color: black;
	font-family: "MS UI Gothic";
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}

table {
	color: black;
	font-family: "MS UI Gothic";
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
/*	margin-top: 5pt;
	margin-right: 30pt;
	margin-bottom: 5pt;
	margin-left: 50pt; */
}

H1 {
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	border: 1px solid #336633;
	padding: 6pt 3pt 4pt 20pt;
	margin-left: 0pt;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 20pt;
	color: #FFFFFF;
	background-image: url(graphics/h1.png);
	background-repeat: repeat-x;
	background-color: #CEB6FF;




}

H2 {
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	border: 1px solid #336633;
	padding: 3pt;
	margin-left: 30pt;
	margin-top: 20pt;
	margin-right: 5pt;
	margin-bottom: 10pt;
	background-image: url(graphics/h2.png);
	background-repeat: no-repeat;


}

H3 {
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	padding: 3pt 3pt 1pt 5pt;
	margin-left: 32pt;
	margin-top: 10pt;
	margin-right: 5pt;
	margin-bottom: 8pt;
	border-top: 1px none #336633;
	border-right: 1px none #336633;
	border-bottom: 1px solid #336633;
	border-left: 1px none #336633;


}

H4 {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	padding: 1pt 3pt;
	margin-left: 45pt;
	margin-top: 10pt;
	margin-right: 5pt;
	margin-bottom: 8pt;
	border-top: 1px none #336633;
	border-right: 1px none #336633;
	border-bottom: 1px solid #336633;
	border-left: 1px solid #336633;

}

H5 {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	padding: 1pt 3pt;
	margin-left: 47pt;
	margin-top: 10pt;
	margin-right: 5pt;
	margin-bottom: 8pt;
	border-top: 1px none #336633;
	border-right: 1px none #336633;
	border-bottom: 1px dotted #336633;
	border-left: 1px none #336633;

}

H6 {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	padding: 2pt;
	margin-left: 30pt;
	margin-top: 10pt;
	margin-right: 5pt;
	margin-bottom: 8pt;
	border: 1px none;
	color: #FFFFFF;
	background-color: #926DFF;

}


P {
	text-indent: 1em;
	margin-top: 0pt;
	margin-right: 30pt;
	margin-bottom: 0pt;
	margin-left: 50pt;
	line-break: strict;
	line-height:130%;

}

p.continue {
	text-align:right;
}

dt { font-weight: bold }
li {
	margin-top: 5pt;
	margin-right: 30pt;
	margin-bottom: 5pt;
	margin-left: 60pt;
}
hr {
	margin-top: 0pt;
	margin-right: 30pt;
	margin-bottom: 0pt;
	margin-left: 50pt;
	height: 1pt;
	color: #81C081;






}

pre {
	margin-top: 5pt;
	margin-right: 30pt;
	margin-bottom: 5pt;
	margin-left: 50pt;
	border: 1pt solid #336666;
	padding-top: 5pt;
	padding-bottom: 5pt;
	padding-left: 15pt;
	padding-right: 5pt;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	background-color: #E9E1FF;
}

blockquote {
	margin-top: 5pt;
	margin-right: 30pt;
	margin-bottom: 5pt;
	margin-left: 50pt;
	border: 1pt solid #336666;
	padding-top: 5pt;
	padding-bottom: 5pt;
	padding-left: 15pt;
	padding-right: 5pt;
	background-color: #E9E1FF;
	text-indent: 0em;
}

.header {
	margin: 0px;
	text-align:left;
	padding: 10px;
}

.hooter {
	margin: 20px 0px 0px 0px;
	text-align:right;
	padding:10px;
	font-size:10px;
	color:#FFFFFF;
	background-image: url(graphics/h1.png);
	background-repeat: repeat-x;
	background-color: #CEB6FF;
}

.minisize {
	font-size: 8pt;
}

ul {
	list-style-image: url(graphics/list.png);
	padding-left: 8px;
	margin-left: 8px;


}

ol {
	margin-left: 12px;
	padding-left: 12px;
}

.doc {
	width: 700px;
	background-color:#FFFFFF;
	margin-left:auto;    /* 左側マージンを自動的に空ける */
	margin-right:auto;   /* 右側マージンを自動的に空ける */
	text-align:left;     /* 中身を左側表示に戻す */
	border: 1px solid #999999;
}

img.thumb {
	margin-right:20px;
	float:left;
}

img.right {
	margin-left:20px;
	margin-bottom:5px;
	float:right;
}
.reffer {
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-align: right;
	padding-top: 20px;
}
