/*
	食環境研究所.netスタイルシート
*/


/*
	ボディ部基本設定
*/
body
	{
	min-width: 760px;
	margin: 2px;
	padding: 0px;
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	}


/*
	Ａタグ関係基本設定
*/
a
	{
	color: #000077;
	font-size: 12px;
	}
a:visited
	{
	color: #000077;
	font-size: 12px;
	}

/*
	FORM改行対策
*/
form
	{
	margin 0px;
	padding: 0px;
	display: inline;
	}

/*
	テーブル要素
*/
td
	{
	font-size: 12px;
	line-height: 18px;
td.mini
	{
	font-size: 10px;
	line-height: 18px;

/*
	font-family: monospace;
*/
	}

/*
	入力項目
*/
input, select, textarea
	{
	border-style: solid;
	border-width: 2px;
	border-color: #999999 #999999 #999999 #999999;
	background: #e0e0e0;
	}
/*
	入力項目選択時
*/
input:focus, select:focus, textarea:focus
	{
	background: #ffffff;
	}


/*
	ボディ部全体
*/
div.main
	{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	}

/*
	ヘッドコピー
*/
div.copy
	{
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	}

/*
	600ドットエリア（左記事）
*/
div.w600
	{
	vertical-align: top;
	display: inline;
	width: 600px;
	}
/*
	150ドットエリア（右メニュー）
*/
div.w150
	{
	vertical-align: top;
	display: inline;
	width: 150px;
	height: 900px;
	}


/*
	600ドット囲み
*/
div.k600
	{
	vertical-align: top;
	display: inline;
	width: 596px;
	margin: 2px;
	border: solid 2px #00cc88;
	padding: 2px;
	}
/*
	300ドット囲み
*/
div.k300
	{
	vertical-align: top;
	display: inline;
	width: 296px;
	height: 296px;
	margin: 2px;
	border: solid 2px #00cc88;
	padding: 2px;
	}


/*
	150ドットグリーンバック
*/
div.m150
	{
	vertical-align: top;
	display: inline;
	width: 146px;
	margin: 2px;
	border: solid 2px #00cc88;
	background-color: #00eeaa;
	padding: 2px;
	}


/*
	記事タイトル
*/
div.msh
	{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000099;
	}
/*
	記事タイトル(H1)
*/
h1.msh
	{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000099;
	}
/*
	記事タイトル(H2)
*/
h2.msh
	{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #000099;
	}
/*
	記事サブタイトル(H3)
*/
h3.msh
	{
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #006600;
	}
/*
	記事ボディ（80下げ）
*/
div.msb
	{
	padding-left: 80px;
	}
/*
	プライス
*/
div.price
	{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #FF0000;
	}

/*
	ボックス１
*/
div.bx1
	{
	padding: 2px;
	width: 270px;
	height: 24px;
	text-align: center;
	}

/*
	インラインボックス
*/
div.ibx
	{
	width: 200px;
	margin: 3px;
	padding: 3px;
	border: solid 2px #999999;
	background: #e0e0e0;
	text-align: center;
	}


div.scbox
	{
	margin: 2px;
	border: solid 1px #cccccc;
	padding: 2px;
	height: 300px;
	overflow-y: scroll;
	}
