﻿@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	font-size: 75%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

table {
	table-layout: fixed;
	/* border-collapse: collapse; */
	font-size: 100%; /* bodyに設定した75%の100% */
}

table.fp {
	background: #ffffff;
	border: #acab88 solid 1px;
	padding: 2px 2px 2px 2px;
	border-spacing: 1px;
	border-spacing: expression(this.cellSpacing=1);
	border-collapse: collapse;
}

table.fp td {
	background: #ffffff;
	border: #bcbb9f solid 1px;
	padding: 2px 2px 2px 2px;
	vertical-align: middle;
	line-height: 150%;
}


img {
	border: 0;
}

img.withborder {
	border: #CCCCCC solid 1px;
}

a {  color: #1e4b6e;  text-decoration: none; }
a:link {  color:#1e4b6e;  text-decoration: none; }
a:visited {  color:#1e4b6e;  text-decoration: none; }
a:active {  color:#1e4b6e;  text-decoration: none; }
a:hover {  color: #0033cc;  text-decoration: underline; }

.title1 {	
	vertical-align: middle;
	background: #eceeea url(../images/title1.jpg) 2px 2px no-repeat;
	padding: 6px 0px 0px 15px !important;
	padding: 7px 0px 0px 15px;
	height: 18px !important;
	height: 26px;
	font-weight: bold;
	color: #555555;
	border: #c5cfc5 solid 1px;
}

.btnArea {
	text-align: center;
	height: 40px;
	background: #eceeea;
	padding: 0px 0px 0px 0px !important;
	padding: 3px 0px 0px 0px;
}
.btnClose {
	width: 140px; height: 21px;
	font-size: 12px;
	background: url(../images/btnClose.jpg) 0px 0px no-repeat;
	border: 0;
	padding: 2px 0px 0px 0px;
	cursor: pointer;
}
.btn1 {
	width: 140px; height: 21px;
	font-size: 12px;
	background: url(../images/btn1.jpg) 0px 0px no-repeat;
	border: 0;
	padding: 2px 0px 0px 5px;
	cursor: pointer;
}
.btn2 {
	width: 81px; height: 21px;
	font-size: 12px;
	background: url(../images/btn2.jpg) 0px 0px no-repeat;
	border: 0;
	padding: 2px 0px 0px 8px;
	cursor: pointer;
}


.indent1 {
	padding: 0px 10px 0px 15px;
	line-height: 150%;
}
.indent2 {
	padding: 0px 10px 0px 30px;
	line-height: 150%;
}

.seminarname {
	font-size: 120%;
	color: #1e4b6e;
	font-weight: bold;
}

.txt4select {
	padding-top: 2px !important;
	padding-top: 4px;
}

.txt-err {
	color: #FF0000;
	font-weight: bold;
	display: inline;
}