@charset "Shift_JIS";

a:link {color:#0000cd; text-decoration:none; }
a:visited {color:#7C0000; text-decoration:none;}
a:active {color:#FF6600; text-decoration:none; }
a:hover {color:#FF6600; text-decoration:underline; }

body {
	font-family: 'ＭＳ ゴシック', Monospace;
}

.food{
	font-family: 'ＭＳ Ｐ明朝', serif;
	font-weight: bold;
	color: #000000;
	font-size: 18px;
	line-height: 160%;
	padding: 0 0 0 20px;
	height: 30px;
	vertical-align: top;
}

td {
	/*font-size:12px;*/ /*デザイン会社指定の固定サイズ*/
	/*line-height:18px;*/ /*デザイン会社指定の固定サイズ*/
	font-size: 75%;
	line-height: 160%;
	color:#444444;
}

hr {
	height : 1px;
	color : #999999;
}

ul {
	padding: 0;
	margin:0 0 0 2em;
}

.list {
	padding: 0 0 0 6px;
	margin: 0 0 0 1.5em;
} 

.menu {
	margin: 2px 0 2px 0;
}

.bgc { 
	background-color:#CBCBCB;
	border: none;
}

.textline {
	line-height: 2;
}

.tdline {
	border-top-style: solid;
	border-width: 1px;
	border-color:#CCCCCC;
}

.tdline02 {
	border-bottom-style: dotted;
	border-width: 1px;
	border-color:#CCCCCC;
}

.tdline03 {
	border-left-style: solid;
	border-width: 1px;
	border-color:#CCCCCC;
}

.line01{
	border-bottom:1px #CCCCCC solid;
	margin:5px 0 5px 0;
}

.line02{
	border-bottom:1px #CCCCCC dotted;
	margin:5px 0 5px 0;
}

h1 {
	/*font-size:18px;*/ /*デザイン会社指定の固定サイズ*/
	/*line-height:22px;*/ /*デザイン会社指定の固定サイKズ*/
	font-family: 'ＭＳ Ｐゴシック', Monospace;
	font-size:150%;
	line-height: 150%;
	margin-bottom: -2px;
	color: #000000;
}

h2 {
	/*font-size:14px;*/ /*デザイン会社指定の固定サイズ*/
	/*line-height:18px;*/ /*デザイン会社指定の固定サイズ*/
	font-family: 'ＭＳ Ｐゴシック', Monospace;
	font-size: 120%;
	line-height: 120%;
	margin-bottom: -2px;
	color:#0066CC;
}

.waku {
	border: outset;
	border-width: 1px 2px 2px 1px;
	padding: 5px;
	border-color:#C5C5C5;
}

/* 本文データ内のテーブルを囲むdiv */
div.data_table {
	width: 95%;
	margin:0 0 1em 0;
}

/* 独立表示画像 */
div.float_img
{
	text-align: left;
	font-size: 75%;
	margin-bottom: 1em;
}

form {
	margin: 0 0 0 0;
}

input, select {
	font-size: 90%;
}

.LoginErrorMessage {
	color:Red;
	height: 3em;
}

p {
	font-size: 75%;
	line-height: 150%;
	margin:0 0 6px 0;
}

td p {
	font-size: 100%;

}

/* 食品別表示マニュアルのスタイル */
.ManualPageLinkDiv{
	height: 55px;
}

.ManualHyojireiTitleDiv{
	background-color: #0074e1;
	text-align: center;
	height: 25px;
}

/**********************************************************
　あらまし・表示方法・Q&Aの左フレームに表示する目次用
**********************************************************/
body.menu,
body.qa_menu
{
	font-family: 'ＭＳ Ｐゴシック', Monospace;
	background-color: #EAEAEA;
	color: #555555;
	margin: 0 10px 1em 10px;
	font-size: 75%;
}

/* 目次内タイトル */
body.menu h3
{
	padding: 0;
	margin: 10px 0 10px 0;
	font-weight: bold;
	font-size: 100%;
}
body.menu h3.menu_heading_num
{
	margin-left: 1.5em;
	text-indent: -1.5em;
}

/* 目次内リスト */
body.menu ul
{
	list-style-type: none;
	margin-top: 3px;
}
body.menu li
{
	line-height: 120%;
	margin-bottom: 3px;
}

/* 番号なしセクションタイトル */
ul.menu_section
{
	margin-left: 2em;
	list-style-image: url('img/etc/point.gif');
}

/* 番号付きセクションタイトル */
ul.menu_section_num
{
	margin-left: 2em;
	text-indent: -1em;
}
/* サブセクションタイトル */
ul.menu_subsection
{
	margin-left: 0em;
	text-indent: 0em;
}

/* 表へのリンクタイトル */
ul.menu_table
{
	margin-left: 3em;
	text-indent: -2em;
}

/*　目次の区切り線 */
table.menu_line
{
	width: 100%;
	background: url('img/etc/line.gif');
	margin: 5px 0 5px 0;
}

/* 各詳細データを囲む共通div */
div#detaildata
{
	margin-bottom: 10em;
}

