@charset "utf-8";
@import url(../common/default.css);
@import url(../common/layout.css);
@import url(../header/header.css);
@import url(../footer/footer.css);

/* ページのタイトル */
#course_title{
	margin:0;
	}
#course_title img{
	vertical-align:top;
	}

/* ページのトップへ戻る */
.back_to_top_w{
	padding: 0 0 20px 35px;
}
/* 各コースBOXスタイル */
.course_box_left{
	float:left;
	width:305px;
	padding-left:10px;
}
.course_box_right{
	float:right;
	width:305px;
	padding-right:10px;
}
.course_box_bottom{
	background:url(img/course_bottom_bg.jpg) no-repeat bottom;
	padding: 0 0 22px 0 ;
}

#course_box_top_business{
	background:url(img/business_top_bg.jpg) no-repeat top ;
}
#course_box_top_cad{
	background:url(img/cad_top_bg.jpg) no-repeat top ;
}
#course_box_top_dtp{
	background:url(img/dtp_top_bg.jpg) no-repeat top ;
}
#course_box_top_web{
	background:url(img/web_top_bg.jpg) no-repeat top ;
}
#course_box_top_network{
	background:url(img/network_top_bg.jpg) no-repeat top ;
}
#course_box_top_program{
	background:url(img/program_top_bg.jpg) no-repeat top ;
}
.course_box_left h3 a,.course_box_right h3 a{
	display:block;
	padding:35px 0 7px 35px ;
}
.course_box_left p,.course_box_right p{
	padding:0 0 10px 20px ;
	width:150px;
	line-height:1.4em;
	margin:0;
	text-align:justify;
}
.course_box_bottom dl{
	background:url(img/ican_bg.gif) no-repeat top;
	margin:0 0 0 22px;
	padding:0;
	width:260px;
}
.course_box_bottom dt{
	margin:0;
	padding:12px 0 0 10px;
}
.course_box_bottom dd{
	margin:0;
	padding:0 0 0 20px;
	background-color:#f2f1ed;
}
.course_box_bottom dd ul{
	list-style:url(img/ican_list.gif);
	margin:0;
	padding:7px 0 10px 10px;
}
.course_box_bottom dd li{
	margin-bottom:0.5em;
	font-size:x-small;
}
.course_box_bottom a{
	display:block;
	width:250px;
	margin:10px 0 0 22px;
	padding:5px 0 8px 10px ;
}
.business_detail_btn a{
	background:url(img/business_btn_bg.gif) no-repeat;
}
.cad_detail_btn a{
	background:url(img/cad_btn_bg.gif) no-repeat;
}
.dcreate_detail_btn a{
	background:url(img/dcreate_btn_bg.gif) no-repeat;
}
.it_detail_btn a{
	background:url(img/it_btn_bg.gif) no-repeat;
}

.business_detail_btn a:link,.business_detail_btn a:visited{
	color:#33f;
}
.business_detail_btn a:hover{
	color:#17d;
}
.cad_detail_btn a:link,.cad_detail_btn a:visited{
	color:#f60;
}
.cad_detail_btn a:hover{
	color:#e94;
}
.dcreate_detail_btn a:link,.dcreate_detail_btn a:visited{
	color:#393;
}
.dcreate_detail_btn a:hover{
	color:#7a7;
}
.it_detail_btn a:link,.it_detail_btn a:visited{
	color:#609;
}
.it_detail_btn a:hover{
	color:#958;
}

/* コースTOPの給付金について */
#course_benefit{
	background:url(img/course_benefit_bg.gif) no-repeat;
	width:570px;
	margin:10px 20px;
	padding:8px 0 8px 30px;
}
#course_benefit p{
	margin:0;
	padding:0;
}
#course_benefit_text{
	width:370px;
	float:left;
}
#course_benefit_link{
	float:right;
	width:195px;
}
#course_benefit_link a{
	display:block;
	width:195px;
	height:20px;
	margin:24px 0 0 0 ;
}



/* 給付金ページスタイル */

/* ページのタイトル */
#course_chapter{
	background: #FFFFFF url(../common/course_bg.gif) repeat-y;
	}
/* ページのトップへ戻る */
.back_to_top{
	margin:0 0 0 30px;
	padding:0 0 20px 0;
	}


/* 右サイドのコース紹介 */
.course_descript{
	width:419px;
	float:right;
	margin:0;
	padding:0 0 30px 0 ;
	}
#benefit_main_title{
	margin:0 20px 0 0;
	padding:25px 0 28px 0 ;
	}
.course_descript h4{
	clear:both;
	margin:30px 20px 0 0 ;
	padding:0 0 25px 15px ;
	background:url(img/style_chapter_bg.jpg) no-repeat right bottom;
	}
.course_descript_text{
	margin:5px 30px 0 15px ;
	line-height:1.4em ;
	text-align:justify ;
	}
.course_descript_text_ind{
	margin:5px 30px 0 15px ;
	line-height:1.4em ;
	text-align:justify ;
	text-indent:-1em;
	padding-left:1em;
	}
.course_descript_catch{
	float:right;
	}
/* 左サイドのメニューリスト */
#course_side_list{
	width:195px;
	float:left;
	}
.course_side_backhome{
	margin:0 0 0 15px;
	padding:15px 0 10px 20px;
	border-bottom:1px solid #b6ae9c;
	}
.side_list{
	margin:10px 0 0 15px;
	padding:0;
	}
.side_list li{
	margin:0 0 0.4em 20px;
	padding:0;
	list-style:none;
	}
/* 表示ページのリスト */
#course_list_onview{
	margin:0 0 0 15px;
	padding:10px 0 40px 0;
	background: #fbfaf8 url("../common/course_list_onview_bg.jpg") no-repeat left bottom;
	}
/* アクション（体験・資料請求） */
#action img{
	vertical-align:top;
	}

