@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../images/bodybg_top.png);
	background-position: top;
	background-color: #000d3d;
	color: #000;
	background-repeat: repeat-x;
}
img {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	text-decoration: none;
}

a:link {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}




#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
.logo{
	position:absolute;
    right: 10px;
    top: 18px;
}

#main {
	width: 900px;
	background-color: #FFF;
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-y;
}
#main .time {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}
#main .content {
	width: 870px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#main  .content  .bbox {
	width: 760px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#main .content h2 {
	background-color: #004FA3;
	text-align: left;
	width: 830px;
	background-image: url(../images/navi01.png);
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000D3D;
	height: 22px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 50px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#main .content h3 {
	background-image: url(../images/navi_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	height: 16px;
	width: 820px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0053A9;
	padding-left: 25px;
	font-size: 14px;
	margin-left: 17px;
	margin-bottom: 5px;
	color: #000;
}
#main .content p {
	text-align: left;
	width: 800px;
	padding-left: 45px;
	padding-right: 30px;
	line-height: 140%;
	padding-bottom: 10px;
	font-size: 14px;
	color: #000;
}

#commentbox  {
	line-height: 130%;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	background-color: #FFF;
	background-repeat: repeat-x;
	width: 898px;
}
#commentbox  #company_nabi {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #172B59;
	border-right-color: #172B59;
	border-bottom-color: #172B59;
	border-left-color: #172B59;
	background-color: #004FA3;
}
#commentbox  #company_nabi .nabi{
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 10px;
	height: 26px;
	width: 880px;
	padding-top: 10px;
	padding-bottom: 4px;
}
#commentbox  #company{
	width: 885px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	text-align: left;
	line-height: 150%;
	color: #000;
	padding-top: 20px;
}



#footer {
	color: #FFF;
	background-color: #004FA3;
	padding-top: 40px;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	height: 50px;
	font-weight: bold;
	text-align: center;
	width: 898px;
}
#cb {
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 14px;
	text-align: left;
}

.code_i{
	font-family: inherit !important;
}



/* ボタン修正 */
#FormText{
	padding-top: 5px;
	font-weight: bold;
	color: #F00;
	font-size: 12px;
	text-align: left;
	
}
#button {
	overflow: hidden;	width: 800px;/*K{IIE6Ěöę*/
}
.button_flex{
	display: flex;
	padding-top: 20px;
}
#form {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.red_text{
	color: #F00;
	font-weight: 900;
	font-size: 14px;
    width: 373px;
}
#entry_button{
	text-align: left;
	margin-top: 5px;
}