@charset "utf-8";
h2 {
	background-image: url(images/bg_h2.png);
	background-repeat: repeat-x;
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #069;
	text-align:left;
}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	color: #666;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align:left;
}

h4 {
	background-color: #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 75px;
	text-align: center;
	line-height: 22px;
}

h5 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	width: 98%;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	height: 18px;
	background-color: #999;
}
h6 {
	font-size: 14px;
	line-height: 16px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #eee;
}


.fltbox3 {
	float: left;
	width: 30%;
	margin-right: 3%;
	margin-bottom: 10px;
}
.fltbox4 {
	float: left;
	width: 22%;
	margin-right: 2%;
	margin-bottom: 10px;
}


/* 一覧表示用テーブル */
.table1 {
	border-collapse: collapse;
	font-size: 14px;
	width: 100%;
	padding-top: 1px;
	border: 1px solid #85D6D6;
} 
.table1 th {
	background-image: url(images/table_head.png);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 16px;
	color: #069;
	border: 1px solid #85D6D6;
}
.table1 td{
	border: 1px solid #85D6D6;
}

/* フォーム用テーブル */
.table2 {
	border: 1px solid #CCCCCC;
	background-color: #FFF;
	border-collapse: collapse;
} 
.table2 th {
	font-size: 12px;
	line-height: 16px;
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.table2 td{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.table3 {
	border-collapse: collapse;
	border: 1px solid #999;
}
.table3 th {
	background-color: #eeeeee;
	background-image: none;
	border: 1px solid #999;
}
.th {
	background-color: #eeeeee;
	background-image: none;
	border: 1px solid #999;
}
.table3 td {
	border: 1px solid #999;
}

.table_noborder tr, .table_noborder th, .table_noborder td {
	border-style:none;
	border-color:#FFFFFF;
}


.underline1 {
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #CCC !important;
}


.underline2  {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.topline2  {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
}

.text10 {
	font-size: 10px;
	line-height: 12px;
}


.text12 {
	font-size: 12px;
	line-height: 14px;
}
.text14 {
	font-size: 14px;
	line-height: 18px;
}
.text16 {
	font-size: 16px;
	line-height: 18px;
}
.text18 {
	font-size: 18px;
	line-height: 19px;
	font-weight: bold;
}
.text18n {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
}
.text20 {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
}
.text22 {
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
}

.text_blue {
	color: #06C;
}
.text_red {
	color: #F00;
}
.text_white {
	color: #FFF;
}


.submit_button {
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.al_center {
	text-align: center;
}
.al_right {
	text-align: right;
}

.fl_right {
	float: right;
}

a:link {
	color: #06F;
	text-decoration: underline;
}
a:visited {
	color: #06F;
	text-decoration: underline;
}
a:hover {
	color: #09F;
	text-decoration: none;
}
a:active {
	color: #06F;
	text-decoration: underline;
}


.page_on {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #888888;
}
.page_off {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #DDDDDD;
}
.page_off a {
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #0066CC;
	font-size: 18px;
	text-decoration: none;
}
.page_more {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #333333;
	font-size: 18px;
	background-color: #DDDDDD;
}