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

 file name  :top.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */

/*----------------------------------------------------
	#top
----------------------------------------------------*/
#top {
	background:url(../images/bg_topmain.jpg) center top no-repeat;
}

#top #main{
	background:none;
}

#top #sub{
	padding:0 0 30px 10px;
}


/*----------------------------------------------------
	#flash
----------------------------------------------------*/
#top #top_contents {
	height: 346px !important;
	margin: 0 auto;
	padding: 0 0 1px 0;
}

#top #top_contents #viewer {
	width: 950px;
}

#top #top_contents #list {
	width: 960px;
	margin: 0 -10px 0 0;
	padding: 10px 0 0 0;
	overflow: hidden;
	zoom: 1;
}

#top #top_contents #list li {
	margin: 0 8px 0 0;
	float: left;
}

/*----------------------------------------------------
	#menu_area
----------------------------------------------------*/
#menu_area {
	width:680px;
	margin:0 0 50px 20px;
	line-height:0;
}
#menu_bot {
	background:url(../images/top/bg_menu3.jpg) top center no-repeat;
}
#menu_btn{
	padding:20px 0 0 20px;
	margin-bottom: 20px;
}
#menu_course{
	padding-left:10px;
}
/*----------------------------------------------------
	#banner_area
----------------------------------------------------*/
#top #banner_area {
	width:680px;
	margin:0 0 40px 20px;
	line-height:0;
}
#top #banner_area div{
	display:inline;
	line-height:0;
}
#top #banner_area .bn_left{
	margin-right:10px;
}
/*----------------------------------------------------
	#banner_area_wide
----------------------------------------------------*/
#top #banner_area_wide {
	clear: both;
	margin:0 0 15px 20px;
}

/*----------------------------------------------------
	#check_area
----------------------------------------------------*/
#top #check_area {
	margin:0 0 40px 20px;
	padding-top: 5px;
	background:url(../images/top/bg_exercise.jpg) no-repeat top center;
	height:245px;
	width:680px;
}
#top #check_area #youtube {
	float: right;
	margin-right:4px;
}

#top #check_area p.bn_check {
	padding:178px 0 0 42px;
}

/*----------------------------------------------------
	#news_area
----------------------------------------------------*/
#top #news_area {
	margin:0 0 40px 20px;
	clear: both;
}

#top #news_area h3{
	background:url(../images/top/st_news.gif);
	width:680px;
	height:20px;
	text-indent:-9999px;
	margin:20px 0 10px 0;
}

#top #news_area dl{
	height:15px;
	width:680px;
	border-bottom:#E3A3B2 dotted 1px;
	padding-bottom: 10px;
}

#top #news_area dt{
	float:left;
	margin:0 0 0 20px;
	width:130px;
	display:inline;
}
#top #news_area dd{
	float:right;
	margin:0 20px 0 0;
	width:510px;
	display:inline;
}


/*----------------------------------------------------
	#pub_area
----------------------------------------------------*/
#top #pub_area {
	margin:0 0 40px 20px;
	overflow: hidden;
}

* html #top #pub_area {
	margin-left: 16px;
}

#top #pub_area h3 {
	background:url(../images/top/st_publicity.gif);
	width:680px;
	height:27px;
	text-align: right;
}

/* パブリシティ内容部分 */
#top #pub_area div.con_pub {
	border-right: solid 2px #DB8B9F;
	border-left: solid 2px #DB8B9F;
	border-bottom: solid 2px #DB8B9F;
	padding: 10px;
}

/* パブリシティ雑誌部分 */
#top #cnt_publicity {
	padding:10px 10px 10px 15px;
	overflow: hidden;
}

#top #cnt_publicity dl {
	margin:0 0 10px 10px;
	padding:0 5px 0 0;
	width:110px;
	float:left;
}

#top #cnt_publicity dt {
	margin:0 0 10px 0;
	width:100px;
	height:80px;
}

#top #cnt_publicity dt img {
	margin:0 0 0 5px;
	width:60px;
	height:80px;
	text-align:left;
	border: solid 1px #939498;
}

#top #cnt_publicity dd {
	width:100px;
}

#top #cnt_publicity .txtinfo {
	width:100px;
	font-size:10px;
	text-align:left;
}

#top #cnt_publicity .txtinfo li {
	line-height:14px;
}


#top #cnt_publicity .txtinfo li.name {
	color:#5D1526;
	font-weight:bold;
	margin-bottom: 5px;
	padding: 0 0 0 10px;
	background:url(../publicity/images/ic_tit.gif) left center no-repeat;
}

#top #cnt_publicity .txtinfo li.name a {
	color:#5D1526;
	text-decoration: underline;
	font-weight:bold;
}

/*テレビ用　強調*/
#top #cnt_publicity dl.pub_tv {
	background: #ffe9ee;
	margin:0 0 5px 5px;
	padding: 5px;
	width:  95px;
	border: 3px double #ff99cc;
}
#top #cnt_publicity .pub_tv .txtinfo li.name {
	color:#5D1526;
	font-weight:bold;
	margin: 0 0 5px 0;
	padding: 0;
	background:none;
}

#top #cnt_publicity .pub_tv dt img {
	width:80px;
	height: 70px;
}


/*----------------------------------------------------
	#link_area
----------------------------------------------------*/
#top #link_area {
	margin:0 0 30px 20px;
}

#top #link_area p {
	margin:0 0 10px;
}


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

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


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

	hack - 各種cssハック - for IE6

=======================================*/
/* #banner_area */
* html #top #banner_area { margin-bottom: -7px; }

/* IE6で背景画像を表示する */
#top #cnt_publicity { zoom: 1; }

