@charset "utf-8";

/* ---------------------------
 Clearfix
--------------------------- */
/* クリアーフィックス */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* ------------------- */

/* ---------------------------
 共通要素
--------------------------- */
a, a:visited {
	color: #39f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


html {

}
body{
	background-color: #fff;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: 0em;
	font-size: 80%;
	margin:0;
	padding:0;
}

#container {
	background:url(../images/bg.jpg) 0 0 repeat-y;
	width: 920px;
	margin: 0 auto;
	text-align: center;
}

#main {
	width:773px;
	margin: 20px auto 50px;
	text-align: center;
}

table {
	border-collapse: separate;
}
/* ---------------------------
 ヘッダー
--------------------------- */
#header {
	width: 900px;
	margin:0 auto;
	height:370px;
}

/* ---------------------------
 夢講座詳細
--------------------------- */

#yumekoza {
	width: 800px;
	height: auto;
	margin:0 auto;
	text-align: left;
}

#yumekoza .caption{
	color: #333;
	font-size: 90%;
}

#yumekoza .title {
	margin: 0 0 10px 0;
}

#yumekoza .title img {
	margin: 10px 0 5px 0;
}


#yumekoza .detail p {
	margin: 0 0 12px 0;
}

#yumekoza .detail ul { 
   list-style-type: decimal;
   padding-left: 3em;
}

#yumekoza .detail ol {
   list-style-type: disc;
   padding-left: 3em;
   }

#yumekoza .map {
	width: 700px;
	height: 297px;
	margin: 15px 0 15px 0;
}

#yumekoza .map a{
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}

#yumekoza .profileBox {
	width: 800px;
	height: 160px;
	clear: both;
	margin: 20px 0 15px 0;
	}
	
#yumekoza .box {
	width: 800px;
	height: auto;
	clear: both;
	}

#yumekoza .video {
	width: 380px;
	height: 214px;
	margin: 0 0 0 0;
	display: block;
	float: left;
	}

#yumekoza .profile {
	margin: 0 0 20px 0;
}

#yumekoza .date {
	width: 427px;
	height: auto;
	margin: 0 100px 0 0;
	float: left;
	display: block;
}

#yumekoza .logo {
	width: 214px;
	height: 211px;
	margin: 0 0 0 0;
	float: left;
	display: block;
}


/* ---------------------------
 フッター
--------------------------- */
#footer {
	background-color: #000;
	width: 900px;
	margin:0 auto;
	text-align: left;
}

#footer_inner {
	padding:10px 15px;
}

#footer_left {
	width: 200px;
	float: left;
}

p#footer_logo {
	margin: 8px 5px 10px;
}

#footer_right {
	width: 600px;
	float: right;
	text-align: right;
}

#social {
	margin:8px 0 0 0;
}

#social ul li {
	float: right;
	margin:0 4px;
	list-style:none;
}

p#supported {
	color:#999;
	margin: 80px 0 0;
}

p#copy {
	color: #808080;
	clear: both;
}
