@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
	font-family: "MS ゴシック",sans-serif;
}

html, body {
	width: 100%;
	height: 100%;
}

#content {
	width: 100%;
	height: 100%;
	min-width: 1200px;
	min-height: 850px;
	overflow: auto;
}

.menu{
	width: 12%;
	height: 100%;
	float: left;
	text-align: center;
	background-color: #D9EBFF;
}

.menu li a {
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 17px;
	font-weight: 900;
	/*color: #000000;*/
	color: #023894;
	text-decoration: none;
	border-bottom: solid 1px #CCCCCC;
}

.menu li a:hover {
	opacity: 0.5;
	color: #FFFFFF;
	background-color: #3399FF;
}

.main {
	width: 88%;
	height: 100%;
	float: left;
	background-color: #FFFFFF;
}

.main_head {
	width: 40%;
	margin-left: 30px;
	margin-bottom: 20px;
	padding: 30px 30px 10px 0px;
	font-size: 20pt;
	letter-spacing: 3px;
	color: #2e8ae6;
	border-bottom: solid 2px #2e8ae6;
	font-weight: bold;
}

.main_body {
	padding-left: 30px;
}

ul.navigation li:first-child {
	background-color: #ffffff;
}

#content_body .logo {
	background-image:url(../images/logo.png);
    background-repeat:  no-repeat;
    background-color:#ffffff;
    background-position-y: 5px;
    width:102px;
    height:95px;
    padding: 0;
    margin: 0 auto;
    border: none;
}

.button {
    display: block;
	width: 120px;
    background: #3399ff;
    color: #fff;
    border-radius: 30px;
    line-height: 1.3;
    font-weight: bold;
    padding: 10px;
    margin: 0 auto;
    border: 0;
    cursor: pointer;
}

button.pdf {
	background: #3399FF;
}

.button:hover {
	opacity: 0.5;
}

.list_table {
	margin-top: 20px;
	border-collapse: collapse;
}

.list_table th, .list_table td {
	padding: 10px;
	border: solid 1px #CCCCCC;
}

.list_table th {
	background-color: #D9EBFF;
	/*color: #000000;*/
	color: #023894;
	text-align: center;
}

.errors {
	color: #dd4b39;
	padding: 0;
	margin: 3px 0;
}

#content label {
	font-size: 12pt;
	font-weight: bold;
}

