@charset "Shift_JIS";
a {
	text-decoration: none;
	color: #336633;
}
a:hover {
	color: #003399;
	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;
}
.text-110 {
	font-size: 110%;
	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;
	text-align: left;
}

img {
	border: 0px;
}

/*クリア*/
.clear_both {
	clear: both;
	font-size: -999px;
	height: 1px;
}
