/*==============================================================================================
共通タグ部分ここから
================================================================================================*/
body{
	margin: 0px;
	padding: 0px;
	font: 12px "メイリオ",/* verdana,*/ "MS PGothic", sans-serif;
	color: #555555;
	word-break:break-all;
}
html {
	overflow-y:scroll;
}

ul {
	margin: 0px;
	padding: 0px;
}
#main {
	width: 950px;
}
.floleft {
	float: left;
}
.left {
	float: left;
	margin: 5px;
}
.text1 {
	color: #CC0000;
}
.fontsize14 {
	font-size:14px
}
.banner {
	margin-bottom: 15px;
}
.mawari5{
	margin:3px;
	padding:10px 0 10px 10px;
}
.left2 {
	float: left;
	margin: 0px;
	padding: 0px;
}
.lecture_font {
	color:#003399;
	font-weight:bold;
}
.lecture_type {
	color: #4A85FF;
}
.left3 {
	margin: 0px 10px 0px 0px;
	float:left;
}
.clear {
	clear:both;
}
label {
	cursor:pointer;
}
/*==============================================================================================
ヘッダー部分ここから
================================================================================================*/
#head {
	width: 950px;
	height: 53px;
	line-height:0.5em;
}
.form_box {
	margin: 3px;
	padding: 0px;
}

#head h1 {	
	font-size:11px;
	float: left;
	margin:0px;
}
#head h1 a {
	display: block;
	background: url(../img_fc/logo.gif) no-repeat;	
	text-indent: -999px;
	height: 50px;
	width: 230px;
	text-decoration: none;
	overflow:hidden;
}
#head h2, #head p {
	margin:0px;
	font-size:11px;
	text-align: left;
	float: left;
	text-indent: -999px;
}
/*========================ヘッダーナビゲーション部分ここから========================*/
#head ul{
	display: block;
	float: right;
	background: url(../img_fc/bt_h_back.gif) no-repeat bottom;
	margin: 15px 5px 0 0;
}
#head li{
	list-style-type: none;
	display: block;
	float: left;
}
#head li a {
	height: 11px;
	text-decoration: none;
	display: block;
	text-indent: -3000px;
	overflow:hidden;
}
#head li a.palhome {	
	background: url(../img_fc/bt_h_palhome.gif) no-repeat;	
	width: 82px;
	height:11px;
	margin: 20px 5px 0px;
}
#head li a.palhome:hover {	
	background: url(../img_fc/bt_h_palhome_o.gif) no-repeat;	
}
#head li a.top {	
	background: url(../img_fc/bt_h_top.gif) no-repeat;	
	width: 41px;
	height:11px;
	margin: 20px 5px 0px;	
}
#head li a.top:hover {	
	background-image: url(../img_fc/bt_h_top_o.gif) no-repeat;	
}
#head li a.sitemap {
	background: url(../img_fc/bt_h_sitemap.gif) no-repeat;
	width: 80px;
	height:11px;
	margin: 20px 5px 0px;
}
#head li a.sitemap:hover {	
	background: url(../img_fc/bt_h_sitemap_o.gif) no-repeat;	
}
#head li a.contact {
	background: url(../img_fc/bt_h_contact.gif) no-repeat;
	width: 79px;
	margin: 20px 5px 0px;
}
#head li a.contact:hover {	
	background: url(../img_fc/bt_h_contact_o.gif) no-repeat;	
}
#head li a.material {
	background: url(../img_fc/bt_hb_material.gif) no-repeat;
	width: 90px;
	height: 35px;
	margin: 0px 0px 0px 5px;
}
#head li a.material:hover {	
	background: url(../img_fc/bt_hb_material_o.gif) no-repeat;	
}
#head li a.experience {
	background: url(../img_fc/bt_hb_experience.gif) no-repeat;
	width: 90px;
	height: 35px;
	margin: 0px 0px 0px 5px;
}
#head li a.experience:hover {	
	background: url(../img_fc/bt_hb_experience_o.gif) no-repeat;	
}
#head li a.staff {
	background: url(../img_fc/bt_hb_staff.gif) no-repeat;
	width: 90px;
	height: 35px;
	margin: 0px 0px 0px 5px;
}
#head li a.staff:hover {	
	background: url(../img_fc/bt_hb_staff_o.gif) no-repeat;
}

/*==============================================================================================
ナビゲーション部分ここから
================================================================================================*/
#navigation {
	background: url(../img_fc/bt_n_back.gif) no-repeat 1px 1px;
	width:918px;
}
#navigation ul{
	
}
#navigation li{
	list-style-type: none;
	display: block;	
	float: left;
}
#navigation a{
	width: 153px;
	height: 29px;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;	
	text-indent: -3000px;
	overflow:hidden;	
}
#navigation a.top {
	background-image: url(../img_fc/bt_n_top.gif);
}
#navigation a.top:hover {
	background-image: url(../img_fc/bt_n_top_o.gif);
}
#navigation a.course {
	background-image: url(../img_fc/bt_n_course.gif);
}
#navigation a.course:hover {
	background-image: url(../img_fc/bt_n_course_o.gif);
}
#navigation a.instructor {
	background-image: url(../img_fc/bt_n_instructor.gif);
}
#navigation a.instructor:hover {
	background-image: url(../img_fc/bt_n_instructor_o.gif);
}
#navigation a.access {
	background-image: url(../img_fc/bt_n_access.gif);
}
#navigation a.access:hover {
	background-image: url(../img_fc/bt_n_access_o.gif);
}
#navigation a.staff {
	background-image: url(../img_fc/bt_n_staff.gif);
}
#navigation a.staff:hover {
	background-image: url(../img_fc/bt_n_staff_o.gif);
}
#navigation a.staff_v2 {
	background-image: url(../img_fc/bt_n_staff2.gif);
}
#navigation a.staff_v2:hover {
	background-image: url(../img_fc/bt_n_staff2_o.gif);
}
#navigation a.contact {
	background-image: url(../img_fc/bt_n_contact.gif);
}
#navigation a.contact:hover {
	background-image: url(../img_fc/bt_n_contact_o.gif);
}
#navigation a.material {
	background-image: url(../img_fc/bt_n_material.gif);
}
#navigation a.material:hover {
	background-image: url(../img_fc/bt_n_material_o.gif);
}
/*==============================================================================================
求人用ナビゲーション部分ここから
================================================================================================*/
#job_navi {
	width:670px;	
	background: url(../img_fc/bt_j_navi.gif) no-repeat 0 0;
	display:block;
	padding: 0 3px 0;
}
#job_navi li {
	margin:0;
	padding:0;	
	display:block;
	float:left;	
}
#job_navi li a {	
	height:35px;
	width:125px;
	display:block;
	margin: 0 4px 0 5px ;
	text-decoration:none;
	text-indent:-9999px;
	overflow:hidden;
}
#job_navi li a:hover {
}
#job_navi li a.result {padding:0px;}
#job_navi li a.corp {padding:0px;}

#job_navi li a.result:hover {
	background:url(../img_fc/bt_j_navi.gif) no-repeat -8px -35px;
}
#job_navi li a.service:hover {
	background:url(../img_fc/bt_j_navi.gif) no-repeat -142px -35px;
}
#job_navi li a.conf:hover {
	background:url(../img_fc/bt_j_navi.gif) no-repeat -276px -35px;
}
#job_navi li a.staff:hover {
	background:url(../img_fc/bt_j_navi.gif) no-repeat -410px -35px;
}
#job_navi li a.corp:hover {
	background:url(../img_fc/bt_j_navi.gif) no-repeat -544px -35px;	
}
/*==============================================================================================
ショップリンク用ナビゲーション部分ここから
================================================================================================*/
#shop_navi {
	width:670px;	
	background: url(../img_fc/bt_j_navi.gif) no-repeat 0 0;
	display:block;
	padding: 0 3px 0;
}
#shop_navi li {
	margin:0;
	padding:0;	
	display:block;
	float:left;	
}
#shop_navi li a {	
	height:35px;
	width:125px;
	display:block;
	margin: 0 4px 0 5px ;
	text-decoration:none;
	text-indent:-9999px;
	overflow:hidden;
}
#shop_navi li a:hover {
}
#shop_navi li a.result {padding:0px;}
#shop_navi li a.corp {padding:0px;}

#shop_navi li a.result:hover {
	background:url(../img_fc/bt_j_navi.gif) no-repeat -8px -35px;
}
#shop_navi li a.service:hover {
	background:url(../img_fc/bt_j_navi.gif) no-repeat -142px -35px;
}
#shop_navi li a.conf:hover {
	background:url(../img_fc/bt_j_navi.gif) no-repeat -276px -35px;
}
#shop_navi li a.staff:hover {
	background:url(../img_fc/bt_j_navi.gif) no-repeat -410px -35px;
}
#shop_navi li a.corp:hover {
	background:url(../img_fc/bt_j_navi.gif) no-repeat -544px -35px;	
}

/*==============================================================================================
ページナビゲーション部分ここから
================================================================================================*/
.page_navi {
	margin: 10px 0 5px;
	display:inline;
	height:22px;
	line-height:22px;
}
.pagenavi_left {
	float:left;
	margin:10px 0 5px;
}
.page_navi a {
	width:16px;	
	display:block;
	float:left;
	text-decoration:none;
	margin:0 1em 0 0;
}
.page_navi a:hover {
	font-size:15px;
	font-weight:bold;
}
.page_navi strong {
	display:block;
	width:16px;
	float:left;
	font-size:15px;
	font-weight:bold;
	margin:0 1em 0 0;
}
.page_navi a.change {
	width:4em;
	line-height:16px;
}
.page_navi a.change:hover {	
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}
.page_navi p {
	width:5em;
	line-height:16px;
	margin-bottom:0;
	padding:0;
	float:left;
}
.page_number {
	display:inline;
	height:22px;
	line-height:22px;
	float:right;
	margin:10px 0 5px;
}
/*==============================================================================================
メイン部分ここから
================================================================================================*/
/*========================トップ画像部分ここから========================*/
#top_main {
	background: url(../img_fc/mainbord_back_top.jpg) no-repeat;
	width: 920px;
	height: auto;
	padding: 5px 15px 5px;
}
#top_flash {
	text-align: center;
	height: 320px;
}
#top_main_short {
	background: url(../img_fc/mainbord_back_short.jpg) no-repeat;	
	width: 920px;
	padding: 5px 15px 5px 15px;	
}
#top_head {
	width: 920px;
	height: auto;	
	background: url(../img_fc/head_back.jpg) no-repeat;	
	margin-top: 10px;	
}

/*========================共通メイン部分ここから========================*/
#under_main{
	background: url(../img_fc/mainbord_back_re.gif) repeat-y;	
	width: 917px;
	padding: 5px 15px 5px 18px;
	line-height: 1.7;
}
#navi h2{
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	padding: 0px;
	text-align: right;
	line-height: 10px;
	display: block;
	margin: 0px 5px 5px 0px;
}

/*========================共通右部分ここから========================*/
#top_left {
	width: 225px;
	float: left;
	margin-left: 10px;
}
#top_left .banner {
	margin:5px;
}
#news{
	width: 225px;
}
#top_left .headbar {
	color: #FFFFFF;
	background: url(../img_fc/bar_news.gif) no-repeat;	
	height: 30px;
	width: 205px;	
	text-align: left;
	padding: 0 10px 0;
	margin: 0px;	
}
#top_left .headbar h3 {
	font-size: 12px;
	line-height:30px;
	margin: 0px;
}

/*========================ニュース・ライブ部分ここから========================*/
.news_box {
	border: 1px solid #EF0503;
	font-size: 12px;
	padding: 5px 0 5px 10px;
	background-color: #FFFFFF;	
}
.news_box dl {
	text-align: left;
	_height: 200px;
	max-height: 200px;	
	overflow:auto;
	margin: 0px;
	background-color: #FFFFFF;
}

.news_box dt {
	background: url(../img_fc/ico_right.gif) no-repeat 0 3px;
	text-indent: 25px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}
.news_box dd {
	border-bottom:1px dashed #CCC;
	padding: 0 5px 5px;
	margin: 0 0 10px 0;
	text-align:justify;
	text-justify: distribute;
}
.news_box a{
	color: #006699;
	font-weight: bold;	
}
#main div.top_largebox a.live_details {
	display:block;
	background: url(../img_fc/i_entry1.gif) no-repeat;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	text-align:center;
	width:80px;
	height:22px;
	margin: 0 5px 0 0;
	line-height:22px;
	float:left;
}
#main div.top_largebox a.live_details:hover {
	color:#FFFFFF;
	background: url(../img_fc/i_entry2.gif) no-repeat;
	
}
/*========================フランチャイズ情報部分ここから========================*/
.news_box2 {
	border: 1px solid #EF0503;
	padding: 10px 10px 5px;
	font-size: 12px;
	background: #FFFFFF;
}
.news_box2 dl {
	text-align: left;
	margin: 0px;
	width:98%;
}
.news_box2 dt {
	background: url(../img_fc/ico_right.gif) no-repeat 0 10px;	
	text-indent: 25px;
	line-height: 20px;
}
.news_box2 dd {
	margin: 0px 0px 10px 0px;
}
.news_box2 a{
	color: #006699;
	font-weight: bold;
}
/*==============================================================================================
トップページ変更可能部分ここから
================================================================================================*/
.phpbox{
	float: left;
	margin: 0px 5px 5px 0px;
	display: inline;
}
.phpbox h2{
	display: block;
	font-size: 14px;
	line-height: 30px;
	text-indent: 25px;
	height: 30px;
	margin: 0px;
}
.phpbox p{
	margin: 5px;
	display: block;
}
/*==============================================================================================
トップページ変更可能部分ここから
================================================================================================*/
#top_large {
	width: 676px;
	float: left;
	text-align: left;
}
#top_large .top_largebox {
	padding: 10px;
}
#top_large .top_formbox {
	padding: 10px;
	background: #FFF;
	border: 1px solid #CCC;
}
#top_large a{
	color: #006699;	
}
#top_large a:hover{
	color: #006699;
	text-decoration: none;
}

#top_large dl {
	text-align: left;
	margin: 0px;
	display: block;
}
.midashi {
	font-weight: bold;
	color: #666;
}

#top_large dt {
	background: url(../img_fc/ico_right.gif) no-repeat 0 5px;
	text-indent: 25px;
	font-weight: bold;
	color: #006699;
	font-size: 14px;
}
#top_large dt.course {
	background: url(../img_fc/bt_back_course.gif) no-repeat;
	font-weight: bold;
	color: #333366;
	height: 30px;
	width: 300px;
	line-height: 30px;
}
#top_large .long{
	font-weight: bold;
	color: #006699;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-indent: 15px;
}
#top_large dd {
	margin: 5px 0px 5px 0px;
	text-align:justify;
	text-justify: distribute;
}
#top_large h3 {
	font-size:14px;
	margin: 10px;
	line-height: 25px;
	padding-left:20px;
	background: url(../img_fc/ico_head.gif) no-repeat;
}
.textbox {
	background: url(../img_fc/top_table_back.gif) repeat;
	border: 2px solid #FFF;
	padding: 10px 0 10px 10px;
}
.shortbox {
	width: 319px;
	float: left;
	background: url(../img_fc/top_table_back.gif) repeat;
	border: 2px solid #FFF;
	margin-top: 0 5px 10px 0;	
	padding: 5px;
}
/*========================卒業生の声部分ここから========================*/
.coursebox {
	border: 2px solid #FFF;
	padding: 5px;
	margin: 0px 5px 10px;
	background: url(../img_fc/top_table_back.gif) repeat;	
}
/*========================フォームテーブル部分ここから========================*/
#top_large table.crear {
	border: 2px solid #EFEFEF;
	background: url(../img_fc/top_table_back_w.gif) repeat;
	border-collapse:collapse;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, "メイリオ", "MS PGothic", sans-serif;
	}

#top_large table.crear td {
	border: 1px solid #EFEFEF;
}

#top_large table.crear2 {
	border: 2px solid #FFF;
	background: url(../img_fc/top_table_back_r.gif) repeat;
	border-collapse:collapse;	
}
#top_large table.crear2 td {
	border: 1px solid #FFF;
}
.input_crea {
	border-style: none;
	cursor: pointer;
	background-color: #FFFFFF;
}
INPUT {
	VERTICAL-ALIGN:middle;
	COLOR: #696969;
	background-color: #F7EEEE;
	border-top: 1px solid #B89A98;
	border-right: 1px solid #D7C2C1;
	border-bottom: 1px solid #D7C2C1;
	border-left: 1px solid #B89A98;	
}
SELECT {
	VERTICAL-ALIGN:middle;
	COLOR: #696969;
	background-color: #F7EEEE;
	border-top: 1px solid #B89A98;
	border-right: 1px solid #D7C2C1;
	border-bottom: 1px solid #D7C2C1;
	border-left: 1px solid #B89A98;	
}
TEXTAREA {
	VERTICAL-ALIGN:middle;
	COLOR: #696969;
	background-color: #F7EEEE;
	border-top: 1px solid #B89A98;
	border-right: 1px solid #D7C2C1;
	border-bottom: 1px solid #D7C2C1;
	border-left: 1px solid #B89A98;	
}
INPUT.radio {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: #000000;
	BORDER-STYLE: none;	
}
INPUT.standard {
	BACKGROUND: none transparent scroll repeat 0% 0%;	
	BORDER-STYLE: none;	
}
/*========================講師紹介部分ここから========================*/
#top_large table.staffbox {
	border: 1px solid #FFF;
	background: url(../img_fc/top_table_back.gif) repeat;	
}
#top_large table.staffbox td{
	border: 1px solid #FFF;	
}
#top_large table.staffbox th{
	border: 1px solid #FFF;	
}
#top_large .job_box {
	background-color: #FFF;
	padding: 10px;
}
.large_box {
	background-color: #000;
}
/*========================コース紹介部分ここから========================*/
.course_title {
	background: url(../img_fc/cource_back2_1.gif) no-repeat;
	height: 30px;
	width: 635px;
	margin: 0px auto;
	text-indent: 40px;
	line-height: 30px;
}
.course_box {
	background: url(../img_fc/cource_back2_2.gif) repeat-y;
	width: 605px;
	margin: 0px auto;	
	padding: 0px 15px 0px;
	text-align:justify;
	text-justify: distribute;
}
.course_table {
	margin: 0px auto;
	width: 635px;
}
.course_box a.check {
	background: url(../img_fc/bt_check.gif) no-repeat;
	display: block;
	height: 29px;
	width: 154px;
	float: right;
}
.course_box a.check:hover {
	background: url(../img_fc/bt_check_o.gif) no-repeat;
}
.course_title h4 {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.course_title h4 a{	
	color: #CC0000;
}
.course_title h4 a:hover{
	color: #CC0000;
	text-decoration: none;
}
img.right {
	float: right;
	margin-left: 10px;
}
img.left {
	float: left;
	margin-right: 10px;
}
/*========================求人情報一覧部分ここから========================*/
#job_search {
	padding:5px;
	background-color: #F9F9F9;
	border: 1px solid #DDD;
}
#job_search img {
	vertical-align:middle;
}
#top_large .job_content {
	border:1px solid #DDD;
	padding: 10px 8px 10px;
	background: #FFFFFF;
}

div.title {
	font-weight:bold;
	line-height:25px;
}
div.title img.job_type {
	float:left;
	margin: 2px 0;
}
div.title h4 {
	padding:0;
	margin:0;
	font-size: 14px;
	float:left;
}
#top_large div.title a.job_details {
	display:block;
	background: url(../img_fc/bt_job_details.gif) no-repeat;
	color:#CC0000;
	text-decoration:none;
	font-weight:normal;
	text-align:center;
	width:80px;
	height:22px;
	margin: 0 5px 0 0;
	line-height:22px;
	float:right;
}
#top_large div.title a.job_details:hover {
	color:#FFFFFF;
	background: url(../img_fc/bt_job_details_o.gif) no-repeat;
	
}
table.job_result {	
	width:600px;	
	margin: 0 auto 20px;
	border:none;
}
table.job_result tr {
	border-bottom:1px dashed #000;
}
table.job_result tr th {	
	width:150px;
	background:#EEE;
	border-bottom:1px dashed #CCC;
	padding:5px 0px 5px 1.5em;
}
table.job_result tr th.title {
	border-bottom:none;
	text-indent:0.5em;	
	width:auto;
	background: #FFD0D0;
	text-align:right;
	border: 1px solid #DDD;
}
table.job_result tr td {
	width:400px;	
	border-bottom:1px dashed #CCC;
	padding:5px 0px 5px 1.5em;
}
table.job_result tr td.ico {
	width:100%;	
	border-bottom:1px dashed #CCC;
	padding:5px;
	text-align:right;
}
table.job_result tr td.ico img {
	margin: 0 5px 0;
}


table.job_form {	
	width:100%;	
	margin: 0 auto 20px;
	border:none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, "メイリオ", "MS PGothic", sans-serif;
}
table.job_form tr {
	border-bottom:1px dashed #000;
}
table.job_form tr th {	
	width:150px;
	background:#EEE;
	border-bottom:1px dashed #CCC;
	padding:5px 0px 5px 20px;
}
table.job_form tr th.title {
	border-bottom:none;
	text-indent:0.5em;	
	width:auto;
	background: #FFD0D0;
	text-align:right;
}
table.job_form tr td {
	width:456px;	
	border-bottom:1px dashed #CCC;
	padding:5px 0px 5px 10px;
}
table.job_form tr td.ico {
	width:100%;	
	border-bottom:1px dashed #CCC;
	padding:5px;
	text-align:right;
}
table.job_form tr td.bottom {
	width:100%;	
	border-bottom:1px dashed #CCC;
	padding:5px;
	text-align:center;
}
table.job_form tr td.ico img {
	margin: 0 5px 0;
}
/*========================サービス紹介部分ここから========================*/
#service01 {	
	width:656px;
	margin: 0 0 15px;
	text-align:justify;
	text-justify: distribute;
}
#service01 h4 {
	background:url(../img_fc/service01_h.gif) no-repeat;
	margin:0;
	padding:0;
	height:32px;
	text-indent:-9999px;
}
#service01 p {
	margin:0;
	padding:15px;
}

#service02 {	
	width:656px;
	margin: 0 0 15px;
	text-align:justify;
	text-justify: distribute;
}
#service02 a {
	display:block;
	width:250px;
	margin: 10px auto 10px;
}
#service02 h4 {
	background:url(../img_fc/service02_h.gif) no-repeat;
	margin:0;
	padding:0;
	height:32px;
	text-indent:-9999px;
}
#service02 p {
	margin:0;
	padding:15px;
}
#service02 p.after {
	margin:0;
	padding:10px;
	background: #FFECEC;
}

#service03 {	
	width:656px;
	margin: 0 0 15px;
	text-align:justify;
	text-justify: distribute;
}
#service03 a {
	display:block;
	width:250px;
	margin: 10px auto 10px;
}
#service03 h4 {
	background:url(../img_fc/service03_h.gif) no-repeat;
	margin:0;
	padding:0;
	height:32px;
	text-indent:-9999px;
}
#service03 p {
	margin:0;
	padding:15px;
}
#service03 p.after {
	background:#FFECEC;
	margin:0;
	padding:10px;
}

#jobtype h4 {
	margin: 10px 0 0px 0px;
}

#jobtype p {	
	margin:0;
	padding:10px;
	text-align:justify;
	text-justify: distribute;
}



/*========================サイトマップ部分ここから========================*/
.sitemap_box {
	width: 634px;
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #DDD;
}
.sitemap_box a {
	color: #0066FF;
	text-decoration:none;
}
.sitemap_box a:hover {
	color: #8EBBFF;
	text-decoration: underline;
}
.sitemap_box dl dt {}
#top_large .sitemap_box dl dd {
	margin: 0 0 15px;
}
/*========================フッター部分ここから========================*/
#foot {
	background: url(../img_fc/mainbord_back_end.gif) no-repeat;
	padding-top: 11px;
	text-align: center;
}
#foot h3 {
	margin: 0px;
	padding: 0px;
}