@charset "UTF-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}
 a {
	color:#FF4500;
	text-decoration:none;
}
 a:hover {
	color:orange;
	text-decoration:underline;
}

 b#head {
	color:orange;
	font-weight:bold;
	text-decoration:none;
}
#container { 
	width: 815px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

/* TOP */ 
#header {
	margin:0 7px 0 8px ;
	padding: 0 0 0 14px;
	height:97px;
	background:url(../img/header_back.gif) no-repeat;
}

#header h1 {
	float: left;
	margin: 0;
	padding: 5px 0 0 0;
}
#header p {
	float: left;
	margin: 0 0 0 30px;
	padding: 15px 0 0 0;
	font-size:80%;
	font-weight:bold;
	color:#333333;
}
#header div.contact {
	margin: 0 0 0 430px;
	padding:7px 0 0 0;
}

#TOPimage { 
	margin: 0;
	padding: 0;
	width:815px;
	height:281px;
	background:url(../img/top_image.gif) no-repeat;
}
#TopicsBox { 
	margin:0 8px 0 8px;
	padding: 14px 0 50px 0;
	width:801px;
	border-left: 1px solid #CACACA;
	border-right: 1px solid #CACACA;	
}
#TopicsBox h1 {
	margin:0 0 5px 0;
	padding:0;
	font-size:100%;
}
#TopicsBox table {
	margin-left:20px ;
	padding:0;
	width:750px;
}
#TopicsBox table td{
	vertical-align:top;
}
img.bunner{
	margin:0 5px 10px 20px ;
}
#TopicsBox ul {
	margin:0;
	padding:0;
	width:500px;
}
#TopicsBox li {
	margin:4px 0 0 0;
	padding:3px 0 3px 0;
	font-size:80%;
	line-height:140%;
	color:#333333;
	list-style: inside url(../img/icon.gif);
	list-style-type:none;
	border-bottom:#CACACA dotted 1px;
}

/* PAGE */
#header2 {
	margin:0 ;
	padding: 0 0 0 14px;
	height:107px;
	background:url(../img/header_back2.gif) no-repeat;
}
#header2 h1 {
	float: left;
	margin: 0;
	padding: 5px 0 0 0;
}
#header2 p {
	float: left;
	margin: 0 0 0 30px;
	padding: 15px 0 0 0;
	font-size:80%;
	font-weight:bold;
	color:#333333;
}
#header2 img.contact {
	margin: 0 0 0 90px;
	padding:7px 0 0 0;
}
#sidebar1 {
	float: left;
	margin:0;
	padding: 5px 0px 20px 10px;
	width: 200px;
	background: #ffcc33;
	font-size:85%;
	}
#sidebar1 p {
	font-size:85%;	
	}
#sidebar1 h2 {
	font-size:100%;	
	}

h2.cook {
	display:block;
	height:32px;
	margin-top:5px;
	margin-bottom:0;
	padding-top:2px;
	padding-bottom:0;
	padding-left:25px;
	background-image: url(../img/cook_icon.gif);
	background-repeat: no-repeat;
}
h2.dse {
	display:block;
	height:32px;
	margin-top:5px;
	margin-bottom:0;
	padding-top:2px;
	padding-bottom:0;
	padding-left:25px;
	background-image: url(../img/dse_icon.gif);
	background-repeat: no-repeat;
}
h2.sing {
	display:block;
	height:32px;
	margin-top:5px;
	margin-bottom:0;
	padding-top:2px;
	padding-bottom:0;
	padding-left:25px;
	background-image: url(../img/sing_icon.gif);
	background-repeat: no-repeat;
}
#sidebar1 ul {
	margin-top:0;
	padding:0;
}
#sidebar1 li {
	margin:6px 0 0 0;
	padding-left: 16px;
	padding-bottom:6px;
	background-image: url(../img/icon_side.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	list-style-type:none;
	border-bottom:orange dotted 1px;
}
#sidebar1 li b {
	color:#CC0000;
}

#sidebar1 a {
	color:#333333;
	text-decoration:none;
}
#sidebar1 a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#mainContent { 
	margin: 0 0 0 250px;
	padding: 0 20px;
} 
#mainContent h1 {
	margin:20px 0 30px 0;
	padding:0;
}
#mainContent h2 {
	font-size:120%;
	color:#FF4500;
}
#mainContent p {
	padding:0;
	line-height:140%;
	font-size:90%;
}
#mainContent p.top {
	margin-bottom:30px;
	font-size:80%;
	text-align:right;
}
/*COURSES */
.course {
	margin:0 0 30px 1px;
	padding:0;
    width: 483px;
    border-right: 2px #CACACA solid;
    border-left: 2px #CACACA solid;
	border-bottom: 2px #CACACA solid;
    border-collapse: collapse;
    border-spacing: 0;
	background:#fafad2;
}
.course h2 {
	margin:0;
    width: 427px;
	padding:0 14px 5px 10px ;
	font-size: 90%;
	background:url(../img/step_title.gif) no-repeat;
}
.course h3 {
	margin:0;
	padding:10px 10px 5px 20px ;
	font-size: 100%;
	color:#0066FF;
}
h3.cook {
	margin:0;
	padding:0 10px 5px 0 ;
	font-size: 100%;
	color:#FF3366;
	border-bottom: 1px #C0C0C0 dotted;
}
.course p {
	margin:5px 20px;
	padding:0;
}
.course table {
	margin:10px 20px;
    width: 445px;
	color:#191919;
	font-size:80%;
    border: 1px #C0C0C0 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.course table th {
	padding:4px 10px;
    border:1px #C0C0C0 solid;
    border-width: 0 0 1px 1px;
    background-color: #F5F5F5;
	width:50px;
    font-weight: bold;
    line-height: 120%;
    text-align: right;
    white-space: nowrap;
	vertical-align:top;
}
.course table td {
	padding:4px 10px;
	background-color: #FFFFFF;
    border: 1px #C0C0C0 solid;
    border-width: 0 0 1px 1px;
	line-height: 130%;
    text-align: left;
	vertical-align:middle; 
}
.course table b {
	color:#CC3300;
	font-size:120%;
}
div.menu {
margin-bottom:10px;
}
div.menu strong {
	padding-bottom:10px;
	font-size:110%;
	color:#CC0000;
}
div.food {
	margin:5px 0 10px 0;
	padding:5px 10px;
	width:300px;
	background:#CCFFCC;
}
div.food strong {
	padding-bottom:3px;
	font-size:100%;
	color:#336600;
	text-align:center;
}
div.food ul {
	margin:5px 0px;
	padding:0;
}
div.food li {
	font-size:90%;
	color:#;
	list-style-type:none;
	line-height:135%;
}
font.new {
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	text-decoration:blink;
}
div .movie{
	margin:0px 20px;
}
/*gallery*/

.gallery_ce {
	margin:0 0 0 0;
	padding:3px 10px 10px 10px;
	width:500px;
	background:#fffafa;
}
.gallery_ces {
	margin:0 0 0 0;
	padding:3px 10px 10px 10px;
	width:500px;
	background:#ffe4c4;
}
.menutlt {
	margin:0;
	padding-top:13px;
}
.menutlt b{
	padding:2px 4px;
	margin-borrom:6px;
	font-size:80%; 
	color:#CC3300;
	background:#FFFF99;
	border-bottom:solid #FFCC33 1px;
	border-right:solid #FFCC33 1px;
}
.menutlt h3 {
	margin:0;
	padding:6px 0 5px 5px;
	font-size:110%;
	color:#330000;
	border-bottom:solid 3px #deb887;
}
.nombre {
	font-size:90%;
	text-align:right;
}

table.gallery {
	margin:0;
	padding:0;
	width:480px;
}
.gallery th {
	margin-left:10px;
	padding:0;
	width:300px;
	vertical-align:top;
}
.gallery td {
	margin:0;
	padding:0;
	width:180px;
	vertical-align:top;
}
ul.recepe {
	margin:12px 0;
	padding:0;
	font-weight:normal;
}
ul.recepe b {
	color:#993300;
	font-size:120%;
}
ul.recepe li {
	font-size:80%;
	color:#;
	padding-left:18px;
	background-image: url(../img/ga_icon.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	list-style-type:none;
	text-align:left;
	line-height:150%;
}
p#size_s {
	font-size:70%;
}
/*PRICE */
.price h2 {
	margin:0;
	padding:0;
	font-weight:normal;
	line-height:150%;
}
.price h2 b {
	font-size:80%;
	font-weight:normal;
	color:#666666;
}
.price table {
	margin-top:3px;
    width: 515px;
	color:#191919;
	font-size:90%;
    border: 1px #CACACA solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.price table th {
	padding:5px 2px;
    border:1px #C0C0C0 solid;
    border-width: 0 0 1px 1px;
    background-color: #F5F5F5;
	font-size: 80%;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap;
}
.price table td {
	padding:5px 2px;
    border: 1px #C0C0C0 solid;
    border-width: 0 0 1px 1px;
	font-size: 100%;
	line-height: 130%;
    text-align: center;
    white-space: nowrap;	
	vertical-align:middle; 
}

.price table b {
	font-weight:normal;
	color:#CC3300;
}

.price p.small {
	margin-top:10px;
	font-size: 70%;
}

/*INSTRUCTOR*/

.instructor h1 {
	margin:0;
	padding-bottom:5px;
	font-size: 120%;
	color:#0066FF;
	border-bottom: #99CCCC 2px solid;
}
.instructor h1 b {
	font-size: 80%;
	color:#666666;
	font-weight:normal;
}
.instructor h2 {
	margin-top: 10px;
	padding-bottom : 5px;
	color:#0066FF;
	border-bottom:#CC9933 thin solid;
}
.instructor h2 em{
	font-size:60%;
}
.instructor p {
	margin:10px 0 0 0;
	padding:0;
}

div.file {
	font-size:75%;
	line-height: 120%;

}

.instructor img.main{
	padding-bottom:10px;
}
.instructor table {
    background-color: #F5F5F5;
	margin-bottom:10px;
	width:515px;
}
.instructor table th {
	padding: 10px 0px 20px 16px;
	vertical-align:top; 
	text-align: left;
	width:200px;
}
.instructor table th b{
	padding:2px 4px;
	font-size:65%; 
	color:#CC3300;
	background:#FFFF99;
	border-bottom:solid #FFCC33 1px;
	border-right:solid #FFCC33 1px;
}
.instructor table td {
	padding:4px 10px 20px 10px;
	line-height: 140%;
 	width:305px;
    text-align: left;
	vertical-align:top; 
}
.instructor table td b {
	color:#CC3300;
	font-size:100%;
}
#soon{
	margin: 120px 0;
	padding: 10px 0;
	width:500px;
	height:200px;
	text-align:center;
}
/*Hoverbox Code*/

ul.hoverbox
{
	margin: 5px 0 0 0;
	padding:0;
	cursor: default;
	list-style: none;
}

ul.hoverbox a
{
	cursor: default;
	color: #fff;
}

ul.hoverbox a .preview
{
	display: none;
	color: #fff;
}

ul.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

ul.hoverbox img
{
	background: #fff;
	color: inherit;
	padding: 1px;
	vertical-align: top;
	width: 50px;
	height: 35px;
}

ul.hoverbox li
{
	background: #eee;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	float: left;
	margin: 1px 1px 5px 1px;
	position: relative;
}

ul.hoverbox .preview
{
	padding:3px;
	width: 200px;
	height: 150px;
}

/*CONTACT*/
.contact table {
	margin:0 0 150px 0;
    width: 500px;
	color:#191919;
	font-size:80%;
    border: 1px #CACACA solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.contact table th {
	padding:15px;
    border:1px #C0C0C0 solid;
    border-width: 0 0 1px 1px;
    background-color: #F5F5F5;
	width:80px;
	font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap;
}
.contact table td {
	padding:15px;
    border: 1px #C0C0C0 solid;
    border-width: 0 0 1px 1px;
	line-height: 150%;
    text-align: left;
    white-space: nowrap;	
	vertical-align:middle; 
}

.contact table b {
	font-size:150%;
	font-weight:normal;
	color:#CC3300;
}
/*FOTTER*/

#footer {
	margin:0 5px 0 8px;
	padding: 0 10px 0 20px;
	background:#FFFFFF; 
	border-top: 1px dotted #CACACA;
	border-left: 1px solid #CACACA;
	border-right: 1px solid #CACACA;	
	font-size:80%;
	color:#333333;
	text-align:right;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
}
#footer p#copy {
	margin:0;
	padding: 10px 0;
	font-size:90%;
	text-align:left;
}
/*SITE MAP*/
.sitemap table {
	margin:0;
    width: 500px;
	color:#191919;
	font-size:85%;
    border: 1px #CACACA solid;
    border-width: 1px 0 1px 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.sitemap table th {
	padding:15px;
    border:1px #C0C0C0 solid;
    border-width: 0 0 1px 0;
	background-color:#FFFFCC;
	width:120px;
	font-weight: bold;
    line-height: 120%;
    text-align: left;
    vertical-align: top;
	color:#333333;
}
.sitemap table td {
    border: 1px #C0C0C0 solid;
    border-width: 0 0 1px 0;
	line-height: 180%;
    text-align: left;
    white-space: nowrap;	
	vertical-align:top; 
}

.sitemap a {
	color:#F4500;
	text-decoration:underline;
}
.sitemap a:hover {
	color:#FFCC33;
	text-decoration:none;
}
.sitemap a:visited {
	color:#999999;
	text-decoration:underline;
}

/*FOTTER*/

#footer {
	margin:0 5px 0 8px;
	padding: 0 10px 0 20px;
	background:#FFFFFF; 
	border-top: 1px dotted #CACACA;
	border-left: 1px solid #CACACA;
	border-right: 1px solid #CACACA;	
	font-size:80%;
	color:#333333;
	text-align:right;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
}
#footer p#copy {
	margin:0;
	padding: 10px 0;
	font-size:90%;
	text-align:left;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

