﻿/*******************************************************************************

基本

*******************************************************************************/
body
{
	background-image:url('/Y29t/ZmMy/bXlzZWFyY2g/aHR0cDovL215c2VhcmNoLmZjMi5jb20vZGVzaWduL2NvbW1vbi9iZy5naWY/68/0/');
	background-repeat:repeat-x;
	margin:0;
	font:12px/14px "ＭＳ Ｐゴシック";
	color:#555555;
}
table
{
	border:0px;
	border-spacing:0px;
	border-collapse:collapse;
}
td
{
	color:#555555;
	padding:0px;
	vertical-align:top;
	empty-cells:show;
	font:12px/14px "ＭＳ Ｐゴシック";
}
a
{
	color:#3333ff;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
a:visited
{
	color:#3333ff;
	text-decoration:none;
}
img
{
	border:0px;
	margin:0px;
}
form
{
	margin:0px;
}
input,select,textarea
{
	font:12px/13px "ＭＳ Ｐゴシック";
	margin:0px;
}
code
{
	font-family:"ＭＳ ゴシック";
}
/*******************************************************************************

レイアウト

*******************************************************************************/
/* 左ペイン */
td.menu
{
	background-color:#ffffff;
	border-left:1px solid #ff0000;
	width:200px;
}
div.menu
{
	padding:16px 0px 16px 16px;
	height:100%;
}
/* 右ペイン */
td.main
{
	background-color:#ffffff;
	border-right:1px solid #ff0000;
	vertical-align:top;
	width:620px;
}
div.main
{
	width:620px;
	height:100%;
}
/* ２カラム */
td.wide
{
	background-color:#ffffff;
	border-right:1px solid #ff0000;
	border-left:1px solid #ff0000;
}
td.wide div.wide
{
	padding:12px;
}
/*******************************************************************************

メニュー (左側)

*******************************************************************************/
table.menu_box
{
	width:165px;
	margin:0px 0px 16px 0px;
}
td.menu_box_head
{
}
td.menu_box_body
{
	color:#555555;
	border-right:1px solid #dddddd;
	border-left:1px solid #dddddd;
	padding:12px 0px 8px 12px;
}
td.menu_box_foot
{
	height:11px;
	background-image:url('/Y29t/ZmMy/bXlzZWFyY2g/aHR0cDovL215c2VhcmNoLmZjMi5jb20vZGVzaWduL2NvbW1vbi9tZW51X2JvdHRvbS5naWY/68/0/');
}
img.menu_box_point
{
	width:18px;
	height:18px;
	margin:-3px 12px 0px 0px;
	vertical-align:middle;
}
div.menu_spacer
{
	margin-top:8px;
	height:1px;
	overflow:hidden;
}
/*******************************************************************************

コンテンツ (右側)

*******************************************************************************/
div.content
{
	border:1px solid #cccccc;
	margin:16px 24px 16px 8px;
	padding:1px;
}
div.content_head1
{
	color:#ffffff;
	background-color:#99cc00;
	padding:6px 0px 6px 12px;
}
div.content_head2
{
	border-left:4px solid #99cc00;
	border-bottom:1px solid #cccccc;
	margin:6px 12px 6px 13px;
	padding:8px 0px 8px 12px;
}
div.content_body
{
	border:1px solid #cccccc;
	margin:16px 12px 12px 12px;
}
div.content_body_head1
{
	background-color:#e7e7e7;
	border:1px solid #ffffff;
	border-top:0px;
	border-right:0px;
	padding:8px 0px 8px 12px;
}
div.content_body_body
{
	border-top:1px solid #cccccc;
	padding:10px 5px 10px 5px;
}
/* 説明文 */
div.content_text
{
	font:12px/16px "ＭＳ Ｐゴシック";
	margin:0px 12px 0px 16px;
}
/* コンテンツマージン */
div.content_items
{
	margin:16px 0px 8px 24px;
}
/* 入力要素タイトル */
div.input_title
{
	margin:8px 0px 2px -6px;
}
/*******************************************************************************

コンテンツユニット内のテーブル

*******************************************************************************/
table.contents
{
	width:100%;
}
table.contents td
{
	border:1px solid #cccccc;
}
table.contents tr.thead td
{
	white-space:nowrap;
}
table.contents tr.thead td div
{
	background-color:#e7e7e7;
	border:1px solid #ffffff;
	border-top:0px;
	border-right:0px;
	padding:6px 4px 6px 4px;
	text-align:center;
	height:100%;
}
table.contents tr.tbody td.left
{
	padding:8px 6px 8px 8px;
	vertical-align:bottom;
}
table.contents tr.tbody td.right
{
	padding:8px 8px 8px 6px;
	text-align:right;
	vertical-align:bottom;
}
/*******************************************************************************

カラーパレット

*******************************************************************************/
table.pallet
{
	background-color:#ff0000;
	border:1px solid #666666;
	margin:2px 0px 8px 32px;
}
table.pallet td
{
	border:0px;
	width:2px;
	height:8px;
	overflow:hidden;
	cursor:pointer;
}
/*******************************************************************************

ポータル

*******************************************************************************/
/* 検索ボックス */
td.search_form_body
{
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	background-color:#eeeeee;
	color:#666666;
}
/* 検索結果グループ */
div.ent_group
{
	color:black;
	font-weight:bold;
	letter-spacing:1px;
	border-bottom:1px dotted #cccccc;
	padding:12px 0px 6px 8px;
	margin:0px 0px 8px 0px;
}
/* 検索結果ユニット */
div.ent
{
	margin:8px 0px 16px 12px;
}
div.ent div.blue
{
	font-weight:bold;
	font-size:14px;
	margin-bottom:4px;
}
div.ent div.blue a
{
	color:#263799;
}
div.ent div.blue a:hover
{
	color:#ff0000;
}
div.ent div.text
{
	line-height:14px;
}
div.ent div.green a
{
	color:#579a36;
}
div.ent div.green a:hover
{
	color:#ff0000;
}
/*******************************************************************************

デバッグ用ログ

*******************************************************************************/
div.log
{
	border:1px solid #999999;
	margin:8px;
	padding:8px;
}
table.log
{
}
table.log td.left
{
	font:normal normal normal 9pt/10pt "ＭＳ ゴシック";
	text-align:right;
	vertical-align:top;
}
table.log td.right
{
	font:normal normal normal 9pt/10pt "ＭＳ ゴシック";
	padding-left:6px;
	white-space:normal;
}