@charset "UTF-8";
/* CSS Document */

/* All common ==== */

*{
	margin:0;
	padding:0;
	}
body,p,h1,h2,h3,h4,h5,li,dt,dd,address,td,th{
	color:#000;
	font: 16px/1.5 verdana, Helvetica, arial, "Lucida Grande","Lucida Sans Unicode", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	}

/* ====================================================================================================== */

/* Font size ==== */

h1,h2,h3,h4,h5,th{
	font-weight:bold;
	}
.f_100{
		font-size:100%;
		}

.s{
	font-size:14px;
	}
.ss{
	font-size:10px;
	}

.color_w{
	color:#FFFFFF;
	}
.emphasis{
	font-weight:bold;
	color:#000066;
	}


.photo_r{
	float:right;
	margin:0 0 10px 10px;
	}


/* ====================================================================================================== */

/* Base ==== */
img{
	border:none;
	}	
	
br.clear{
	display:block;
	width:auto;
	clear:both;
	line-height:0%;
	}	

.b{font-weight:bold;}


/* ====================================================================================================== */
#header{
	width:800px;
	height:89px;
	}
	
	.inheader{
		margin-bottom:20px;
		}
	
.menu{
	display:block;
	width:800px;
	height:43px;
	position:relative;
	}
	.menu dl{
		display:block;
		position:absolute;
		top:0;
		}	
	.menu dt,.menu dd{
		display:inline;
		}
		.menu01{
			width:261px;
			left:0;
			}
		.menu02{
			width:210px;
			left:261px;
			}
		.menu03{
			width:168px;
			left:471px;
			}
		.menu04{
			width:161px;
			left:639px;
			}	
	
.pagetitle{
	margin-left:5px;
	}	
.dotline{
	margin:5px 0;
	}
	.dotline2{
		margin:5px 0 5px 10px;
		}	
.square_margin{
	margin-left:3px;
	}
.table_inspection td{
	padding:3px;
	}
.table_visitor td{
	padding:2px;
	}	
	
.postion{
	margin-top:5px;
	margin-left:15px;
	}	


/*index.html*/
.lastmodify{
	width:165px;
	padding:2px 0 2px 635px;
	background:url(images/bg_lastmodify.gif) no-repeat right bottom;
	margin-bottom:53px;
	}
.topimage{
	display:block;
	width:800px;
	position:relative;
	}
	.kouki a{
		display:block;
		width:142px;
		height:27px;
		position:absolute;
		top:85px;
		left:587px;
		}
	.btn_index{
		display:block;
		width:117px;
		position:absolute;
		top:302px;
		right:28px;
		}



/*training.html*/
.bg_gray{
	background-color:#f1f1f1;
	padding:10px 10px;
	margin:10px 0 0 0;
	position:relative;
	width:630px;
	}
	ol.bg_gray{
		padding-left:50px;
		width:590px;
		margin:0 0 20px;
		}
	.bg_gray dt{
		font-weight:bold;
		color:#003399;
		position:absolute;
		left:1em;
		}
	.bg_gray dd{
		padding:0 0 0 170px;
		}
		.bg_gray dd span{
			display:block;
			padding:10px 0;
			}
		.inspection{
			width:200px;
			float:right;
			margin:5px 10px 15px 10px;
			}
	.link_pdf{
		background:url(images/icn_pdf.gif) no-repeat left center;
		padding-left:25px;
		}	
.table_traning01{
	width:650px;
	margin:10px 0 5px;
	}	
	.table_traning01 th{
		background-color:#003399;
		color:#fff;
		border-bottom:solid 1px #fff;
		border-right:solid 1px #fff;
		}
	.table_traning01 th.th_time{
		background-color:#C7EBFF;
		color:#000000;
		}
	.table_traning01 td{
		padding:5px 10px;
		text-align:center;
		background-color:#E6F6FF;
		width:90px;
		border-bottom:solid 1px #fff;
		border-right:solid 1px #fff;
		}
		.table_traning02 {
			margin-top:0;
			}
		.table_traning02 th{
			text-align:left;
			padding-left:10px;
			padding-right:10px;
			width:150px;
			}
		.table_traning02 td{
			text-align:left;
			padding-left:10px;
			width:auto;
			}
		.table_traning01 .table_second{
			margin:10px 0 ;
			}
			.table_traning01 .table_second td{
				padding:0 0 0 10px;
				text-align:left;
				width:auto;
				border:none;
				}

/*text-indent*/
{
	text-indent:-9999px;
	font-size:xx-small;
	line-height:0%;
	overflow:hidden;
	}		
