@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: 918px;
	margin: 0 auto;
	text-align: center;
}

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

table {
	border-collapse: separate;
}
/* ---------------------------
 ヘッダー
--------------------------- */
#header {
	background: url(../images/header.jpg) center top no-repeat;
	width: 900px;
	margin:0 auto;
	height:709px;
	text-indent: -9999px;
}

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

#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 .portrait {
	width: 140px;
	height: 140px;
	margin: 0 15px 0 0;
	display: block;
	float: left;
	background: url(../images/portrait.jpg) center top no-repeat;
}

#yumekoza .profile {
	width: 640px;
	height: 140px;
	margin: 0 0 0 0;
	display: block;
	float: left;
}

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

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


/* ---------------------------
 参加申込フォーム
--------------------------- */
#form {
	margin: 0;
	clear: both;
}

.ttl_form {
    width: 740px;
    height: 29px;
	margin: 0 0 20px 0;
	background: url(../images/ttl_form.gif) center top no-repeat;
	text-indent: -9999em;
}

#form_inner {
	border: 1px solid #5a5250;
	padding: 40px;
	text-align: left;
}



#form_inner th,
#form_inner td {
	padding: 5px 0;
}

#form_inner th { 
	text-align: right;
	width: 240px;
}

#form_inner th label {
	padding-right: 22px;
}

#form_inner input, 
#form_inner textarea,
#form_inner select {
	width: 280px;
	margin: 0;
	padding: 2px;
	color: #333;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin: 5px 0;
}

#form_inner #age {
	width: 30px
}

#form_inner td select {
	width: 200px;
}
   
#form_inner input:focus, textarea:focus, select:focus { 
	border: 1px solid #999;
	background-color: #fff;
	color:#333;
}
#form_inner input.submit { 
	width: 155px;
	height: 34px;
	cursor: pointer;
	border: 1px solid #222;
	background:#333; color:#fff;
}
#form_inner input.submit:hover { 
	background:#555;
}
#form_inner input[type="submit"][disabled] { 
	background:#888;
}

#form_inner span.required{ 
	color: #ff0000;
}

#msg { 
	margin: 15px 0;
	padding: 0;
	display: none;
}

.error_message { 
	display: block;
	height: 22px;
	border: 1px solid #ccc;
	line-height: 22px;
	background: #f5f5f5 url('../images/contact/error.gif') no-repeat 10px center;
	padding: 3px 10px 3px 35px;
	color:#000;
}

.loader { padding: 0 10px; }

#form_inner #success_page h3 { 
	background: url('../images/contact/success.gif') left no-repeat;
	padding-left:22px;
}

#form_inner #success_page p {
	line-height: 1.7;
}


/* ---------------------------
 フッター
--------------------------- */
#footer {
	background-color: #262626;
	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;
}
