/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */


html,body {
	margin:0 auto;
	padding:0;
	height:100%;
	font: 12px/22px "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif; background-color:#fff; color:#333;
	color: #333;
}


body a{
	text-decoration:none;
	color:#006699;
}

body a:hover, #footer a:hover, #head a:hover{
	text-decoration:none;
	color:#FF66CC;
}


p {
	margin-bottom:10px;
	margin-top: 3px;
	color:#666;
}

.black {
	color: #333;
}

.glay {
	color: #666;
}

.pink {
	color: #ff66cc;
}

.saturday {
	color: #6666ff;
}

.sunday {
	color: #ff6666;
}

.holiday {
	color: #ff6666;
}

.clear {
	clear:both;
	line-height: 0.1em;
}

.border-radius{
	padding:0px;
	margin:0px 15px;
	background-color:#fff;
	/*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ccc;*/
}
.imageFrame {
	padding: 2px;
	border: 1px solid #999;
	margin-right: 10px;
	background-color: #FFFFFF;
	float: left;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
	margin-bottom: 25px;
	margin-top: 5px;
}

.flashArea {
	padding: 5px 0px 10px;
	margin: 0px auto;
	background-color: #FFFFFF;
	text-align: center;
	width: 800px;
}


div#logo {
	height:70px;
	width:89px;
}


#head{
	width:800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.headspacer{
	background-color: #fff;
	clear: both;
	width: 100%;
	line-height: 0.5em;
	margin-bottom: 0px;
}


/* ヘッダー */

div#header {
	height:38px;
	width:700px;
	position: absolute;
	left: 100px;
	top: 30px;
}


/* コンテナ */

div#container {
	position:relative;
	margin:0 auto;
	width:800px;
	/*background-image: url(../images/content-bg.png);*/
	height:auto !important;
	height:100%;
	min-height:100%;
	background-repeat: no-repeat;
}


/* コンテンツ */

div#content {
	padding:0;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	vertical-align: top;
}


#content h1,#left_col h1,.left_col_L h1, #right_col h1,.right_col_L h1{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-transform: capitalize;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	font-family: Copperplate, "Copperplate Gothic Bold", Verdana;
	color:#463B2D;
}

div#content strong{
	color: #463B2D;
	line-height: 1.5em;
	font-weight: bold;
	font-size: none;
}
div#content li {
	/* list-style-type: disc; */
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}



/* フッター */

div#footer {
	width:800px;
	bottom:0;
	margin:0 auto;
	padding-top:10px;
	background-image: url(../images/footer_bar.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #333333;
	clear: both;
}

#footer a, #head a{
	text-decoration:none;
	color:#333;
}

div#footer #copyright {
	float:right;
	width:270px;
	text-align: right;
}
div#footer #footer-left {
	float:left;
	width:500px;
	padding-left: 10px;
}	



/* 1段組み */

#center_col {
	margin:0 80px;
	padding: 0px;
}


#center_col h1{
	font-size: 14px;
	font-weight: bold;
	color: #463B2D;
	text-transform: uppercase;
}


/* 2段組み */

#left_col {
	float:left;
	width:500px;
	padding: 0px;
	margin: 0px;
}


#right_col {
	float:right;
	width:250px;
	padding: 0px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
	margin: 0px;
}

.left_col_L {
	float:left;
	width: 50%;
	clear: left;
}
.right_col_L {
	float:right;
	width:50%;
	clear: right;
}

.left_col_LL {
	float:left;
	width: 61%;
	text-align: center;
	clear: left;
}
.right_col_LL {
	float:right;
	width:39%;
	clear: right;
}

#one_col {
	float:none;
	width:100%;
	padding: 0px;
	margin: 0px;
}

.left_col_W {
	float:left;
	width: 33.33%;
	clear: left;
}
.center_col_W {
	float:left;
	width: 33.33%;
	clear: right;
}
.right_col_W {
	float:left;
	width:33.33%;
	clear: right;
}


/* Topics & News */

.news_date {
	float:left;
	width:85px;
	font-weight:bold;
	background-color:#fff;
  }
.news_topic{
	background-color:#fff;
	width:380px;
	margin-left:85px;
}  

/* Topics & Newsの古いものを格納（2011.01.03） */
#main_news_old {
	float: right;
	margin-right: 55px;
}

.news_date_old {
	float:left;
	width:85px;
	font-weight:bold;
	background-color:#fff;
  }
.news_topic_old{
	background-color:#fff;
	width:420px;
	margin-left:85px;
}  

#info_col {
	margin-left: 5px;
	margin-right: 10px;
	padding: 0px;
}


/* カレンダー */

ul#calendar{
	width:800px;
	list-style:none;
	font-family:helvetica,arial;
	font-size:15px;
	margin:0px;
	padding:0px;
}
ul#calendar li{
	width:100px;
	float:left;
	height:100px;
	background:#fff;
	margin:1px;
	padding:5px;
	font-family:helvetica,arial;
	list-style:none;
	text-align:left;
	border:solid 1px #eee;
	overflow:auto;
}
ul#calendar li.day{
	font-variant:small-caps;
	font-size:14px;
	color:#fff;
	height:25px;
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
	background-color:#ccc;
}
ul#calendar li div{
	color:#666;
	font: 11px/1.0 Geneva;
	border-bottom:solid 10px #fff;
}

/* 新カレンダー */

ul#calendar_new {
	width:800px;
	list-style:none;
	font-family:helvetica,arial;
	font-size:15px;
	margin:0px;
	padding:0px;
}
ul#calendar_new li{
	width:100px;
	float:left;
	height:230px; /* 100px */
	background:#fff;
	margin:1px;
	padding:5px;
	font-family:helvetica,arial;
	list-style:none;
	text-align:left;
	border:solid 1px #eee;
	overflow:auto;
}
ul#calendar_new li.day{
	font-variant:small-caps;
	font-size:14px;
	color:#fff;
	height:25px;
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
	background-color:#ccc;
}
ul#calendar_new li div{
	color:#666;
	font: 11px/1.0 Geneva;
	border-bottom:solid 10px #fff;
}
ul#calendar_new li div.studio{
	color:#666;
	font: 10px/1.0 Geneva;
	border-top:solid 10px #fff;
	border-bottom:solid 8px #fff;
}

/* 新カレンダー2 */

ul#calendar_new_2 {
	width:800px;
	list-style:none;
	font-family:helvetica,arial;
	font-size:15px;
	margin:0px;
	padding:0px;
}
ul#calendar_new_2 li{
	width:100px;
	float:left;
	height:290px; /* 230px */
	background:#fff;
	margin:1px;
	padding:5px;
	font-family:helvetica,arial;
	list-style:none;
	text-align:left;
	border:solid 1px #eee;
	overflow:auto;
}
ul#calendar_new_2 li.day{
	font-variant:small-caps;
	font-size:14px;
	color:#fff;
	height:25px;
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
	background-color:#ccc;
}
ul#calendar_new_2 li div{
	color:#666;
	font: 11px/1.0 Geneva;
	border-bottom:solid 10px #fff;
}
ul#calendar_new_2 li div.studio{
	color:#666;
	font: 10px/1.0 Geneva;
	border-top:solid 10px #fff;
	border-bottom:solid 8px #fff;
}

/* ボップアップ予約フォーム */

.class_details {
	width: 480px;
	padding: 10px;
}
.class_details h1{
	font-size: 14px;
	font-weight: bold;
	color: #463B2D;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 1.5em;
}
.class_details p{
	color: #666;
	line-height: 1.5em;
	padding: 0px;
	margin: 3px 0px 10px;
}
.detail_elm{
	margin-bottom: 7px;
	clear: left;
	margin-top: 7px;
}
.class_details strong{
	color:#463B2D;
	font-weight: bold;
}


/* ランウェイ通信 */

div#news_content {
	padding:0;
	width: 35em;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	vertical-align: top;
}

/* 苦戦中
div#news_content a[name] {
	text-decoration: none;
	color:#666;
}
div#news_content a[name]:hover {
	text-decoration: none;
	color:#666;
} */



/* おいしいもの情報 トップ - 2コラム表 */

#content h2 {
	margin-bottom: 5px;
}

#two_col_table table {
	margin:0 80px;
	padding: 0px;
	border: 0;
	width: 600px;
}

#two_col_table tr td {
	width: 275px;
	vertical-align: top;
	padding: 10px;
}

#two_col_table tr td ul {
	padding-top: 10px;
	padding-left: 10px;
}

#two_col_table tr td ul li {
	list-style-image: url(../images/parts/part_bullet-pink.gif);
}

#two_col_table tr td ul li a {
	color: #666;
}

#two_col_table tr td ul li a.current {
	color: #ff66cc;
}

#two_col_table tr td ul li a:hover {
	color: #ff66cc;
}

/* おいしいもの情報 フード・イベント - サイドバー */

#sidebar {
	float: left;
	width: 160px;
	font-size: 11px;
	position: relative;
}

#sidebar ul {
	padding: 10px;
}

#sidebar ul li {
	list-style-image: url(../images/parts/part_bullet-pink.gif);
}

#sidebar ul li a {
	color: #666;
}

#sidebar ul li a.current {
	color: #ff66cc;
}

#sidebar ul li a:hover {
	color: #ff66cc;
}

/* =sidebar-menu */
#sidebar-menu {
	position: absolute;
	top:0;
	left: 0;
	margin: 0;
	padding: 0;
}

/* おいしいもの情報 フード・イベント - メイン */

#main {
	float: right;
}

#main tr.with_border {
	border-bottom: solid 1px #ccc;
	margin-bottom: 30px;
}
/*
#main td.logo {
	min-width: 235px;
	background-color: #fff;
	padding: 10px;
}
*/

/* ロゴをなくすため、コメントアウト1（2010.12.29）
#main td.logo {
	min-width: 255px;
	background-color: #fff;
	padding: 10px;
}
*/
/* 2010年開催イベントのために、oldとして保存（2010.12.29）*/
#main td.logo_2010 {
	min-width: 255px;
	background-color: #fff;
	padding: 10px;
}


/* ロゴをなくすため、コメントアウト2（2010.12.29）
#main td.logo p {
	font-size: 10px;
	color: #999;
}
*/
/* 2010年開催イベントのために、oldとして保存（2010.12.29）*/
#main td.logo_2010 p {
	font-size: 10px;
	color: #999;
}

/*
#main td.data {
	width: 320px;
	background-color: #fff;
	padding: 20px 10px 15px 10px;
}
*/

/* ロゴをなくしたため、横幅を300→555pxに変更（2010.12.29）*/
#main td.data {
	width: 555px;
	background-color: #fff;
	padding: 20px 10px 15px 10px;
}
/* 2010年開催イベントのために、oldとして保存（2010.12.29）*/
#main td.data_2010 {
	width: 300px;
	background-color: #fff;
	padding: 20px 10px 15px 10px;
}

#main td.data ul {
	padding-bottom: 10px;
}

#main td.data ul li {
	text-indent: 1em;
	list-style-type: square;
	font-size: 11px;
}

#main td.data dl ul li {
	text-indent: 1em;
	list-style-type: circle;
	font-size: 11px;
}


/* センターコラム 左 - 男のキホン料理 */

#center_col_left {
	float: left;
	width: 47%;
	margin-bottom: 10px;
}

#center_col_left ul li {
	list-style-type: none;
	color: #666;
}

/* センターコラム 右 - 男のキホン料理 */

#center_col_right {
	float: right;
	width: 53%;
	color: #666;
}

#center_col_right img {
	margin: 10px 10px 0px 10px;
}

/* トップに戻る */
p#toTop {
	font-size: 11px;
}
p#toTop a {
	color: #666;
	padding-bottom: 2px;	
	border-bottom: 1px solid #ff66cc;	

}
p#toTop a:hover {
	color: #ff66cc;
}

/* クラスのページを見る */
p#toCourse {
	font-size: 11px;
}
p#toCourse a {
	color: #666;
	padding-bottom: 2px;	
	border-bottom: 1px solid #ff66cc;	

}
p#toCourse a:hover {
	color: #ff66cc;
}

/* 他ページでのリンク（講師のプロフィールを見る、講師による使い方紹介を見る、きき酒地図に戻る） */
.toOtherPage {
	font-size: 11px;
}
.toOtherPage a {
	color: #666;
	padding-bottom: 2px;	
	border-bottom: 1px solid #ff66cc;
}
.toOtherPage a:hover {
	color: #ff66cc;
}

/* 他ページでのリンク（Kaoriさんの産休） */
.toOtherPage_1em {
	font-size: 1em;
}
.toOtherPage_1em a {
	color: #666;
	padding-bottom: 2px;	
	border-bottom: 1px solid #ff66cc;
}
.toOtherPage_1em a:hover {
	color: #ff66cc;
}

/* 予約フォーム - 薄いグレーの下線 */
.underline {
	border-bottom: 1px solid #999;	
}

/* 地図 - きき酒の会 */
#map img {
	margin-left: 80px;
}

/* 地図の著作権表示 - きき酒の会 */
.copyright {
	font-size: 10px;
}

/* おいしいもの情報 - おいしいもの用語 */

#table_col table {
	border: 0;
	width: 100%;
}

#table_col table td,th {
	border: 0;
	padding: 16px;
	color: #666;
	line-height: 150%;
}

#table_col table tr:hover td {
    background: #ffccff;
}

#table_col table th {
	font-size: 12px;
	white-space: nowrap;
	text-align: center;
}

#table_col table td {
	font-size: 12px;
}

#japanese {
	width: 135px;
	/* background-color: blue; */
}

#italian {
	width: 95px;
}

#country {
	width: 90px;
}

#language {
	width: 85px;
}

#description {
	width: 300px;
}

/* おいしいもの情報 - メニュー用語のキホン */

#menu_japanese {
	width: 100px;
}

#english_with_pro {
	width: 180px;
}

#french_with_pro {
	width: 180px;
}

#italian_with_pro {
	width: 180px;
}

/* おいしいもの情報 - フランス料理メニューのキホン */

/* #french_menu_japanese {
	width: 135px;
} */

/* #french_menu_french {
	width: 10px;
} */

#french_menu_description {
	width: 320px;
}

/* おいしいもの情報 - イタリア料理メニューのキホン */

/* #italian_menu_japanese {
	width: 135px;
} */

/* #italian_menu_italian {
	width: 10px;
} */

#italian_menu_description {
	width: 320px;
}

.table_border {
	border-bottom: 2px solid #ff66cc;
}

/* おいしいもの情報 - イタリアのパスタ */

#italian_pasta_japanese {
	width: 100px;

#italian_pasta_italian {
	width: 100px;
}

#italian_pasta_description {
	width: 220px;
}
	
#italian_pasta_photo {
	width: 200px;
}


/* content 800px -> border-raduis 770px */

/* キッチン器材確認フォーム */

div#wrapper {
	width: 770px;
	background: url(../images/backgrounds/background_kitchen.gif) repeat-y #fff;
	margin: 10px auto 0px;
}

div.col_01 {
	width: 170px;
	height: 230px;
	background-color: #fff;
	margin: 0 0 10px 10px;
}

div.col_01 h2 {
	line-height: 2em;
	text-align: center;
	margin: 10px 5px;
	background: #f99;
	font-size: 80%;
	font-weight: bold;
	color: #666;
	margin: 5px 5px 10px;
}

div.col_01 p {
	font-size: 70%;
	color: #666;
	margin: 0 5px;
	line-height: 2em;
}

div.col_01 p link {
	text-align: right;
}

div.col_01 p link a {
	color: #ff66bd;
}

div.col_01 p link a:hover {
	color: #66e3ff;
}

div.col_01 p list {
	text-align: center;
}

div.photo_a {
	width: 160px;
	height: 110px;
	margin: 4px;
	border: 1px solid #f99;
	overflow: hidden;
}

div.photo_a img {
	position: relative;
	left: -4px;
	top: -4px;
}

.food_pink {
	color: #ff66cc;
	font-weight: bold;
}


/* ここから要整理 */
/* コース一覧 - サイドバー */

#sidebar-course {
	float: left;
	width: 160px;
	font-size: 11px;
	position: relative;
}

#sidebar-course ul {
	padding: 10px;
}

#sidebar-course ul li {
	list-style-image: url(../images/parts/part_bullet-pink.gif);
}

#sidebar-course ul li a {
	color: #666;
}

#sidebar-course ul li a.current {
	color: #ff66cc;
}

#sidebar-course ul li a:hover {
	color: #ff66cc;
}

/* =sidebar-menu */
#sidebar-course-menu {
	position: absolute;
	top:0;
	left: 0;
	margin: 0;
	padding: 0;
}

/* おいしいもの情報 フード・イベント - メイン */

#main-course {
	float: right;
}

#main-course tr.with_border {
	border-bottom: solid 1px #ccc;
	margin-bottom: 30px;
}
/*
#main td.logo {
	min-width: 235px;
	background-color: #fff;
	padding: 10px;
}
*/

/* ロゴをなくすため、コメントアウト1（2010.12.29）
#main td.logo {
	min-width: 255px;
	background-color: #fff;
	padding: 10px;
}
*/
/* 2010年開催イベントのために、oldとして保存（2010.12.29）*/
#main-course td.logo_2010 {
	min-width: 255px;
	background-color: #fff;
	padding: 10px;
}


/* ロゴをなくすため、コメントアウト2（2010.12.29）
#main td.logo p {
	font-size: 10px;
	color: #999;
}
*/
/* 2010年開催イベントのために、oldとして保存（2010.12.29）*/
#main-course td.logo_2010 p {
	font-size: 10px;
	color: #999;
}

/*
#main td.data {
	width: 320px;
	background-color: #fff;
	padding: 20px 10px 15px 10px;
}
*/

/* ロゴをなくしたため、横幅を300→555pxに変更（2010.12.29）*/
#main-course td.data {
	width: 555px;
	background-color: #fff;
	padding: 20px 10px 15px 10px;
}
/* 2010年開催イベントのために、oldとして保存（2010.12.29）*/
#main-course td.data_2010 {
	width: 300px;
	background-color: #fff;
	padding: 20px 10px 15px 10px;
}

#main-course td.data ul {
	padding-bottom: 10px;
}

#main-course td.data ul li {
	text-indent: 1em;
	list-style-type: square;
	font-size: 11px;
}

#main-course td.data dl ul li {
	text-indent: 1em;
	list-style-type: circle;
	font-size: 11px;
}
/* ここまで要整理 */

