@charset "utf-8";

/* canvas
 +---+----1----+----2----+----3----+----4----+----5--
 |                     header                       |
 +---+----1----+----2----+----3----+----4----+----5--
 |////////|                                         |
 |/ side /|            content                      |
 |// bar /|                                         |
 |////////|                                         |
 |////////|                                         |
 +--------------------------------------------------+
 |                     footer                       |
 +---+----1----+----2----+----3----+----4----+----5--*/

* {
	margin: 0px;
	padding: 0px;
}

#canvas {
	display: block;
	width: 738px;
	margin-right: auto;
	margin-left: auto;
	border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	/* Block Hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 736px;
}

/*-----------------------
 * ヘッダ
 *---------------------*/
#header {
	width: 100%;
	position: relative;
	margin: 0px;
	height: 70px;
}
#canvas #header a,
#canvas #header a img {
	margin: 0px;
	padding: 0px;
	border: none;
}

#header h1 {
	display: block;
	width: 64px;
	height: 64px;
	z-index: 2;
	position: absolute;
	top: 3px;
	left: 0px;
}
#header h1,
#header h1 img {
	padding: 0px;
	margin: 0px;
}
#header h1 img {
}
#header h2 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", "IPA Mincho", "Kochi Mincho", serif;
	font-size: small;
	font-weight: normal;
	position: absolute;
	left: 64px;
	top: 25px;
}

/*-- パン屑リスト --*/
#breadCrumb {
	display: block;
	padding-left: 64px;
	font-size: smaller;
	position: absolute;
	top: 40px;
	width: 672px;
	z-index: 1;
}
/*-----------------------
 * コンテナ
 *---------------------*/
#container {
	width: 100%;
	height: inherit;
}
#container #wrapper {
	float: right;
	width: 584px;
	padding-right: 10px;
	display: block;
}
#container #wrapper #content {
	width: 280px;
	position: relative;
	float: left;
	padding-left: 10px;
}

#container #wrapper #widecont {
	width: 570px;
	position: relative;
	float: left;
	padding-left: 10px;
	margin-bottom: 5px;
}

.desc {
	width: 280px;
	margin-bottom: 10px;
}
.desc * {
	padding-top: 0.5em;
	padding-right: 6px;
	padding-bottom: 0.5em;
	padding-left: 10px;
}
.desc * * {
	padding: 0;
}
.desc ul {
  list-style-type: none;
}
.desc ul li {
  padding-left: 1em;
}
.desc p, .desc dd, .desc li {
	font-size: small;
	line-height: 1.1em;
}
.desc dt {
	font-style: normal;
	font-size: small;
}
.desc h3 {
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	font-size: large;
}
.desc .pagetop {
	text-align: right;
	padding-top: 0.5em;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: both;
}
.desc .pagetop a {
	font-size: x-small;
}
.desc table {
	font-size: small;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 260px;
	display: block;
	padding: 0px;
	margin-top: 0.5em;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.desc caption {
	text-align: left;
	padding-left: 28px;
	font-size: medium;
	font-weight: bold;
	line-height: 25px;
	vertical-align: middle;
	padding-bottom: 0.3em;
}
.desc td {
	padding-top: 0.2em;
	padding-bottom: 0.1em;
}
.desc tr {
	margin-right: 10px;
	margin-left: 10px;
}
.desc tr.spacer {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.desc td.foodname {
	display: block;
}
.desc td.foodprice {
	text-align: right;
}

.photo {
	width: 280px;
	height: 180px;
	background-repeat: no-repeat;
}
.photo img {
	border: none;
}
.photo .frame {
	width: 280px;
	height: 180px;
	position: relative;
	left: 0px;
	top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
	display: block;
}
#content .accessinfo1 {
	padding-bottom: 20px;
}

#content .accessinfo1 p {
	padding-left: 20px;
	padding-right: 20px;
}

#content .accessinfo1 h3 {
	padding-top: 20px;
	text-align: center;
	font-size: medium;
	color: white;
	padding-bottom: 5px;
	font-weight: normal;
}


#content .accessinfo2 {
	color: #006600;
}
#content .accessinfo2 h3 {
	padding-top: 20px;
	text-align: center;
	font-size: medium;
	font-weight: normal;
	color: #006600;
}
#content .accessinfo2 p {
	padding-left: 20px;
	padding-right: 20px;
}
#content .accessinfo2 ul {
	text-align: center;
}
#content .accessinfo2 p.pagetop {
	font-size: xx-small;
	padding-top: 0px;
}

.exp2 {
	padding-bottom: 10px;
}
.exp2 h3 {
}




/*-----------------------
 * 角丸ボックス（ワイド）
 *---------------------*/
.descw {
	width: 570px;
	margin-bottom: 10px;
}
.descw * {
	padding-top: 0.5em;
	padding-right: 6px;
	padding-bottom: 0.5em;
	padding-left: 0px;
}
.descw * * {
	padding: 0;
}

.descw h3 {
	font-weight: bold;
	padding-top: 0.8em;
	padding-right: 10px;
	padding-left: 1.5em;
	padding-bottom: 0.5em;
	font-size: medium;
	color: #666666;
	border-bottom: solid 1px #999999;
	margin-bottom: 10px;
}
.descw .pagetop {
	text-align: center;
	padding-top: 0.5em;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: both;
}


.descw .feature {
	clear: both;
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
}
.descw .feature h4 {
/*	background-color: blue;	*/
/*	padding-top: 5px;
	padding-bottom: 5px;*/
	padding-left: 20px;
	margin: 0px;
	border-bottom: dashed 1px #CC6600;
	font-weight: bold;
	font-size: 110%;
	color: #CC6600;
	background-image: url(../../images/mark_info-h4.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 1.2em;	
/*	vertical-align: center;	*/
}
.descw .feature h4.mailform {
	margin-top: 10px;
}
.descw .feature img {
/*	background-color: gray;	*/
	border: none;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	float: left;
	padding-bottom: 10px;
}
.descw .feature .news {
	float: right;
/*	background-color: red;	*/
	padding: 0px;
	margin: 0px;
	width: 380px;
	padding-left: 10px;
	font-size: small;
	padding-bottom: 10px;
	color: #666666;
}
.descw .feature .letter {
/*	float: right;	*/
/*	background-color: red;	*/
	padding: 0px;
	margin: 0px;
	width: 420px;
	padding-left: 65px;
	font-size: small;
	padding-bottom: 10px;
	color: #666666;
}

.descw .news ul,
.descw .letter ul {
	list-style-type: none;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.descw .news ul li,
.descw .letter ul li {
	padding-left: 1em;
}
.descw .feature .news p,
.descw .feature .letter p{
	padding-bottom: 0px;
	padding-top: 0.5em;
}
.descw .feature .news .date,
.descw .feature .letter .date {
		font-weight: bold;
	font-size: x-small;
	color: #999999;
}

/*-----------------------
 * サイドバー
 *---------------------*/
#sidebar {
	float: left;
	width: 142px;
}
/*********** #SideBar link styles ***********/

#sidebar ul a:link,
#sidebar ul a:visited {display: block;}
#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sidebar li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#sidebar li {display:block;}


/* fix for browsers that don't need the hack */
/* html>body #sidebar li {border-bottom: none;}	*/

#sidebar hr {
	background-color: transparent;
	border-top: solid 1px #666666;
	border-bottom: none;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	font-size: 14px;
}

#sectionLinks h3{
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	padding-left: 10px;
	vertical-align: middle;
/*	text-align: center;	*/
}

#sectionLinks a {
	display: block;
	height: 22px;
	padding-right: 0px;
	padding-left: 30px;
	vertical-align: middle;
	line-height: 22px;
	padding-top: 2px;
	text-decoration: none;
}

#sectionLinks a:visited {
	text-decoration: none;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	padding: 20px 0px 10px 0px;
	font-size: 80%;
}

.relatedLinks h3{
	padding: 2px 0px 0px 0.5em;
	margin-top: 10px;
	font-size: medium;
	font-weight: normal;
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.relatedLinks h4{
	padding-left: 10px;
	font-size: small;
	margin-top: 0.5em;
	display: block;
	font-weight: normal;
}
.relatedLinks dl dd{
	padding-left: 10px;
	font-size: x-small;
}
.relatedLinks dl dt{
	padding-top: 0.5em;
}
.relatedLinks li a:link,
.relatedLinks li a:visited,
.relatedLinks dt a:link,
.relatedLinks dt a:visited {
	display: block;
	padding-left: 10px;
}

.relatedLinks li a img {
    border: none;
}


/*-----------------------
 * フッタ
 *---------------------*/
#footer {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	/*	height: 24px; */
	width: 100%;
}
#footer p {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	width: 100%;
	display: block;
}
#footer p.copyright {
}
#footer p.contactus {
}


/*-----------------------
 * イラスト > 栄養素
 *---------------------*/

#nutrition {
	float: right;
	height: 150px;
	width: 200px;
	position: absolute;
	bottom: 90px;
	right: 180px;
	font-family: "Courier New", Courier, mono;
	color: #CCCCCC;
	line-height: 1em;
}
#nutrition dl {
	font-size: small;
	font-style: italic;
}
#nutrition dd {
	float: right;
	margin: 0px;
	padding: 0px;
}
#nutrition dt {
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
}
#nutrition h4 {
	font-size: x-large;
	color: #000033;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.skip {
	display: none;
}


/*-----------------------
 * メールフォーム
 *---------------------*/

.descw .feature .letter #formid1 table.mailform{
	padding: 0px;
	margin: 0px;
}
.descw .feature .letter #formid1 input{
	font-size: medium;
}
.descw .feature .letter #formid1 input#inid5	{
	font-size: x-large;
	width: 280px;
}
.descw .feature .letter #formid1 input.inid3,
.descw .feature .letter #formid1 input.inid6,
.descw .feature .letter #formid1 input.inid9,
.descw .feature .letter #formid1 input.inid10	{
	width: 40px;
}

.descw .feature .letter #formid1 textarea.inid7	{
	width: 420px;
}
.descw .feature .letter #formid1 b.req {
	font-size: x-small;
}
.descw .feature .letter #formid1 .error {
	font-weight: bold;
}



.descw .feature .letter #formid1 .btnid8 {
	width: 60px;
	height: 37px;
	display: block;
	float:left;
}

.descw .feature .letter #formid1 .btnid9 {
	width: 38px;
	height: 37px;
	display: block;
	float:left;
}

.descw .feature .letter #formid1 .btnid10 {
	width: 60px;
	height: 37px;
	display: block;
	float:left;
}

.descw .feature .letter #formid1 .btnid11 {
	width: 38px;
	height: 37px;
	display: block;
	float:left;
}

.descw .feature .letter .btnid12 {
	width: 100px;
	height: 36px;
	display: block;
}
.descw .feature .letter .btnid12:hover {
}

.descw .feature .letter img.fontimg {
	margin: 0px;
	padding: 0px;
	float: none;
	vertical-align: middle;
}















/*-----------------------
 * カレンダー定義
 *---------------------*/
#canvas #container #wrapper #content h3.calhead {
	text-align: center;
	
	font-weight: bold;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: medium;
}

div#calbox {
        width: 182px;
        line-height: 1.0em;
/*	margin-left:auto;
	margin-right:auto; */
        padding-left: 35px;
}


p.calcap		{
        width: 182px;
	line-height: 250%;
	display: block;
        padding-left: 1em;
}

p.calcap .month		{
	font-size: 240%;
	float: left;
	display:block;
	width: 1.2em;
	text-align: right;
}

p.calcap .yyyymmdd	{
        font-size: 100%; float: right; margin-right: 0.2em;
}

table.calendar		{
        width: 182px;
	text-align:right;
	clear: both;
        border-top: solid 1px silver;
}
table.calendar td,
table.calendar th	{
/*
        text-indent: -5px;
*/
        width: 26px;
}

table.calendar td {
        font-size: 90%;
}

table.calendar th	{
        font-size: 80%;
}

td.cal_holiday		{
	/*	text-decoration: line-through;	*/
	background-image: url(../../images/cal_holiday_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
p.cal_comment	{ text-align: center; }
