#main-area{
	font-size: 14px;
    color: #333333;
    background: url(../imgs/bd_bg01.gif) #e9f8ff repeat-x;
}

#kaiyaku-area{
	width: 872px;
    margin: 0 auto;
}

#kaiyaku-header{
	height: 60px;
    width: 866px;
    position: relative;
    padding-right: 6px;
    zoom: 100%;
}

#kaiyaku-header h1{
	float: left;
	margin-bottom: 16px;
    margin-left: 14px;
}

#main{
    margin-bottom: 20px;
    padding-top: 12px;
    background: url(../imgs/main_bg01_s.gif) no-repeat;
}

#contents-area{
    background: url(../imgs/main_bg03_s.gif) left bottom no-repeat;
    padding-bottom: 8px;
}

#contents{
	padding: 9px 0 12px 0;
    background: url(../imgs/main_bg02_s.gif) left repeat-y;
}

#content-box{
    width: 700px;
    margin: 0 auto 40px auto;
    text-align: center;
    display: flex;
    flex-flow: column;
}

#content-box h1{
    background:none;
    font-size: 28px;
    font-weight: bold;
    margin: 24px 0 32px 0;
    line-height: initial;
}

.page-position {
	border-bottom: 1px solid #E3E3E3;
	margin: 1% auto 20px auto;
	padding: 1% 0 1% 0;
	text-align: center;
}
/* for IE 10,11*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: none) {
	.page-position{
		border-bottom: 1px solid #E3E3E3;
		margin: 1% auto 20px auto;
		padding: 1% 0 1% 0;
		width: 115px;
	}
}
.page-position-active{
	font-size: 16px;
	font-weight: bold;
	padding: 0 1px 0 1px;
}
.page-position-inactive{
	font-size: 16px;
	color: #7E7E7E;
	padding: 0 1px 0 1px;
}

.checkmark-box{
	text-align: center;
	margin-top: 20px;
}
.checkmark-box-msg{
  font-weight: bold;
  margin : 10px 20px 40px 20px;
}

.check-text{
	line-height:20px;
}

.gray-bar{
	height: 1px;
    border: none;
    background-color: #E3E3E3;
    margin: 0 0 0 14px;
    width: 795px;
    margin-left: 40px;
}

.kaiyaku-text{
	margin-top:32px;
	margin-bottom:32px;
	margin-left: 40px;
	width: 795px;
}

.link-area{
	line-height:40px;
	text-align: center;
}

#footer{
	margin-top: 64px;
	margin-left: 40px;
	clear: both;
	padding-top: 15px;
	width: 795px;
	border-top: 1px solid #cecece;
	zoom: 100%
}

#main-area a{
	color: #0077CC;
	text-decoration: none;
}