@charset "shift_jis";
* {
	padding: 0px;
	/*text-align: center;*/
	margin: 0px;
}
body {
	font-size: 14px;
	line-height: 150%;
	color: #000000;
	/*text-align: left;*/
	background-color: #02AFFF;
	background-image: url(../images/bodybg_top.png);
	background-repeat: repeat-x;
	background-position: center top;

}
/*img {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}*/
#form {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	/*text-align: center;*/
	padding-top: 20px;
}
.comment01  {
	font-size: 12px;
	color: #F00;
	text-align: center;
}
a {
	text-decoration: none;
}

a:link {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}



#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
.logo{
	position: absolute;
    left: 24px;
    top: 16px;
}
#topimg {
	background-color: #03AFFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#button {
	overflow: hidden;	width: 830px;/*K{IIE6̕*/
}
.button_flex{
	display: flex;
}
#button ul li{
	float: left;
	padding-left: 21px;
	padding-right: 21px;
}
#FormText{
	padding-top: 5px;
	font-weight: bold;
	color: #F00;
	font-size: 12px;	
}
#main {
	margin-top: 16px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	/* background-image: url(../images/top_img_0_1.png); */
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 15px;
}
#t_company {
	width: 880px;
	margin-bottom: 17px;
	margin-top: 24px;
}
#t_company tr th {
	width: 470px;
	vertical-align: top;
	font-weight: normal;
	padding-left: 32px;
	text-align: left;
}
#ContractBtn {
	clear: both;
	overflow: hidden;
	padding-left: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.content {
	margin-right: auto;
	margin-left: auto;
	width: 880px;
}
.content p {
	/*text-align: left;*/
	padding-left: 25px;
	padding-top: 3px;
	padding-right: 25px;
	color: #000000;
}
h2 {
	background-color: #F00;
	width: 820px;
	background-image: url(../images/navi01.png);
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	height: 20px;
	/*text-align: left;*/
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding-left: 60px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #900;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 7px;
	margin-left: 58px;
}
h3 {
	background-image: url(../images/navi_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	/*width: 840px;*/
	/*text-align: left;*/
	padding-left: 40px;
	font-size: 16px;
	background-color: #FFF;
	margin-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	font-weight: bold;
}
.important {
	color: #F00;	
}
#footer {
	background-color: #FFF;
	height: 50px;
	padding-top: 20px;
	width: 880px;
	font-weight: bold;
	color: #F00;
	text-align: center;
	margin-right: auto;
	margin-left: auto;

}



.code_i{
	font-family: inherit !important;
}

.red_text{
	color: #F00;
	text-align: center;
	font-weight: 900;
	font-size: 14px;
	display: inline-block;
    width: 373px;
}

.taisyo{
	border: 2px solid black;
	display: inline-block;
	padding: 6px 16px;
	margin-right: 12px;
	width: 54px;
	text-align: center;
}

.taisyo_box{
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	margin-left: 20px;
}

.example{
	margin-top: 8px;
}