/**
 * 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;
}
.clear {
	clear:both;
	line-height: 0.1em;
}

/* ここから済み */
body a{
	text-decoration:none;
	color:#006699; /* Now - #006699 / Light - #336699 / Pale - #6699cc */
}
#footer a, #head a{
	text-decoration:none;
	color:#333;
}
body a:hover, #footer a:hover, #head a:hover{
	text-decoration:none;
	color:#999999;
}
/* ここまで済み */

p{
	margin-bottom:10px;
	margin-top: 3px;
	/* これだけ済み */ color:#666; /* Now - #666 */
}
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;
}
#head{
	width:800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fff;
}
.headspacer{
	background-color: #fff;
	clear: both;
	width: 100%;
	line-height: 0.5em;
	margin-bottom: 0px;
}
div#headersitemap{
	height:15px;
	width:75px;
	position: absolute;
	font-size: 10px;
	text-align: right;
	top:3px;
	vertical-align: bottom;
	line-height: 1em;
	left: 720px;
	margin-top: 8px;
}
div#headeremail{
	height:15px;
	width:55px;
	position: absolute;
	font-size: 10px;
	text-align: right;
	top:3px;
	vertical-align: bottom;
	line-height: 1em;
	left: 820px;
	margin-top: 8px;
}
div#logo {
	height:70px;
	width:89px;
}
div#header {
	height:38px;
	width:700px;
	position: absolute;
	left: 100px;
	top: 30px;
}
div#content {
	padding:0;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	vertical-align: top;
}
div#news_content {
	padding:0;
	width: 35em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	vertical-align: top;
}

/* 苦戦中
div#news_content p.anchor {
	color: #666;
}
div#news_content p.anchor a#1-line-recipe, a#restaurant-tsushin, a#cup-of-this-week  {
	color: #666;
}
div#news_content p.anchor a {
	color: #006699;
}
div#news_content p.anchor a:hover {
	color: #999;
}
*/

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;
}
div#footer #copyright {
	float:right;
	width:270px;
	text-align: right;
	}
div#footer #footer-left {
	float:left;
	width:500px;
	padding-left: 10px;
}	
div#content #imagearea {
	text-align: right;
}
#left_col {
	float:left;
	width:540px; /* changed - old: 500px */
	padding: 0px;
	margin: 0px;
}
#right_col {
	float:right;
	width:250px;
	padding: 0px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
	margin: 0px;
}
#center_col {
	margin:0 80px;
	padding: 0px;
}
#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;
}

#center_col h1{
	font-size: 14px;
	font-weight: bold;
	color: #463B2D;
	text-transform: uppercase;
}
#menucase{margin-top:5px;}
#menucase ul.vert-one{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	line-height:165%;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}
#menucase ul.vert-one li{
	margin:0;
	padding:0;
	line-height: 25px;
}
#menucase ul.vert-one li a{
	display:block;
	text-decoration:none;
	background:url(../images/list-middle-bg.png) center;
	padding:0 0 0 20px;
	color: #333333;
	font-size: 12px;
	width: 180px;
}
#menucase ul.vert-one li a:hover{
	color: #663333;
	background-image: url(../images/list-middle-hover-bg.png);
}
#menucase ul.vert-one li a.current,ul.vert-one li a.current:hover{
color: #663333;
	background-image: url(../images/list-middle-hover-bg.png);
	}

#menucase ul.vert-one li div.first,ul.vert-one li div.first:hover{
	background:url(../images/list-top-bg.png) no-repeat;
	padding-top: 5px;
	margin-left: 0px;
	width: 190px;
	padding-left: 10px;
	line-height: 40px;
	vertical-align: middle;
}
#menucase ul.vert-one li a.last,ul.vert-one li a.last:hover{
	color: #663333;
	background-image: url(../images/list-top-bg.png);
	background-position: bottom;
}
.flashArea {
	padding: 5px 0px 10px;
	margin: 0px auto;
	background-color: #FFFFFF;
	text-align: center;
	width: 800px;
}
.left_col_L {
	float:left;
	width: 50%;
	clear: left;
}
.right_col_L {
	float:right;
	width:50%;
	clear: right;
}
.left_col_S {
	float:left;
	width: 33.333%;
	clear: none;
}
/*.center_col_S {
	float:left;
	width: 33.333%;
	clear: none;
}
.right_col_S {
	float:right;
	width:33.333%;
	clear: right;
}
*/
.right_col_S {
	float:right;
	width:66.666%;
	clear: right;
}

.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;
}
.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#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;
}
.height250 {
	height: 220px;
}
#one_col {
	float:none;
	width:100%;
	padding: 0px;
	margin: 0px;
}
.cal_head {
	font-weight: bold;
	background-color: #CCCC99;
	width: 90px;
	text-align: center;
	padding: 1px;
	border: 1px solid #999900;
	margin: 1px;
}
.cal_body {
	background-color: #FFFFFF;
	text-align: center;
	padding: 1px;
	margin: 0px;
	border-bottom: 1px solid #D2D8A0;
	border-left: 1px solid #E0E5A8;
	height: 50px;
	font-size: 11px;
	line-height: 12px;
}
.cal_bodyfarright {
	background-color: #FFFFFF;
	text-align: center;
	padding: 1px;
	margin: 0px;
	border-bottom: 1px solid #D2D8A0;
	border-left: 1px solid #E0E5A8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E5A8;
	height: 50px;
	font-size: 11px;
	line-height: 12px;
}
.news_date {
	float:left;
	width:85px;
	font-weight:bold;
	background-color:#fff;
  }
.news_topic{
	background-color:#fff;
	width:410px; /* changed - old: 380px */
	margin-left:95px; /* changed - old: 85px */
}  
		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;
			}
