@charset "Shift_JIS";
html {
	height: 100%;
}
a {
	text-decoration: none;
	color: #006699;
}
a:hover {
	color: #FF9933;
	text-decoration: underline;
}


.fontsize-70 {
	font-size: 70%;
	line-height: 1.5em;
}
.fontsize-80 {
	font-size: 80%;
	line-height: 1.5em;
}
.fontsize-90 {
	font-size: 90%;
	line-height: 1.5em;
}
.fontsize-100 {
	font-size: 100%;
	line-height: 1.5em;
}


h1,h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}

p 
 {
	margin: 0px;
	padding: 0px;
}

td {
	text-align: left;
}
th {
	font-weight: normal;
	text-align: center;
}

sup {
	color: #FF0000;
}
input,TEXTAREA,select {
	background-color: #E7F6F3;
	border: 1px solid #59BCAD;
}

.right {
	clear: right;
	float: right;
	margin-left: 5px;
}

.left {
	clear: left;
	float: left;
	margin-right: 5px;
}

dl,dt,dd,ul,ol,li{
	margin: 0px;
	padding: 0px;
	list-style:none;
}

img {
	border: 0px;
}
.clear_both {
	clear: both;
}
.txt_red {
	color: #FF0000;
}
.txt_blue {
	color: #003399;
}
.txt_green {
	color: #006633;
}

.txt_strong {
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.line {
	background-image: url(../image/line.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 20px;
}

