﻿@charset "UTF-8";
/* CSS Document */


/*--お焼きそうめん-----------------------------------------------------*/

#broil {
	width: 580px;
	text-align: left;
	height: 100%;
}
#broil h1 {
	margin: 20px 0 10px 0;
	font-weight: bold;
	font-size: 117%;
	color: #653B21;
	border-bottom: solid 2px #653B21;
}
#broil .tbl {
}
#broil td {
	padding: 5px 10px;
}
#broil td p {
	padding: 0 0 15px 1em; 
	text-indent: -1em;
}


/*--揚げそうめん-----------------------------------------------------*/

#fry {
	width: 580px;
	text-align: left;
	height: 100%;
}
#fry h1 {
	margin: 20px 0 10px 0;
	font-weight: bold;
	font-size: 117%;
	color: #653B21;
	border-bottom: solid 2px #653B21;
}
#fry .tbl {
}
#fry td {
	padding: 10px;
	width: 270px;
}
#fry td p {
	padding: 5px 0 20px 1em; 
	text-indent: -1em;
}
#fry .red {
	color: red;
}


/*--薬味-----------------------------------------------------*/

#yaku {
	width: 580px;
	text-align: left;
	height: 100%;
}
#yaku h1 {
	margin: 20px 0 10px 0;
	font-weight: bold;
	font-size: 117%;
	color: #653B21;
	border-bottom: solid 2px #653B21;
}
#yaku .tbl {
}
#yaku td {
	text-align: center;
}
#yaku td p {
	padding: 5px 0 15px 0;
}


/*--帯-----------------------------------------------------*/

#tie {
	width: 580px;
	text-align: left;
	height: 100%;
}
#tie h1 {
	margin: 20px 0 10px 0;
	font-weight: bold;
	font-size: 117%;
	color: #653B21;
	border-bottom: solid 2px #653B21;
}
#tie h2 {
	margin: 20px 0 5px 0;
	font-weight: bold;
	border-bottom: dotted 1px #653B21;
}
#tie p {
}

#tie .tbl {
	margin-top: 15px;
	width: 100%;
	background: #666666;
}
#tie td {
	padding: 5px;
}
#tie .cell_wh {
	background: white;
}
#tie .cell_ye {
	background: #FDF2C1;
	text-align: center;
}
#tie .img {
	width: 145px;
	text-align: center;
}
#tie .w145 {
	width: 145px;
	vertical-align: top;
}

/*--つゆ-----------------------------------------------------*/

#tsuyu {
	width: 580px;
	text-align: left;
	height: 100%;
}
#tsuyu .catch {
	clear: both;
	background: #D1C6C6;
	font-weight: bold;
	padding: 3px 10px;
}
#tsuyu h1 {
	margin: 20px 0 10px 0;
	font-weight: bold;
	font-size: 117%;
	color: #653B21;
	border-bottom: solid 2px #653B21;
}

#tsuyu #tbl .img {
	width: 200px;
	vertical-align: top;
	padding-top: 20px;
}
#tsuyu #tbl .name {
	vertical-align: top;
}
#tsuyu .menu {
	float: left;
	width: 110px;
}
#tsuyu .txt {
	float: left;
	width: 255px;
}

#tsuyu .dashi {
	margin: 10px 0 20px 0;
}
#tsuyu .dashi .txt {
	width: 465px;
}
#tsuyu .dashi .ingred {
	font-weight: bold;
	padding: 5px 0;
	border-bottom: dotted 1px #4F4F4E;
}
#tsuyu .dashi ol {
	list-style-type: decimal;
	padding-left: 30px;
}

.spc_b10 { padding-bottom: 10px; }
.spc_b30 { padding-bottom: 30px; }
.spc_t20m { margin-top: 20px; }
.spc_h10 { padding: 10px 0; }
.line {
	color: #653B21;
}



/*--保存方法-----------------------------------------------------*/

#preserve {
	width: 580px;
	text-align: left;
	height: 100%;
}
#preserve h1 {
	margin: 20px 0 5px 0;
	font-weight: bold;
	font-size: 117%;
	color: #653B21;
	border-bottom: solid 2px #653B21;
}
#preserve h1 span {
	color: #FF9900;
	padding-left: 5px;
}
#preserve .txt {
	padding: 5px 0;
}

#preserve .lead {
	clear: both;
	margin: 15px 0 5px 0;
	font-weight: bold;
	border-bottom: solid 1px #653B21;
}

#preserve .img {
	width: 112px;
	padding: 5px 10px 0 0;
	vertical-align: top;
}
#preserve ul {
	padding-top: 10px;
}

#preserve ul li {
	padding: 5px 0 5px 45px;
}
#preserve .ba {
	background: url(../images/sub/ba.gif) no-repeat left top;
}
#preserve .mg {
	background: url(../images/sub/mg.gif) no-repeat left top;
}

#preserve .tbl {
	background: #666666;
	margin-top: 10px;
}
#preserve .tbl td {
	padding: 5px 20px;
	text-align: center;
}
#preserve .tbl .cell_so {
	background: #FDF2C1;
	color: red;
	font-weight: bold;
}
#preserve .tbl .cell_wh {
	background: white;
}

