﻿@charset "UTF-8";

/*
/////////////////////////////////////
BASE
/////////////////////////////////////
*/

/* +++++++++++ H +++++++++++ */

h1 {
	width: 796px;
	height: 24px;
	padding: 8px 0 4px 20px;
	background: url(/common/images/h2_back.gif) no-repeat;
	color: #fff;
	font-size: 1.4em;
	text-align: left;
	letter-spacing: 0.2em;
	text-shadow: 1px 1px 2px #0077d1;
}

h2 {
	border-bottom: 1px #d2d2d2 solid;
}

h3 {
	width: 756px;
	height: 61px;
	padding: 5px 0 1px 20px;
	border-bottom: 1px #d2d2d2 solid;
	color: #fff;
	font-size: 1.4em;
	text-align: left;
	line-height: 1.1em;
	letter-spacing: 0.3em;
}

h3.Part1 {
	background: url(../images/kaiin_seminar/h3_back_01.gif) no-repeat;
}

h3.Part2 {
	background: url(../images/kaiin_seminar/h3_back_02.gif) no-repeat;
}

h3.Part3 {
	background: url(../images/kaiin_seminar/h3_back_03.gif) no-repeat;
}

h5 {
	margin: 0 0 5px;
}

/* +++++++++++ TEXT +++++++++++ */

.TextOutline {
	clear: both;
	margin: 10px 10px 0;
	text-align: left;
}

.TextOutline img {
	margin: 0 3px;
	vertical-align: bottom;
}


/*
/////////////////////////////////////
CONTENTS
/////////////////////////////////////
*/

#ContentsArea .Contents .Description {
	clear: both;
	width: 738px;
	margin: 5px auto 0;
	padding: 10px 20px 0;
	border: 1px #d2d2d2 solid;
}
#ContentsArea .Contents .Description:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
	visibility: hidden;
}

#ContentsArea .Contents .Description p {
	margin: 0 0 5px;
}

#ContentsArea .Contents .Description .Border {
	clear: both;
	padding: 5px 0 0;
	border-top: 1px #d2d2d2 dotted;
}
#ContentsArea .Contents .Description .Item:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
	visibility: hidden;
}

#ContentsArea .Contents .Description .Image {
	float: left;
	width: 70px;
	text-align: left;
}

#ContentsArea .Contents .Description .Text {
	float: left;
	width: 630px;
}

/* +++++++++++ DATA AREA +++++++++++ */

#ContentsArea #Data .TextArea dl {
	clear: both;
	border: none;
}
#ContentsArea #Data .TextArea dl:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
	visibility: hidden;
}

#ContentsArea #Data .TextArea dt {
	float: left;
	width: 90px;
	margin: 0 0 4px;
	padding: 0 10px;
	background: #fff;
	border: 1px #d2d2d2 solid;
	font-size: 1.2em;
	letter-spacing: 0.2em;
	line-height: 2em;
}

#ContentsArea #Data .TextArea dd {
	float: right;
	width: 642px;
	margin: 0 0 4px 4px;
	padding: 0 10px;
	background: #fff;
	border: 1px #d2d2d2 solid;
	font-size: 1.2em;
	text-align: left;
	line-height: 2em;
}

/* PART */
#ContentsArea #Data #Part {
	width: 776px;
	margin: 10px auto 6px;
	padding: 1px 1px 0;
	background: #f2f2f2;
	border: 1px #d2d2d2 solid;
}

#ContentsArea #Data #Part .Detail {
	width: 760px;
	margin: 10px auto 0;
}

#ContentsArea #Data #Part dt {
	width: 80px;
}

#ContentsArea #Data #Part dd.Outline {
	float: left;
	width: 575px;
	padding: 5px 10px;
	line-height: 1.2em;
}

#ContentsArea #Data #Part dd.Icon {
	float: right;
	width: 52px;
	padding: 0;
	background: none;
	border: none;
	line-height: normal;
}

#ContentsArea #Data #Part dd.Icon p {
	float: right;
	width: 52px;
	margin: 0 0 2px;
}

#ContentsArea #Data #Part .CheckArea {
	clear: both;
	width: 760px;
}
#ContentsArea #Data #Part .CheckArea:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
	visibility: hidden;
}

#ContentsArea #Data #Part .CheckArea .Form {
	float: left;
	width: 640px;
}

#ContentsArea #Data #Part .CheckArea .Form dd {
	float: left;
	width: 510px;
}

#ContentsArea #Data #Part .CheckArea .Check {
	float: right;
	width: 116px;
	height: 70px;
	padding: 10px 0 0;
	background: url(../images/kaiin_seminar/check_back.gif) no-repeat;
}

#ContentsArea #Data #Part .CheckArea .Check p {
	margin: 0 0 5px;
	line-height: 1.2em;
}


