@charset "shift_jis";

/*-------------------------------------------------------------------


-------------------------------------------------------------------*/																	
/*-------------------------------------------------------------------
全称セレクタやリンクの基本カラー
--------------------------------------------------------------------*/

* {
	font-family: 'MS PGothic', Osaka, sans-serif;
	padding: 0;
	margin: 0;
}

a:link {
	color: #1515d6;
	text-decoration: none;
}

a:visited {
	color: gray;
	text-decoration: none;
}

a:hover {
	color: #ff8912;
	text-decoration: underline;
}

/*-------------------------------------------------------------------
bodyとid="container"のスタイル
--------------------------------------------------------------------*/

body {
	color: #444444;
	
	text-align: justify;
	font-size: 13px;
	
}

div#container {
	width: 957px;
	margin: 0 auto;
	
}

div#inner {
	
	padding: 0 13px;
}

/*-------------------------------------------------------------------
id="header"関係のスタイル
--------------------------------------------------------------------*/

div#header {
	height: 186px;
	background-repeat: no-repeat;
	border-top-color: #dfd0c3;
	border-left-color: #dfd0c3;
	border-right-color: #dfd0c3;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	background-image: url(../img/top.png);
	line-height: -5px;
}

div#header  h1 {
	font-size: 15px;
	color: #ffffac;
	font-weight: bold;
	text-align: right;
	margin-top: 2px;
	margin-right: 5px;
}

div#header  h2 {
	font-size: 24px;
	color: #ff8912;
	margin-right: 15px;
}

div#header  h2  a,div#header  h2  a:hover {
	display: block;
	text-decoration: none;
	color: #ff8912;
	text-align: right;
}

div#header  p {
	color: #999999;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
	margin-top: 105px;
	font-size: 11px;
	letter-spacing: -1px;
	line-height: -1px;
	padding-top: 1px;
	text-align: center;
}

/*-------------------------------------------------------------------
id="contents"関係のスタイル（全ページ共通のベース）
--------------------------------------------------------------------*/

div#contents {
	float: left;
	width: 730px;
	font-size: 13px;
}

div#contents  a:hover {
	text-decoration: underline;
}

div#contents  p {
	line-height: 135%;
}

div#contents  dl {
	padding: 5px 7px 0 7px;
	line-height: 125%;
}

div#contents  dt {
	background-repeat: no-repeat;
	padding-left: 15px;
}

div#contents  dd {
	padding-bottom: 6px;
}

div#contents  h3 {
	font-size: 13px;
	background: #86c2ff;
	background-repeat: no-repeat;
	padding: 3px 0 4px 13px;
	color: white;
	clear: both;
	margin-bottom: 5px;
}

div#contents  h4 {
	font-size: 11px;
	margin: 5px 7px 0px 5px;
	border-bottom-width: 0px;
	padding-bottom: 2px;
	background-color: #ff8912;
	padding-top: 8px;
	padding-left: 8px;
	color: white;
}

p#Breadcrumb {
	margin-top: 2px;
	line-height: 100%;
	font-size: 12px;
}

div#infomation,div.entry,div.ads,div.entryRight {
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dfd0c3;
	border-bottom-color: #dfd0c3;
	border-left-color: #dfd0c3;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dfd0c3;
}

/*-------------------------------------------------------------------
id="infomation"関係スタイル
--------------------------------------------------------------------*/

div.scroll  dl {
	height: 75px;
	overflow: auto;
}

/*-------------------------------------------------------------------
id="entries"関係スタイル（記事ページ専用）
--------------------------------------------------------------------*/

div#entries {
	margin-top: 1px;
}

div#entries  ul {
	list-style: disc;
	margin: 11px 33px 15px 33px;
}

div#entries  ul  li {
	background: transparent;
	padding: 0;
}

div#entries  dl {
	padding: 0;
	margin: 11px 7px 15px 7px;
}

div#entries  dt {
	background: transparent;
	padding: 0;
	font-weight: bold;
}

div#entries  dd {
	padding-bottom: 7px;
}

div.entry {
	margin-top: 1px;
}

div.entry  p {
	margin: 11px 7px 15px 7px;
}

p.nav {
	font-size: 11px;
	margin-top: 2px;
	line-height: 100%;
	text-align: right;
}

/*-------------------------------------------------------------------
id="wing"関係スタイル（トップページ専用）
--------------------------------------------------------------------*/

div#index {
	margin-top: 5px;
	background-repeat: no-repeat;
}

/*-------------------------------------------------------------------
id="wing"関係スタイル（カテゴリページ専用）
--------------------------------------------------------------------*/

div#cat {
	margin-top: 1px;
	background-repeat: no-repeat;
}

/*-------------------------------------------------------------------
その他トップページ＆カテゴリページ専用スタイル
--------------------------------------------------------------------*/

div#option {
	font-size: 12px;
}

div#option  p,div#option  ul {
	margin: 7px;
	line-height: 140%;
}

div.ads {
	float: right;
	width: 342px;
	height: 280px;
	text-align: center;
	border-style: none none none none;
}

div.entryRight {
	float: left;
	width: 380px;
	height: 280px;
	border-width: 1px 1px 3px 1px;
	border-style: solid solid solid solid;
	background-color: #fff7ff;
}

/*-------------------------------------------------------------------
id="sidebar"関係のスタイル
--------------------------------------------------------------------*/

div#sidebar {
	float: right;
	width: 200px;
}

div#sidebar  h4 {
	font-size: 13px;
	color: white;
	text-align: center;
	background-repeat: repeat-x;
	background-color: #7dbeff;
	padding-right: 0px;
	padding-left: 0px;
	height: 21px;
	padding-top: 9px;
}

div#sidebar  ul {
	list-style: none;
	padding: 3px;
	line-height: 140%;
}

div#sidebar  li {
	background: url(../img/list1.gif) no-repeat 25px center;
	padding-left: 40px;
}

div#sidebar  p {
	line-height: 135%;
	padding: 0px 3px 0px 3px;
	text-align: center;
	font-size: 12px;
	color: gray;
	margin-top: 0px;
	margin-bottom: 2px;
}

div#boxend {
	border-bottom: 1px solid #dfd0c3;
}

div.box {
	border-width: 0 1px;
	border-style: solid;
	border-color: #dac9ba;
}

/*-------------------------------------------------------------------
id="footer"関係のスタイル
--------------------------------------------------------------------*/

div#footer {
	clear: both;
	width: 100%;
	background-color: #ffffff;
	border-top: 5px solid #FFFFFF;
	color: #b79c85;
	text-align: right;
	height: 100px;
}

div#footer  h3 {
	border-top: 1px dotted #b79c85;
	font-size: 12px;
	font-weight: normal;
	padding-top: 8px;
	text-decoration: none;
}

address {
	font-size: 12px;
	font-style: normal;
	padding-top: 11px;
	padding-bottom: 7px;
	line-height: 135%;
}

div#footer  a,div#footer  a:visited,div#footer  a:hover {
	color: #b79c85;
	text-decoration: none;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}

/*--------------------------------------------------------------------
文字装飾スタイル <span class="セレクタ名">こうして使います。</span>
---------------------------------------------------------------------*/

.red {
	color: #845f40;
}

.redBold {
	color: #845f40;
}

.color {
	color: #b79c85;
}

.colorBold {
	color: #b79c85;
}

.new {
	font-size: 11px;
	font-weight: bold;
	color: #b82525;
}

/*--------------------------------------------------------------------
バグ対策（強引な応急処置）
---------------------------------------------------------------------*/

div#option {
	margin-top: 5px;
}

b {
	color: red;
}

#feed {
	overflow: auto;
	height: 300px;
}

div#infomation  p {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: gray;
}

#ll {
	text-align: right;
}

#cent {
	text-align: center;
}

div#ba {
	background-color: #ff8912;
	width: 728px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: white;
	height: 30px;
	margin-top: -7px;
}

div#ba  ul {
	display: block;
  margin-top : 7px;
}

div#ba  li {
	list-style-type: none;
	float: left;
	margin-bottom: 0px;
	
  padding-left : 5px;
  padding-right : 5px;
}

div#ba  li  a {
	display: block;
	color: white;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 9px;
	padding-right: 8px;
	padding-bottom: 5px;
	text-decoration: none;
	margin-left: -5px;
	margin-right: -5px;
}

div#ba  a:hover {
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: white;
	background-color: #ffddbb;
}

div#baby {
	background-color: #ffffff;
	width: 30%;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-width: 1px 1px 3px 1px;
	border-style: solid solid solid solid;
	border-color: #ff80ff #ff80ff #ff80ff #ff80ff;
	float: left;
	height: 135px;
}

div#baby  ul {
	font-size: 80%;
	line-height: 145%;
	float: right;
	padding-right: 5px;
	height: 110px;
}

div#baby  li {
	text-decoration: none;
	padding-left: 11px;
	list-style-type: none;
  
  
  
  
}

div#baby  li  a:hover {
	text-decoration: none;
	color: #ff8912;
}

div#baby  h4 {
	color: white;
	background-color: #ff80ff;
	border-bottom-color: white;
	font-size: 80%;
	text-indent: 15px;
	margin-left: -1px;
	margin-right: -1px;
	font-weight: bold;
	margin-top: 0px;
}

div#baby  img {
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 1px;
	padding-bottom: 0px;
	float: left;
}

div#baby  li  a {
	color: navy;
	text-decoration: none;
}

div#babyr {
	background-color: #ffffff;
	width: 30%;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-width: 1px 1px 3px 1px;
	border-style: solid solid solid solid;
	border-color: #ff8912 #ff8912 #ff8912 #ff8912;
	float: right;
	height: 135px;
}

div#babyr  ul {
	font-size: 75%;
	line-height: 145%;
	float: right;
	padding-right: 5px;
}

div#babyr  li {
	text-decoration: none;
	padding-left: 11px;
	list-style-type: none;
}

div#babyr  li  a:hover {
	text-decoration: none;
	color: #ff8912;
	background-color: #ffffff;
}

div#babyr  h4 {
	color: white;
	background-color: #ff8912;
	border-bottom-color: white;
	font-size: 80%;
	text-indent: 15px;
	margin-left: -1px;
	margin-right: -1px;
	font-weight: bold;
	margin-top: 0px;
}

div#babyr  img {
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
}

div#babyr  li  a {
	color: navy;
	text-decoration: none;
}

div#babyman {
	background-color: #ffffff;
	width: 30%;
	margin-top: 10px;
	margin-left: 255px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-width: 1px 1px 3px 1px;
	border-style: solid solid solid solid;
	border-color: lime #00ff00 #00ff00 #00ff00;
	height: 135px;
}

div#babyman  ul {
	font-size: 75%;
	line-height: 145%;
	padding-right: 5px;
	float: right;
}

div#babyman  li {
	text-decoration: none;
	padding-left: 11px;
	list-style-type: none;
}

div#babyman  li  a:hover {
	text-decoration: none;
	color: #ff8912;
	background-color: #ffffff;
}

div#babyman  h4 {
	color: white;
	background-color: #00ff00;
	border-bottom-color: white;
	font-size: 80%;
	text-indent: 15px;
	margin-left: -1px;
	margin-right: -1px;
	font-weight: bold;
	margin-top: 0px;
}

div#babyman  img {
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
}

div#babyman  li  a {
	color: navy;
	text-decoration: none;
}

hr#siro {
	color: white;
	background-color: white;
}

div#feed {
	float: left;
	width: 350px;
	height: 200px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: x-small;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #ff8912 #ff8912 #ff8912 #ff8912;
}

div#bbs {
	float: right;
	width: 350px;
	height: 200px;
	font-size: x-small;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: aqua aqua aqua aqua;
	overflow: auto;
}

div#bbs  h4 {
	color: gray;
	border-bottom-style: solid;
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	width: 100%;
	border-bottom-color: aqua;
	margin-bottom: 3px;
}

div.entryRight  h5 {
	font-size: small;
	color: white;
	background-color: #ff8912;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

div#contents  h5 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: gray;
	margin-left: 10px;
	margin-bottom: -5px;
	margin-top: 8px;
	font-size: small;
}

b#b2 {
	font-size: xx-small;
	font-weight: normal;
	padding-bottom: 1px;
}

b#b3  a {
	color: white;
	background-color: #ff8912;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-decoration: none;
}

b#b3  a:hover {
	color: yellow;
	background-color: #ff5706;
}

p#mm {
	width: 80%;
	background-color: #ff8912;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

div#sidebar  h5 {
	text-align: center;
	margin-top: 5px;
	font-size: 12px;
}

td#td2 {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 15px;
}

table#t2 {
	font-weight: bold;
	width: 700px;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-width: 1px 5px 5px 1px;
	border-style: solid solid solid solid;
	border-color: #cccccc #cccccc #cccccc #cccccc;
}

b#table {
	font-size: 11px;
	color: #444444;
}

div#pink {
	background-color: #ffddff;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	margin-top: -10px;
	margin-left: 10px;
}

div#blue {
	background-color: #bfdfff;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: -10px;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	margin-left: 10px;
}

div#yew {
	background-color: #ffffd7;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: -10px;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	margin-left: 10px;
}

div#blue  h6 {
	font-weight: bold;
	background-color: #e6f2ff;
	text-align: center;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-width: 1px 3px 3px 1px;
	border-style: solid inset inset solid;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	width: 90%;
	font-size: 13px;
	margin-bottom: 5px;
}

div#pink  h6 {
	background-color: #ffecff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-width: 1px 3px 3px 1px;
	border-style: solid inset inset solid;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	margin-bottom: 5px;
	width: 90%;
}

div#yew  h6 {
	background-color: #ffffee;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-width: 1px 3px 3px 1px;
	border-style: solid inset inset solid;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	margin-bottom: 5px;
	width: 90%;
}

img#reimg {
	margin-left: 25px;
}

div#toprecipe {
	font-weight: normal;
}

div#toprecipe  ul {
	display: block;
  line-height : 145%;
}

div#toprecipe  li {
	float: left;
	padding-left : 11px;
	padding-right: 0px;
	text-align: center;
	
	margin-right: -15px;
  
  margin-left : -15px;
}

div#toprecipe  img {
	border-width: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: #d8ffb0 #d8ffb0 #d8ffb0 #d8ffb0;
	margin-top: 3px;
	margin-bottom: -35px;
	padding-bottom: 0px;
}

div#toprecipe  li  a {
	font-size: 13px;
	color: navy;
	text-indent: 10px;
}

div#toprecipe  li  a:hover {
	color: #ff8000;
	text-decoration: none;
}

textarea {
	margin-left: 10px;
	margin-bottom: 10px;
}

div#header  strong {
	font-weight: normal;
}

em {
	text-decoration: none;
	font-style: normal;
}

div#pan {
	padding-top : 7px;
	padding-left: 8px;
	padding-bottom : 7px;
	font-size: 12px;
	color: black;
}

div#pan  a {
	color: blue;
	text-decoration: underline;
}

div#sea {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
  
  height : 106px;
}

p#koko {
	margin-top: 40px;
}

img.reimg {
	margin-left: 25px;
}

div.toprecipe {
	font-weight: normal;
}

div.toprecipe  ul {
	display: block;
}

div.toprecipe  li {
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	margin-left: -15px;
	margin-right: -15px;
}

div.toprecipe  img {
	border-width: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: #d8ffb0 #d8ffb0 #d8ffb0 #d8ffb0;
	margin-top: 3px;
	margin-bottom: -35px;
	padding-bottom: 0px;
}

div.toprecipe  li  a {
	font-size: 13px;
	color: navy;
	text-indent: 10px;
}

div.toprecipe  li  a:hover {
	color: #ff8000;
	text-decoration: none;
}

div.baby {
	background-color: #ffffff;
	width: 220px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-width: 1px 1px 3px 1px;
	border-style: solid solid solid solid;
	border-color: #ff80ff #ff80ff #ff80ff #ff80ff;
	float: left;
	height: 135px;
}

div.baby  ul {
	font-size: 80%;
	float: right;
	line-height: 145%;
	padding-right: 5px;
	height: 110px;
}

div.baby  li {
	text-decoration: none;
	padding-left: 11px;
	list-style-type: none;
}

div.baby  li  a:hover {
	text-decoration: none;
	color: #ff8912;
}

div.baby  h4 {
	color: white;
	background-color: #ff80ff;
	border-bottom-color: white;
	font-size: 12px;
	text-indent: 15px;
	margin-left: -1px;
	margin-right: -1px;
	font-weight: bold;
	margin-top: 0px;
}

div.baby  img {
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 1px;
	padding-bottom: 0px;
	float: left;
}

div.baby  li  a {
	color: navy;
	text-decoration: none;
}

div.babyr {
	background-color: #ffffff;
	width: 200px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-width: 1px 1px 3px 1px;
	border-style: solid solid solid solid;
	border-color: #ff8912 #ff8912 #ff8912 #ff8912;
	float: right;
	height: 135px;
}

div.babyr  ul {
	font-size: 75%;
	float: right;
	line-height: 145%;
	padding-right: 5px;
}

div.babyr  li {
	text-decoration: none;
	padding-left: 11px;
	list-style-type: none;
}

div.babyr  li  a:hover {
	text-decoration: none;
	color: #ff8912;
	background-color: #ffffff;
}

div.babyr  h4 {
	color: white;
	background-color: #ff8912;
	border-bottom-color: white;
	font-size: 12px;
	text-indent: 15px;
	margin-left: -1px;
	margin-right: -1px;
	font-weight: bold;
	margin-top: 0px;
}

div.babyr  img {
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
}

div.babyr  li  a {
	color: navy;
	text-decoration: none;
}

div.babyman {
	background-color: #ffffff;
	width: 200px;
	margin-top: 10px;
	margin-left: 280px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-width: 1px 1px 3px 1px;
	border-style: solid solid solid solid;
	border-color: lime #00ff00 #00ff00 #00ff00;
	height: 135px;
}

div.babyman  ul {
	font-size: 75%;
	padding-right: 5px;
	line-height: 145%;
	float: right;
}

div.babyman  li {
	text-decoration: none;
	padding-left: 11px;
	list-style-type: none;
}

div.babyman  li  a:hover {
	text-decoration: none;
	color: #ff8912;
	background-color: #ffffff;
}

div.babyman  h4 {
	color: white;
	background-color: #00ff00;
	border-bottom-color: white;
	font-size: 9px;
	text-indent: 15px;
	margin-left: -1px;
	margin-right: -1px;
	font-weight: bold;
	margin-top: 0px;
}

div.babyman  img {
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
}

div.babyman  li  a {
	color: navy;
	text-decoration: none;
}

div.mobs {
	text-align: center;
}

.adr {
	text-align: center;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5b2e00;
	padding-bottom: 15px;
}

div.entryRight2 {
	float: left;
	width: 361px;
}

div.ads2 {
	float: right;
	width: 361px;
	border-style: none none none none;
}

div.scroll {
	background-image: url(../recipe/charaben/img/bg094_02.gif);
}

div#smenu  ul {
	display: block;
	text-align: center;
}

div#smenu  li {
	list-style-type: none;
	float: left;
	font-size: 12px;
	background-color: #ff8912;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}

div#smenu  li  a {
	display: block;
	color: white;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
}

div#smenu  a:hover {
	text-decoration: none;
	color : #ff8912;
	background-color: #ffddbb;
  padding-top : 5px;
  
  
  padding-bottom : 5px;
}

div#smenu {
	
	
	
  

  color : #ffffff;
}

#ue {
	background-image: url(../img/ue.gif);
	background-repeat: no-repeat;
	font-size : 11px;
	color: white;
	text-align: left;
	vertical-align: 5px;
  

  
  margin-bottom : -5px;
  
  padding-bottom : 6px;
  padding-top : 6px;
  font-weight : bold;
}
div#contents  ul{
	list-style: none;
}
img.kado{
  margin-left : -4px;
  width : 43px;
  height : 25px;
}
div#toprecipe2 {
	font-weight: normal;
}

div#toprecipe2  ul {
	display: block;
  line-height : 145%;
}
div#toprecipe2  li {
	float: left;
	padding-left : 11px;
	padding-right: 0px;
	text-align: center;
	
	margin-right : -10px;
  
  margin-left : -15px;
}

div#toprecipe2  img {
	border-width: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: #d8ffb0 #d8ffb0 #d8ffb0 #d8ffb0;
	margin-top: 3px;
	margin-bottom: -35px;
	padding-bottom: 0px;
}

div#toprecipe2  li  a {
	font-size: 13px;
	color: navy;
	text-indent: 10px;
}

div#toprecipe2  li  a:hover {
	color: #ff8000;
	text-decoration: none;
}
div.sindex{
  background-image : url(../recipe/img/ore2.gif);border-width : 1px 1px 1px 1px;border-style : dashed dashed dashed dashed;border-color : #ff8912 #ff8912 #ff8912 #ff8912;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  margin-top : 15px;
  margin-left : 15px;
  margin-right : 15px;
  margin-bottom : 15px;
}
