@charset "UTF-8";
/* CSS Document;  M Planning corp. */
/* Riken Vitamin's home page */
/* 2008 制作ページ EXCELAI, RIPLEX用*/

/* サブメニュー*/
.submenu {
	width: 440px;
	float: left;
	margin-top: 18px;
	margin-left: 105px;
	position: relative;
	display: inline;
}
/* フッター Excelais, Riplex */
.footer08 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	width: 640px;
	height: 20px;
	background-color: #EEEEDD;
	margin-top: 50px;
	padding-top: 4px;
	padding-right: 10px;
	text-align: right;
	position: relative;
	float: left;
}

/* レシピ関係 */
.reName {
	font-family: "Trebuchet MS", "Verdana", "Arial";
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	padding-top: 16px;
	padding-bottom: 16px;
}
.reTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: nomal;
	padding-bottom: 16px;
	color: #FFFFFF;
	line-height: 24px;
	letter-spacing: 1px;
}
.rePDF {
	font-family: "Verdana", "Trebuchet MS", "Arial";
	font-size: 12px;
	color: #DDD;
}
.reMidTitle{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 6px;
}
.reTable {
	empty-cells: show;
	width: 170px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	border-width: 0;
	bgcolor: #e2efd0;
}
.reTable td {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #BBB;
}

.reProcess {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
}
.reSmal {
	font-family: "Verdana", "Trebuchet MS", "Arial";
	font-size: 9px;
	line-height: normal;
}

/*　RIPLEX Product Page コンテナ、製品一覧表の線*/
.container {
	float: left;
	width: 100%;
	clear: both;
}
.boxRight {
	float: right;
	width: 440px;
}
.boxLeft {
	float: left;
	width: 190px;
	text-align: right;
}
.container td {
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 4px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #F4EEEE;
}
/* 行スペース*/
.h_sp {
	width: 95%;
	height: 24px;
	clear: both;
}
.m_sp {
	width: 95%;
	height: 12px;
	clear: both;
}
.l_sp {
	width: 95%;
	height: 6px;
	clear: both;
}