@charset "Shift_JIS";
a {
	text-decoration: none;
	color: #00A9DE;
}
a:hover {
	color: #006C5E;
	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,h2,h3,h4,h5 {
	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;
}
.dot_line2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0E9889;
	width: 567px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.right {
	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;
}
/*リスト指定*/
dl,dt,dd,ul,ol,li{
	margin: 0px;
	padding: 0px;
	list-style:none;
}

img {
	border: 0px;
}
.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: 3px;
}
.table2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.table2 td {
	font-size: 90%;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 3px;
}

.table3 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.table3 td {
	font-size: 90%;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.line {
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 21px;
	line-height: 0px;
}
