/*全体の文字サイズはこの項目で決定*/
BODY {
	font-size : 13px;
	color: #4b1305;
	background: #f8f8ef;
	line-height: 140%;
	scrollbar-face-color: #e7e7c9;       /* 表面の色 */
	scrollbar-3dlight-color: #a0a049;    /* 左端と上端の色 */
	scrollbar-darkshadow-color: #a0a049; /* 右端と下端 */
	scrollbar-highlight-color: #e7e7c9;  /* ハイライトの色 */
	scrollbar-shadow-color: #e7e7c9;     /* 影の色 */
	scrollbar-arrow-color: #a0a049;      /* 矢印の色 */
	scrollbar-track-color: #e7e7c9;      /* バーの背景の色 */
;}

.haikei {
	background-image : url(im/wall_03.gif);
	background-repeat : repeat-y;background-position : left center;
	margin : 0px 0px 0px 0px;
}

.blink{
	width: 100%;
	height: 100%;
}

.td_d{
	background : #a0a049;
	color : #f8f8ef;
}

.celcolor1{
	background : #a0a049;
}

.celcolor2{
	background : #d7d7a6;
}

TD {
	font-size : 13px;
	line-height: 140%;
}

DIV {
	font-size: 100%;
}

A:link {
	color: #881100;
	text-decoration:none;
}

A:visited {
	color: #787836;
	text-decoration:none;
}

A:hover {
	color: #cc0000;
	background-color: #ffffcc;
	text-decoration:none;
}

A:active {
	color: #ff9900;
	text-decoration:underline;
}

/*罫線の色(IEのみ)*/
HR {
	color: #a0a049;
}

.outline{border-width : 1px;border-style : solid;border-color : #a0a049;}

.menuline{border-width : 1px 0px 1px 1px;border-style : solid;border-color : #a0a049;}

.pad{padding : 4px 4px 4px 4px;}

.bgcolor{
	background-color: #d7d7a6;
	width: 100%;
}

/*サイトの表示データ----------------------*/
/*特にIE、Netscape4のための中央寄せなどの位置指定*/
.result_position {
	text-align: center;
}

/*サイトデータの表示間隔【次項と切替選択】*/
.data_space {
	padding-bottom: 1.5em;
}

/*サイトデータ一件分の枠や背景や表示幅【前項と切替選択】*/
/*←】.data_space {
	background: #CCFFCC;
	padding: 0.5em 6px 0.5em 6px;
	border: 2px solid #663399;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	width: auto;
}【→*/

/*No.*/
H3.i_num {
	color: #669999;
	font-size: 100%;
	font-weight: bold;
	float: left;
	width: 3em;
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
	text-align: left;
}

/*タイトル〜日付までの括り*/
.title_block {
	text-align: left;
	background: none;
}

/*タイトル*/
.i_ttl {
	color: #4b1305;
	font-weight: bold;
}

/*アクセス数*/
.access {
	display: none;
}

/*URL*/
.i_url {
	color: #bbbb68;
	font-size: 100%;
}

/*日付*/
.i_day {
	color: #bbbb68;
	font-size: 100%;

}

/*分野*/
.i_gnr {
	font-size: 90%;
	color: #a26624;
	text-align: left;
	background: none;
	width: 500px;
}

/*分野名を括る括弧(ブラケット)*/
.gnr_brkt {
	color: #cc0000;
}

/*ID番号*/
.i_pid {
	color: #FF6600;
	text-align: left;
	background: none;
}

/*キーワード*/
.i_key {
	color: #9933CC;
	text-align: left;
	background: none;
}

/*[ID}と[Key]の部分*/
.keyid {
	font-weight: bold;
}

/*コメント*/
.i_com {
	margin: 0px 0px 0px 0px;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #d7d7a6 #a0a049 #a0a049 #d7d7a6;
	background: #f8f8ef;
	width: 500;
}

.i_com2 {
	font-size: 100%;
	margin: 5px 5px 5px 5px;
}

/*スタイル無効のUAでのみ表示される要素（いじらないで）*/
.no_sfua {
	display: none;
}