@charset "Shift_JIS";
a {
	text-decoration: none;
	color: #880027;
}
a:hover {
	color: #CC6600;
	text-decoration: underline;
}

/*変倍化サイズフォント*/
.text-70 {
	font-size: 70%;
	line-height: 1.4em;
}
.text-80 {
	font-size: 80%;
	line-height: 1.5em;
}
.text-90 {
	font-size: 90%;
	line-height: 1.5em;
}
.text-100 {
	font-size: 100%;
	line-height: 1.5em;
}

/*Hタグ指定*/
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}

/*タグ指定*/
p 
 {
	margin: 0px;
	padding: 0px;
}

td {
	text-align: left;
}

/*点線指定*/
.dot_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
th {
	font-weight: normal;
	text-align: center;
}

.dot_line2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0E9889;
	width: 567px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.right_clear {
	clear: right;
	float: right;
	margin-left: 5px;
}
/*テーブルTD指定*/
.td_center_b {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}
.td_right {
	font-size: 100%;
	text-align: right;
}
.td_center {
	font-size: 100%;
	text-align: center;
}

img {
	border: 0px;
}

.red_txt {
	color: #FF0000;
}

.blue_txt {
	color: #0000FF;
}

.clear_both {
	clear: both;
}
.txt_red {
	color: #FF0000;
}
.txt_blue {
	color: #003399;
}
.txt_green {
	color: #006633;
}
.txt_orange {
	color: #FF6600;
}

.txt_strong {
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
