@charset "utf-8";

/* ================================

 Base Style

================================ */

body {
	height: 100%;
	line-height: 1.5;
	text-align: center;
	background: url(images/bg-base-body.gif);
	color:#333;
}

hr {
	display: none;
}

p {
	margin-bottom: 1.5em;
	font-size: 93%;
	line-height: 1.8;
	text-align: justify;
	text-justify: distribute;
}

a {
	color: #c00;
}

a:hover {
	text-decoration: none;
}

#background {
	background: url(images/bg-base-head.jpg) repeat-x;
}

#content-wrap {
	width: 1012px;
	margin: 0 auto;
	text-align: center;
	background: #fff url(images/bg-content-body.jpg) repeat-y 0 -1px;
}

#content {
	padding: 0 86px;
	text-align: left;
	background: url(images/bg-content-head.jpg) no-repeat;
}

/* ================================

 Module Style

================================ */

#content h2 {
	margin-bottom: 10px;
}

#content h3 {
	margin: 25px 0 20px;
	font-size: 123.1%;
	font-weight: bold;
}

#content .box {
	padding: 25px 20px 0;
	background: #fff url(images/bg-box-head.jpg) no-repeat;
}

#content .box-foot {
	height: 11px;
	padding-bottom: 40px;
	background: url(images/bg-box-foot.jpg) no-repeat;
}

#content .note {
	font-size: 85%;
	color: #666;
}

#content .topLink {
	padding-bottom: 5px;
	margin: 0;
	text-align: right;
}

#content p.end{
	text-align:center;
	padding-top:15px;
	font-size:297%;
	margin-bottom:0;
}

/* ================================

 Context

================================ */

/* -------------------

 ナビゲーション

------------------- */

#content ul#navigation {
	width: 800px;
	margin: 0 auto;
}

#content ul#navigation li {
	float: left;
	width: 200px;
}

/* -------------------

 リード文

------------------- */

#content #lead {
	height: 200px;
	padding: 35px 20px 0;
	color: #fff;
}

/* -------------------

 イベント概要

------------------- */

#content #outline {
	font-size: 123.1%;
	font-weight: bold;
}

#content #outline table th, #content #outline table td {
	padding: 10px 0 10px 50px;
	vertical-align: top;
}

#content #outline table td span {
	font-size: 77%;
	font-weight: normal;
}

#content #outline table td a.map {
	padding: 2px 2px 2px 3px;
	font-size: 77%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #c00;
}

#content #outline table td a:hover.map {
	padding: 2px 1px 1px 2px;
	border-top: 2px solid #c00;
	border-right: 2px solid #c00;
	border-bottom: 4px solid #c00;
	border-left: 4px solid #c00;
	color: #c00;
	background-color: #fff;
	font-size:85%;
}

/* -------------------

 作品紹介

------------------- */

#content #movie{
	margin-top:20px;
}

#content #movie .box {
	background: #fff url(images/bg-movie.jpg) no-repeat;
}

#content #movie h2{
	margin:-40px 0 0 -20px;
}

#content #movie .box h3{
	padding-top:30px;
}

#content #movie .txtBox {
	width: 290px;
	padding-right: 35px;
}

#content #movie .txtBox table {
	margin-bottom: 25px;
}

#content #movie .txtBox table th, #content #movie .txtBox table td {
	padding: 5px 15px 0 0;
	font-size: 93%;
	vertical-align: top;
}

/* -------------------

 講師紹介

------------------- */
#content #teacher .box {
	padding-top: 15px;
}

/* -------------------

 お申し込み

------------------- */
#content #entry .box {
	text-align: center;
}

#content #entry .box #entryBox {
	width: 720px;
	margin: 0 auto;
}

#content #entry .box #entryBox p {
	width: 340px;
}

#content #entry .box p.note {
	margin-bottom: 0;
}

/* -------------------

	注釈（旧漢字について）

------------------- */
#content p.note#name{
	color:#ddd;
	padding-top:20px;
}


/* -------------------

	コピーライト

------------------- */
p#copyright {
	font-size: 77%;
	color: #0cc;
	text-align: center;
	padding-bottom:40px;
}

