@import "/csjs/style_reset.css";
@import "/csjs/hed-fot-side.css";
/*--------------------------------------
	コンテンツ部分
---------------------------------------*/
#cnts {
	margin: 0 30px 0 30px;
	padding-bottom: 50px;
	width: 700px;

	clear: both;

	text-align: left;
	color: #000;
}

#cnts h2 {
	margin: 0 0 5px;
	padding: 0;
}

#cnts h3 {
	padding: 40px 0px 20px;
	height: 100%;
	
	clear: both;
}

#cnts h4 {
	margin: 50px 0px 20px 20px;
}

#cnts p {
	padding: 0px 10px 0px 10px;

	line-height: 1.7;
}

#cnts p img.left {
	margin:0px 17px 0px 0px;

	float: left;
}

#cnts p img.right {
	margin:0px 0px 0px 17px;

	float: right;
}

#cnts .box {
	position: relative;
}

#cnts .box span {
	width: 265px;
	text-align: center;
	display: block;
	position: absolute;
	top: 180px;
	left: 0;
	
	font-weight: bold;
	font-size: 12px;
	color: #000;
	line-height: 1.6
}

#cnts img.one_line {
	padding: 0;
	margin: 0;
	float: none;
}

#cnts table {
	margin-top: 80px;
	width: 700px;
	background: #BDD1E8;

	font-size:12px;
	clear: both;
}

	*+html #cnts table {
		margin-top: 80px;
	}
	*html #cnts table {
		margin-top: 80px;
	}

#cnts table td {
	padding: 6px 10px 4px 10px;
	background: #fff;
	
	font-size:12px;
	line-height:1.5
}

#cnts table td p {
	padding: 0;
}

#cnts table th.title {
	padding: 5px 0px 5px 10px;
	background: #D8E4F1;
	
	font-weight: bold;
	text-align: left;
}

#cnts table th.item {
	padding: 5px 0px 5px 10px;
	background: #D8E4F1;
	width: 120px;
	
	font-weight:bold
}

#cnts table th.item2 {
	padding: 5px 0px 5px 10px;
	background: #EEF3F9;
	width: 120px;
	
	font-weight: bold

}

#cnts table th.item3 {
	width: 224px
}

#cnts table#education {
	margin: 10px 0px 0px 15px;
	width: 670px;
}

#cnts table#education th {
	width: 130px

}

#cnts #entry_guide {
	padding: 50px 0px 0px 0px;

	text-align: center;
}

#cnts #entry_guide a {
	margin: 0px auto;
	width: 357px;
	height: 76px;
	background-image: url(img/guide_over.gif);
	background-repeat: no-repeat;

	display: block;
}

#cnts #entry_guide a:hover {
	background-color: #fff;
}

#cnts #entry_guide a:hover img {
	visibility: hidden;
}

