@charset "Shift_JIS";
a {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	color: #CC0000;
	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;
}

/*Hタグ指定*/
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;
}

.right {
	clear: right;
	float: right;
	margin-left: 5px;
}

/*リスト指定*/
dl,dt,dd,ul,ol,li{
	margin: 0px;
	padding: 0px;
	list-style:none;
}

img {
	border: 0px;
}

.table_90 td {
	font-size: 90%;
	line-height: 1.5em;
	padding: 2px;
}
.table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 90%;
	line-height: 1.5em;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.table th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 90%;
	line-height: 1.5em;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}

.table2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.table2 td {
	font-size: 90%;
	line-height: 1.5em;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.table3 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.table3 td {
	font-size: 90%;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

sup {
	color: #FF0000;
}
input,TEXTAREA,select {
	background-color: #E7F6F3;
	border: 1px solid #59BCAD;
}

.line_800 {
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
