@charset   "UTF-8";

* {
	padding: 0;
}

body{
	background-color: #ffeedd;
	width: 950px;
	line-height: 24px;
	letter-spacing: 1px;
	margin: 5 auto;
}

/* メイン */
#maincontents {
	width: 645px;
	margin: auto;
/*	padding:5px 0px 5px 0px*/
	float:left;
}

/* サイド */
#sidecontents {
	width: 300px;
	margin:auto;
/*	padding:5px 0px 5px 0px*/
	float:right;
}

h1 {
	line-height: 200%;
	font-family: Arial;
	font-size: 24px;
	background-color: orange;
	border-radius: 0.5em;
}

h2 {
/*	background: #DDFFAA url(../img/OrangeBackGround.png) no-repeat;*/
	background: linear-gradient(yellow, orange);
	padding: 0px 10px;
	font-family: "ＭＳ ゴシック";
	font-size: 100%;
}

/* 料理紹介の説明文 */
.introduction {
	line-height: 150%;
	padding: 10px 10px 30px 30px;
	font-size: 100%;
	font-family: "ＭＳ ゴシック", sans-serif;
}


/* 材料 */
.ingredientTable {
	width: 100%;
	font-family: "ＭＳ ゴシック", monospace;
	margin: 0px;
	padding: 0px 10px 10px 30px;
 	border: 0px;
	border-spacing: 0px;
}

.ingredientTable td {
	text-align: left;
	padding: 3px 10px;
	font-size: 90%;
}

.ingredientTable .item {
	text-align: left;
	border-bottom: 1px solid #cccccc;
 }

.ingredientTable .quantity {
	text-align: right;
	border-bottom: 1px solid #cccccc;
 }

/*料理カテゴリ*/
.categoryTable {
/*	background-color: #ddffaa;*/
	width: 100%;
	background-color: orange;
	border-radius: 0.5em;
 	border: 0px;
	border-spacing: 0px;
}

.categoryTable h2 {
/*	background-color: #DDFFAA;*/
	background: linear-gradient(yellow, orange);
	line-height: 150%;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}

.categoryTable .item {
	width: 50%;
	padding: 2px;
	text-align: center;
	vertical-align: top;
	border-top: 2px solid #ffeedd;
}

.categoryTable .itemR {
	width: 50%;
	padding: 2px;
	text-align: center;
	vertical-align: top;
	border-top: 2px solid #ffeedd;
	border-left: 2px solid #ffeedd;
}

.categoryTable .f2 {
/*	background-color: #DDFFAA;*/
	background: linear-gradient(orange, yellow);
	line-height: 150%;
	text-align: center;
	margin: 0px;
	vertical-align: middle;
	border-top: 2px solid #ffeedd;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}

/*おすすめ料理*/
.recommendationTable {
/*	background-color:#DDFFAA;*/
	background-color: orange;
	border-radius: 0.5em;
 	border: 0px;
	border-spacing: 0px;
}

.recommendationTable h2 {
/*	background-color: #DDFFAA;*/
	background: linear-gradient(yellow, orange);
	line-height: 150%;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}

.recommendationTable .item {
	text-align: left;
	padding: 2px;
/*	border-top: 2px solid orange;*/
	border-top: 2px solid #ffeedd;
}

.recommendationTable .item img{
	width: 180px;
}

.recommendationTable .f2 {
/*	background-color: #DDFFAA;*/
	background: linear-gradient(orange, yellow);
	line-height: 150%;
	text-align: center;
	margin: 0px;
	vertical-align: middle;
	border-top: 2px solid #ffeedd;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}

/*カテゴリ別メニュー*/
.menuTable {
/*	background-color: #ddffaa;*/
/*	background-color: orange;*/
	width: 100%;
 	border: 0px;
	border-spacing: 0px;
}

.menuTable .itemPict {
	width: 60%;
	padding: 2px;
	vertical-align: top;
	border-top: 2px solid orange;
}

.menuTable .itemPict img{
	width: 400px;
}

.menuTable .itemDscr {
	width: 40%;
	padding: 2px;
	vertical-align: top;
	border-top: 2px solid orange;
}

.menuTable .itemDscr .name {
	line-height: 150%;
	font-weight: bold;
}

.menuTable .itemDscr .LangViet {
	line-height: 150%;
	font-family: Arial;
	font-weight: bold;
}

.menuTable .itemDscr .cookLink {
	line-height: 150%;
}

/*作り方*/
.instructionTable {
 	border: 0px;
	border-spacing: 0px;
}

.instructionTable .itemPict {
	width: 55%;
	padding: 2px;
	vertical-align: top;
	border-top: 2px solid orange;
	font-weight: bold;
}

.instructionTable .itemPict img{
	width: 300px;
}

.instructionTable .itemDscr {
	width: 45%;
	padding: 2px;
	vertical-align: top;
	border-top: 2px solid orange;
}


/* その他の記述 */
.description {
	line-height: 120%;
	padding: 0px 10px 10px 30px;
	font-size: 100%;
	font-family: "ＭＳ ゴシック";
}

/*
.afl .table{
	text-align: center;
}
*/

/* ヘッダーメニュー */
#headermenu {
	width: 950px;
	margin:auto;
/*	padding:5px 0px 5px 0px*/
}

#headermenu ul {
    background: #DDFFAA;
    border: 2px solid orange;
    font-size: 100%;
    text-align: center;
    width: 100%;
    display: table;
    table-layout: fixed;
}

#headermenu ul li {
    border-right: 2px solid orange;
    display: table-cell;
}
 
#headermenu ul li:last-child {
    border-right: none;
}
 
#headermenu ul li a {
    font-weight: bold;
    padding: 7px 0;
    display: block;
}
 
#headermenu ul li a:hover {
    background: #00ff00;
}

/* フッター */
.footer {
	width: 950px;
/*	background: #DDFFAA url(../../img/HeaderImage.png) no-repeat bottom center;*/
	background: #DDFFAA;
	margin: auto;
	padding: 5px 0px 5px 0px
}

.footer h4{
	padding-left: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 90%;
	font-weight: bold;
}

.footer li {
	display: inline;
	padding-left: 10px;
	padding-right: 5px;
	border-left: 1px solid #000000;
}

.footer li.first {
	border-left: none;
}

.footer ul{
	font-size: 90%;
	line-height: 90%;
	padding-left: 15px;
	list-style: none;
}

.copyright{
	width: 950px;
	margin: auto;
	text-align: center;
}

.clear {
    clear: both;
}
