@charset "utf-8";
/* CSS Document */

/* LAYOUT
---------------------------------------------*/
body {
	background: #fffbf0 url("../img_com/bg_body_top.gif") repeat-y top center;
}
body#home #bg {
	background: url("../img_com/bg_line_top.gif") repeat-x top center;
}
body#home #container {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	background-color:#FFFFFF;
}

body#home #wrapper {
	width: 1000px;
	min-height:500px;
}
* html body#home #wrapper {
	width: 1000px;
}

/* カテゴリトップ
---------------------------------------------*/
#topMain {
	width: 1000px;
	height: 740px;
	position: relative;
}

/* メインイメージ */
#topMain #scene {
	width: 1000px;
	height: 740px;
	background: url("../img/scene01bg.jpg") no-repeat;
}
#topMain #scene li {
	position: absolute;
	top: 0;
	left: 0;
}
#topMain #scene li#scene01 {
	top: 80px;
	left: 335px;
}
#topMain #scene li#scene01A1 {
	top: 495px;
	left: 335px;
}
#topMain #scene li#scene01A2 {
	top: 525px;
	left: 335px;
}
#topMain #scene li#scene01A3 {
	top: 555px;
	left: 335px;
}
#topMain #scene li#scene02 {
	top: 60px;
	left: 70px;
}
#topMain #scene li#scene02A1 {
	top: 470px;
	left: 140px;
}
#topMain #scene li#scene02A2 {
	top: 500px;
	left: 140px;
}
#topMain #scene li#scene02A3 {
	top: 530px;
	left: 140px;
}
#topMain #scene li#scene03 {
	top: 270px;
	left: 365px;
}
#topMain #scene li#scene03A1 {
	top: 500px;
	left: 365px;
}
#topMain #scene li#scene03A2 {
	top: 530px;
	left: 365px;
}
#scene li {
	display: none;
}

/* グローバルナビ */
#topMain #globalNavi {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 200px;
}
#globalNavi li {
	margin-top: 20px;
	margin-left: 10px;
	text-indent: -10px;
}
#globalNavi li.indent {
	margin-top: 5px;
	margin-left: 18px;
}
#globalNavi li a {
	padding-left: 10px;
	background: url("../img/i_arrow.png") no-repeat left center;
}
#globalNavi li a:hover,
#globalNavi li a:active {
	color: #002672;
	text-decoration: none;
}
#globalNavi #bnSeminar {
	margin-top: 10px;
}

#globalNavi #bnSeminar02 {
	margin-top: 10px;
}


/*blueline「社会人のための・・・」
---------------------------------------------*/
body#home #blue_line{
	width:980px;
	height:18px;
	background-color:#55bec7;
	padding:2px 0 0 20px;
}

body#home #blue_line p{
	font:メイリオ;
	color:#FFFFFF;
	font-weight:600;
}

/* カテゴリmiddle ふたつのバナー
---------------------------------------------*/
body#home #middle{
	margin:20px 0 0 26px;
	width:950px;
	font-size: 13px;
}
body#home #middle .bn_text{
	background:url(../img/special_btm.jpg) no-repeat left top;
	width:419px;/*459px*/
	height:104px;/*119px*/
	padding:15px 20px 0 20px;
}
body#home #middle .bn_pic{
	width:459px;
	height:248px;
}
body#home #middle #bn_course{
	float:left;
}
body#home #middle #bn_course .md_link{
	background:url(../img/s_arrow.gif) no-repeat left center;
	padding-left:1em;
	margin-left:160px;
	margin-top:5px;
}
body#home #middle #bn_ws{
	float:right;
}
body#home #middle #bn_ws #ws_list{
	margin-top:5px;
	width:419px;
	position:relative;
}
body#home #middle #bn_ws #ws_list ul.list_left{
	width:215px;
	left:0;
	position:absolute;
}
body#home #middle #bn_ws #ws_list ul.list_right{
	left:215px;
	position:absolute;
}


/* カテゴリbottom　ご案内など2カラム
---------------------------------------------*/
/* カテゴリbottom　ご案内
---------------------------------------------*/
body#home #bottom{
	margin:33px 0 0 20px;
	width:960px;
}

body#home #bottom #btm_left{
	width:620px;
	float:left;
}

body#home #bottom #btm_left #info{
}

body#home #bottom #info .ttl_info{
	background:url(../img/pt_info.gif) no-repeat left center;
	padding:23px 0 0 47px;
	font:メイリオ;
	font-size:18px;
	/*color:#797979;*/
	margin-left:10px;
}
/*twitter*/
body#home #bottom #twitter{
	margin-top:10px;
}

body#home #bottom #twitter .twitter-timeline {
    max-width: 100%;
	width:620px;
    }
 
/*facebook*/
body#home #bottom #fb{
	margin-top:20px;
}

/*初期のtextVer.*/
body#home #bottom dl {
	border-top: 1px dotted #ccc;
	margin-top:15px;
	padding-top:15px;
	/*margin-bottom:10px;
	padding-bottom:10px;*/
	width:620px;
	position:relative;
}
body#home #bottom dl dt{
	width:130px;
	position:absolute;
	left:0;
}
body#home #bottom dl dd{
	margin-left:130px;
}

/*Google_drive*/
body#home #bottom #drive{
	margin-top:20px;
}

/* カテゴリbottom　right
---------------------------------------------*/
body#home #bottom #btm_right{
	width:300px;
	float:right;
}

body#home #bottom #btm_right li.bn_r{
	margin-bottom:10px;
}

body#home #bottom #btm_right #mail{
	width:300px;
	height:370px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	border: 1px solid #e26e69;	
	font-size: 13px;
}

/*メール講座フォーム*/
body#home #bottom #btm_right #mail .m_ttl{
	width:300px;
	height:34px;
}

body#home #bottom #btm_right #mail p.mail{
	width:260px;
	margin:15px 0 0 20px;
	/*border-bottom: 1px dotted #ccc;
	margin-bottom:15px;
	padding-bottom:15px*/;
}
body#home #bottom #btm_right #mail p.kaijo{
	width:270px;
	margin-left:5px;
	border-top: 1px dotted #ccc;
	margin-top:10px 0;
	padding-top:15px;
}

body#home #bottom #btm_right #mail #form{
	width:280px;
	margin:10px 0 0 16px;
}

body#home #bottom #btm_right #mail #form .b_text{
	width:212px;
	margin-bottom:10px;
}

body#home #bottom #btm_right #mail #form ul.haisin{
	padding-left:1em;
	border-bottom: 1px dotted #ccc;
	margin-bottom:15px;
	padding-bottom:15px;
}

body#home #bottom #btm_right #mail # form .send{
	margin-left:100px;
}

/* footer
---------------------------------------------*/
#footer {
	margin-top: 45px;
	padding-bottom: 25px;
	width: 1000px;
}
#footer hr{
	color:#dfdbdb;
}
#footer ul {
	float: left;
	margin-left:20px;
	margin-top:19px;
}
#footer li {
	margin-right: 15px;
	padding-right: 15px;
	float: left;
	background:url(../img_com/footer_slash.gif) no-repeat right center;
}
#footer li a {
	text-decoration:underline;
}
#footer address {
	float: right;
	font-style: normal;
	margin-top:50px;
	padding-right: 1em;
}
#footer a:link,
#footer a:visited {
	text-decoration:underline;
}
#footer a:hover,
#footer a:active {
	text-decoration: none;
}
