/*******************************************************************************

基本

*******************************************************************************/
body
{
	background-color:#f1f1f1;
	margin:0;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック";
	color:#555555;
}
table
{
	border:0px;
	border-spacing:0px;
	border-collapse:collapse;
}
td
{
	color:#555555;
	padding:0px;
	vertical-align:top;
	empty-cells:show;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック";
}
a
{
	color:#0000ff;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
img
{
	border:0px;
	margin:0px;
}
form
{
	margin:0px;
}
input,select,textarea
{
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック";
	margin:0px;
}
code
{
	font-family:"ＭＳ ゴシック";
}
/*******************************************************************************

共通ヘッダ領域

*******************************************************************************/
div.header
{
	background-color:#ededed;
	border-bottom:1px solid #cccccc;
}
div.header a
{
	color:#999999;
}
div.header table
{
	background-color:#ededed;
	width:100%;
}
div.header td.left
{
	padding:0px 0px 0px 4px;
}
div.header td.left image
{
	border:0px;
}
div.header td.right
{
	color:#999999;
	padding:2px 4px 0px 0px;
	text-align:right;
}
div.header span.dialog_opener
{
	cursor:pointer;
}
/*******************************************************************************

共通ヘッダ領域 (ダイアログ)

*******************************************************************************/
div.dialog
{
	background-color:#dddddd;
	border:1px solid #666666;
	border-right:2px solid #666666;
	border-bottom:2px solid #666666;
	padding:0px 4px 2px 4px;
	width:280px;
	text-align:left;
	position:absolute;
	display:none;
}
div.dialog div.x
{
	font-weight:bold;
	text-align:right;
	float:right;
	cursor:pointer;
}
div.dialog form
{
	margin:6px 4px 4px 8px;
}
/* layout */
table.body
{
	width:820px;
	margin:20px auto 20px auto;
	border:1px solid #cccccc;
}
table.body td.head
{
	background-color:#cccccc;
}
table.body td.search
{
	background-color:#ffffff;
}
form.search
{
	background-color:#eeeeee;
	margin:20px;
	padding:16px;
}
table.body td.main
{
	background-color:#ffffff;
	padding:0px 20px 0px 20px;
}
table.body td.side
{
	background-color:#ffffff;
	padding-right:20px;
	width:180px;
}
span.like_link
{
	color:#0000ff;
	cursor:pointer;
}
table.body td.foot
{
	background-color:#cccccc;
}
div.foot
{
	margin:4px 0px 3px 0px;
	text-align:center;
}
div.foot a
{
	color:#666666;
}
/* result_info */
table.info
{
	border-bottom:1px dotted #999999;
	margin-bottom:8px;
	width:100%;
}
table.info td.left
{
	padding-bottom:8px;
	font-weight:bold;
	letter-spacing:1px;
}
table.info td.right
{
	padding-bottom:8px;
	text-align:right;
}
table.info_
{
	border-top:1px dotted #999999;
	margin-top:8px;
	width:100%;
}
table.info_ td
{
	padding-top:8px;
}
table.info_ td.right
{
	text-align:right;
}
/* ent */
table.ent
{
	margin:8px 0px 8px 0px;
	width:100%;
}
table.ent td.rank
{
	font:14pt/16pt 'Arial Black';
	padding:0px 8px 0px 0px;
	width:32px;
	text-align:right;
}
table.ent td.name
{
	white-space:normal;
}
table.ent td.name a
{
	font:bold 15px/18px "ＭＳ Ｐゴシック";
	color:#263799;
}
table.ent td.text
{
	font:12px/15px "ＭＳ Ｐゴシック";
	white-space:normal;
}
table.ent td.url
{
	vertical-align:top;
}
table.ent td.url a
{
	color:#579a36;
}
table.ent td.thumb
{
	padding-left:12px;
	width:90px;
}
table.ent td.thumb img
{
	border:1px solid #999999;
}
table.ent td.ctrl
{
	width:24px;
	vertical-align:top;
}
table.ent td.ctrl img
{
	border:0px;
	cursor:pointer;
}
table.ent div.ctrl
{
	height:96px;
	position:absolute;
	display:none;
}
/* ent_form */
div.ent_form
{
	background-color:#eeeeee;
	border:1px solid #cccccc;
	margin:8px 16px 8px 16px;
	padding:8px 8px 8px 8px;
}
div.ent_form textarea
{
	width:480px;
	height:80px;
}
/* etc */
span.highlight
{
	border:1px solid #fa8d00;
}
div.cloud_frame
{
	font-family:"MS UI Gothic";
	background-color:#eeeeee;
	margin:0px 0px 12px 0px;
	padding:4px 1px 4px 6px;
	width:160px;
	overflow:hidden;
}
div.cloud_frame_full
{
	font-family:"MS UI Gothic";
	background-color:#eeeeee;
	margin:0px 0px 12px 0px;
	padding:4px 1px 4px 6px;
}
/* log */
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;
}
