/*固定サイズフォント*/

.font-3 {
	font-size: 10px;
	line-height: 1.6em;
}
.font-4 {
	font-size: 12px;
	line-height: 1.6em;
}
.font-5 {
	font-size: 14px;
	line-height: 1.5em;
}

.font-6 {
	font-size: 18px;
	line-height: 1.5em;
}

/*変倍化サイズフォント*/
.text-70 {
	font-size: 70%;
	line-height: 1.5em;
}
.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;
}
h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
}

/*Pタグ指定*/
p 
 {
	margin: 0px;
	padding: 0px;
}

/*Aタグ指定*/
a {
  text-decoration: none;
  color: #CC0000;
}
a:hover {
  color: #3366FF;
  text-decoration: underline;
}
.margin-bottom-5px {
	margin-bottom: 5px;
}
/*テーブルライン指定*/
.table_line {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}
.td_line td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	line-height: 1.4em;
}
.td_line0 td {
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
}
.td_waku {
	border: 3px double #6681D2;
	padding: 5px;
	line-height: 1.5em;
}

.td_waku_orange {
	border: 3px double #FF6600;
	font-weight: bold;
	text-align: center;
	width: 150px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 110%;
}
.td_waku_green {
	border: 3px double #339933;
	font-weight: bold;
	text-align: center;
	width: 150px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 110%;
}
.td_waku_blue {
	border: 3px double #006699;
	font-weight: bold;
	text-align: center;
	width: 150px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 110%;
}
/*ライン指定*/
.line_hr {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-top: 15px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}
/*フォーム指定*/
.form_style {
	border: 1px solid #D1C8F3;
	margin: 3px;
}
