@charset "utf-8";

/* ========================================================
	contents.css => 下層コンテンツ部分・パーツ等CSS
======================================================== */

/* ヘッダー
============================================================================================================ */
div#headContainer p {
	position: relative;
	width: 900px;
	margin: 0 auto;
	z-index: 5;
}
/* メイン画像
----------------------------------------------------------------------------------------- */
div#headContainer h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../images/head_bg.gif) no-repeat center top;
}
div#headContainer h1 img {
	margin-top: 60px;
}

/* サイドナビ
============================================================================================================ */
div#sideNavi {
	float: left;
	width: 225px;
	margin-bottom: 20px;
	padding-top: 10px;
	background: #d6caaf url(../images/side/bg_top.gif) no-repeat;
	text-align: center;
}
div#sideNavi ul {
	padding: 0 10px 10px;
	background: url(../images/side/bg_bottom.gif) no-repeat left bottom;
}
div#sideNavi ul li {
	margin-top: 1px;
}
div#sideNavi ul li ul {
	margin-top: 1px;
	padding: 0;
	background: #f2ebd6 none;
	text-align: left;
}
div#sideNavi ul li ul li {
	margin-top: 0;
	padding: 5px 3px 4px 24px;
	background: url(../images/line.gif) repeat-x;
}
div#sideNavi ul li ul li a,
div#sideNavi ul li ul li em {
	padding-left: 17px;
	background: url(../images/link_square_arrow.gif) no-repeat left;
}

div#sideNaviShort {
	width: 225px;
	padding: 10px 0;
	background: #d6caaf url(../images/side/bg_short.gif) no-repeat;
	text-align: center;
}

/* パンくず
============================================================================================================ */
p#topicPath {
	padding: 8px 5px;
	text-align: right;
	font-size: smaller;
}
p#topicPath strong {
	font-weight: normal;
}

/* 見出し
============================================================================================================ */
div#mainArea h2 {
	margin-bottom: 20px;
}
div#mainArea h3 {
	margin-bottom: 25px;
}
div#mainArea h3.outer {
	margin: 0 10px 5px;
}
div#mainArea h4.strong {
	margin: 0 10px 3px;
	color: #54081b;
}
div#mainArea h5 {
	margin: 0 10px 5px;
	color: #54081b;
}
div.section .line {
	margin: 0 10px 16px;
	padding: 10px 0;
	border-bottom: 1px solid #b1ada5;
}
div.section h4.line {
	margin-top: 40px;
}
div.section h4.dotted {
	margin: 0 10px 15px;
	padding-bottom: 3px;
	background: url(../images/line.gif) repeat-x left bottom;
	font-size: 120%;
	color: #a12947;
}

/* ページ内リンク
============================================================================================================ */
div.inner_link {
	margin: 0 10px 20px;
	background: url(../images/inner_link_bg_bottom.gif) no-repeat left bottom;
}
div.inner_link ul {
	padding: 7px 1px 5px;
	background: url(../images/inner_link_bg_top.gif) no-repeat;
	zoom: 1;
}
div.inner_link ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div.inner_link ul li {
	float: left;
	margin-right: 10px;
	padding-left: 28px;
	background: url(../images/inner_link_point.gif) no-repeat left;
	white-space: nowrap;
}
div.inner_link ul.double_top {
	padding-bottom: 0;
}
div.inner_link ul.double_bottom {
	background: none;
	padding-top: 0;
}

/* セクション
============================================================================================================ */
div.section {
	background: #fdf8ed url(../images/section_bg_top.gif) no-repeat;
}
div.section div.inner {
	padding: 10px 10px 20px;
	background: url(../images/section_bg_bottom.gif) no-repeat left bottom;
	zoom: 1;
}
div.section p,
div.section ul {
	margin: 0 10px 1.4em;
}
div.section ol.number {
	zoom: 1;
}
div.section ol.number li {
	margin: 0 0 1.4em 34px;
	list-style-type: decimal;
}

/* 写真が右にある場合
----------------------------------------------------------------------------------------- */
/*
テキストのほうが長い場合にクラスでclearfix指定
div.ph_right_section {
	zoom: 1;
}
div.ph_right_section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}*/
div.ph_right_section p,
div.ph_right_section ol {
	margin-right: 195px;
}

div.ph_right_section_short p,
div.ph_right_section_short ol {
	margin-right: 220px;
}
div.ph_right_section p.ph,
div.ph_right_section_short p.ph {
	display: inline;
	float: right;
	margin: 0 10px 0 0 !important;
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #b1ada5;
}
div.ph_right_section dl.ph,
div.ph_right_section_short dl.ph {
	display: inline;
	float: right;
	margin: 0 10px 0 0;
}
div.ph_right_section dl.ph dt,
div.ph_right_section_short dl.ph dt {
	margin-bottom: 3px;
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #b1ada5;
}
div.ph_right_section_short dl {
	width: 186px;
}
div.ph_right_section ul.ph {
	margin: 0;
	padding-right: 10px;
	float: right;
}
div.ph_right_section ul.ph li {
	margin: 0 0 5px 0;
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #b1ada5;
}

/* 写真が左にある場合
----------------------------------------------------------------------------------------- */
div.ph_left_section_short p,
div.ph_left_section_short ol {
	margin-left: 250px;
}
div.ph_left_section p.ph,
div.ph_left_section_short p.ph {
	display: inline;
	float: left;
	margin: 0 10px 0 0 !important;
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #b1ada5;
}


/* テキスト始まり
----------------------------------------------------------------------------------------- */
div.main_text_area {
	padding: 15px 0 20px;
}


/* 表組み
----------------------------------------------------------------------------------------- */
table.table {
	width: 600px;
	margin: 0 10px;
	background-color: #b1ada5;
}
table.table th,
table.table td {
	padding: 0.4em 1em;
}
table.table th {
	background-color: #f2ebd6;
}
table.table td {
	background-color: #fdf8ed;
}

table.standard th {
	width: 25%;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}
table.standard2 th {
	width: 28%;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}
table.standard2 td.time {
	width: 23%;
}
table.standard2 td.fee {
	width: 15%;
	text-align: right;
}
table.fee td {
	width: 14%;
	text-align: right;
}
div.section table ul {
	margin: 0;
}
table.day th {
	padding: 0.4em 0.5em;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}
table.day th.day {
	width: 16%;
}
table.day th.theme {
	width: 8%;
}
table.day th.ingredient {
	width: 14%;
}
table.day th.practice {
	width: 22%;
}
table.day th.fee {
	width: 10%;
}
table.day th.number {
	width: 10%;
}
table.day th.subject {
	width: 24%;
}
table.day td {
	padding: 0.4em 0.5em;
}



/* ボックスのエリア
----------------------------------------------------------------------------------------- */
div.box_section {
	margin: 30px 10px 0;
	background-image: url(../images/box_section_bg.gif);
}
div.box_section div {
	background: url(../images/box_section_bg_top.gif) no-repeat;
}
div.box_section div div {
	background: url(../images/box_section_bg_bottom.gif) no-repeat bottom;
	padding: 12px 20px;
}
div#mainArea div.box_section h3,
div.box_section h4 {
	margin-bottom: 15px;
	padding-bottom: 3px;
	background: url(../images/line.gif) repeat-x left bottom;
	font-size: 120%;
	color: #a12947;
}
div.box_section p {
	margin-left: 0;
	margin-right: 0;
}
div.box_section ol.number li {
	margin: 0 0 0.5em 24px;
}
div.box_section p.ph {
	float: right;
	margin: 0 0 0 10px;
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #b1ada5;
}
div.box_section ul {
	margin: 0 0 10px;
}


/* リスト
----------------------------------------------------------------------------------------- */
ul.disc li {
	padding-left: 0.6em;
	text-indent: -0.6em;
}

/* リンク四角やじるし
----------------------------------------------------------------------------------------- */
div#mainArea div.section .link_square {
	padding-left: 20px;
	background: url(../images/link_square_arrow.gif) no-repeat left;
	font-weight: bold;
}

/* リンク小やじるし右寄せ
----------------------------------------------------------------------------------------- */
div#mainArea div.section .link_small_right {
	text-align: right;
}
div#mainArea div.section .link_small_right a {
	padding-left: 10px;
	background: url(../images/link_small_arrow.gif) no-repeat left;
}


/* 資料請求・お問い合わせボタン
----------------------------------------------------------------------------------------- */
ul#contact,
ul.contact {
	margin: 30px 0 35px;
	text-align: center;
}
ul#contact li,
ul.contact li {
	display: inline;
	margin: 0 8px;
}


/* 注意書き、赤枠
----------------------------------------------------------------------------------------- */
div.noticeBox {
	margin: 0 10px 10px;
	background: url(../images/notice_bg.gif) repeat-y;
}
div.noticeBox div {
	background: url(../images/notice_bg_top.gif) no-repeat;
}
div.noticeBox p {
	padding: 8px;
	background: url(../images/notice_bg_bottom.gif) no-repeat left bottom;
	text-align: center;
	zoom: 1;
}
div.noticeBox strong {
	color: #a73752;
}

/* 注意書き、赤枠
----------------------------------------------------------------------------------------- */
div.topicBox {
	margin: 0 10px 10px;
	background: url(../images/topic_box_bg.gif) repeat-y;
}
div.topicBox div {
	background: url(../images/topic_box_bg_top.gif) no-repeat;
}
div.topicBox ul {
	padding: 8px 1px;
	background: url(../images/topic_box_bg_bottom.gif) no-repeat left bottom;
	zoom: 1;
}
div.topicBox ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div.topicBox ul li {
	float: left;
	margin-right: 10px;
	padding-left: 28px;
	background: url(../images/topic_link_point.gif) no-repeat left;
	white-space: nowrap;
	font-weight: bold;
}
div.topicBox strong {
	color: #a73752;
}





/* 各インデックスページ
============================================================================================================ */
div#indexBox01,
div#indexBox02 {
	width: 860px;
	background-color: #ffffff;
	border: 10px solid #d6caaf;
	overflow: hidden;
}
div#indexBox01 {
	border-bottom-width: 0;
}
div#indexBox01 div.inner,
div#indexBox02 div.inner {
	width: 900px;
	zoom: 1;
}
div#indexBox01 div.inner:after,
div#indexBox02 div.inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#indexBox01 div.inner div,
div#indexBox02 div.inner div {
	float: left;
	width: 405px;
	margin-left: -10px;
	padding: 4px 20px 10px 0;
	border-left: 10px solid #d6caaf;
	border-right: 10px solid #d6caaf;
}
div#indexBox01 h2,
div#indexBox02 h2 {
	float: right;
	padding: 6px 0 10px;
}
div#indexBox01 p,
div#indexBox02 p {
	clear: right;
	margin-left: 135px;
}
div#indexBox01 p.ph,
div#indexBox02 p.ph {
	clear: none;
	float: left;
	position: relative;
	left: -1px;
	margin-left: 0;
}
div#indexBox01 ul,
div#indexBox02 ul {
	margin-top: 5px;
	text-align: right;
}



/* FFCCとは
============================================================================================================ */
/* フランス料理文化センター（FFCC）とは
----------------------------------------------------------------------------------------- */
div.information_section p.ph {
	display: inline;
	float: right;
	margin: 0 5px 1em 15px;
	padding: 0;
	border: none;
}
div.information_section ul {
	position: relative;
	margin-left: 30px;
	zoom: 1;
}
div.information_section ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div.information_section ul li {
	float: left;
}
div.information_section ul li ul {
	position: absolute;
	left: 309px;
	top: 80px;
	width: 240px;
	margin-left: 0;
}
div.information_section ul li ul li {
	float: left;
	padding-left: 13px;
}
div.profile {
	margin: 20px 10px 10px;
	zoom: 1;
}
div.profile:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div.profile h4 {
	margin: 0 10px 15px 170px;
	padding-bottom: 3px;
	background: url(../images/line.gif) repeat-x left bottom;
	font-size: 120%;
	color: #a12947;
}
div.profile p {
	margin: 0 0 1.4em 170px;
}
div.profile dl.ph {
	float: left;
}
div.profile dl.ph dt {
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #b1ada5;
}
div.profile dl.ph dd {
	width: 149px;
	padding-top: 5px;
	text-align: center;
}
div.profile dl.ph dd em {
	font-size: smaller;
}

/* フランスのネットワーク
----------------------------------------------------------------------------------------- */
div.network_section p.ph {
	text-align: center;
}
div.network_section p.ph img {
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #b1ada5;
}
div.network_section table th {
	width: 30%;
}
div.feast ul {
	margin-bottom: 1em;
	padding: 0 0 1.2em 20px;
	zoom: 1;
}
div.feast ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div.feast ul li {
	float: left;
	width: 175px;
	padding-right: 15px;
}
div.feast ul dt {
	margin-bottom: 3px;
}
div.feast ul strong {
	color: #54081b;
}

/* 施設紹介
----------------------------------------------------------------------------------------- */
div#mainArea div.space_section {
	margin-bottom: 20px;
	padding-top: 5px;
}
div#mainArea div.space_section h3 {
	float: left;
	width: 350px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	background: url(../images/line.gif) repeat-x left bottom;
	font-size: 120%;
	color: #a12947;
	display: inline;
}
div#mainArea div.space_section p {
	clear: left;
	margin-right: 260px;
}
div#mainArea div.space_section p.ph {
	clear: none;
}
div#mainArea div.space_school_section {
	margin: 20px 10px 10px;
	background-image: url(../images/box_section_bg.gif);
}
div#mainArea div.space_school_section div {
	background: url(../images/box_section_bg_top.gif) no-repeat;
}
div#mainArea div.space_school_section div div {
	background: url(../images/box_section_bg_bottom.gif) no-repeat bottom;
	padding: 20px 0 24px;
	zoom: 1;
}
div#mainArea div.space_school_section h4 {
	margin: 0 20px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	background: url(../images/line.gif) repeat-x left bottom;
}
div#mainArea div.space_school_section h4 a {
	padding-left: 20px;
	background: url(../images/link_square_arrow.gif) no-repeat left;
}
div#mainArea div.space_school_section p {
	margin: 1.4em 20px 0;
}
div#mainArea div.space_school_section ul {
	margin: 0;
	padding: 0 0 0 20px;
	zoom: 1;
}
div#mainArea div.space_school_section ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#mainArea div.space_school_section ul li {
	float: left;
	margin-right: 20px;
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #b1ada5;
	display: inline;
}

/* 同窓会クラブ「アミティエ・グルマンド」
----------------------------------------------------------------------------------------- */
div.amitie_event {
	margin-bottom: 40px;
}
div.amitie_event p {
	margin-right: 230px;
}

div.amitie_event2 {
	margin-bottom: 0px;
}

/* アクセス
----------------------------------------------------------------------------------------- */
div.accessmap {
	margin: 0 10px 30px;
	padding: 15px 0 30px;
	background: url(../images/line.gif) repeat-x left bottom;
	zoom: 1;
}
div.accessmap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#mainArea div.accessmap h3 {
	float: right;
	width: 290px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	background: url(../images/line.gif) repeat-x left bottom;
	font-size: 120%;
	color: #a12947;
}
div.accessmap p {
	float: left;
	margin: 0;
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #b1ada5;
}
div#mainArea div.accessmap ul {
	clear: right;
	margin-left: 310px;
}
* html div#mainArea div.accessmap ul {
	clear: none;
	margin-left: 307px;
}
*+html div#mainArea div.accessmap ul {
	clear: none;
}
div.access_ffcc {
	margin: 0 10px;
	zoom: 1;
}
div.access_ffcc:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div.access_ffcc h4 {
	float: left;
	margin-bottom: 1em;
}
div#mainArea div.access_ffcc p {
	float: right;
	margin: 0;
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #b1ada5;
}
div#mainArea div.access_ffcc address {
	clear: left;
}
div.access_management {
	margin: 30px 10px 0;
	background-image: url(../images/box_section_bg.gif);
}
div.access_management div {
	background: url(../images/box_section_bg_top.gif) no-repeat;
}
div.access_management div div {
	background: url(../images/box_section_bg_bottom.gif) no-repeat bottom;
	padding: 12px 20px 20px;
}
div.access_management h4 {
	margin-bottom: 15px;
	padding-bottom: 3px;
	background: url(../images/line.gif) repeat-x left bottom;
	font-size: 120%;
	color: #a12947;
}
div.access_management dl {
	zoom: 1;
}
div.access_management dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div.access_management dl dt {
	float: left;
}
div.access_management dl dd {
	width: 350px;
	margin-left: 185px;
}
div.access_management dd ul {
	margin: 0;
}
div.access_management dd ul li {
	margin: 0;
	padding-left: 20px;
	background: url(../images/link_square_arrow.gif) no-repeat left;
	font-weight: bold;
}

/* リンク
----------------------------------------------------------------------------------------- */
div.link {
	margin: 0 10px 10px;
	padding: 20px 0 0;
	zoom: 1;
}
div.link:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#mainArea div.link h3 {
	float: right;
	width: 430px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	background: url(../images/line.gif) repeat-x left bottom;
	font-size: 120%;
	color: #a12947;
}
div#mainArea div.link h3 a {
	color: #a12947;
}
div#mainArea div.link p {
	margin: 0 0 0 170px;
}
div#mainArea div.link p.image {
	float: left;
	margin: 0;
}













/* フランス留学コース / 国内コース
============================================================================================================ */
ol.step_btn {
	margin-left: 50px;
	margin-bottom: 30px;
	background: url(../../france/images/step_arrow.gif) no-repeat;
	zoom: 1;
}
ol.step_btn:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
ol.step2 {
	margin-left: 146px;
	background-position: -190px 0;
}
ol.step_btn li {
	float: left;
	margin-right: 54px;
	display: inline;
}
dl.fee {
	margin: 10px;
}
dl.fee dt {
	margin-top: 1em;
}
dl.fee dd {
	padding-left: 1em;
}
ul.notice li {
	margin-bottom: 1em;
	padding-left: 2em;
	text-indent: -2em;
}
div#mainArea p.procedure_arrow {
	margin: 7px 0;
	text-align: center;
}
div#program,
div.program {
	margin: 0 10px 10px;
	zoom: 1;
}
div#program:after,
div.program:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#program dl,
div.program dl {
	width: 250px;
	padding: 10px;
	border: 10px solid #d6caaf;
	background-color: #ffffff;
}
div#program dl dt,
div.program dl dt {
	margin-bottom: 10px;
	padding-bottom: 11px;
	background: url(../images/line.gif) repeat-x left bottom;
}
div#program dl dd ul,
div.program dl dd ul {
	margin: 0;
}
div.lecturer {
	margin: 20px 10px 10px;
	zoom: 1;
}
div.lecturer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div.lecturer h4 {
	margin: 0 10px 15px 170px;
	padding-bottom: 3px;
	background: url(../images/line.gif) repeat-x left bottom;
	font-size: 120%;
	color: #a12947;
}
h4.nakajima {
	margin-top:10px;
	padding-bottom: 7px;
	background:none;
	text-align:center;
}

h4.sarran {
	margin-top:10px;
    padding-left:85px;
	padding-bottom:7px;
	background:none;
}

h4.burbun {
	margin-top:10px;
	padding-left:117px;
	padding-bottom:7px;
	background:none;
}

div.lecturer p {
	margin: 0 0 0 170px;
}
div.lecturer p.ph {
	float: left;
	margin: 0;
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #b1ada5;
}
div.lecturer_no_ph h4 {
	margin-left: 0;
}
div.lecturer_no_ph p {
	margin: 0;
}


/* 研修生の声
----------------------------------------------------------------------------------------- */
div.voice_title {
	clear:both;
	margin: 40px 10px 16px;
	padding: 0 0 8px 15px;
	background: url(../../france/images/voice/name_bg.gif) no-repeat;
	border-bottom: 1px solid #b1ada5;
}
div.voice_title p {
	margin: 5px 2px 0;
}
div.voice_section p,
div.voice_section ol {
	margin-right: 180px;
}


/* 研修生の声
----------------------------------------------------------------------------------------- */
div.service dl {
	width: 170px;
}

div#mainArea div.service_section {
	margin-top: 25px;
	zoom: 1;
}
div#mainArea div.service_section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#mainArea div.service_section p.title {
	float: left;
	width: 405px;
	margin: 0 0 10px 10px;
	padding-bottom: 3px;
	background: url(../images/line.gif) repeat-x left bottom;
	font-size: 120%;
	color: #a12947;
	display: inline;
}
div#mainArea div.service_section p {
	clear: left;
	margin-right: 195px;
	margin-bottom: 0;
}



/*2009.11.10追加　レポート写真用*/



ul.report_photo img{
	background-color:#FFFFFF;
	border:1px solid #B1ADA5;
	display:inline;
	margin:0 2px 0 0 !important;
	padding:2px;
}

ul.report_photo em{
	display:block;
	text-align:center;
	width:188px;
}

ul.report_photo li{
	float:left;
	width:190px;
	margin:0 10px 5px 0;
}

ul.report_photo:after{
content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


div.section h4.line{
	margin-top:30px;
}



/* イベント・その他ご案内
============================================================================================================ */
body.event div#listArea div.inner {
	min-height: 180px;
}
* html body.event div#listArea div.inner {
	height: 180px;
}
div#listArea h3 {
	margin-top: 40px;
}
div#listArea h3.top {
	margin-top: 0 !important;
}
div#listArea dl {
	margin: 0 10px;
}
div#listArea dt {
	padding-left: 20px;
	background: url(../images/link_square_arrow.gif) no-repeat left;
	font-weight: bold;
}
div#listArea dd {
	margin-bottom: 1em;
	padding: 0 0 6px 20px;
	background: url(../images/line.gif) repeat-x left bottom;
}
div.section ul.result {
	margin-bottom: 2em;
	padding: 0 0 0 20px;
	zoom: 1;
}
div#result div#listArea h3 {
	margin-top: 30px;
}
div#result div#listArea dl {
	zoom: 1;
}
div.section ul.result:after,
div#result div#listArea dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#result div#listArea dt{
	float: left;
	margin-right: 10px;
}
div#result div#listArea p{
	margin: 0 0 10px 0 !important;
}
div.section ul.result li {
	float: left;
	width: 190px;
}
div.section ul.result dd a.link{
	padding-left: 20px;
	background: url(../images/link_square_arrow.gif) no-repeat 0px 1px;
}
div.section ul.result strong,
table.resultTable p.text strong {
	color: #54081b;
}
div.section ul.result dt.ph img.ph{
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #b1ada5;
}
div.section ul.result dd.text{
	margin: 10px 0 20px 3px ;
}
div.result div.lecturer h4 {
	margin: 0 0 15px 150px;
}
div.result div.lecturer p.text {
	margin: 0 0 0 150px;
}
div.result div.lecturer p.text2 {
	margin: 0 0 15px 150px;
}
div.result div.lecturer {
	padding: 15px 0 30px;
	background: url(../images/line.gif) repeat-x left bottom;
	margin-bottom: 20px;
}

div.result div.nonLine {
	padding: 15px 5px 15px;
	margin-bottom: 10px;
	margin-top: 0;
}
table.resultTable {
	width: 600px;
	margin: 0 10px 20px;
}
table.resultTable th {
	vertical-align:top;
}
table.resultTable td {
	width: 100%;
	padding: 0.4em 1em;
	background-color: #f2ebd6;
	text-align: center;
}
table.resultTable p.ph {
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #b1ada5;
	margin: 0;
}
table.resultTable p.text {
	font-weight: bold ;
	line-height: 1.2em;
	margin: 0;
}
div.result div.title_box {
	text-align: center;
	padding: 15px 0 10px;
	background: url(../images/line.gif) repeat-x left bottom;
	margin-bottom: 20px;
}
div.result div.title_box2 {
	padding: 15px 0 10px;
	margin-bottom: 0px;
}
div.result div.title_box h4{
	margin-bottom: 10px;
}
div.result div.title_box2 p{
	margin: 0 15px;
}
div.result div.title_box2 h5.dotted {
	margin: 0 15px 0px !important;
	padding-bottom: 3px;
	background: url(../images/line.gif) repeat-x left bottom;
	font-size: 120%;
	color: #a12947;
}

/* イベント result galadinner ガラディナー
----------------------------------------------------------------------------------------- */
div.result div.title_box3 {
	text-align: center;
	padding: 15px 0 10px;
	margin-bottom: 0px;
}
div.result div.title_box4 {
	text-align: center;
	padding: 0px 0 10px;
	margin-bottom: 10px;
}


/* イベント result galadinner ガラディナー MOFコンフェランス
----------------------------------------------------------------------------------------- */

div#mof_event{
	background:url(../../event/concours/images/mof_event_bg.gif);
	width:600px;
	margin-left:10px;
}
div#mof_event_top{
	background:url(../../event/concours/images/mof_event_topbg.gif);
	width:600px;
	height:36px;
}
div#mof_event_inside h4{
	padding:0 0 15px 25px;
}
div#mof_event_inside img.g_rapp{
	padding:0 0 15px 25px;
}
div#mof_event_inside img.g_rapp2{
	padding:0 0 15px 10px;
}
div#mof_event_inside p{
	padding:10px 0 0 18px;
}
div#mof_event_profile p{
	margin:0px;
	padding:0 25px 25px 25px;
}
div#mof_event_profile img{
	float:left;
	padding:20px 0 0 25px;
	vertical-align:bottom;
}
div#mof_event_profile:after{
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
div#mof_event_bottom{
	background:url(../../event/concours/images/mof_event_bottombg.gif);
	width:600px;
	height:24px;
}


/* トピックス
----------------------------------------------------------------------------------------- */
div#topics div#listArea {
	padding-top: 10px;
	min-height: 200px;
}
* html div#topics div#listArea {
	height: 200px;
}
div#topics div#listArea dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#topics div#listArea dt {
	float: left;
	margin-right: 10px;
	font-weight: normal;
}
div#topics div#listArea p{
	margin: 0 0 10px 0 !important;
}
div#topics div#listArea dd {
	font-weight: normal;
}


/* サイトマップ
----------------------------------------------------------------------------------------- */
div#sitemap div.section {
	background: #fdf8ed url(../images/section_wide_bg_top.gif) no-repeat;
}
div#sitemap div.section div.inner {
	padding: 10px 20px 20px;
	background: url(../images/section_wide_bg_bottom.gif) no-repeat left bottom;
	zoom: 1;
}
div#sitemap div#mainArea {
	width: 880px;
	float: none;
}
div#sitemap div.linkBox {
	padding: 10px 10px;
	border-bottom: 2px solid #b1ada5;
}
div.linkBox  {
	line-height: 2em;
}
div.linkBox dl {
	zoom: 1;
}
div.linkBox dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div.linkBox dt {
	font-weight: bold;
	float: left;
	width: 270px;
}
div.linkBox dt.lineBottom {
	padding: 5px 0;
	background: url(../images/line.gif) repeat-x left bottom;	
}
div.linkBox dd{
	padding: 0 0 5px;
}
div.linkBox ul{
	float: left;
	width: 270px;
	margin: 0;
}
div.linkBox li {
	width: 270px;
	padding: 5px 0;
	margin: 0;
	background: url(../images/line.gif) repeat-x left bottom;	
}
div.linkBox a {
	padding-left: 20px;
	background: url(../images/link_square_arrow.gif) no-repeat left;
}
div.linkBox .innerBox {
	padding-top: 10px;
	margin-left: 270px;
}
div.linkBox ul.lineNon{
	float: none;
	width: 270px;
}
div.linkBox ul.lineNon li {
	width: 270px;
	padding: 5px 0;
	background: none;
	font-weight: bold;	
}



/* MT部分
----------------------------------------------------------------------------------------- */
div#mainArea div.entry_area {
	margin: 0 10px;
}
div#mainArea div.entry_area p {
	margin: 1.4em 0;
}
div#mainArea div.entry_area ol {
	margin: 1.4em 0 1.4em 24px;
	list-style-type: decimal;
}
div#mainArea div.entry_area ul {
	margin: 1.4em 0 1.4em 18px;
	list-style-type: disc;
}
div#mainArea div.entry_area blockquote {
	margin: 1.4em 0 1.4em 2em;
}






/* コース紹介の講師紹介のスタイル追加
----------------------------------------------------------------------------------------- */

div.lecturer h4.photo_change {
	margin: 0 10px 15px 135px;
}

div.lecturer p.photo_change {
	margin: 0 0px 0px 135px;
}
