/*---- CSS for Gnavi for Xoops ----*/

/*----chat album----*/

.x_movie3_hr { 
	border-style: dotted;
	border-color: #cccccc;
	height: 1px;
}

/*Ajax Tab*/
/* ######### CSS for Shade Tabs. Remove if not using ######### */
.content_dsc {
	width: 99%;
	border:#CCC solid 1px;
	margin: 0px 0px 5px 0px;
	padding: 5px 2px 5px 2px;
	background: #F5F5F5;
}
.block_menu {
	width: 100%;
	background:url(../img_c/ranking_menu.gif) top no-repeat left;
	height:40px; 
	margin: 0px 0px 0px 0px;
	}
	
.shadetabs{
    list-style:none;
    width:100%;
	margin: 0px;
	padding: 0px 0px 0px 160px;
}

.shadetabs li{
    list-style:none;
    float:left;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

.shadetabs li a{
	color:#FFF;
	font-weight:bold;
    display:block;
    height:28px;
	padding: 12px 20px 0px 20px;
    margin: 0;
	border-left: #EAEAEA solid 1px;
	border-right: #B2B2B2 solid 1px;
}

.shadetabs li a:visited{
	font-weight:bold;
	color: #FFF;
}

.shadetabs li a:hover{
	font-weight:bold;
	color: #2d2b2b;
	background:url(../img_c/ranking_menu.gif) 0px -40px;
}

.shadetabs li a.selected{
	font-weight:bold;
	color: #2d2b2b;
	background:url(../img_c/ranking_menu.gif) 0px -40px;


}

.shadetabs li a.selected{ /*selected main tab style */
	font: bold;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
/*	text-decoration: none;*/
}
/*ここまで*/

/*Online Tabs*/
.online{
	padding: 3px 0; /*　上・右・下・左　*/
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.online li{
display: inline;
margin: 0;
}

.online li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px; /*　上・右・下・左　*/
margin-right: 3px; /*　上・右・下・左　*/
/*border: 1px solid #778;*/

color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.online li a:visited{
color: #2d2b2b;
}

.online li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.online li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.online li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
font: bold;
}

.online li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

/*Analyzer BLOCK トップページランキング*/
.analyzer_block {width:205px; height:330px; float:left; margin: 5px 2px 10px 6px; padding:0px; border: #D4D4D4 solid 1px; background:#FFF; color:#333;}
.moji_aka { color:#F00; font-weight:bold;}
.main_image { margin:4px;}
.analyzer_block_title {
	color: #444444;
	font-size: 100%;
	font-weight: bold;
	border: solid 1px #11a3ff;
	margin:0px;
}
.analyzer_block_title strong {
	display: block;
	padding: 6px 6px 6px 6px;
	border: solid 1px #f0f8ff;
	background-color: #88d4ff;
	background-image: url(../img_c/theme_online.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.analyzer_block_title a { color:#FFF;}
.analyzer_block_title a:hover { color: #09F;}

.analyzer_block_content { padding:5px;}
.analyzer_block_disc { background: #EFEFEF; font-size:11px; padding: 2px 2px;}

.analyzer_block_rank_top { border: #FC3 solid 1px; color: #F00; background: #FAF09A; padding:1px;}
.analyzer_block_rank { border:#999 solid 1px; color:#333; background:#CCC; padding:1px;}
.analyzer_block_footer { text-align:right; padding: 8px 8px 8px 8px; border-top: #CCC solid 1px;}
/*Analyzer BLOCK END*/

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 362px;
border-top: 5px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid darkred; /*darkred border*/
background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
padding: 3px 11px;
text-decoration: none;
border-right: 1px solid darkred; /*darkred divider between menu items*/
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a.selected{
color: black !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background: black url(indentbg2.gif) center center repeat-x;
}


/*チャットブロックAjax*/

ul#news_block_top {
    list-style-type: none;
	padding: 0px 0px 0px 8px;
	
}

ul#news_block_top li { 
    float: left; //これを消すと縦メニュー
    padding: 0px 1px 0px 1px; /*　上・右・下・左　*/
    margin: 0px 3px 5px 3px; /*　上・右・下・左　*/
	width: 180px;
	font-size: 10px;
}

#news_block_l {
    padding: 3px;
	margin: 0px 3px 0px 3px;
    color: #639ACE; 
    font-weight: bold;
	font-size:12px;
}

.txt{
    width:180px;
	font-size: 10px;
}

ul#news_block_c {
	margin: 2px;
	padding: 2px;
	list-style: square inside;
	text-align: left;
	color: #333333;
	line-height: 18px;
}
ul#news_block_c li {
	list-style: square url(images/list.gif) inside;
	color: #999999;
}
ul#news_block_c li a{
	list-style: square url(images/list.gif) inside;
	font-size: 11px;
}


/*チャット一覧*/
.chat_itemHead {padding: 28px 3px 26px 3px; margin: 5px 0px 0px 0px; background:url(../img_c/title_top.gif) center no-repeat top; color: #333;}
.chat_itemHead a{ color:#333;}
.chat_itemHead a:hover{ color:#999;}

.chat_topsort { text-align:right; padding: 0px 8px 0px 0px;}
.chat_itemTitle {font-size: 18px; font-weight: bold; font-variant: small-caps; color: #ffffff; background-color: transparent; text-align:left; padding: 0px 0px 0px 10px;}
.chat_itemSearch { text-align:right; padding: 0px 8px 0px 0px;}

.chat_category { background:url(../img_c/category.gif) center no-repeat top; padding:8px; margin: 0px 0px 8px 0px;}
.chat_subcate { padding: 0px 0px 8px 0px;}


.chat_content { border:#CCC solid 1px; padding: 0px 0px 0px 0px; margin: 0px 0px 15px 0px;}
.chat_conTitle { font-size:18px; padding:8px; background:#D7EBFF;}
.chat_coninfo { padding:5px;}
.chat_conleft { float:left; width:28%;}
.chat_conleft img { margin:5px 0;}
.chat_conright { float:right; width:72%;}
.chat_conright img { vertical-align:middle;}
.chat_clea { clear:both;}
.chat_condesc {border:#CCC solid 1px; padding:8px;}
.chat_rank { padding:5px;}

.chat_infomation { float:left; width:75%;}
.chat_infoSite { float:right; width:25%;}

.chat_fullTitle {font-size:18px; padding:8px; border:#CCC solid 1px; background:url(../img_c/item_title.gif) top repeat-x;}
.chat_fullInfo { padding: 10px; border-left:#CCC solid 1px; border-right:#CCC solid 1px; line-height:25px; background:url(../img_c/item_info.gif) top left no-repeat; color:#03275c; }
.chat_fullInfo span{color:#87c1fa;}

/*リストメニュー*/
#chat_listmenu{
	clear:both;
	height: 40px;
	margin: 0px 0px 10px 0px;
	padding: 0;
	background:url(../img_c/item_menu.gif) top left no-repeat;
	border-left:#CCC solid 1px; border-right:#CCC solid 1px;
	border-bottom: #87c1fa solid 5px;
	border-top:#CCC solid 1px;
}

#chat_listmenu ul{
	margin:0;
	padding: 0;
	list-style: none;
	
}

#chat_listmenu li{
	margin: 0;
	padding: 0px 0px 0px 0px;
}

#chat_listmenu a{
	float: left;
	display: block;
	color: #333;
	margin: 0; /*Margin between each menu item*/
	padding: 14px 30px 12px 30px;
	background:url(../img_c/item_menu.gif) top left no-repeat;
	border-left: #EAEAEA solid 1px;
	border-right: #B2B2B2 solid 1px;

}

#chat_listmenu a:hover{
	background-position:0px -40px;
	color: #555;
}

#chat_listmenu #current a{ /*currently selected tab*/
	background-position:0px -40px;
	color: #555;
	border-left: #EAEAEA solid 1px;
	border-right: #B2B2B2 solid 1px;
}

#chat_listmenuline{
	clear: both;
	padding: 0;
	width: 100%;

}

.chat_listleft { width:74%; float:left; padding: 0px 1px 0px 0px;}
.chat_listright { width:25%; float:right; background:#FFF;}

.chat_listdscTitle { background:url(../img_c/content_title.gif) top repeat-x; border-top: #87c1fa solid 3px; padding:8px 10px 0px 10px; margin: 8px 0px 0px 0px; height:22px;}
.chat_listdsc { padding:5px; border:#CCC solid 1px; margin: 0px 0px 0px 0px;}
.chat_listdsc img{ border:#CCC solid 1px; padding:2px; margin:2px;}
.chat_listcomment { padding:5px;}

/*AJAXタブ*/
.chat_listdscTitle_tab { background:url(../img_c/content_title.gif) top repeat-x; border-top: #87c1fa solid 3px; padding:0px; margin: 8px 0px 0px 0px; height:30px;}
.chat_listdsc { padding:5px; border:#CCC solid 1px;}
.chat_listdscTitle_list{list-style:none; width:100%; margin: 0px; padding: 0px 0px 0px 10px;}
.chat_listdscTitle_list li{list-style:none; float:left; width:100px;}
.chat_listdscTitle_list li a{display:block; width:100px; height:20px; /*text-indent:-100px;*/ overflow:hidden; padding: 10px 0px 0px 0px;}
.chat_listdscTitle_side { height:20px; padding: 10px 0px 0px 0px;}
/*AJAXタブ END*/

.chat_outer {
	overflow: hidden;
	*word-break: break-all;
}

.chat_odd {
	padding: 7px 5px 4px 5px;
	text-align: left;
	vertical-align: top;
	background-color: #E6E6E6f;
	border-bottom: solid 1px #ffffff;
	background-image: url(../images/line_dot.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	overflow: hidden;
	*word-break: break-all;
	
	width:75%;
}

.chat_head {
	padding: 7px 6px 4px 6px;
	color: #333333;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	background-color: #eeeeee;
	border-bottom: solid 1px #ffffff;
	background-image: url(../images/line_bgcolor.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	overflow: hidden;
	*word-break: break-all;
	width:25%;
}

.chat_head a {color:#2a35ca;}

.chat_odd1 {
	padding: 7px 5px 4px 5px;
	text-align: right;
	vertical-align: top;
	background-color: #E6E6E6f;
	border-bottom: solid 1px #ffffff;
	background-image: url(../images/line_dot.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	overflow: hidden;
	*word-break: break-all;
	
	width:25%;
}

.chat_odd2 {
	padding: 7px 5px 4px 5px;
	color:#F00;
	text-align: right;
	vertical-align: top;
	background-color: #E6E6E6f;
	border-bottom: solid 1px #ffffff;
	background-image: url(../images/line_dot.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	overflow: hidden;
	*word-break: break-all;
	
	width:25%;
}


/* ######### Rating CSS ######### */
.form {border:#A4CCFF solid 2px; margin: 8px 0;}
.rate { float:left; margin: 3px 8px;}
.floatclear {clear:both;}

.rate_table {}
.rate_title { width:25%; background:#CFE4FF; border-bottom:#A4CCFF solid 1px; color: #333; font-weight:bold; padding:8px; text-align:left; vertical-align: top;}
.rate_cont { width:75%; padding:8px; border-bottom:#A4CCFF solid 1px;}

.rate_subject { width:99%;}
.rate_subject-box { padding:5px; background:#F7F7F7; border:#CCC solid 1px;}
.rate_comment { height:150px; width:99%;}
.rate_comment-box {padding:5px; background:#F7F7F7; border:#CCC solid 1px;}
.rate_button { background:#C4DEFF; padding:10px; text-align:center;}



