@charset "UTF-8";
/*****
 * Style sheet for the HTML5 specification
 * $Id: default.css, level3 auth by T.Shiraishi 2018/03/01 $
 *****/


/**** body style ****/
body {
	margin-right:  0px;
	margin-left:  0px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #414141;
	font-size: 13px;
	font-family: Verdana, sans-serif;
}

/**** base table and image style ****/
table {
	margin-right: 0px;
	margin-left: 8px;
	border-style: none;
	font-size: 13px;
	font-family: Verdana, sans-serif;
}

img {
	border-style: none;
	border-width: 0px;
}

td {
	font-size: 13px;
	font-family: Verdana, sans-serif;
	margin-left: 8px;
}

hr {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #dcdcdc;
	height: 1px;
}

a {
	color: #0c4eb2;
	text-decoration: underline;
}

a:hover {
	color: #9932cc;
	text-decoration: underline;
}


/**** origin class ****/

/** overall layout **/
.layout {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

/** header **/
.header1 {
	background-image: url('../images/header_bg.gif');
	height: 1px;
}

.header2 {
	background-color: #dcdcdc;
	height:1px;
}

/** copyright **/
.copyrt1 {
	width: 920px;
	text-align: center;
	border-color: #c0c0c0;
	border-style: solid;
	border-width: 0px;
	background-color: #dcdcdc;
	margin-right: auto;
	margin-left: auto;
}

.copyrt2 {
	font-size: x-small;
	
}

/** each table style **/
.notice {
	width: 633px;
	vertical-align: top;
	border-width: 2px;
	border-style: solid;
	border-color: #dcdcdc;
	color: #0c4eb2;
}

.s_menu {
	vertical-align: top;
	border-width: 2px;
	border-style: solid;
	border-color: #dcdcdc;
	width: 166px;
}

.m_menu {
	vertical-align: top;
	border-width: 0px;
	border-style: solid;
	border-color: #dcdcdc;
}

.table1 {
	width: 100%;
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	border-color: #dcdcdc;
	border-collapse:collapse;
	margin-left: 8px;
}

.table2 {
	background-color: #ffe3c3;
	border-width: 1px;
	border-style: solid;
	border-color: #dcdcdc;
}

.table3 {
	width: 633px;
	background-color: #ffe3c3;
	border-width: 0px;
	border-style: solid;
}

/** character layout **/
.bold {
	font-weight: bold;
}

.ln {
	font-weight: bold;
	text-decoration: none;
	margin-left: 8px;
}

.margin8 {
	margin-left: 8px;
}

.margin3 {
	margin-left: 3px;
}

.image_r {
	vertical-align: top;
	text-align: right;
}

.under {
	text-decoration: underline;
}

.top50 {
	vertical-align: top;
	width: 50%;
}

/** arrangement **/
.btm {
	vertical-align: bottom;
}

.top {

	vertical-align: top;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

/** color setting **/
.info {
	background-color: #bee0fa;
}

.t_image {
	background-color: #f5f5f5;
	height: 85px;
}

.tddc50 {
	background-color: #dcdcdc;
	width: 50%;
}

.tddf50 {
	background-color: #dfdfff;
	width: 50%;
}

.tddf {
	vertical-align: top;
	background-color: #dfdfff;
}

/** form layout **/
.inpt1 {
	border-color: #dcdcdc;
	border-style: solid;
	border-width: 1pt;
}

.inpt2 {
	border-style: none;
	border-width: 0pt;
	vertical-align: bottom;
	width: 41px;
	height: 20px;
}

/** table width **/
.w {
	width: 1px;
}

.w2 {
 width: 20%;
}

.w3 {
 width: 30%;
}

.w5 {
 width: 50%;
}

.w8 {
 width: 80%;
}

.w10 {
 width: 100%;
}

/** found.cgi **/
.found {
	text-align: right;
	vertical-align: top;
	width: 80%;
}



/* override */
#header + .layout {
	display: none;
}
.s_menu {
	display: none;
}
