	html {
		font-size:10pt;
	}
	body {
		margin:0;
		padding:0;
		background-color:#eee;
		font-family: serif;
		transform: rotate(.03deg);

	}

	#contents {
		width:1000px;
		margin:0 auto;
		background-color:#fff;

	}

	#header {
		width:100%;;
		height:610px;
		margin:0;
		padding:0;
	}

	#header_second {
		width:100%;;
		height:404px;
		margin:0;
		padding:0;
	}

	.clear {
		clear:both;
	}

	.base_shadow {
	  box-shadow: -8px 0px 8px -1px rgba(0,0,0,0.31), 8px 0px 8px -1px rgba(0,0,0,0.31);
	}
	.image_top {
		width:1000px;
		height:550px;
		background-image:url(./img/base_top.jpg);
	}

	.image_second {
		width:1000px;
		height:344px;
	}

	ul.top_menu {
		font-family: "メイリオ";
		list-style-type: none;
		margin:0;
		padding:0;
	}
	li {
		width: 193px;
		height:59px;
		line-height:60px;
		background-color:#fff;
		border-bottom: 4px solid rgb(48, 112, 186);
		float:left;
		margin:0 8px 0 0;
		font-size:1.4rem;
		text-align:center;
	}
	li.menu_last {
		width: 196px;
		height:59px;
		line-height:60px;
		background-color:#fff;
		border-bottom: 4px solid rgb(48, 112, 186);
		float:left;
		margin:0;
		font-size:1.4rem;
		text-align:center;
	}
	/*
	li.active {
		width: 193px;
		height:60px;
		line-height:60px;
		background-color:rgb(70, 108, 162);
		border-bottom: 4px solid rgb(70, 108, 162);
		float:left;
		margin:0;
		font-size:1.4rem;
		text-align:center;
		color:#fff;
	}
	*/
	li a {
		display: block;
		color: #000;
		text-align: center;
		text-decoration: none;
	}
	li a:hover:not(.active) {
		background-color: #a9bce2;
	}

	.active {
		background-color: rgb(48, 112, 186);
		color:#fff;
	}

	.main_content {
		background-color:#fff;
		width:100%;
/*		height: 80%;*/
		margin-top:3vw;
	}
	p.title {
		margin:2vw 0;
		font-size:1.5rem;
		text-align:center;
		font-weight:bold;

	}

	p.content {
		font-size:1.3rem;
		margin:5px;
		line-height:25px;
	}

	p.indent {
		text-indent: 1em;
	}
	p.right {
		text-align:right;
	}

	.color_green {
		color: rgb(0, 160, 133);
	}

	.color_blue {
		color: rgb(48, 112, 186);
		font-family: "ＭＳ Ｐゴシック";
	}

	.color_gray {
		color: rgb(160, 160, 160);
	}

	.content_area {
		width:85%;
		margin:0 auto;
	}

	.table_base {
		width:100%;
		margin: 0 auto;
		font-size: 1.2rem;
		border-collapse: separate;
		border-spacing: 0 0.3vw;
		line-height: 20px;
	}

	.table_base table {
		width:100%;
	}


	.table_base tr td:nth-child(1) {
		width:12%;
		vertical-align: top;

	}

	.right {
		float: right;
		margin-right: 2rem;
		margin-top: 1rem;
	}

	a.btnClose {
		display: block;
		width: 8rem;
		height: 2rem;
		color: orange;
		font-size: 1.4vw;
		line-height: 2rem;
		text-align: center;
		text-decoration: none;
		background-color: aliceblue;
		border: 1px solid orange;
		padding: 0.8rem;
	}

@media print {
	.main_content {
		height: 55%;
	}
	.btnClose {
		display:none;
		visibility: hidden;
	}
}
