/* dictionary */
#tplDictionary .categoryIndex {
	width: 880px;
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
}
#tplDictionary .categoryIndex li{
	width: 435px;
	height: 200px;
	margin-bottom: 10px;
}

/* left menu */
.leftMenu{
	width: 160px;
	float: left;
}
.leftMenu h2,
.leftMenu h3{
	margin: 0 0 4px;
	padding: 0;
}
.leftMenu .foodsCatIndex {
	padding: 5px 5px 10px;
}
.leftMenu ul{
	margin: 0;
	padding: 0;
	list-style-type: square;
	list-style-position: inside;
	line-height: 1.2;
}
*:first-child+html .leftMenu ul {
	line-height: 1.3;
}

.leftMenu li{
	margin: 0;
	padding: 0;
}
.leftMenu li a{
	text-decoration: none;
	color: #434343;
	background-color: transparent;
}
.leftMenu ol {
	margin: 0 0 5px;
	padding: 0;
	list-style-type: none;
}
.leftMenu ol li{
	margin-bottom: 2px;
}

/* right main */
.rightMain{
	width: 700px;
	padding-right: 5px;
	float: right;
}
/*hidden*/
.rightMain .asset-meta,
.rightMain .asset-footer {
	display: none;
}
.rightMain h2{
	margin: 0 0 10px;
}
.rightMain .notesBody {
	width: 440px;
	padding: 5px 0;
	float: right;
	line-height: 1.2;
}
/*right*/
.notesBody h3 {
	margin: 0 0 20px;
}
.notesBody .foodsData {
	margin: 20px 0;
	border-collapse: collapse;
	border: none;
}
.notesBody .foodsData th{
	padding: 0 10px 8px 0;
	text-align: right;
	vertical-align: top;
}
.notesBody .foodsData td{
	padding: 0 0 8px;
	vertical-align: top;
}
.notesBody .foodsData a{
	font-weight: bold;
	color: #EB6100;
	background-color: transparent;
}
/*left*/
.rightMain .notesSide {
	width: 250px;
	padding: 5px 0;
	float: left;
}
.rightMain .notesSide .subImage,
.rightMain .notesSide .relatedRecipe {
	padding: 6px 0 0;
}
.rightMain .notesSide .relatedRecipe h3 {
	margin: 0;
}
.rightMain .notesSide .subImage img,
.rightMain .notesSide .relatedRecipe img {
	margin: 0 0 5px 5px;
}
.rightMain .notesSide .safetyLink {
	margin: 15px 0;
}

/* 食材リスト一覧 */
.foodsList {
	width: auto;
	padding-bottom: 30px;
}
.foodsList ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.foodsList li {
	width: 214px;
	height: 66px;
	float: left;
	margin: 0 0 4px;
	padding: 8px 10px 5px 9px;
	position: relative;
	overflow: hidden;
}
#catMeat li{
	color: #535353;
	background: transparent url(../img/dictionary/bg_item_meat.gif) no-repeat left top;
}
#catVegetable li{
	color: #535353;
	background: transparent url(../img/dictionary/bg_item_vegetable.gif) no-repeat left top;
}
#catGrain li{
	color: #535353;
	background: transparent url(../img/dictionary/bg_item_grain.gif) no-repeat left top;
}
#catOthers li{
	color: #535353;
	background: transparent url(../img/dictionary/bg_item_others.gif) no-repeat left top;
}
.foodsList li img.thumb {
	float: left;
	margin-right: 5px;
}
.foodsList li img.imgover {
	width: 62px;
	position: absolute;
	top: 52px;
	left: 94px;
}
.foodsList li a {
	font-weight: bold;
	text-decoration: none;
	color: #535353;
	background-color: transparent;
}
