/*
アンカー
*/
/* 未訪問: link */
a:link { color: blue ; }
/* 訪問済み: visited */
a:visited { color: blue ; }
/* アクティブ状態 :active */
a:active {color: blue ; }
/* 選択でフォーカスされている状態 :focus */
a:focus {text-decoration: blink ; }
/* カーソルが上に乗っている状態: hover */
a:hover{
	color:#FF6633;
	text-decoration:none;
}
.zen{
	ime-mode:active;
}
.han{
	ime-mode:inactive;
}

BODY{
	background-color:white;
	background-image:url(/images/bg.gif);
	color:#333333;
	margin:10px;
}
td{
	font-size:small;
}
.lt1{
	list-style-image:url("/images/mini_pin.gif");
	line-height:130%;
}

/*全体を囲むテーブル白背景用*/
.wd0{
	background-color:white;
	vertical-align:top;
}
/*左メニュー背景指定用*/
.wd1{
	background-color:#ffffcc;
}
.wd4{
	line-height:130%;
}
/*コミュニティ名称用*/
.wd5{
	color:#ff3300;
	font-size:larger;
	font-weight:bold;
	letter-spacing:1pt;
}

/*ヘッダ部背景用*/
.wd8{
	color:white;
	font-size:11px;
	background-color:#0033FF;

}
.wd10{
	vertical-align:top;
}
/*本文見出し用*/
.wd11{
	color:white;
	font-size:13px;
	font-weight:bold;
	background-color:#b3b3b3;
	padding:5px;
}

/*ログイン画面用*/

.wd12{
	color:#666666;
	font-weight:bold;
	background-color:#eeeeee;
	padding:5px;
}

.wd13{
	background-color:#eeeeee;
}
.wd14{
	color:white;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	background-color:#b3b3b3;
}
/*入力フォームサイズ統一用*/
.bx1{
	width: 180px;
	height: 20px;
}


/*左メニュー用*/
.tx1{
	color:#999999;
	font-size:12px;
	line-height:130%;
	letter-spacing:1px;
}
.tx2{
	line-height:130%;
}
.tx3{
	background-image:url(/images/line_tate.gif);
}
.tx4{
	line-height:130%;
	background-color:#eeeeee;
}
.tx5{
	line-height:130%;
	background-color:#f8efcf;
}
/*カテゴリメニュー用*/
.tx6{
	font-size:12px;
	letter-spacing:1px;
	vertical-align:top;
	font-weight:bold;
}
.tx10{
	color:red;
	font-weight:bold;
}
.tx11{
	color:red;
	line-height:150%;
}
.tx12{
	color:#0099ff;
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
}
.tx13{
	line-height:130%;
	border-color:silver;
	border-style:dotted;
	border-width:thin;
	background-color:#eeeeee;
	padding:5px;
}
.tx14{
	text-align:center;
}
.tx15{
	line-height:130%;
	padding-left:10px;
}
.tx16{
	line-height:130%;
	text-align:center;
	background-color:white;
}
.tx17{
	font-weight:bold;
	line-height:130%;
	background-color:#eeeeee;
}
.tx18{
	color:white;
	font-weight:bold;
	line-height:130%;
	background-color:orange;
}
.tx19{
	color:white;
	font-weight:bold;
	line-height:130%;
	background-color:yellowgreen;
}
.tx20{
	font-size:14px;
	font-weight:bold;
}
.tx21{
	font-size:12px;
}
.tx22{
	line-height:130%;
	background-color:white;
	vertical-align:top;
}
.tx23{
	color:white;
	line-height:130%;
	background-color:#999999;
}
.tx24{
	color:red;
	line-height:130%;
}
.tx25{
	line-height:130%;
}
/*カテゴリ一覧見出し*/
.tx26{
	color:white;
	font-size:13px;
	font-weight:bold;
	background-color:#99ccff;
	padding:5px;
	border-right:thin solid white;
}
.tx27{
	color:white;
	font-size:13px;
	font-weight:bold;
	background-color:#99ccff;
	padding:5px;
}
.tx28{
	font-size:10px;
	font-weight:bold;
	text-align:center;
	background-color:#ffffcc;
}
.tx29{
	color:white;
	font-weight:bold;
	line-height:130%;
	background-color:#ffcc33;
}
.tx30{
	line-height:130%;
	background-color:white;
}
/*更新履歴日付用*/
.tx31{
	color:#ff6600;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1pt;
}
/*ログイン禁止枠用*/
.tx32{
	background-color:yellow;
	padding:5px;
}
