﻿body {
	margin: 15px;
	font-size: 15pt;
	font-family: 'メイリオ',Meiryo;
}
p {
   margin: 0.2em 0px;
}

input, select, textarea {
	font-size: 15pt;
	font-family: ＭＳ ゴシック;
}

table {
	border: solid 2px black;
	border-collapse: collapse;
	vertical-align: middle;
}
td {
	text-align:center;
    border-left: solid 1px black;
	border-right: solid 1px black;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
    padding-left: 5px;
	padding-right: 5px;
}


label {
    padding-left: 4px;
	padding-right: 4px;
	display: inline-block;
}

/*以下タブに関するスタイル*/
.tabrow {
	list-style: none;
	line-height: 24px;
	height: 50px;
	overflow: hidden;
	font-size: 20px;
	font-family: verdana;
	position: relative;
}

.tabrow li {
	text-align: center;
	border: 1px solid #AAA;
	background-color: white;
	display: inline-block;
	position: relative;
	cursor: pointer;
	width:150px;
	
}

.tabrow li {
	border: 1px solid #AAA;
	background-color: white;
	cursor: pointer;
}
.tabrow li.selected {
	background: green;
	color: yellow;
	font-weight:bold;
}

#PAGE1, #PAGE2, #PAGE3, #PAGE4, #PAGE5, #PAGE6, #PAGE7, #PAGE8, #PAGE9 {
	margin-left: 40px;
	display: none
}
#PAGE0 {
	margin-left: 40px;
}