﻿@charset "UTF-8";

/*
/////////////////////////////////////
BASE
/////////////////////////////////////
*/

/* +++++++++++ H +++++++++++ */

h1 {
	margin: 0 0 10px;
}

h2 {
	width: 758px;
	height: 26px;
	padding: 10px 20px 1px 20px;
	background: url(../images/kaiin_seminar/h2_back.gif) no-repeat;
}


/*
/////////////////////////////////////
CONTENTS
/////////////////////////////////////
*/

/* +++++++++++ SELECT AREA +++++++++++ */

#ContentsArea .Contents #SelectArea {
	background: #fff url(../images/kaiin_seminar/category_list.gif) 610px 10px no-repeat;
}

#ContentsArea .Contents #SelectArea h3.Monthly {
	width: 550px;
	margin: 60px 0 10px;
}

#ContentsArea .Contents #SelectArea h3.Monthly em {
	margin: 0 10px 0 0;
	font-size: 1em;
	font-style: normal;
}

#ContentsArea .Contents #SelectArea h3.Monthly form {
	display: inline;
	line-height: normal;
	vertical-align: bottom;
}

#ContentsArea .Contents #SelectArea p {
	width: 600px;
	font-size: 1.2em;
	line-height: 1.8em;
}

/* +++++++++++ DATA AREA +++++++++++ */

#ContentsArea #Data {
	padding: 1px 1px 10px;
	background: #f3f7fa;
}

#ContentsArea #Data .Frame {
	width: 798px;
	margin: 10px auto 0;
	padding: 1px 1px 5px;
	text-align: center;
}

#ContentsArea #Data .TextArea {
	width: 780px;
	margin: 10px auto 6px;
}

/* CALENDAR */
#ContentsArea #Data .TextArea table {
	width: 776px;
	margin: 5px auto 0;
	border: 2px #666 solid;
	border-collapse: collapse;
}

#ContentsArea #Data .TextArea table th {
	width: 108px;
	height: 38px;
	background: #005bab url(../images/kaiin_seminar/calendar_back.gif) repeat-x;
	border: 2px #666 solid;
	color: #fff;
	font-size: 1.4em;
}

#ContentsArea #Data .TextArea table th.Saturday {
	background: #3c6cb2 url(../images/kaiin_seminar/calendar_back_saturday.gif) repeat-x;
}

#ContentsArea #Data .TextArea table th.Sunday {
	background: #882a2a url(../images/kaiin_seminar/calendar_back_sunday.gif) repeat-x;
}

#ContentsArea #Data .TextArea table td {
	padding: 0;
	border: 2px #666 solid;
	vertical-align: top;
}

#ContentsArea #Data .TextArea table dl {
	width: 108px;
}

#ContentsArea #Data .TextArea table dl dt {
	width: 98px;
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
}

#ContentsArea #Data .TextArea table .Saturday dl dt {
	color: #0095d9;
}

#ContentsArea #Data .TextArea table .Sunday dl dt {
	color: #b11116;
}

#ContentsArea #Data .TextArea table dl dd {
	display: block;
	width: 98px;
	font-size: 1.2em;
	text-align: left;
}

#ContentsArea #Data .TextArea table dl dd a {
	display: block;
	width: 98px;
	padding: 5px;
	border-top: 1px #d2d2d2 solid;
	text-decoration: none;
}

#ContentsArea #Data .TextArea table dl dd a:hover {
	background: #c7eafb;
}

#ContentsArea #Data .TextArea table dl em {
	padding: 2px 0 2px 25px;
	font-size: 1em;
	font-style: normal;
}

#ContentsArea #Data .TextArea table dl .Member em {
	background: url(../images/kaiin_seminar/icon_member.gif) left center no-repeat;
}

#ContentsArea #Data .TextArea table dl .Skill em {
	background: url(../images/kaiin_seminar/icon_skill.gif) left center no-repeat;
}

#ContentsArea #Data .TextArea table dl .Special em {
	background: url(../images/kaiin_seminar/icon_special.gif) left center no-repeat;
}

#ContentsArea #Data .TextArea table dl .Vision em {
	background: url(../images/kaiin_seminar/icon_vision.gif) left center no-repeat;
}

#ContentsArea #Data .TextArea table dl .Free em {
	background: url(../images/kaiin_seminar/icon_free.gif) left center no-repeat;
}


