@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 author     :takuma
 style info :トップページスタイル
 
このスタイルシートの構成
#main
  #mainimg
  #top_main

=================================================================== */
#main {
	margin: 0px auto;
	padding-bottom: 292px;/* must be same height as the footer */
	width: auto;
	overflow: hidden;
	background: url(../img/top/back_main.jpg) no-repeat center top;
	z-index: 0;
}
/*----------------------------------------------------
	#mainimg　トップのメインエリア
----------------------------------------------------*/
#mainimg{
	width: 908px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 570px;
}
#mainimg ul#course {
	border: 1px solid #999;
	text-align: center;
	background: #FFF;
	position: absolute;
	left: 557px;
	top: 66px;
	width: 342px;
}
#mainimg ul#course li {
	margin-bottom: 5px;
}



/*----------------------------------------------------
	#top_main　トップページのコンテンツ
----------------------------------------------------*/

#top_main {
	position: relative;
	width: auto;
	clear:both;
	margin: 0px auto;
	background: url(../img/top/back_top.jpg) repeat-x left 1px;
	border-top: 1px solid #999;
	z-index: 0;
} 
#top_main #content_back {
	width: 908px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	background: url(../img/share/back_topshadow.png) repeat;
	margin-bottom: 0px;
	padding-bottom: 5px;
	z-index: 0;
}

#top #greeting {
	width: 800px;
	background: #FFF;
	border: 1px solid #CCC;
	margin: 20px auto 30px;
}
#top #greeting p{
	margin: 40px;
	line-height: 2em;
}
#top #greeting .ceo {
	float: left;
	margin: 40px 10px 0px 40px;
}
#top #greeting .yatai {
	float: right;
	margin-left: 10px;
}

#top #newinfo {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}
#top #newinfo h3 {
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #999;
}

#top #newinfo p {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

#top #wrap #main #mainimg #course li a img {
	margin-top: 10px;
	margin-bottom: 5px;
}
