@charset "Shift_JIS";
TD {
	font-size: 90%;
}

TH{
	font-size : 90%;
}

BODY {
	font-size: 90%;
	margin: 0;
	padding: 0;

}

a:link{
	color:#0033cc;
	text-decoration:none;
}

a:visited{
	color:#6B06A0;
	text-decoration:none;
}

a:hover{
	color:#f00;
	text-decoration:underline;
}

 *.logbox{
	border: solid 1px #cccccc;
	width: 470px;
	height: 35px;
	padding: 0em;
	overflow: auto;
}

q  { 
	color: #cccccc; 
}

p {
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.5em;
	margin-top: 3px;
}


h1 {
	font-size: 150%;
	line-height: 150%;
	margin-bottom: 50px;
	color: #333333;
	text-align: center;
}

h2 {
	font-size: 150%;
	line-height: 150%;
	margin-bottom: 0px;
	color: #ff0000;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
	margin-right: 4px;
}

h3 {
	color: gray;
	font-size: 150%;
	line-height: 150%;
	margin-bottom: 3px;
	text-align: left;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
}

h4 {
	font-size: 100%;
	line-height: 100%;
	margin-bottom: 1px;
	color: #333333;
	line-height: 1.3em;
	margin-left: 10px;
	color: gray;
}

h5 {
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 0px;
}

h6 {
	border-right-color: #cccccc;
	font-size: 10px;
	padding-right: 0.3em;
	margin-right: 4px;
	text-align: left;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 3px;
	color: gray;
}

LI {
	line-height: 2em;
	margin-right: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f0f0f0;
	margin-top: 0px;
	font-size: 90%;
}

hr {
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-color: #cccccc;
	width: 750px;
}