@charset "utf-8";
/* CSS Document */

#container #wrapper #rightBlock #contents {
	width: 450px;
}
#container #wrapper #rightBlock h3 {
	text-indent: -10000px;
	height: 105px;
	width: 444px;
	margin: 0 auto 20px;
}
#container #wrapper #rightBlock h4,h5,p {
	margin: 0 0 10px 0;
}

/*--------------------------------------------------------------------1*/

#container #wrapper #rightBlock .nutrition1 h3 {
	background: url(images/eiyou_title01.gif) no-repeat 0px 0px;
}
#container #wrapper #rightBlock .nutrition1 table {
	width: 450px;
	margin: 0 auto 10px;
	border: #339 solid 1px;
}
#container #wrapper #rightBlock .nutrition1 th,td {
	padding: 5px;
	border: #339 solid 1px;
}

#container #wrapper #rightBlock .nutrition1 th {
	color: #fff;
	background: #36c;
}

#container #wrapper #rightBlock .nutrition1 .caution {
	text-align: center;
	color: #f00;
}
#container #wrapper #rightBlock .nutrition1 h4 {
	font-weight: bold;
	color: #fff;
	background: #f66;
	padding: 5px;
}

/*--------------------------------------------------------------------2*/

#container #wrapper #rightBlock .nutrition2 h3 {
	background: url(images/eiyou_title02.gif) no-repeat 0px 0px;
}
#container #wrapper #rightBlock .nutrition2 h4 {
	font-weight: bold;
	color: #fff;
	background: #03c;
	padding: 5px;
	clear: both;
}
#container #wrapper #rightBlock .nutrition2 h5 {
	color: #f00;
}
#container #wrapper #rightBlock .nutrition2 dt {
	float: left;
	width: 300px;
}
#container #wrapper #rightBlock .nutrition2 dd {
	float: left;
	width: 150px;
	margin: 0 0 20px 0;
}

/*--------------------------------------------------------------------答え*/

#answer   {
	background: #fff;
	padding: 20px 0 0 0;
}
#answer #answer-box {
	width: 450px;
	margin: 0 auto;
}
#answer #answer-box h1 {
	font-size: medium;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: center;
}
#answer #answer-box h2 {
	font-weight: bold;
	color: #fff;
	background: #f66;
	padding: 5px;
}
#answer #answer-box strong {
	font-weight: bold;
	color: #f90;
}

#answer #answer-box .txt {
	padding: 5px;
	margin: 0 0 15px 0;
}
#answer #answer-box .close {
	height: 22px;
	width: 78px;
	margin: 0 auto;
}
