@charset "shift_jis";


body {
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
h2 {
	background-color: #FFFFFF;
	color: #CC0066;
}

ul{
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
input,textarea,select {
	font-size: 1em;
}
table {
	border-collapse:collapse;
	font-size: 100%;}


/*リンクカラー*/
a {
	color: #000000;
}

/*カーソルオーバー時のリンクカラー*/
a:hover {
	color: #A51A91;
	text-decoration: none;	/*下線を消す設定。残したままがいいならこの１行を削除。*/
}



/*ヘッダー（ロゴなどが入っている最上段のボックス）
---------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	background-image: url(images/parts/header_bg3.jpg);	/*ヘッダーの背景画像*/
	background-repeat: no-repeat;
	background-position: top;
	height: 100px;
}


#header #logo {
	padding-top: 20px;
	padding-left:50px;
}

#header h1 {
font-size: 10px;	/*h1タグの文字の大きさ*/
	font-weight: normal;
	position: absolute;
	top: 2px;	/*ヘッダーのボックスに対して上から0pxに位置に配置*/
	left: 7px;	/*ヘッダーのボックスに対して左から0pxに位置に配置*/}


#header_il {
	position: relative;
	width: 100%;
	background-image: url(images/parts/header_il.png);	/*ヘッダーの背景画像*/
	background-repeat: no-repeat;
	background-position: top;
	height: 100px;
}

#header_il #logo {
	padding-top: 20px;
	padding-left:50px;
}

#header_il h1 {
font-size: 10px;	/*h1タグの文字の大きさ*/
	font-weight: normal;
	position: absolute;
	top: 2px;	/*ヘッダーのボックスに対して上から0pxに位置に配置*/
	left: 7px;	/*ヘッダーのボックスに対して左から0pxに位置に配置*/}



/*フッター（最下部のコピーライトなど）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	border-top: 1px solid #bfbfbf;
	padding-top: 1em;
	padding-bottom: 1em;
}



/*メインメニュー（ヘッダー下の横並びのメニュー）
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
	line-height: 50px;
	height: 50px;
	margin-right: 1px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4 {
	font-size: 14px;
	line-height: 25px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h5 {
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 2px solid #7DD56D;
}


ul#menu a {
	color: #FFFFFF;		/*メニューの文字色*/
	text-decoration: none;
	display: block;
	width: 155px;
	text-align: center;
	background-image: url(images/parts/menu_bg.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	background-position: left bottom;	/*メニューの背景画像の上半分を表示させる設定*/
	overflow: hidden;	/*オーバーした文字を非表示にする設定*/
}

ul#menu a:hover {
	background-image: url(images/parts/menu_bg.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	background-position: top;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #000000;	/*カーソルオーバー時の文字色*/
}

ul#menu li.last {
	margin-right: 0;
}



/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 1091px;
	margin-right: auto;
	margin-left: auto;
	border-top: 5px solid #CC0000;
	background-color: #FFFFFF;
}



/*３カラムを囲むボックス
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}



/*左・中央を囲むボックス
---------------------------------------------------------------------------*/
#wrap {
	width: 897px;
	float: left;
	padding-bottom: 50px;
	margin-top: 20px;
}



/*両サイドの共通設定
---------------------------------------------------------------------------*/
#sub,#side {
	background-color: #eeeeee;	/*両サイドのボックス背景色*/
	width: 178px;
	border: 1px solid #bfbfbf;	/*両サイドのボックスフチのボーダー*/
	padding: 1px;		/*余白を1px*/
	line-height: 1.6;	/*行間。通常より少し狭めている。*/
	color: #666666;		/*文字色*/
}

/*左右ボックスのp(段落タグ)の余白設定*/
#sub p,#side p {
	padding: 0.5em 5px 1em;
}

/*左右ボックスのh3見出し設定*/
#sub h3,#side h3 {
	font-size: 100%;
	background-color: #CC0066;	/*背景色*/
	text-align: center;	/*文字のセンタリング*/
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;	/*文字色*/
}



/*左ブロック
---------------------------------------------------------------------------*/
#sub {
	float: left;
}



/*右ブロック
---------------------------------------------------------------------------*/
#side {
	float: right;
	margin-top: 20px;
}



/*左右のサブメニュー
---------------------------------------------------------------------------*/
.submenu {
	margin-bottom: 1px;
}

.submenu a {
	background-image: url(images/parts/submenu_bg.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: top;	/*メニューの背景画像の上半分を表示させる設定*/
	display: block;
	padding-right: 5px;
	padding-left: 10px;
	color: #000000;		/*文字色*/
	text-decoration: none;
	line-height: 40px;
	height: 40px;
	width: 163px;
}

.submenu a:hover {
	background-image: url(images/parts/submenu_bg.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #FFFFFF;		/*カーソルオーバー時の文字色*/
}





/*中央ブロック
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 703px;
}
#container #contents #wrap #main .menuhyoo {
	width: 790px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#main table,th,td {
	border: 2px solid #FFFFFF;
}


#main h2 {
	font-size: 17px;
	background-image: url(images/parts/h2bg.gif);	/*h2背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 10px;
	clear: both;
}

#main p {
	padding: 0.5em 10px 1em;	/*中央ブロックの段落タグの余白*/
}
#main .yubi {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#main .map1 p{
	margin-left:100px;
	
		}

/*中央ブロック内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	height: 170px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 1px solid #cccccc;	/*What's Newのフチのライン*/
	margin-bottom: 1em;
}

#main dl.new dt {
	font-weight: bold;	/*日付を太字にする設定。*/
	float: left;		/*日付を左よせする*/
}

#main dl.new dd {
	border-bottom: 1px solid #cccccc;	/*日付ごとに入る下線*/
	padding-left: 8em;	/*日付が入る分のスペースを空ける*/
}


/*料理教室お休みお知らせの枠
---------------------------------------------------------------------------*/
#main .pinkbg {
	background-color: #FFFFFF;
	background-image: url(images/parts/bg_w.gif);
	background-repeat: no-repeat;
	height: 300px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-position:center;
}
#main .pinkbg p {
	width: 500px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 14px;
}
#main .pinkbg hr {
	clear: both;
	display: none;
}

#main .pinkbg img {
	float: right;
	width: 100px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/*(IL TULLEの食べ物の)メニューのSET
---------------------------------------------------------------------------*/
#main .setbg {
	background-color: #FFFFFF;
	background-image: url(images/il-tulle/menu/parts/frameGold.png);
	background-repeat: no-repeat;
	height: 150px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 10px;
}
#main .setbg p {
	width: 250px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 14px;
}

/*(IL TULLEの食べ物の)メニュー紹介
---------------------------------------------------------------------------*/
#main .menuList{
	width: 650px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 14px;
	line-height:26px;
}

#main .menuList .dotted{
	border-bottom:dotted 3px #c8c8c8;
	font-size: 18px;
	font-weight: bold;

}
 
#main .line{
 display: block;
 margin-left: auto;
 margin-right: auto;
}

/*スクールの「過去のメニュー」コーナー
---------------------------------------------------------------------------*/
#main .school1 p {
	height: 230px;	/*１個あたりのボックスの高さ*/
	width: 208px;	/*１個あたりのボックスの幅*/
	border: 1px solid #CCCCCC;	/*ボーダー設定*/
	float: left;	/*左よせしていく設定*/
	text-align: center;	/*センタリング設定*/
	background-image: url(images/parts/newitem_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	display: inline;
}


#main .itemlist .shokai {
	width: 375px;
	float: right;
	height: 255px;
	margin-right: 5px;
	padding-right: 5px;
}




/*aboutページに準備した商品テーブル
---------------------------------------------------------------------------*/
#main .itemlist {
	border: 1px solid #CCCCCC;	/*１個あたりのボックスのボーダー設定*/
	padding: 5px;
	overflow: hidden;
	margin-bottom: 0.5em;
	width: 673px;	/*段落タグ（p）の横幅とサイズを合わせる設定です。この下二つのmarginも。*/
	margin-right: auto;
	margin-left: auto;
	height: 255px;
}

#main .itemlist h3 {
	color: #000000;
	border-bottom: 1px solid #cccccc;
	border-left: 4px solid #CCCCCC;
	padding: 0px 0px 0px 5px;
	margin-bottom: 0.5em;
	font-size: 100%;
}

#main .itemlist p {
	padding: 0px;
}

#main .itemlist p, #main .itemlist h3 {
	margin-left: 120px;	/*画像の幅に合わせてここは変更する*/
}

#main .itemlist a img {
	padding: 5px;	/*写真と外線との余白*/
	border: 1px solid #CCCCCC;
}

#main .itemlist a:hover img {
	border: 1px solid #999999;
}

#main .itemlist div.img {
	float: left;
}

/*メイン部分のボックス(2カラム)
----------------------------------------------------------*/

#main div.box2column {
	width: 600px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

#main div.box2column_left {
	float: left;
	width: 300px;
	padding: 0px;
	border-width: 0px;	/*ボーダー枠の太さ*/
	border-style: solid;	/*ボーダー枠のスタイル*/
	border-color: #cccccc;	/*ボーダー枠カラー▼*/
}

* html #main div.box2column_left {
	width: 300px;	/*IE6用*/
}

#main div.box2column_right {
	float: right;
	width: 300px;
	padding: 0px;
	border-width: 0px;	/*ボーダー枠の太さ*/
	border-style: solid;	/*ボーダー枠のスタイル*/
	border-color: #cccccc;	/*ボーダー枠カラー▼*/
}

* html #main div.box2column_right {
	width: 300px;	/*IE6用*/
}

#main div.box2column p {
	padding-bottom: 0px;
}

/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #A51A91;
}
.look {
	background-color: #f5f5f5;
}

td, th {
  text-align:left;
}

.text1 { 
    font-size:18px;
    font-weight:bold;
	line-height:30px
}

/*プロフィール写真1
---------------------------------------------------------------------------*/
.profile {
	padding: 6px;		/*画像のまわりの余白*/
	border: 1px solid #CCCCCC;	/*画像に入っているフチどり*/
	float:right;
	margin-top:5px
	
}

/*写真1
---------------------------------------------------------------------------*/
.picture {
	padding: 6px;		/*画像のまわりの余白*/
	border: 1px solid #CCCCCC;	/*画像に入っているフチどり*/
	float:left;
	margin-top:5px;
	margin-right:10px
	
}
#main .cons p {
	float: left;
	width: 280px;
	font-size: 14px;
}
#main .cons hr {
	display: none;
	clear: both;
}
#main h2 img {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding: 0px;
	margin-left: 0px;
	position: relative;
	top: 8px;
}
#main .page p {
	font-size: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	width: 30px;
	color: #99CC00;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
}
#main .page a {
	font-size: 16px;
	color: #009900;
	text-decoration: none;
}
#main .page a:hover {
	font-size: 16px;
	color: #FF6600;
	text-decoration: none;
}

#main .page hr {
	display: none;
	clear: both;
}


#side p {
	font-size: 14px;
	line-height: 18px;
	color: #C6100F;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#side h6 {
	font-size: 15px;
	background-color: #FFF7A5;
	line-height: 30px;
	color: #CC0066;
	padding: 5px;
	margin: 0px;
}
#container #contents #side .submenu a {
	background-color: #F08080;
}

#main .school1 .kako1 {
	border: 3px solid #CC0066;
	margin-top: 5px;
	margin-bottom: 5px;
}
#main .school1 .kako2 {
	border: 3px solid #666666;
	margin-top: 20px;
	margin-bottom: 20px;
}
#sub .sidelink li {
	margin-top: 5px;
}

/*出張料理教室ページ設定
----------------------------------------------------------*/

#main .menuhyo img {
	margin-left: 100px;
}


#main .menuhyo2 img {
	margin-left:5px;
	border: thin solid #FFCC99;
	
}

/*店舗コンサルティング・製品開発ページ設定
----------------------------------------------------------*/

.text2{
	align-right;
	}


.consulting {
	background-color: #efeeee;
	font-size:18px;
	/*background-image: url(images/parts/link_back.gif);*/
}

.style1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
}

.style2 {color: #FF6666}
.style5 {
	color: #CC0066;
	font-size: 18px;
	font-weight: bold;
}
.style6 {
	color: #F8BB12;
	font-size: 18px;
	font-weight: bold;
}
.style7 {color: #FF3300}
.style8 {
	font-size: 16px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.style9 {font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"}
.style10 {font-size: 80%}
.style11 {
	font-size: 24px;
	color: #FF9900;
	font-weight: bold;
}
.style12 {
	color: #FF3300;
	font-weight: bold;
	font-size: 24px;
}
.style13 {font-size: 18px}
.style14 {font-size: 16px}
.style16 {
	background-color:#682700;
	height:20px;
	color: #FFFFFF bold;
	border-bottom: 7px solid #ffffff;
}
.style17 {color: #850000}
.style19 {color: #FFFFFF}

.style26 {
	color: #FF6600;
	font-weight: bold;
}
.style29 {font-size: 16px; font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; }
.style30 {font-size: 18px; font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; }
.style32 {
	color: #EC669B;
	font-size: 24px;
}
.style33 {color: #FF3333}
