@charset "utf-8";

/* ========================================================
	index.css => インデックスページCSS
======================================================== */

/* ヘッダー
============================================================================================================ */
div#headContainer {
	height: 400px;
}

div#headContainer h1 {
	position: relative;
	width: 900px;
	margin: 0 auto;
	z-index: 5;
}

/* フラッシュエリア
----------------------------------------------------------------------------------------- */
div#flashArea {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 340px;
	padding-top: 60px;
	background: url(../images/head_bg.gif) no-repeat center top;
	text-align: center;
	z-index: 2;
}

/* メイン画像
----------------------------------------------------------------------------------------- */
div#headContainer h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
div#headContainer h2 img {
	margin-top: 60px;
}
div#headContainer ul#globalNavi {
	margin-top: 250px;
}
* html div#headContainer ul#globalNavi {
	margin-top: 310px;
}
*+html div#headContainer ul#globalNavi {
	margin-top: 310px;
}

* html div#headContainer ul#hiddenLink li {
	top: 232px;
}
*+html div#headContainer ul#hiddenLink li {
	top: 232px;
}

/* グローバルナビ横イメージ
----------------------------------------------------------------------------------------- */
div#naviImage {
	margin-top: 322px;
}


/* コンテンツ
============================================================================================================ */
div.box {
	width: 860px;
	background-color: #fdf8ed;
	border: 10px solid #d6caaf;
	overflow: hidden;
	zoom: 1;
}
div.box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

/* トピックス
----------------------------------------------------------------------------------------- */
div#topics {
	padding: 10px 8px 6px 10px;
	border-bottom: 10px solid #d6caaf;
	zoom: 1;
}
div#topics:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#topics h3 {
	float: left;
	margin-right: 10px;
	padding-bottom: 4px;
}
div#topics ul.topics {
	float: left;
	width: 420px;
}
div#topics ul.topics li {
	padding-left: 18px;
	background: url(../../images/link_point_topics.gif) no-repeat 0 0.2em;
}
div#topics ul.topics li img {
	margin-left: 5px;
	vertical-align: 3px;
}
div#topics ul.topics li.list {
	float: right;
	margin-top: 3px;
	padding-left: 10px;
	padding-right: 15px;
	background: url(../images/link_small_arrow.gif) no-repeat left;
	font-size: smaller;
}
div#topics ul.navigation {
	float: right;
	width: 334px;
}
div#topics ul.navigation li {
	float: left;
	margin: 0 4px 4px 0;
}


/* コース
----------------------------------------------------------------------------------------- */
div#course {
	width: 900px;
}
div#course div {
	float: left;
	width: 425px;
	margin-left: -10px;
	padding-bottom: 10px;
	border-left: 10px solid #d6caaf;
	border-right: 10px solid #d6caaf;
}
div#course h3 {
	padding: 20px 22px 15px;
}
div#course p {
	margin: 0 22px 7px;
	min-height: 3em;
}
* html div#course p {
	height: 3em;
}
div#course dl {
	margin: 0 22px;
}
div#course dl dt {
	padding-top: 6px;
	padding-right: 60px;
	background: url(../images/line.gif) repeat-x;
}
div#course dl dt a {
	background: url(../../images/link_point.gif) no-repeat left;
	padding-left: 18px;
	font-weight: bold;
}
div#course dl dt a em {
	color: #f39800;
	font-weight: bold;
}
div#course dl dd {
	position: relative;
	margin-bottom: 5px;
	padding-right: 60px;
	margin-left: 18px;
}
div#course dl dd ul {
	position: absolute;
	left: 303px;
	top: -20px;
}
* html div#course dl dd ul {
	top: -24px;
}
*+html div#course dl dd ul {
	top: -24px;
}

/* 講習会＆イベント / コンクール・ガラディナー
----------------------------------------------------------------------------------------- */
div#event div {
	float: left;
	width: 393px;
	padding: 16px 8px 16px 22px;
}
div#event h3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #b1ada5;
}
div#event dl dt {
	background: url(../../images/link_point.gif) no-repeat 0 0.3em;
	margin-top: 5px;
	padding-left: 18px;
	font-weight: bold;
}
div#event dl dd {
	clear:both;
	padding-left: 18px;
	padding-bottom: 6px;
	background: url(../images/line.gif) repeat-x left bottom;
}
div#event ul.listevent {
	position: relative;
}
div#event ul.listevent li {
	position: absolute;
	right: 0;
	top: -23px;
	padding-left: 10px;
	background: url(../images/link_small_arrow.gif) no-repeat left;
	font-size: smaller;
}
* html div#event ul.listevent li {
	right: 10px;
}
div#event ul.pastevent {
	margin-top: 6px;
}
div#event ul.pastevent li {
	float: right;
	padding-left: 10px;
	background: url(../images/link_small_arrow.gif) no-repeat left;
	font-size: smaller;
}

div#event dl dt img{
	float: right;
	}

div#event dl dt span{
	float: left;
	width:310px;
	}

div#event dl dt:after{
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
	}
