@charset "Shift_JIS";

TD {
	font-size: 90%;
}

TH{
	font-size : 90%;
}

BODY {
	font-size: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image : url(back2.gif);
	background-position: center center;
}

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

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

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

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

h3 {
	font-size: 100%;
	line-height: 100%;
	margin-bottom: 0px;
	color: #333333;
	line-height: 1.3em;
}

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;
}

h4 {
	font-size: 130%;
	line-height: 130%;
	margin-bottom: 0px;
	color: #666666;
	text-align: left;
	margin-right: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
}

H5 {
	font-size : 100%;
	line-height : 100%;
	margin-bottom: 5px;
	color: gray;
	font-weight: normal;
	margin-top: 3px;
}

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;
}

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

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

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

.container{
	background-color: #D3E4ED;
	-webkit-border-radius: 5px;	/* SafariAGoogle Chrome */
	-moz-border-radius: 5px;	/* Firefox */
}

.container_top{
	background-color: #cccccc;
	-webkit-border-radius: 5px 5px 0 0;	/* SafariAGoogle Chrome */
	-moz-border-radius: 5px 5px 0 0;	/* Firefox */
}

.container_g{
	background-color: #f0f0f0;	background-color: #D3E4ED;
	-webkit-border-radius: 5px;	/* SafariAGoogle Chrome */
	-moz-border-radius: 5px;	/* Firefox */
}

.colored {
	background-color: ;
}

.ff {
	color: rgb(255, 255, 255);
}