#contents {
	padding-top: 15px;
}
#kosodate {
	position:relative;
}
#contents_inner {
	margin-right: 30px;
	margin-left: 30px;
}
.miniBox {
	padding: 10px;
	margin-bottom: 5px;
	border: 1px solid #0066CC;
	background-color: #d9ecff;
	overflow: hidden;
}
.miniBox180 {
	padding: 10px;
	margin-bottom: 5px;
	border: 1px solid #0066CC;
	background-color: #d9ecff;
	overflow: hidden;
	height: 180px;
}
.kosodate {
	padding: 10px;
	margin-bottom: 5px;
	overflow: hidden;
}
#kosodateLogo {
	height: 105px;
	width: 140px;
	position: absolute;
	top: 0px;
	right: 15px;
}
.kosodate ul#course {
	list-style-type: square;
	color: #FF0000;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	margin: 0px;
	padding: 0 0 0 24px;
}
.kosodate ul#toshu {
	list-style-type: square;
	color: #00407F;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	padding-left: 24px;
}
.kosodate #course table {
	border-collapse: collapse;
	border: solid 1px #0066CC;
	margin-top: 10px;
	color: #00407F;
}
.kosodate #course .coursename {
	background-color: #D9ECFF;
	padding: 0.8em;
}
.kosodate #course .caution {
	font-size: 10px;
	color: #333333;
	padding: 5px;
}
.kosodate #course .time {
	background-color: #FFFFFF;
	padding: 0.8em;
}
#titleHeader {
	padding-bottom: 5px;
}
.subTitle {
	padding-top: 20px;
	padding-bottom: 10px;
}
.subTitle_bar {
	padding-top: 20px;
	padding-bottom: 2px;
	border-bottom: solid 1px #0066CC;
	margin-bottom: 20px;
}
#kosodate .subTitle_bar {
	width: 400px;
	padding-top: 20px;
	padding-bottom: 2px;
	margin-bottom: 20px;
	border-bottom: solid 1px #0066CC;
}
#kenkoCheck {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}
.staffBox {
	margin: 10px 15px;
	padding: 10px;
	background-color: #d9ecff;
	border: 1px solid #0066CC;
}
.staffBox h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	font-weight: bold;
	color: #00407F;
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: solid 1px #0066CC;
}
.staffBox img {
	padding: 2px;
	float: left;
	margin-right: 10px;
	border: 1px solid #0066CC;
}
.staffText_right {
	float: right;
	width: 450px;
}

/* Recruit Table */
table#recruitTable {
        font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
        margin: 0 0 15px;
        padding: 0;
        font-size: 12px;
        line-height: 1.3em;
}
table#recruitTable th {
        font-weight: normal;
        text-align: right;
        vertical-align: top;
        width: 90px;
        padding: 5px;
}
table#recruitTable td {
        text-align: left;
        vertical-align: top;
        padding: 5px;
}

/*
お知らせエントリー-----------------*/
.entry,
.archives {
        font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
        position: relative;
}
.entry a:link,
.entry a:visited,
.entry-footer a:link,
.entry-footer a:visited,
.archives a:link,
.archives a:visited {
        color: #0066CC;
}
.entry a:hover,
.entry-footer a:hover,
.archives a:hover {
        color: #3399CC;
}
.entry h2 {
        font-size: 16px;
        margin: 1em 0 1em 0;
        border-bottom: solid 1px #2079d2;
}
.entry-body {
        font-size: 13px;
        line-height: 1.5em;
	margin: 0 10px 0 20px;
}
.entry-body p {
        font-size: 13px;
        line-height: 1.5em;
        margin-bottom: 1em;
}
.entry-date {
        font-size: 11px;
        position: absolute;
        top: 0;
        right: 0;
}
.entry-footer {
        font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
        font-size: 12px;
        margin: 0 0 10px 20px;
        padding-top: 10px;
        border-top: dotted 1px #ccc;
}
.archives {
        font-size: 13px;
        line-height: 1.5em;
	margin: 0 10px 0 30px;
}
.archives ul {
        list-style: square;
        margin: 0;
        padding: 0;
}
.archives li {
        border-bottom: dotted 1px #ccc;
        line-height: 1.2em;
        padding: 5px 0;
}
