@charset "utf-8";
/* CSS Document */

/* Default ---------------------------------------------------------------- */
/* 各ブラウザで独自に設定されている値を、一度リセットするためのCSS
   リセットしているため、それぞれの値を設定する必要あり　　　　    */

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas {
	margin: 0;
	padding: 0;
}

/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
html { overflow-y: scroll; } /* for mozilla: always display scrollbar */

body {
	color: #000000;
    font: normal;
	font-size: 13px;
	*font-size: 82%;
	line-height: 1.6em;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	word-break: break-all; 
	-webkit-text-size-adjust:none;
}

/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/

a { color: #333; }	
a:link, a:visited { text-decoration: underline; }
a:hover, a:active  { text-decoration: none; }

:selection {
	text-shadow: none !important;
}

/* --------------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: black;
    font-size:100%;
    font-weight:normal;
}

/* p {} */

/* --------------------------------------------------
	3. List
-------------------------------------------------- */
li { list-style: none; }

/* --------------------------------------------------
	4. Table
-------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

/* --------------------------------------------------
	5. Form
-------------------------------------------------- */
fieldset { border: none; }
input, textarea, select, label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}
label { cursor: pointer; }
textarea { overflow: auto; }
legend { display: none; }

/* --------------------------------------------------
	6. Other
-------------------------------------------------- */
img {
	border: none;
}
object {
	vertical-align: middle;
	outline: none;
}
em, strong {
	font-weight: bold;
	font-style: normal;
}
small { font-size: 100%; }
abbr, acronym {
	border: none;
	font-variant: normal;
}
q:before, q:after { content: ''; }
address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}
code, pre { font-family: monospace; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
hr { display: none; }

/* ------------------------------------------------------------
	7. For IE6/7
------------------------------------------------------------ */

/* for IE7: page zoom bug fix */
*:first-child+html body,
*:first-child+html br { letter-spacing: 0; }


/* Layout ----------------------------------------------------------------- */
/* 画面のレイアウト、各ブロック要素などの配置やサイズを指定 */


html {
	height: 100%;
	text-align: center;
	Xpadding-bottom: 1px;
	-webkit-text-size-adjust: none;
}

/* Chromeなどで センターに配置した要素が背景と1pxずれた場合に使用するCSSハック
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
	head~body *{ margin-left: -1px;}
}
*/

body {
	height: 100%;
	margin: 0 auto;
	text-align: center;
}


#container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}


#header {
	width: 100%;
	min-width: 980px;
	top: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	background: url(../img_layout/header.jpg) center top;
	z-index: 500;
}

#header-inner {
	width: 980px;
	height: 93px;
	_height: 100px;
	padding: 7px 0px 0px 0px;
	margin: 0 auto;
	_margin: 0 auto -5px auto;
	text-align: center;
}

#header-Left {
	width: 320px;
	text-align: left;
	float: left;
}

#header-Right {
	width: 650px;
	text-align: right;
	float: right;
}


/* 背景 ----------------------------------------------------------------- */
#curtainBox {
	width: 100%;
	min-width: 980px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	z-index: 100;
}

#curtainUnder {
	width: 100%;
	margin: 0 auto;
	height: auto;
	background: url(../img_layout/curtainUnder.jpg) center top no-repeat;
	visibility: hidden;
	position: relative;
}

#curtainLeft {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100;
	left: 0;
	background: url(../img_layout/curtainLeft.jpg) left top no-repeat;
	display: none;
}

#curtainRight {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100;
	left: 0;
	background: url(../img_layout/curtainRight.jpg) right top no-repeat;
	display: none;
}



#content {
	width: 980px;
	margin: 0 auto;
	height: auto;
	text-align: center;
	z-index: 10;
	font-size: 100%;
	/font-size: 13px;
	/line-height: 1.6em;
	background-color: #ffffff;
}

ul#headMenu {
	width: 980px;
	height: 30px;
	font-size: 0;
	letter-spacing: 0;
	line-height: 0;
	list-style-type: none;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background: url(../img_layout/headerMenu.jpg) center top repeat-x;
}

ul#headMenu li {
	width: 160px;
	height: 27px;
	margin-right: 3px;
	display: inline;
	text-align: center;
	float: left;
}

ul#headMenu li.last-btn {
	width: 160px;
	height: 27px;
	margin-right: 0px;
}

ul#headMenu li#hmChild1 {
	display: none;
}

ul#headMenu li div.dropMenu {
	width: 980px;
	padding: 10px 0px 20px 0px;
	position: absolute;
	left: 0;
	display: none;
	background-color: #4a0001;
}


#container-footer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1000;
	display: none;
}



#footer {
	width: 980px;
	margin: 0 auto;
	height: 90px;
	text-align: left;
}

.footer-copy {
	width: 980px;
	height: 55px;
	padding-top: 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 85%;
	/font-size: 12px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	bottom: 0;
	z-index: 1250;
	background-color: #220000;
}

.footer-copy ul {
	width: 620px;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
	padding: 0px 10px;
	font-weight: normal;
	clear: both;
}

.footer-copy ul li {
	float: left;
	width: 100px;
	height: 25px;
	list-style: disc;
	margin-left: 20px;
}

/* footer backnumberのレイアウト --------------------------------------- */
.footer-inner {
	width: 980px;
	margin: 0 auto 60px auto;
	text-align: left;
	color: #FFFFFF;
	font-size: 100%;
	/font-size: 13px;
	z-index: 1200;
	position: absolute;
	bottom: 0;
	display: block;
	background: url(../img_layout/footer_repeat.png) center top repeat-x;
}

.footer-btn {
	width: 970px;
	height: 30px;
	margin: 0 auto;
	padding-left: 10px;
	text-align: left;
	background: url(../img_layout/footer_head.png) 30px top no-repeat;
}

.footer-content {
	padding-top: 10px;
	font-size: 12px;
	line-height: 1.6em;
	letter-spacing: normal;
	display: none;
}

ul.backNumUl {
	width: 960px;
	list-style: decimal;
	color: #ffffff;
	padding: 0px 10px;
	font-weight: normal;
	clear: both;
}

ul.backNumUl li, ul#headMenu li div.dropMenu ul.backNumUl li {
	width: 48px;
	height: 25px;
	margin: 0;
	display: inline;
	float: left;
}


/*********************************************************************************************** Toppage Start ***/


.gold475Header {
	width: 475px;
	height: 10px;
	margin-top: 10px;
	_font-size: 0px;
	_line-height: 0px;
	background: url(../img/layout/gold475_header.jpg) center top no-repeat;
}

.gold475Repeat {
	width: 445px;
	text-align: left;
	padding: 10px 10px 10px 20px;
	color: #000000;
	background: url(../img/layout/gold475_repeat.jpg) center top repeat-y;
}

.gold475Footer {
	width: 475px;
	height: 10px;
	background: url(../img/layout/gold475_footer.jpg) center top no-repeat;
}

.silver475Header {
	width: 475px;
	height: 10px;
	margin-top: 10px;
	_font-size: 0px;
	_line-height: 0px;
	background: url(../img/layout/silver475_header.jpg) center top no-repeat;
}

.silver475Repeat {
	width: 445px;
	text-align: left;
	padding: 10px 10px 10px 20px;
	color: #000000;
	background: url(../img/layout/silver475_repeat.jpg) center top repeat-y;
}

.silver475Footer {
	width: 475px;
	height: 10px;
	background: url(../img/layout/silver475_footer.jpg) center top no-repeat;
}

.freeTxtBox {
	width: 940px;
	padding: 10px 20px;
	_padding: 5px 10px;
	text-align: left;
	color: #000000;
	font-size: 108%;
}

.recipe {
	width: 930px;
	padding: 0 30px 10px 20px;
	_padding: 0 20px 5px 10px;
	text-align: right;
}

h1.top {
	font-size: 139%;
	font-weight: bold;
	margin-bottom: 5px;
	color: #DD1111;
}

h2.top {
	font-size: 139%;
	font-weight: bold;
	margin-bottom: 5px;
}

/************************************************************************************************* Toppage End ***/

/*********************************************************************************************** content Start ***/



/************************************************************************************************* content End ***/

/*********************************************************************************************** Profile Start ***/




/************************************************************************************************* Profile End ***/



/* Style ----------------------------------------------------------------- */

/* floatした要素の親要素に付加するクラス フロート解除する */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  zoom:1;
}

/* br などに付加するクラス フロート解除する */

.fclear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
}

/* 画像やブロック要素をfloatさせたい時に使用する */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/* 要素内の配置指定だけを変更したい時に使用する */

.alignCenter {
	text-align: center;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}


/* PNG画像に指定するCSSがなければ下記は不要 */

.ie6Png { }



.marg-bottom5 {
	margin-bottom: 5px;
}

.marg-bottom10 {
	margin-bottom: 10px;
}

.paddingL20 {
	padding-left: 20px;
}

/* 文字のサイズや太さ、色を指定するためのクラス
   必要なものを追加、削除してください           */

.underL {
	text-decoration: underline;
}


.r10 {
	font-size: 10px;
	_font-size: 75%;
	font-weight: normal;
}

.r12 {
	font-size: 12px;
	font-weight: normal;
}

.r13 {
	font-size: 13px;
	font-weight: normal;
}

.r14 {
	font-size: 14px;
	font-weight: normal;
}

.r15 {
	font-size: 15px;
	font-weight: normal;
}


.b10 {
	font-size: 10px;
	font-weight: bold;
}

.b11 {
	font-size: 11px;
	font-weight: bold;
}

.b12 {
	font-size: 12px;
	font-weight: bold;
}

.b13 {
	font-size: 13px;
	font-weight: bold;
}

.b14 {
	font-size: 14px;
	font-weight: bold;
}

.b15 {
	font-size: 16px;
	font-weight: bold;
}


.style-red {
	color: #EE0000;
}

.style-orange3 {
	color: #FF3300;
}

.style-orange6 {
	color: #FF6600;
}

.style-orange9 {
	color: #FF9900;
}

.style-pink69 {
	color: #ff6699;
}

.style-pink6c {
	color: #ff66cc;
}
.style-pink9c {
	color: #FF99CC;
}

.style-yellowc {
	color: #ffffcc;
}

.style-blue6f {
	color: #0066ff;
}

.style-bluebe {
	color: #BBEEFF;
}

.style-green6 {
	color: #00ff33;
}

.style-gray5 {
	color: #555555;
}

.style-white {
	color: #ffffff;
}

.style-wine {
	color: #881155;
}

.style-embassy {
	color: #dd1111;
}

/* リンクの文字色を設定
   要素ごとに変更する場合には、下記のように要素名の後にHTMLタグと疑似クラスを指定して記述する
   同じ内容の場合には、下記の記述でも可
   #footer a:visited, #footer a:active {text-decoration:none;color:#ffc;} */


a:link {text-decoration:underline; color:#333333;}
a:visited {text-decoration:underline; color:#000000;}
a:active {text-decoration:underline; color:#000000;}
a:hover {text-decoration:underline; color:#555555;}


#footer a:link {text-decoration:underline; color:#FFFFFF;}
#footer a:visited {text-decoration:underline; color:#FFFFCC;}
#footer a:active {text-decoration:underline; color:#FFFFCC;}
#footer a:hover {text-decoration:underline; color:#FFFFFF;}

.footer-content a:link {text-decoration:underline; color:#FFFFFF;}
.footer-content a:visited {text-decoration:underline; color:#FFFFCC;}
.footer-content a:active {text-decoration:underline; color:#FFFFCC;}
.footer-content a:hover {text-decoration:underline; color:#FFFFFF;}
/*********************************************************************************************** recipe Start ***/

#recipe-content {
	margin: 0 20px;
	text-align:left;
}

.recipe-photo {
	margin: 0 20px 20px 0;
	width:475px;
	height:280px;
	float:left;
}


.recipe-menu {
	text-align:left;
	height:30px;
	margin: 5px;
	font-size:20px;
	font-weight:bold;
	background-image:url(../img_content/recipe_bg.jpg);
}


.ingredients_back {
	margin: 0 auto 20px auto;
}

.ingredients_title {
	text-align:left;
	font-size:14px;
	font-weight:bold;
	margin: 5px 0 0 0;
}

.ingredients_text1{
	width: 200px;
	float:left;
	margin-left: 20px;
}

ul.ing_text1 li {
	margin: 0 auto;
}
/*
.ingredients_text2 {
	float:left;
	width: 150px;
}

ul.ing_text2 li {
	margin: 0 auto;
}
*/


.recipe-list {
	width: 940px;
	height: 100%;
	margin:0 0 20px 0;
	padding: 10px 0;
	background-color:#fffce4;
}

.recipe-list dl{
	float:left;
	width: 220px;
	margin-right:15px;
}

.recipe-list dl dt{
	float:left;
	width: 20px;
	height: 65px;
	padding: 0px 0px;
	margin: 0px 0px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#f80000;
}

.recipe-list dl dd{
	width: 220px;
	padding: 0px 0px;
	margin: 0px 0px;
	text-align:left;
}

.recipe-list-photo {
	clear: both;
	text-align:center;
}

ul#recipe-navi {
	width: 980px;
	margin:0 auto;
	text-align:left;
}
ul#recipe-navi a {
	font-size:14px;
	font-weight:bold;
}

ul#recipe-navi li  {
	margin:0 0 20px 0;
	text-align:center;
	float:left;
}


ul#recipe-navi a:link {text-decoration:none; color:#f80000;}
ul#recipe-navi a:visited {text-decoration:none; color:#f80000;}
ul#recipe-navi a:active {text-decoration:none; color:#f80000;}
ul#recipe-navi a:hover {text-decoration:underline; color:#f80000;}

/*
.recipe-navi-c {
	width: 23%;
	text-align:center;
}

.recipe-navi-r {
	text-align:center;
	width: 38%;
}

.recipe-navi-l {
	width: 38%;
	text-align:center;
}
*/
/************************************************************************************************* recipe End ***/

