@charset "UTF-8";

html,div,p,h1,h2,h3,h4,
dl,dt,dd,ul,ol,li,hr,img,span,a,
form,fieldset,blockquote,table,tr,th,td,pre,address {
	margin: 0px;
	padding: 0px;
}

input,textarea,select {
	margin: 0px;
}

img {
	border: none;
}

body {
	margin: 50px 100px;
	padding: 0px;
	font-family: sans-serif;
	line-height: 1;
	background-color: #ffffff;
}

h1 {
	padding-top: 90px;
	font-size: 11px;
	font-family: "didot";
}

a.txt:link,
a.txt:visited {
	color: #000000;
}

a.txt:hover,
a.txt:focus {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}

div#PageArea,
div#ButtonArea,
div#CloseButton,
div#MessageArea {
	display: none;
}

h2 {
	margin-top: 100px;
	font-size: 58px;
	margin-bottom: 6px;
}

p.comment,
cite {
	font-size: 12px;
	line-height: 1.3;
	color: #666666;
}

p.comment2 {
	margin-top: 1em;
	font-size: 12px;
	line-height: 1.3;
	color: #666666;
}

blockquote {
	margin: 5px 30px 0px 0px;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	line-height: 1.4;
}

h3 {
	margin: 3em 0em 0em 0em;
	font-size: 14px;
	padding-bottom: 0.5em;
}

h3.FirstTitle {
	margin: 1em 0em 0em 0em;
}

ul.commentList {
	margin-left: 2em;
	font-size: 11px;
}

ul.commentList2 {
	margin-left: 5em;
	font-size: 11px;
}

ul.commentList li,
ul.commentList2 li {
	margin-bottom: 0.5em;
	line-height: 1.3;
}

ul.commentList li span,
ul.commentList2 li span {
	margin-left: 5px;
	color: #999999;
}

h4 {
	margin: 1em 0em 0em 2em;
	font-size: 12px;
	padding-bottom: 0.5em;
}

p#Copyright {
	margin-top: 100px;
}

