﻿@charset "utf-8";
/* ================================================
トップページcss
================================================ */



/* flash */

#flash_sec {
	height: 260px;
	width: 550px;
}

/* メールマガジン */

#mail_maga {
	width: 550px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#applied {
	width: 550px;
	padding-top: 20px;
	padding-bottom:0;
}

/* ニュースエリア */

#news_sec {
	width: 550px;
	padding-bottom: 20px;
}
#news_sec #news_bana {
	background-image: url(../imgs/toppage/new_bar.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 550px;
	font-size: 1%;
	line-height: 1%;
	display: block;
	/* \*/overflow: hidden; /* */
	text-indent:-1000em;
}
#news_sec #news_kakomi {
	border: 2px solid #1885cf;
	width: 522px;
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 12px;
}
#news_kakomi #li_data {
	background-image: url(../imgs/toppage/news_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#news_kakomi #li_kiji {
	line-height: 140%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #80b5e4;
	padding-left: 15px;
	margin-bottom: 5px;
}

.scroll {
	width: 522px;
	height: 113px;
	overflow: scroll;
	overflow-x:hidden; }




/* bottmナビゲーション　エリア指定 */

#bottm_navi {
	background-color: #ffffff;
	height: 138px;
	width: 550px;
	position: relative;
	background-image: url(../imgs/toppage/bottm_menu_btn.gif);
}

#bottm_navi .bottm_left {
	float: left;
	height: 69px;
	width: 183px;
	position: relative;
}

#bottm_navi .bottm_right {
	float: right;
	height: 69px;
	width: 183px;
	position: relative;
}

/* bottmナビゲーション */


#bottm_navi ul,
#bottm_navi li {
	margin: 0;
	padding: 0;
}

#bottm_navi a {
	width: 183px;
	height: 69px;
	display: block;
	/* \*/overflow: hidden; /* */
	text-indent:-1000em;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../imgs/toppage/bottm_menu_btn.gif);
}

#bottm_navi1 a { background-position: 0px 0px; }
#bottm_navi1 a:hover { background-position: 0px -138px; }

#bottm_navi2 a { background-position: -183px 0px; }
#bottm_navi2 a:hover { background-position: -183px -138px; }

#bottm_navi3 a { background-position: -366px 0px; }
#bottm_navi3 a:hover { background-position: -366px -138px; }

#bottm_navi4 a { background-position: 0px -69px; }
#bottm_navi4 a:hover { background-position: 0px -207px; }

#bottm_navi5 a { background-position: -183px -69px; }
#bottm_navi5 a:hover { background-position: -183px -207px; }

#bottm_navi6 a { background-position: -366px -69px; }
#bottm_navi6 a:hover { background-position: -366px -207px; }

.new_news {
	color: #FF0000;
}


/* bottmフォームボタン */

#bottm_form ul,
#bottm_form li {
	margin: 0;
	padding: 0;
}

#bottm_form a {
	width: 275px;
	height: 77px;
	display: block;
	/* \*/overflow: hidden; /* */
	text-indent:-1000em;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../imgs/toppage/bottm_form_btn.gif);
}

#bottm_form1 a { background-position: 0px 0px; }
#bottm_form1 a:hover { background-position: 0px -77px; }

#bottm_form2 a { background-position: -275px 0px; }
#bottm_form2 a:hover { background-position: -275px -77px; }

#bottm_form .bottm_left {
	float: left;
	height: 77px;
	width: 275px;
	position: relative;
}

#bottm_form .bottm_right {
	float: right;
	height: 77px;
	width: 275px;
	position: relative;
}

/* キャプションエリア */
#caption {
	width: 540px;
	background-color: #f4ddff;
	margin: 10px 0px 0px;
	padding: 5px;
}

#caption h1 {
	color: #0066cc;
	font-size: 120%;
	font-weight: bold;
}

#caption p {
	margin:10px 5px;
}
#caption img{
	float: right;
	vertical-align: middle;
}

.txt_bl{
	color: #006bc9;
}

.txt_bl2{
	color: #006bc9;
	font-weight: bold;
}

.txt_red{
	color: #ff0000;
}
.txt_red2{
	color: #ff0000;
	font-weight: bold;
}
.txt_pk{
	color: #EE6AA7;
	font-weight: bold;
}
.txt_pk2{
	color: #ff3366;
}
.txt_pk3{
	color: #ff3366;
	font-weight: bold;
}
.txt_gr{
	color: #008B8B;
	font-weight: bold;
}
.txt_no{
	text-decoration: none; 
}

.txt_line{
	text-decoration: underline;
}

.txt_or{
	color: #ff6600;
	font-weight: bold;
}

/* コラムなぜ */

#why {
	width: 550px;
	background-image: url(../imgs/toppage/why_bg.gif);
	margin: 10px 0px 0px ;
	padding-bottom: 10px;
	border-bottom: solid 1px #a3e066;
}

#why h2 {
	background-image: url(../imgs/toppage/why_title.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 550px;
	font-size: 1%;
	line-height: 1%;
	display: block;
	/* \*/overflow: hidden; /* */
	text-indent:-1000em;
}

#why p {
	margin:10px 15px;
	
}

#why p.iwaku {
	font-size: 110%;
}

#why img{
	float: left;
	vertical-align: middle;
	margin:10px 15px;
}

#gakuryoku {
	text-align: left;
	width: 455px;
	background-color: #99d5ff;
	margin: 0 auto;
}

#why #gakuryoku li {
	list-style-type: none;
	display: block;
	list-style:none;
	float: left;
	/*text-indent:-1000em;*/
	
}

#gakuryoku01 img{
	height: 31px;
	width: 83px;
	/*background-image: url(../imgs/toppage/why_gakuryoku01.gif);
	background-repeat: no-repeat;*/
	margin-left: 40px;
}
#gakuryoku02 img{
	height: 31px;
	width: 83px;
	/*background-image: url(../imgs/toppage/why_gakuryoku02.gif);
	background-repeat: no-repeat;*/
	margin-left:25px;
}
#gakuryoku03 img{
	height: 31px;
	width: 92px;
	/*background-image: url(../imgs/toppage/why_gakuryoku03.gif);
	background-repeat: no-repeat;*/
	margin-left:25px;
}

#why #gakuryoku h3{
	background-image: url(../imgs/toppage/why_gakuryoku_top.gif);
	background-repeat: no-repeat;
	width: 455px;
	height: 10px;
}

#why #gakuryoku h4{
	background-image: url(../imgs/toppage/why_gakuryoku_btm.gif);
	background-repeat: no-repeat;
	width: 455px;
	height: 10px;
	font-size: 50%;
}
#digi_cata {
	width: 550px;
	padding-top:10px;
	padding-bottom: 10px;
}

/* 5つの安心で受講スタート！ */

#start {
	width: 550px;
	height: 143px;
	background-image: url(../imgs/toppage/start_bg.gif);
	margin: 10px 0px 0px ;
	padding-bottom: 10px;
	border-bottom: solid 1px #d9da38;

}

#start li {
	display: block;
	float: left;
	text-indent:-1000em;
}
#start #title{
	height: 45px;
	width: 550px;
	background-image: url(../imgs/toppage/start_txt110127.gif);
	background-repeat: no-repeat;
	margin-bottom: 8px;
}
#start #start01 a {
	height: 88px;
	width: 110px;
	background-image: url(../imgs/toppage/start_01_110127.gif);
	background-repeat: no-repeat;
	display:block;
	margin-left: 1px;
}
#start #start02 a {
	height: 88px;
	width: 109px;
	background-image: url(../imgs/toppage/start_02_110127.gif);
	background-repeat: no-repeat;
	display:block;
}
#start #start03 a {
	height: 88px;
	width: 110px;
	background-image: url(../imgs/toppage/start_03_110127.gif);
	background-repeat: no-repeat;
	display:block;
}
#start #start04 a {
	height: 88px;
	width: 109px;
	background-image: url(../imgs/toppage/start_04_110127.gif);
	background-repeat: no-repeat;
	display:block;
}
#start #start05 a {
	height: 88px;
	width: 109px;
	background-image: url(../imgs/toppage/start_05_110127.gif);
	background-repeat: no-repeat;
	display:block;
}

/* 5大特徴ボタン */

#fature_ttl {
	margin: 16px 0 0 0;
	width: 550px;
	height:45px;
	background-image: url(../imgs/toppage/feature_ttl.jpg);
	background-repeat: no-repeat;
	text-indent:-1000em;
}

#fature {
	width: 550px;
	height:80px;
	background-image: url(../imgs/toppage/feature_bg.jpg);
	background-repeat: no-repeat;
	padding: 19px 0 5px 0;
}
#fature ul{
	margin: 0;
	padding: 0;
}

#fature li {
	margin: 0;
	display: block;
	list-style:none;
	float: left;
	text-indent:-1000em;
	padding-left:2px;
}
	
#fature a {
	width: 108px;
	height: 60px;
	display: block;
	/* \*/overflow: hidden; /* */
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../imgs/toppage/feature_btn.jpg);
}

#fature #btn1 a { background-position: 0px 0px;
width: 107px;
margin-left:1px; }
#fature #btn1 a:hover { background-position: 0px -60px;
width: 107px;
margin-left:1px; }

#fature #btn2 a { background-position: -109px 0px; }
#fature #btn2 a:hover { background-position: -109px -60px; }

#fature #btn3 a { background-position: -219px 0px; }
#fature #btn3 a:hover { background-position: -219px -60px; }

#fature #btn4 a { background-position: -329px 0px;
width: 107px; }
#fature #btn4 a:hover { background-position: -329px -60px;
width: 107px; }

#fature #btn5 a { background-position: -438px 0px;
width: 106px; }
#fature #btn5 a:hover { background-position: -438px -60px;
width: 106px; }

