@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
}
p {
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
blockquote {
	margin-right: 20px;
	margin-left: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
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;
}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	background-image: url(images/bg_h3.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	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;
}

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: 14px;
	line-height: 14px;
	font-weight: bold;
	width: 98%;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(images/bg_h5.png);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 17px;
	height: 18px;
}
h6 {
	font-size: 14px;
	line-height: 16px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #eee;
}

/* 一覧表示用テーブル */
.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;
}
.table3 td {
	background-color: #FFF;
	border: 1px solid #999;
}

.table_noborder th {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.table_noborder td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



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


.underline2  {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-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;
}

#toolbar {
	color: #FFF;
	background-color: #999;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #666;
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: fixed;
	z-index: 100;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#main_area {
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 96%;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 0px;
	margin-left: 2%;
}
