@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
	font-family: "Meiryo UI","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
p {
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
blockquote {
	margin-right: 15px;
	margin-left: 15px;
	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;
}
h1 {
	font-size:22px;
}
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;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #969;
	text-align: center;
}

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: 18px;
	line-height: 22px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	color: #666;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCC;
}
/* 一覧表示用テーブル */
.table1 {
	border-collapse: collapse;
	font-size: 14px;
	padding-top: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #85D6D6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #85D6D6;
} 
.table1 th {
	background-image: url(images/table_head.png);
	background-repeat: no-repeat;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #85D6D6;
	border-bottom-color: #85D6D6;
	border-right-width: 1px;
	border-bottom-width: 1px;
	font-size: 12px;
	line-height: 16px;
	color: #069;
}
.table1 .td_line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85D6D6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #85D6D6;
}
.table1 .td_line2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85D6D6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #85D6D6;
	background-color: #f0f0f0;
}
.table1 .td_line_sun {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85D6D6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #85D6D6;
	background-color: #FFE2E2;
}
.table1 .td_line_sat {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85D6D6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #85D6D6;
	background-color: #DFF;
}




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


.table2 .btn  {
	background-color: #EEEEEE;
	text-align: center;
	border-bottom-style: none;
}
.table2 select,
.table2 textarea {
margin-bottom: 5px;
}
.table3 {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
}
.table3 th {
	background-color: #eeeeee;
	border-right-style: solid;
	background-image: none;
	border-right-width: 1px;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.table3 td {
	background-color: #FFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #999;
	border-bottom-color: #999;
}


.table_gray {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}
.table_gray th {
	background-color: #f0f0f0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-image: none;
	color: #000;
}
.table_gray td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}




.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: #AAA;
}

.underline3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
}

.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_green {
	color: green;
}
.text_white {
	color: #FFF;
}
.font_old {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}



.submit_button {
	font-size: 16px;
	font-weight: normal;
	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;
}

.submenu_on a  {
	background-color: #999999;
	border: 1px solid #999;
	color: #FFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.submenu_off a  {
	background-color: #f0f0f0;
	border: 1px solid #CCC;
	color: #666;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.submenu_off a:hover {
	background-color: #999999;
	border: 1px solid #999;
	color: #FFF;
}

@media print{
#head_area {
    display:none;
    }
.noprint {
    display:none;
    }
}

.table_print {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.table_print .th_line {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #eeeeee;
	font-weight: normal;
	text-align: left;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.table_print .td_line {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #FFFFFF;
}

.submit_button {
	font-size: 18px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

textarea, input[type="text"], input[type="number"], select {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AAA;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #AAA;
	font-size: 1.1em;
	line-height: 1.1em;
	padding: 1px;
}

.w30 {
	width: 120px;
}
.w50 {
	width: 200px;
}
.w75 {
	width: 300px;
}

.w100 {
	width: 450px;
}


.nav_none {
	display:inline-block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	border:1px solid #FFFFFF;
}
.nav_on {
	display:inline-block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #CCCCCC;
}
.nav_off {
	display:inline-block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	border:1px solid #CCCCCC;
}
.nav_off a {
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #666666;
	font-size: 18px;
	text-decoration: none;
}
.nav_more {
	display:inline-block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 7px;
	text-align: center;
	color: #333333;
	font-size: 14px;
}
