@charset "Shift_JIS";
/*固定サイズフォント*/

.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: #CC3300;
}
a:hover {
  color: #3366FF;
  text-decoration: underline;
}

/*リスト指定*/
dl,dt,dd,ul,ol,li{
	margin: 0px;
	padding: 0px;
}

.ul_margin {
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 20px;
}


.ol_margin {
	list-style-type: decimal;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 30px;
}

/*タイトル青*/
.title_blue {
	font-size: 105%;
	font-weight: bold;
	color: #5A6BB1;
	line-height: 1.3em;
}
/*タイトル赤*/
.title_red {

	font-size: 105%;
	font-weight: bold;
	color: #CC0000;
	line-height: 1.3em;
}
/*タイトル茶色*/
.title_brown {
	font-size: 105%;
	font-weight: bold;
	color: #7F610E;
	line-height: 1.3em;
}
.midashi_b {
	font-size: 100%;
	color: #2E58AF;
	background-color: #D9ECFD;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
}
.midashi_g {
	font-size: 100%;
	color: #009C95;
	background-color: #CFF1E9;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
}
.midashi_r {
	font-size: 100%;
	color: #D4557B;
	background-color: #FDE9F6;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
}
.midashi_o {
	font-size: 100%;
	color: #FF6701;
	background-color: #FFFECF;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
}

.waku_y {
	font-size: 90%;
	line-height: 1.5em;
	background-color: #FCF2BD;
	text-align: center;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #FFCC66;
}
.waku_b {
	font-size: 90%;
	line-height: 1.5em;
	text-align: left;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #92A5C8;
}
.waku_dot {
	font-size: 90%;
	line-height: 1.5em;
	text-align: left;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dotted #CCCCCC;
	background-color: #EEEEEE;
}
.dotline {
	font-size: 100%;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
hr {
	margin-top: 5px;
	margin-bottom: 5px;
}
.margin-bottom-5px {
	margin-bottom: 5px;
}

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

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

img {
	border: 0px;
}
td {
	text-align: left;
}
th {
	font-weight: normal;
	text-align: center;
}


.right {
	clear: right;
	float: right;
	margin-left: 5px;
}

.left {
	clear: left;
	float: left;
	margin-right: 5px;
}

dl,dt,dd,ul,ol,li{
	margin: 0px;
	padding: 0px;
	list-style:none;
}

.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: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.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: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-weight: normal;
	text-align: center;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}

