@charset "utf-8";
/* CSS Document */

@import url("course.css");/* courseフォルダ内共通 */

/*■□■□■□■□■□■□■□ 共通項目 ■□■□■□■□■□■□■□*/

/* 一番上から各コースに飛ぶボタン */

#choice ul#choice_btn01{
	display:block;
	background:url(../img/choice_btn01.gif) no-repeat;
	text-indent:-9999px;
	height:93px;
}


#choice ul#choice_btn01 li,
#choice ul#choice_btn01 li a{
	display:block;
	height:31px;
}

/* 一番下のボタン */

#choice ul#choice_btn02{
	display:block;
	background:url(../img/choice_btn02.gif) no-repeat;
	text-indent:-9999px;
	height:70px;
	margin-top:50px;
}


#choice ul#choice_btn02 li,
#choice ul#choice_btn02 li a{
	display:block;
	height:70px;
}

/* 各コースの詳細部分共通 */

#choice div.detail{
	clear:both;
	margin:30px 0 10px;
}

#choice div.detail dl{
	padding:80px 5px 5px 285px;
	border:#cccccc 1px solid;
}

#choice div.detail dl dt{
	padding:5px 0;
	font-weight:bold;
}

/*文字の大きさ指定*/

#choice div.detail .comme01,/* 見出し */
#choice div.detail .comme02{/* コメント部分 */
	font-size:14px;
}

/*こんな職種を目指しますのリスト部分*/

#choice div.detail dl li{
	display:block;
	width:170px;
	float:left;
	line-height:1.4em
}

#choice div.detail li span.small{/*かぎカッコへの対応*/
	display:block;
	font-size:10px;
	padding-left:0.5em;
}

/* 各コースから飛ぶボタン部分共通 */

#choice div.detail ul.box_three,/* 3つならび */
#choice div.detail ul.box_one,/* 1つ */
#choice div.detail ul.box_two{/* 2つならび */
	clear:both;
	padding:95px 0 5px;
	text-indent:-9999px;
}


#choice div.detail ul.box_three a{/* 3つならび */
	display:block;
	height:70px;
}

#choice div.detail ul.box_two a{/* 2つならび */
	display:block;
	height:70px;
}

#choice div.detail ul.box_one a{/* 1つ */
	display:block;
	height:70px;
	width:400px;
	margin:0 auto;
}


/*■□■□■□■□■□■□■□ 各コース ■□■□■□■□■□■□■□*/

/*:::::::::::::::::::::::: 日本料理 ::::::::::::::::::::::::*/

/* 背景画像 */

#choice #jpn dl{
	background:url(../img/choice_jpg_img.jpg) no-repeat;
	zoom:1;/* IE6の印刷対策 */
}

/* 文字の色指定 */

#choice #jpn span.dot,
#choice #jpn dt{
	color:#fcd419;
}

/* ボタン部分 */

#choice #jpn ul.box_three{
	background:url(../img/choice_jpn_btn.gif) no-repeat;
	zoom:1;/* IE6の印刷対策 */
}

/*:::::::::::::::::::::::: フランス料理 ::::::::::::::::::::::::*/

/* 背景画像 */

#choice #fra dl{
	background:url(../img/choice_fra_img.jpg) no-repeat;
	zoom:1;/* IE6の印刷対策 */
}

/* 文字の色指定 */

#choice #fra span.dot,
#choice #fra dt{
	color:#4770c2;
}

/* ボタン部分 */

#choice #fra ul.box_three{
	background:url(../img/choice_fra_btn.gif) no-repeat;
	zoom:1;/* IE6の印刷対策 */
}


/*:::::::::::::::::::::::: イタリア料理 ::::::::::::::::::::::::*/

/* 背景画像 */

#choice #ita dl{
	background:url(../img/choice_ita_img.jpg) no-repeat;
	zoom:1;/* IE6の印刷対策 */
}

/* 文字の色指定 */

#choice #ita span.dot,
#choice #ita dt{
	color:#70c247;
}

/* ボタン部分 */

#choice #ita ul.box_three{
	background:url(../img/choice_ita_btn.gif) no-repeat;
	zoom:1;/* IE6の印刷対策 */
}

/*:::::::::::::::::::::::: 中国料理・オリエンタル料理 ::::::::::::::::::::::::*/

/* 背景画像 */

#choice #chn dl{
	background:url(../img/choice_chn_img.jpg) no-repeat;
	zoom:1;/* IE6の印刷対策 */
}

/* 文字の色指定 */

#choice #chn span.dot,
#choice #chn dt{
	color:#c25c47;
}

/* ボタン部分 */

#choice #chn ul.box_three{
	background:url(../img/choice_chn_btn.gif) no-repeat;
	zoom:1;/* IE6の印刷対策 */
}

/*:::::::::::::::::::::::: 学校給食・病院給食 ::::::::::::::::::::::::*/

/* 背景画像 */

#choice #kyushoku dl{
	background:url(../img/choice_kyushoku_img.jpg) no-repeat;
	zoom:1;/* IE6の印刷対策 */
}

/* 文字の色指定 */

#choice #kyushoku span.dot,
#choice #kyushoku dt{
	color:#8575d1;
}

/* ボタン部分 */

#choice #kyushoku ul.box_two{
	background:url(../img/choice_kyushoku_btn.gif) no-repeat;
	zoom:1;/* IE6の印刷対策 */
}

/*:::::::::::::::::::::::: カフェ ::::::::::::::::::::::::*/

/* 背景画像 */

#choice #cafe dl{
	background:url(../img/choice_cafe_img.jpg) no-repeat;
	zoom:1;/* IE6の印刷対策 */
}

/* 文字の色指定 */

#choice #cafe span.dot,
#choice #cafe dt{
	color:#47c299;
}

/* ボタン部分 */

#choice #cafe ul.box_three{
	background:url(../img/choice_cafe_btn.gif) no-repeat;
	zoom:1;/* IE6の印刷対策 */
}

/*:::::::::::::::::::::::: 創作料理 ::::::::::::::::::::::::*/

/* 背景画像 */

#choice #sosaku dl{
	background:url(../img/choice_sosaku_img.jpg) no-repeat;
	zoom:1;/* IE6の印刷対策 */
}

/* 文字の色指定 */

#choice #sosaku span.dot,
#choice #sosaku dt{
	color:#c29947;
}

/* ボタン部分 */

#choice #sosaku ul.box_three{
	background:url(../img/choice_sosaku_btn.gif) no-repeat;
	oom:1;/* IE6の印刷対策 */
}

/*:::::::::::::::::::::::: インストラクター ::::::::::::::::::::::::*/

/* 背景画像 */

#choice #instructor dl{
	background:url(../img/choice_instructor_img.jpg) no-repeat;
	zoom:1;/* IE6の印刷対策 */
}

/* 文字の色指定 */

#choice #instructor span.dot,
#choice #instructor dt{
	color:#f39700;
}

/* ボタン部分 */

#choice #instructor ul.box_one{
	background:url(../img/choice_instructor_btn.gif) no-repeat;
	zoom:1;/* IE6の印刷対策 */
}

/*:::::::::::::::::::::::: フードスタイリスト ::::::::::::::::::::::::*/

/* 背景画像 */

#choice #stylist dl{
	background:url(../img/choice_stylist_img.jpg) no-repeat;
	zoom:1;/* IE6の印刷対策 */
}

/* 文字の色指定 */

#choice #stylist span.dot,
#choice #stylist dt{
	color:#ff5c00;
}

/* ボタン部分 */

#choice #stylist ul.box_one{
	background:url(../img/choice_stylist_btn.gif) no-repeat;
	zoom:1;/* IE6の印刷対策 */
}