@charset "utf-8";

/* CSS Document */





/* =================================================

	レシピのスタイル

================================================= */





/*-----------一覧ページ----------------------------------------*/



#box-list {

	text-align: left;

  float: left;

  width: 198px;

  border: 1px solid #9C6B43;

  }



#box-list h3 {

  text-indent: -9999px;

  height: 38px;

  background-repeat: no-repeat;

  background-image: url(../images/recipe/recipe_category.gif);

}



#box-list ul {

}



#box-list ul a {

  color: #323E4E;

}



#box-list li {

  background-image: url(../images/mymenu/ico_list.gif);

  background-repeat: no-repeat;

  background-position: 3px center;

  border-top-width: 1px;

  border-top-style: solid;

  border-top-color: #A6A6A6;

  padding-top: 7px;

  padding-bottom: 7px;

  padding-left: 18px;

}



#box-list li a {

  color: #323E4E;

  display: block;

}

#box-list li a:hover {

  color: #CC0000;

}







#box-contents {

  float: right;

  width: 700px;

}

#box-contents .user {

  margin-bottom: 10px;

  border: 1px solid #CCCCCC;

  padding-top: 5px;

  padding-right: 10px;

  padding-bottom: 5px;

  padding-left: 10px;

}



#box-contents h3.list_top {

  background-image: url(../images/shopping/selected_category.gif);

  background-repeat: no-repeat;

  background-position: left top;

  height: 42px;

  font-family: "“ヒラギノ角ゴ Pro W3″", "“Hiragino Kaku Gothic Pro W3″", "“メイリオ”", Meiryo, "“ＭＳ Ｐゴシック”", sans-serif;

  font-size: 120%;

  color: #7F3800;

  line-height: 42px;

  padding-left: 30px;

  font-weight: bold;

  margin-bottom: 20px;

}



#box-contents .recipe_list_box{

	width: 153px;

	float:left;

	text-align: center;

	padding: 5px;

	margin: 10px 5px;

	background-color:#FCF4EF;

	border:solid 1px #F0D5AA;

	color: #6C6051;

	}

#box-contents .recipe_list_box_empty{

	width: 153px;

	float:left;

	text-align: center;

	padding: 0px;

	margin: 0px 0px;

	background-color:#FFF;

	border:solid 0px #F0D5AA;

	color: #6C6051;

	}



/*-----------レシピページ----------------------------------------*/



.recipe_box_lv1{

	width: 680px;

}

.recipe_box_lv2{

	width: 450px;

	float: right;

}



.recipe_info_box{

	width: 160px;

	background-color: #FFEEEE;

	font-size: 80%;

	margin: 10px auto;

	padding: 10px 0;

	}

	

.process_box_lv1{

	width: 430px;

	margin: 0 20px 10px 0px;

	}



.process_box_lv2{

	font-size:90%;

	background: url(../images/parts/mds3_bg.gif) repeat-x left bottom;

	padding: 5px 0;

}



.prosess_num{

	font-weight: bold;

	color: #447700;

	}



dl.ingredients{

	

}

dl.ingredients dt{

	font-weight: bold;

}



dl.ingredients dd{

	text-align:right;

	margin-bottom: 5px;

	

}



.recipe_goods{

	width: 164px;

	float:left;

	text-align: center;

	}
