@import url(defaultreset.css);

body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", "ＭＳ Ｐゴシック", "sans-serif";
	background-image: url(../images/common/bg.gif);
	background-repeat: repeat;
	font-size: 0.875em;
	color: #404040;
}
a {
	color: #476fcc;
	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;
}
.ita {
	font-style: italic !important;	
}
.undrln {
	text-decoration: underline;
}
.red {
	color: #DA361F;
}
.brown {
	color: #663509;
}
.txt-right {
	text-align: right;
}
.m_0 {
	margin: 0px !important;
}
.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;
}
.m-t_40 {
	margin-top: 40px !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;
}

.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;
}
.m-b_20 {
	margin-bottom: 20px !important;
}
.m-b_25 {
	margin-bottom: 20px !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;
}

.fon_12 {
	font-size: 0.857em;
}
.fon_15 {
	font-size: 1.071em;
}
.fon_16 {
	font-size: 1.143em;
}

.img-r {
	float: right;
	margin: 0px 0px 15px 15px;
}
.img-l {
	float: left;
	margin: 0px 15px 15px 0px;
}

a.btn01 {
	color: #27468F;
	background: #fffdbf;
	border: 1px solid #c3be58;
	font-size: 95%;
	padding: 6px 25px;
	width: 12em;
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 1px #FFF;
	/* Firefox */
	background: -moz-linear-gradient(top center, #fffdbf 0%, #f7f494 100%);
	-moz-border-radius: 5px;
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#fffdbf), to(#f7f494));
	-webkit-border-radius: 5px;
	/* 共通 */
	background: linear-gradient(top center, #fffdbf 0%, #f7f494 100%);
	border-radius: 5px;

	/* IE 5.5-7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdbf', endColorstr='#f7f494', GradientType=0);
	/* IE 8+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdbf', endColorstr='#f7f494', GradientType=0)";
	/* IE 10 */
	background: linear-gradient(to bottom, #fffdbf, #f7f494);
}

a.btn01:hover {
	filter: alpha( opacity=75 );        /* ie 6 7 */
	-ms-filter: "alpha( opacity=75 )";  /* ie 8 */
	opacity: 0.75;
	zoom:1;
}
p.btn02 {
	background: url(../images/common/blt02.gif) no-repeat left 0.4em;
	padding: 0px 0px 0px 10px;
}



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;
	background-position: center 95px;
}
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.7;
}
div#in_mainvisual {
	float: right;
	width: 664px;
	margin: 0px 0px 30px 0px;
}

div#footer {
	height: 25px;
	background-image: url(../images/common/ft-bg.png);
	background-repeat: no-repeat;
	color:#FFFFFF;
	text-align: center;
	font-size: 0.857em;
	line-height: 1.2;
	padding-top: 6px;
}
div#contact {
	background-image: url(../images/common/contact_bg.png);
	background-repeat: repeat-y;
	padding: 20px 35px;
}
div#contact div#pc {
	padding: 0px 10px 0px 0px;
}
div#contact div#pc dl dt {
	float: left;
	width: 250px;
}
div#contact div#pc dl dd {
	padding: 0px 0px 0px 250px;
	line-height: 1.4;
	font-size: 0.929em;
}


div#menuarea ul#menu li {
	background-image: url(../images/common/menu_bg_on.gif);
	background-repeat: no-repeat;
	height: 49px;
	font-size: 1em
}

div#menuarea ul#menu li a {
	background-image: url(../images/common/menu_bg.gif);
	background-repeat: no-repeat;
	height: 31px;
	display: block;
	padding: 18px 5px 0px 15px;
	text-decoration: none;
	color: #333333;
}

div#menuarea ul#menu li a:hover {
	background-image: none;
}


div#menuarea div#link {
	margin-top: 30px;
	border: solid 1px #b3b3b3;
	background-color: #f2f2f2;
}
div#menuarea div#link ul {
	margin: 7px 12px 10px 12px;
	font-size: 0.857em;
	line-height: 2.0;
}
div#menuarea div#link ul li {
	background-image: url(../images/common/blt02.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding: 0px 0px 0px 10px;
}
div#menuarea div#link ul li a {
	text-decoration: none;
}
div#menuarea div#link ul li a:hover {
	text-decoration: underline;
}



div#header h1 {
	width: 900px;
	height: 63px;
	position: absolute;
	left: 35px;
	top: 15px;
	z-index: 1;
}
div#header #btn_eng {
	width: 110px;
	height: 25px;
	position: absolute;
	right: 37px;
	top: 0px;
	z-index: 2;
}
div#header #btn_eng:hover {
	position: absolute;
	right: 37px;
	top: 2px;
}


div#main div#pagetop {
	clear: both;
	height: 60px;
	overflow: hidden;
	text-align: right;
}
div#main div#pagetop img {
	padding-top: 35px;
}
div#main div#pagetop img:hover {
	padding-top: 30px;
}



div#contents div#update {
	width: 660px;
	padding-top: 30px;
	margin-left: 5px;
}

div#contents div#update dl {
	margin-top: 10px;
	height: 550px;
	overflow-y: scroll;
	padding: 0px 15px 0px 0px;
}

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 1.25em;
	padding: 12px 0px 12px 2.0em;
}
div#contents div#update dl dt:first-child {
	padding: 5px 0px 12px 2.0em;
	background-position: 10px 0.75em;
}

div#contents div#update dl dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b2b2b2;
	padding: 12px 0px 12px 11.5em;
}
div#contents div#update dl dt:first-child+dd {
	padding: 5px 0px 12px 11.5em;
}

div#contents h2 {
	height: 27px;
	background-image: url(../images/common/hdln2-bg.gif);
	background-repeat: no-repeat;
	font-size:1.143em;
	line-height: 1;
	padding: 15px 0px 0px 18px;
	font-weight: bold;
}

div#contents h3 {
	background-image: url(../images/common/hdln3-bg.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 4px 25px;
	margin-top: 30px;
	line-height: 1.4;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #253559;
	border-bottom: 1px solid #5072bf;
	font-size: 1.071em;
}
div#contents h2+h3 {
	margin-top: 15px;
}
div#contents h4 {
	background-color: #EBF0FE;
	margin: 20px 0px 0px;
	padding: 4px 7px 2px;
	border-bottom: 1px solid #D3DEFC;
	font-weight: bold;
	color: #0B2B75;
}
div#contents h5 {
	margin: 20px 0px 0px 10px;
	font-weight: bold;
	padding: 0px 0px 3px 15px;
	background-image: url(../images/common/blt_h5.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	border-bottom: 1px dotted #666;
}
div#contents p,
div#contents ul,
div#contents ol,
div#contents dl {
	margin: 10px 10px 0px 10px;
}

div#contents ul li {
	background-image: url(../images/common/blt_circle.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding: 0px 0px 0px 15px;
}
div#contents ol li {
	list-style-type: decimal;
	margin: 0px 0px 0px 25px;
}
div#contents table.tbl-dsgn,
div#contents table.tbl-dsgn2 {
	margin: 10px 10px 0px 10px;
	border: 1px solid #999999;
}
div#contents table.tbl-dsgn th {
	background-color: #FCFADE;
}
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 #999999;
	padding: 5px 10px;
}

div#contents table.tbl-smpl {
	margin: 10px 10px 0px 10px;
}
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#wrapper div#main div#contents ul.att {
	margin: 10px 0px 0px 10px;
}
div#wrapper div#main div#contents ul.att li{
	background-image: none;
	margin: 0px 0px 0px 0px;
	text-indent: -1em;
}



/*====================sk65 original======================================
=========================================================================*/
#wrapper #main #contents ul.sk65 li,
#wrapper #main #contents ol.sk65 li {
	margin-top: 10px;
}
.txt15 {
	font-size: 1.071em;
}
.txt12 {
	font-size: 0.857em;
}
.txt11 {
	font-size: 0.786em;
}
.sup {
	vertical-align: super;
}
#wrapper #main #menuarea #bnr {
	margin: 20px 0px 0px;
}
#wrapper #main #menuarea #bnr li {
	margin: 10px 0px 0px;
}
div#contents div#update.en dl {
	margin-top: 10px;
	height: 500px;
	overflow-y: scroll;
	padding: 0px 15px 0px 0px;
}


/*==============HOME=============*/
#home div#contents {
	width: 664px;
}




/*=============outline================*/
div#wrapper div#main div#contents dl.otln {
	margin: 10px 10px 0px 10px;
}
div#wrapper div#main div#contents dl.otln dt {
	clear: left;
	float: left;
	padding: 7px 0px 7px 0px;
	color: #354c8c;
}
div#wrapper div#main div#contents dl.otln dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A8A8A8;
	padding: 7px 0px 7px 0px;
}
div#wrapper div#main div#contents dl.otln dt.w3 {
	width: 3em;
}
div#wrapper div#main div#contents dl.otln dd.w3 {
	padding-left: 3.5em;
}
div#wrapper div#main div#contents dl.otln dt.w4 {
	width: 4em;
}
div#wrapper div#main div#contents dl.otln dd.w4 {
	padding-left: 4.5em;
}
div#wrapper div#main div#contents dl.otln dt.w6 {
	width: 6em;
}
div#wrapper div#main div#contents dl.otln dd.w6 {
	padding-left: 6.5em;
}
div#wrapper div#main div#contents dl.otln dt.w7 {
	width: 7em;
}
div#wrapper div#main div#contents dl.otln dd.w7 {
	padding-left: 7.5em;
}
div#wrapper div#main div#contents dl.otln dt.w11 {
	width: 11em;
}
div#wrapper div#main div#contents dl.otln dd.w11 {
	padding-left: 11.5em;
}
div#wrapper div#main div#contents dl.otln dt.w11-5 {
	width: 11.5em;
}
div#wrapper div#main div#contents dl.otln dd.w11-5 {
	padding-left: 12em;
}
div#wrapper div#main div#contents dl.otln dt.w12 {
	width: 12em;
}
div#wrapper div#main div#contents dl.otln dd.w12 {
	padding-left: 12.5em;
}
div#wrapper div#main div#contents dl.otln dt.w18 {
	width: 18em;
}
div#wrapper div#main div#contents dl.otln dd.w18 {
	padding-left: 18.5em;
}
div#wrapper div#main div#contents dl.otln dt.w22 {
	width: 22em;
}
div#wrapper div#main div#contents dl.otln dd.w22 {
	padding-left: 22.5em;
}


div#wrapper div#main div#contents dl.otln.lect dt {
	width: 8em;
}
div#wrapper div#main div#contents dl.otln.lect dd {
	padding: 7px 0px 7px 9em;
}
div#wrapper div#main div#contents dl.otln.appl dt {
	width: 9em;
}
div#wrapper div#main div#contents dl.otln.appl dd {
	padding: 7px 0px 7px 10em;
}

div#contents .tbl-dsgn tr .th2 {
	background-color: #F0F9F0;
}
