@import url(defaultreset.css);

body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", "ＭＳ Ｐゴシック", "sans-serif";
	background-repeat: repeat-x;
	font-size: 85%;
	background-color: #fefaf7;
}
a {
	color: #ed7310;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}
strong {
	font-weight: bold;
}
.clearfix:after { 
	content: url(../images/common/pixel.gif); 
	display: block; 
	clear: both; 
	height: 0;
}
.clearfix {
	 zoom: 1;/*for IE 5.5-7*/
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.bold {
	font-weight: bold;
}
.red {
	color: #F91F00;
}
.blue {
	color: #1200FF;
}
.txt-right {
	text-align: right;
}
span.red-line{
    text-decoration: line-through;
    text-decoration-color: #F91F00;
}
span.red-line span{
    color: #333;
}
h4 span.h4line {
    text-decoration: line-through;
    text-decoration-color: #F91F00;
}

.line-through {
    text-decoration: line-through;
}



.font-1_2 {
	font-size: 1.2em;
}
.m-t_0 {
	margin-top: 0px !important;
}
.m-t_5 {
	margin-top: 5px !important;
}
.m-t_10 {
	margin-top: 10px !important;
}
.m-t_15 {
	margin-top: 15px !important;
}
.m-t_20 {
	margin-top: 20px !important;
}
.m-t_30 {
	margin-top: 30px !important;
}

.p-t_0 {
	padding-top: 0px !important;
}
.p-t_5 {
	padding-top: 5px !important;
}
.p-t_10 {
	padding-top: 10px !important;
}
.p-t_15 {
	padding-top: 15px !important;
}
.p-t_20 {
	padding-top: 20px !important;
}

.m-l_0 {
	margin-left: 0px !important;
}
.m-l_5 {
	margin-left: 5px !important;
}
.m-l_10 {
	margin-left: 10px !important;
}
.m-l_15 {
	margin-left: 15px !important;
}

.p-l_0 {
	padding-left: 0px !important;
}
.p-l_5 {
	padding-left: 5px !important;
}
.p-l_10 {
	padding-left: 10px !important;
}
.p-l_15 {
	padding-left: 15px !important;
}
.p-l_1em {
	padding-left: 1em !important;
}

.m-b_0 {
	margin-bottom: 0px !important;
}
.m-b_5 {
	margin-bottom: 5px !important;
}
.m-b_10 {
	margin-bottom: 10px !important;
}
.m-b_15 {
	margin-bottom: 15px !important;
}

.p-b_0 {
	padding-bottom: 0px !important;
}
.p-b_5 {
	padding-bottom: 5px !important;
}
.p-b_10 {
	padding-bottom: 10px !important;
}
.p-b_15 {
	padding-bottom: 15px !important;
}

.img-r {
	float: right;
	margin: 0px 0px 15px 15px;
}
.img-l {
	float: left;
	margin: 0px 15px 15px 0px;
}


div#wrapper {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/main_bg_top.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
div#header {
	background-image: url(../images/common/hd-bg.png);
	background-repeat: no-repeat;
	height: 95px;
	position: relative;
}
div#main {
	padding-right: 35px;
	padding-left: 35px;
	margin-top: 40px;
	background-image: url(../images/common/main_bg.png);
	background-repeat: repeat-y;
}
div#menuarea {
	width: 210px;
	float:left;
}

div#contents {
	float: right;
	width: 660px;
	line-height: 1.6;
}
div#footer {
	height: 26px;
	background-image: url(../images/common/ft-bg.png);
	background-repeat: no-repeat;
	color:#FFFFFF;
	text-align: center;
	font-size:85%;
	line-height: 1.5;
	padding-top: 5px;
}

div#menuarea ul#menu li {
	background-image: url(../images/common/menu_bg_on.gif);
	background-repeat: no-repeat;
	height: 49px;
	font-size: 110%;
}

div#menuarea ul#menu li a {
	background-image: url(../images/common/menu_bg.gif);
	background-repeat: no-repeat;
	height: 32px;
	display: block;
	padding: 17px 5px 0px 15px;
	text-decoration: none;
	color: #333333;
}

div#menuarea ul#menu li a:hover {
	background-image: none;
}

div#menuarea ul#pdf {
	margin-top: 30px;
}
div#menuarea ul#pdf li {
	margin-top: 10px;
}

div#menuarea div#contact {
	margin-top: 30px;
	border: solid 1px #b3b3b3;
	background-color: #f2f2f2;
}

div#menuarea div#contact p,
div#menuarea div#contact address {
	padding: 7px;
	font-size: 90%;
	line-height: 1.5;
}

div#header h1 {
	position: absolute;
	left: 35px;
	top: 15px;
}

div#main div#pagetop {
	text-align: right;
	clear: both;
	padding: 30px 0px 0px;
}

div#contents div#notice {
    margin-top: 30px;
    padding: 1em;
    border: 3px solid #d8677d;
}
div#contents div#notice dl dt {
    font-size: 125%;
    font-weight: bold;
    color: #d8677d;
    margin-bottom: .5em;
}


div#contents div#update {
	padding-top: 30px;
}

div#contents div#update dl {
	margin-top: 5px;
}

div#contents div#update dl dt {
	clear: left;
	float: left;
	width: 9em;
	background-image: url(../images/common/blt.gif);
	background-repeat: no-repeat;
	background-position: 10px 1em;
	padding: 8px 0px 10px 1.7em;
}

div#contents div#update dl dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b2b2b2;
	padding: 8px 0px 10px 10.7em;
}

div#contents div.border {
	border: solid 2px #3a9857;
	margin: 30px 0px;
}

div#contents h2 {
	height: 28px;
	background-image: url(../images/common/hdln2-bg.gif);
	background-repeat: no-repeat;
	font-size:120%;
	line-height: 1;
	padding: 12px 0px 0px 20px;
	font-weight: bold;
}

div#contents h3{
	position: relative;
	font-size: 1.143em;
	line-height: 1.250em;
	font-weight: bold;
	border-top: 2px solid #3a9857;
	background-color: #e8fcee;
	padding: 10px 15px 8px 32px;
	margin: 30px 0px 0px;
}
div#contents h3:after {
	position: absolute;
	top: .7em;
	left: .6em;
	z-index: 2;
	content: '';
	width: 10px;
	height: 10px;
	border: 3px solid #3a9857;
	border-radius: 100%;
}


div#contents h4 {
	color: #3a9857;
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 1px dotted #3a9857;
	padding-bottom: 3px;
	line-height: 1.25;
	margin-top: 20px;
}
div#contents h5 {
	color: #3a9857;
	font-weight: bold;
	border-left: 8px solid #3a9857;
	padding-left: 1em;
	font-size: 1.15em;
	margin-top: 20px;
}


div#contents p,
div#contents ul,
div#contents ol {
	margin: 10px 0px 0px 0px;
}

div#contents ul li {
	background-image: url(../images/common/blt_circle.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0px 0px 0px 15px;
}
div#contents ol li {
	list-style-type: decimal;
	margin: 0px 0px 0px 20px;
}
div#contents table.tbl-dsgn,
div#contents table.tbl-dsgn2 {
	margin: 10px 0px 0px 0px;
	border: 1px solid #999999;
}
div#contents table.tbl-dsgn th {
	background-color: #EC8532;
	color: #FFFFFF;
	font-weight: bold;
}
div#contents table.tbl-dsgn2 th {
	background-color: #8E8E8E;
	color: #ffffff;
}
div#contents table.tbl-dsgn th, div#contents table.tbl-dsgn td,
div#contents table.tbl-dsgn2 th, div#contents table.tbl-dsgn2 td {
	border: 1px dotted #333333;
	padding: 5px 10px;
}

div#contents table.tbl-smpl {
	margin: 10px 0px 0px 0px;
}
div#contents table.tbl-smpl th, div#contents table.tbl-smpl td {
	padding: 3px 5px;
	vertical-align: top;
}
div#contents table p,
div#contents table ul,
div#contents table ol {
	margin: 5px 0px 0px 0px;
}
div#contents div.btn_registration {
	margin: 30px 0px 0px 0px;
	text-align: center;
}
div#contents table.tbl-dsgn th.th-dsgn {
	background-color: #FFE6D3;
	color: #000000;
	font-weight: normal;
}

div#contents dl.dl-dsgn dt,
div#contents dl.dl-dsgn1 dt {
	float: left;
	color: #4d4d4d;
	font-weight: bold;
	width: 7em;
	padding-top: 10px;
}

div#contents dl.dl-dsgn dt.w-13 {
    width: 13em;
}

div#contents dl.dl-dsgn dd,
div#contents dl.dl-dsgn1 dd{
	padding-left: 7em;
	padding-top: 10px;
}

div#contents dl.dl-dsgn1 dt {
	padding-top: 2px;
}


div#contents dl.dl-dsgn1 dd {
	padding-top: 2px;
}

a img:hover {
	filter: alpha( opacity=65 );         /* ie 6 7 */
	-ms-filter: "alpha( opacity=65 )";   /* ie 8 */
	opacity: 0.8;
	zoom:1;
}

p.box {
	text-align: center;
	margin: 50px auto !important;
	border: solid 2px #A49D6B;
	background-color: #FFFDEF;
	padding: 30px 0px;
	width: 500px;
}

p.l-box {
    width: 600px;
    display: flex;
    justify-content: space-around;
}

.button,
.button_end {
	display: inline-block;
	width: 210px;
	text-align: center;
	text-decoration: none;
	outline: none;
    padding-top: .75em;
	padding-bottom: .75em;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.143em;
	line-height: 150%;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
    background: #dc770b;
 	background-image: -webkit-linear-gradient(top, #feba4e, #dc770b);
  	background-image: -moz-linear-gradient(top, #feba4e, #dc770b);
  	background-image: -ms-linear-gradient(top, #feba4e, #dc770b);
  	background-image: -o-linear-gradient(top, #feba4e, #dc770b);
  	background-image: linear-gradient(to bottom, #feba4e, #dc770b);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feba4e',  endColorstr='#dc770b', GradientType=0 );
    border-color: #e65c00;
}

.button:hover {
	background: #e89338;
	background-image: -webkit-linear-gradient(top, #fdca78, #e89338);
  	background-image: -moz-linear-gradient(top, #fdca78, #e89338);
  	background-image: -ms-linear-gradient(top, #fdca78, #e89338);
 	background-image: -o-linear-gradient(top, #fdca78, #e89338);
 	background-image: linear-gradient(to bottom, #fdca78, #e89338);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdca78',  endColorstr='e89338', GradientType=0 );
}

.button_end {
	background: #606060;
	background-image: -webkit-linear-gradient(top, #d8d8d8, #606060);
	background-image: -moz-linear-gradient(top, #d8d8d8, #606060);
	background-image: -ms-linear-gradient(top, #d8d8d8, #606060);
	background-image: -o-linear-gradient(top, #d8d8d8, #606060);
	background-image: linear-gradient(to bottom, #d8d8d8, #606060);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8',  endColorstr='#606060', GradientType=0 );
    text-shadow: 1px 1px 1px #606060;
    border-color: #606060;
}

div#contents ul.markpdf li {
	background-image: url("../images/common/icon_1r_24.png");
	background-repeat: no-repeat;
	background-position: left -3px;
	padding: 0px 0px 0px 30px;
    margin: 0.5em 0;
    line-height: 2em;
}