/* ------------------------------------------------ */
/* IMEモードON・OFF */
.ime_auto	{ ime-mode : auto; }
.ime_on		{ ime-mode : active; }
.ime_on_en	{ ime-mode : inactive; } 
.ime_off	{ ime-mode : disabled; }

/* ------------------------------------------------ */
/* 画面非表示用クラス */
.nodisp
{
	display : none;
}

/* ------------------------------------------------ */
/* 一覧用プロフィール画像周辺マージン */
.profimg
{
	margin : 1px;
}

/* ------------------------------------------------ */
/* ヘッダーメニューバー用 */
.Div_HeaderMenuBar
{
	margin : 0px;
	font-size : 12px;
}

/* ------------------------------------------------ */
/* 設定画面用 */
.setting_block
{
	border : solid 1px #cccccc;
	padding : 10px;
	margin-top : 10px;
	margin-bottom : 10px;
	line-height : 160%;
}

table.setting_tbl
{
	border : solid 1px #cccccc;
	border-collapse : collapse;
	margin-bottom : 5px;
}

/* ------------------------------------------------ */
/* トピックリスト用 */
.topic_list_res_count
{
	color: #ff9900;
	font-size: 20pt;
	font-weight:bolder;
	line-height : 1.2em;
}

/* ------------------------------------------------ */
/* タグ表示 */
#tagCloud
{
	text-align : justify;
	word-spacing : 8px;
	padding : 0px;
	text-transform:lowercase;
}

#tagCloud A
{
	text-decoration:none;
}

#tagCloud A:hover
{
	color:#00cc00;
	text-decoration:underline;
}

#tagCloud A.weight1
{
	color: #ff9900;
	font-size: 20pt;
	font-weight:bolder;
	line-height : 1.2em;
}
#tagCloud A.weight2
{
	color: #4169e1;
	font-size:14pt;
	font-weight:bolder;
	line-height : 1.2em;
}
#tagCloud A.weight3
{
	color: #009eff;
	font-size: 12pt;
	font-weight:bolder;
}
#tagCloud A.weight4
{
	color: #4188cf;
	font-size: 10pt;
}
#tagCloud A.weight5
{
	color: #62aaef;
	font-size: 8pt;
}

/* ------------------------------------------------ */
/* アドバンス検索タブ用 */
.advanced_tab-theme .ajax__tab_header 
{
    background:url(../Images/Tab/tab-line.png) repeat-x bottom;
    font-size:11px;
    display:block;
}
.advanced_tab-theme .ajax__tab_header .ajax__tab_outer 
{
    background :url(../Images/Tab/tab.gif) no-repeat left top;
    border-color:#222;
    color:#222;
    padding-left:5px;
    margin-right:3px;
}
.advanced_tab-theme .ajax__tab_header .ajax__tab_inner 
{
    background:url(../Images/Tab/tab.gif) no-repeat right top;
    border-color:#666;
    color:#666;
    padding:3px 0px 2px 1px;
}
.advanced_tab-theme .ajax__tab_hover .ajax__tab_inner 
{
    color:#000000;
}
.advanced_tab-theme .ajax__tab_active .ajax__tab_outer 
{
    background:url(../Images/Tab/tab_active.gif) no-repeat left top;
    border-bottom-color:#ffffff;
}
.advanced_tab-theme .ajax__tab_active .ajax__tab_inner 
{
    background:url(../Images/Tab/tab_active.gif) no-repeat right top;
    color:#000000;
    border-color:#333
}
.advanced_tab-theme .ajax__tab_body 
{
    padding:8px;
    background-color:#ffffff;
    border:solid 1px #d7d7d7;
    border-top-width:0;
}