@charset "utf-8";

/* =========================================================================================================
body
============================================================================================================*/

body {
	background: none;
}

body h1 {
	text-align: center!important;
	margin-bottom: 18px;
}



/* main
============================================================================================================*/
div#main {
	height: 477px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 18px;
}

div#mainVisual {
	width: 650px;
	margin: 0 auto;
	padding: 100px 0;
}

div#mainVisual p {
	float: left;
	padding-left: 20px;
}

div#mainVisual .flashText {
	padding-top: 15px;
}



/* contentsLeft
============================================================================================================*/
div#wrapper.edamame div#contentsLeft {
	width: 450px;
	float: left;
	background: url(images/index/line_01.gif) repeat-y;
	background-position: 223px 3px;
	padding-bottom: 12px;
}


/* recipeBox
============================================================================================================*/
div#wrapper.edamame div#recipeBox {
	width: 220px;
	float:left;
}

div#wrapper.edamame div#recipeBox h2 {
	margin-bottom: 8px;
}

div#wrapper.edamame div#recipeBox ul {
	width: 32px;
	float: left;
	padding: 6px 0 16px;
}

* html div#wrapper.edamame div#recipeBox ul {
	padding: 6px 0 23px;
}

*:first-child+html div#wrapper.edamame div#recipeBox ul {
	padding: 6px 0 23px;
}

div#wrapper.edamame div#recipeBox li {
	text-align: center;
	font-size: 150%;
	line-height: 1;
	color: #2d2f38;
}

div#wrapper.edamame div#recipeBox li img {
	margin-right: 2px;
}

div#wrapper.edamame div#recipeBox p {
	background: url(images/index/line_02.gif) no-repeat left top;
	float: right;
	width: 178px;
	font-size: 84%;
	line-height: 1.58;
	padding-left: 10px;
	margin-bottom: 8px;
}

div#wrapper.edamame div#recipeBox span {
	color: #2292ed;
	font-size: 117%;
}

div#wrapper.edamame div#recipeBox dl {
	font-size: 1%;
	line-height: 1%;
	clear: both;
	width: 207px;
}

div#wrapper.edamame div#recipeBox dt {
	margin-bottom: 4px;
}

div#wrapper.edamame div#recipeBox dd {
	text-align: right;
	padding-right: 15px;
}


/* magazineBox
============================================================================================================*/
div#wrapper.edamame div#magazineBox {
	width: 214px;
	float: right;
}

div#wrapper.edamame div#magazineBox h2 {
	margin-bottom: 4px;
}

div#wrapper.edamame div#magazineBox p {
	margin: 0 0 10px 3px;
}

div#wrapper.edamame div#magazineBox span {
	color: #4b8737;
	font-size: 117%;
}

div#wrapper.edamame div#magazineBox dl {
	font-size: 1%;
	line-height: 1%;
}

div#wrapper.edamame div#magazineBox dt {
	margin-bottom: 2px;
}

div#wrapper.edamame div#magazineBox dd {
	text-align: right;
}

div#wrapper.edamame div#magazineBox dd img {
	margin-right: 4px;
}


/* topics
============================================================================================================*/
div#wrapper.edamame div#topics {
	width: 487px;
	float: right;
}

div#wrapper.edamame div#topics h2 {
	margin: 6px 0 10px;
}

div#wrapper.edamame div#topics dl {
	margin: 0 0 10px 4px;
}

div#wrapper.edamame div#topics dt {
	width: 72px;
	float: left;
	color: #2e77c1;
	clear: both;
	font-weight: bold;
}

div#wrapper.edamame div#topics strong {
	color: #73B528;
	font-size: 116%;
	line-height: 1;
}

div#wrapper.edamame div#topics dd {
	width: 411px;
	float: left;
	padding-bottom: 15px;
}

