@charset 'Shift_JIS';

.text-3 {
	font-family: "Verdana", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 80%;
	line-height: 156%;
	
}
.text-2 {
	font-family: "Verdana", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 75%;
	line-height: 1.5;
}
.text-1 {
	font-family: "Verdana", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 70%;
	line-height: 1.6;
}

.date-2 {
	font-family: "Verdana", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 80%;
}
.date-1 {
	font-family: "Verdana", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 70%;
}
.date-cap {
	font-family: "Verdana", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 60%;
}

.copyright {
	font-family: Arial, sans-serif;
	font-size: 70%;
}

.footer:link {
	color: #000000;
	font-size: 70%;
	text-decoration: underline;
}
.footer:visited {
	color: #000000;
	font-size: 70%;
	text-decoration: underline;
}
.footer:hover{
	color: #FF3300;
	font-size: 70%;
	text-decoration: underline;
}

.cap {
	font-family: "Verdana", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 60%;
	line-height: 1.6;
}

.border {
	border-style: solid;
	border-width: 1px;
	border-color:#A2A6AA;
}

.subframe {
	border-style: solid;
	border-width: 0 1px 0 1px;
	border-color: #A2A6AA;
}

.trail {
	font-family: "Verdana", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 60%;
}
.trail:link {
	font-size: 100%;
	color: #000000;
	text-decoration: underline;
}
.trail:visited {
	font-size: 100%;
	color: #000000;
	text-decoration: underline;
}

/* 開講日程 */
.prefecture {
	font-size: 90%;
	font-weight: bold;
	font-family: "Verdana", "ＭＳ Ｐゴシック", sans-serif;
}
.schedule-table-head {
	border-style: solid none;
	border-color: #000000;
	border-width: 1px 0px 1px;
	font-family: "Verdana", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 60%;
	font-weight: bold;
}
.schedule-table {
	border-style: none none solid;
	border-color: #999999;
	border-width: 1px;
	font-family: "Verdana", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 80%;
}

.district-selector {
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #999999;
	background-color: #f5f5f5;
	padding: 0.5em 0.5em 0.5em 0.5em;
	width: 439px;
	margin-left: 5px;
}

.district-selector DIV {
	margin-bottom: 0.8em;
}

.details-table {
	margin: 5px;
}

/*
.details-table TR TD {
	vertical-align: top;
	width: 50%;
}
.details-table TR TD DIV.item {
	font-family: "Verdana", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 75%;
	font-weight: bold;
	margin-bottom: 0.3em;
}
.details-table TR TD DIV.value {
	font-family: "Verdana", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 90%;
	line-height: 140%;
	margin-bottom: 1.4em;
	margin-left: 0.4em;
}
*/

.details-name {
	vertical-align: top;
	width: 28%;
	padding: .6em 0 1em .5em;

	font-family: "Verdana", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 75%;
	font-weight: bold;

	background-color: #eee;

	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #ccc;
}

.details-value {
	width: 72%;
	vertical-align: top;
	padding-left: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.2em;

	font-family: "Verdana", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 90%;
	line-height: 140%;
}

.details-value DIV.address {
	font-size: 90%;
}

a:link {  color: #0000FF}
a:visited {  color: #333399}
a:hover {  color: #FF3300}

/* 受講者の声 */
#voices {
	width: 100%;
	margin: 0 5px;
}

#voices .aVoice {
	margin: 0 0 1em 0;
	font-size: 80%;
}
#voices .aVoice .name {
	margin: 0.8em 0 0 0;
	text-align: right;
}
#voices .aVoice .voice {
	margin: 0;
	line-height: 1.3;
}
#voices HR.sep {
	width: 6px;
	height: 6px;
	padding: 0;
	margin: 0 0 1em 220px;
}
* html #voices HR.sep {
	margin: 0 0 1em 0;
}