html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
    font-size: 1.6rem;  
}

h1 {
  font-size: 28px;
  font-size: 2.8rem;
}

.contents {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #635844;
	border-left-color: #635844;
}
.menu {
	background-color: #B7A381;
	color: #695642;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;
	height: 20px;
}
.menu-act {
	color: #A77C4E;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	background-color: #E2B66B;
	padding-right: 7px;
	padding-left: 7px;
	font-weight: normal;
}
.a-menu:link {
	color: #EADFCE;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	padding-right: 7px;
	padding-left: 7px;
	font-weight: normal;
}
.a-menu:visited {
	color: #EADFCE;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	padding-right: 7px;
	padding-left: 7px;
	font-weight: normal;
}
.a-menu:hover {
	color: #E3DB00;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	padding-right: 7px;
	padding-left: 7px;
	font-weight: normal;
}
a:link {
	color: #45B12F;
	text-decoration: none;
}
a:visited {
	color: #45B12F;
	text-decoration: none;
}
a:hover {
	color: #7ACEFF;
	text-decoration: underline;
}

.titleA {
	font-size: 14px;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #85A272;
	border-right-color: #85A272;
	border-bottom-color: #85A272;
	border-left-color: #85A272;
	padding: 5px;
	font-weight: bold;
	color: #660000;
	letter-spacing: 3px;
}
.titleB {
	font-size: 12px;
	font-weight: bold;
	background-color: #85A272;
	text-align: center;
	color: #333333;
	height: 30px;
	vertical-align: middle;
	letter-spacing: 3px;
}
.txtBasic {
	font-size: 11px;
	color: #333333;
	vertical-align: 120%;
}
.tableA {
	font-size: 11px;
	vertical-align: 120%;
	border: 1px solid #85A272;
	color: #333333;
}
.info {
	font-size: 11px;
	color: #555555;
	background-color: #F1EEEA;
	padding: 7px 10px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D5CFC4;
	border-right-color: #D5CFC4;
	border-bottom-color: #D5CFC4;
	border-left-color: #D5CFC4;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94805F;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #94805F;
	border-right-color: #94805F;
	border-left-color: #94805F;
}
.txt-with-line {
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	color: #333333;
}
.title1 {
	font-size: 24px;
	font-weight: bold;
	color: #635746;
	background-image: url(img/title_bg.gif);
	background-repeat: no-repeat;
	padding-left: 70px;
	padding-top: 15px;
}
.title1-line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #968E82;
	border-right-color: #968E82;
	border-bottom-color: #968E82;
	border-left-color: #968E82;
	margin-left: 65px;
}
.photo {
	border: 1px solid #453D31;
}
.memo-fooder {
	background-image: url(img/memo_fooder.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.memo {
	background-image: url(img/memo_bg.gif);
	background-repeat: repeat;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #7E6D52;
	border-right-color: #7E6D52;
	border-bottom-color: #7E6D52;
	border-left-color: #7E6D52;
	font-size: 11px;
	color: #333333;
}
.memo-header {
	font-size: 14px;
	color: #AFA08A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C1B8A9;
	font-weight: bold;
	text-align: center;
	border-right-color: #C1B8A9;
	border-bottom-color: #C1B8A9;
	border-left-color: #C1B8A9;
	letter-spacing: 1px;
}
.txt-recipe {
	font-size: 11px;
	color: #333333;
	padding-top: 15px;
	padding-bottom: 15px;
}
.titleC {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #666600;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #DBC736;
	border-right-color: #DBC736;
	border-bottom-color: #DBC736;
	border-left-color: #DBC736;
	padding-left: 7px;
	letter-spacing: 1px;
	font-weight: bold;
}
.recipe-memo {
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #CC3366;
	margin-left: 30px;
	padding-left: 5px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.titleD {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	font-weight: bold;
	color: #663333;
}
.title-mokuji {
	font-size: 42px;
	color: #A68564;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #94805F;
	border-right-color: #94805F;
	border-bottom-color: #94805F;
	border-left-color: #94805F;
}
.toppage-title-dot {
	background-image: url(img/title_dot_ptn.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	background-color: #FFF;
}
.toppage-photo {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #453D31;
	border-right-color: #453D31;
	border-bottom-color: #453D31;
	border-left-color: #453D31;
}

.books table {
width: 90%;
border: 1px #000000 none;
}
.books td {
border: 0 #000000 none;
}

a:hover img.hoverImg{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

/*-----トップページイメージ上にテキスト配置／ここから-----*/
.toppage-text {/*親div*/
  position: relative;/*相対配置*/
  }

.toppage-text p {
  position: absolute;/*絶対配置*/
  color: #fff;/*文字は白に*/
  bottom: 5%;/*下よせ*/
  right: 5%;/*右よせ*/
  margin: 0!important;/*文字がずれている場合や*/
  padding: 0!important;/*文字が折り返される場合*/
  text-align:right
  z-index: 1; /* 前面に表示 */
  }

.toppage-text img {
  width: 100%;
  z-index: 0; /* 背面に表示 */
  }
/*-----トップページイメージ上にテキスト配置／ここまで-----*/

