@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}
h1 {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #2AAB38;
	color: #FFF;
	font-size: 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10000;
}
	h1 span {
		display: block;
		width: 1000px;
		margin: 0px auto;
	}
table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
}
	th, td {
		padding: 5px 10px;
		border: solid 4px #2AAB38;
		font-size: 20px;
		line-height: 28px;
	}
	th {
		background-color: #FDF8BD;
		text-align: center;
	}
	td {
		text-align: left;
	}
#wrapper {
	box-sizing: border-box;
	width: 1000px;
	min-height: calc(100% - 40px);
	margin: 0px auto;
	padding-top: 40px;
	position: relative;
}
	#menu {
		box-sizing: border-box;
		width: 250px;
		min-height: 1000px;
		height: 100%;
		background-color: #C5E0B4;
		border: solid 2px #2AAB38;
		border-width: 0px 4px;
		position: absolute;
		font-family: YuGothic, "游ゴシック", sans-serif;
		font-weight: 500;
	}
		#logo {
			box-sizing: border-box;
			display: block;
			width: 220px;
			height: 230px;
			border: solid 4px #2AAB38;
			background: url(../img/logo.png) no-repeat center center #FFF;
			margin: 10px auto;
			border-radius: 8px;
		}
			#menu .menu_item {
				position: relative;
				box-sizing: border-box;
				display: block;
				width: 220px;
				height: 40px;
				font-size: 18px;
				line-height: 32px;
				border: solid 4px #2AAB38;
				margin: 0px auto 5px;
				background-color: #FFF;
				color: #000;
				text-decoration: none;
				text-align: center;
				font-weight: bold;
				border-radius: 8px;
			}
			#menu .menu_item:hover {
				background-color: #FC3;
			}
			#menu .menu_item .new {
				display: block;
				width: 50px;
				height: 32px;
				background-image: url(../img/new.png);
				background-size: 50px 32px;
				position: absolute;
				left: -20px;
				top: -14px;
			}
		#company_info {
			width: 226px;
			height: 120px;
			font-size: 14px;
			line-height: 20px;
			font-weight: bold;
			background-color: #C5E0B4;
			position: absolute;
			left: 10px;
			bottom: 10px;
		}
			#company_info .heading {
				text-align: center;
				font-size: 16px;
				line-height: 24px;
				font-weight: bold;
				padding-bottom: 10px;
				border-bottom: solid 2px #000;
				margin-bottom: 10px;
			}
	#page {
		padding-top: 10px;
		padding-left: 270px;
		padding-bottom: 60px;
	}
.heading {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
}
.heading_icon {
	height: 30px;
	padding-bottom: 5px;
	border-bottom: solid 4px #2AAB38;
	background: url(../img/icon_heading.png) no-repeat 0px 0px;
	padding-left: 50px;
	font-size: 20px;
	line-height: 30px;
}
.heading_subpage {
	height: 60px;	
	border: solid 4px #2AAB38;
	border-width: 4px 0px;
	padding-left: 10px;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 20px;
	line-height: 60px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 40px;
}
.text_content {
	padding: 30px 10px;
}