/**
 * misc settings.
 */
*
{
    color: #000066;
}

body { text-align: center; }

li { list-style-type: none; }

a
{
	color: #9933FF;
	font-weight: bolder;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
    border: 0;
    vertical-align: middle;
}

pre.code
{
	margin: 14px 0pt;
	padding: 12px 10px;

	border: 1px solid #D0D0D0;
	background-color: #F9F9F9;
	color: #002166;
	display: block;
	font-family: "MS ¥´¥·¥Ã¥¯", "Osaka-ÅùÉý", Sans-serif;
	font-size: 12px;
}

blockquote
{
	margin: 14px 0pt;
	padding: 12px 10px;

	border: 1px solid #D0D0D0;
	background-color: #F9F9F9;
	color: #002166;
	display: block;
	/*font-size: 12px;*/
}

/**
 * input.
 */
input, select, textarea
{
    border: 1px;
    border-collapse: separate;
    border-style: inset;
    border-top-color: #9999FF;
    border-left-color: #9999FF;
    border-right-color: #333399;
    border-bottom-color: #333399;

    font-family: sans-serif;
    font-size: 13px;
    line-height: 150%;
}

input.btn
{
    border-style: outset;
}


/**
 * by class.
 */
.tags { font-size: smaller; }    

.styled_hr
{
	border-style: dotted none none none;
	border-top-width: 1px;
	border-top-color: #9999FF;
	height: 1px;
}

.btns
{
	margin-left: 16px;
	text-align: right;
}

.social_flares
{
	margin: 4px 0 24px 16px;
	float: left;
	text-align: center;
}

.dates
{
	margin: 8px 14px 24px 0;
	float: right;
	
	font-size: smaller;
}

.boldred
{
	color: red;
	font-weight: bolder;
}

.comm_tb_detail_box
{
	border: 1px;
	border-style: dotted;
	border-color: #9999CC;
	
	margin: 0 16px 0 16px;
	padding: 8px;
}

.comm_tb_detail_body
{
	/*font-size: 12px;*/
	line-height: 150%;
	letter-spacing: -1px;
}

.f_label { text-decoration: underline; }

.highlight { font-weight: bolder; }

.outer_box
{
	width: 843px;
	margin: 0 auto 0 auto;
	
	font-size: 13px;
}

/**
 * by id.
 */
#strErrMsg
{
    color: red;
    font-weight: bolder;
}

#left_box
{
    position: absolute;
    top: 280px;
    left: 16px;
	width: 643px;
	float: left;

	text-align: left;
}

#right_box
{
	position: absolute;
    top: 280px;
    left: 659px;
	width: 183px;
	padding-left: 16px;
	float: right;

	text-align: left;
}

#benchmark
{
	position: absolute;
	top: 16px;
	left: 16px;
	width: 843px;
	float: left;
    padding: 4px 0 0 14px;

	font-size: 9px;
	text-align: left;
}

#copyright
{
	position: absolute;
	top: 16px;
	left: 16px;
	width: 829px;
	float: right;
    padding: 0;
	color: #3333FF;
	text-align: right;
}

#cc_nakanohito
{
    padding-top: 16px;
    text-align: center;
}

/*
 * Comment/TB.
 */

#table_cmtb
{
	/*font-size: 12px;*/
	line-height: 150%;
}

#strName
{
	width: 250px;
}

#strEmail
{
	width: 250px;
}

#strURL
{
	width: 485px;
}

#strComment
{
	width: 485px;
	height: 108px;
	
	letter-spacing: -1px;
}

