@charset "utf-8";
/* CSS Document */

/* ========================================================== Base CSS

ついっぷる共通ヘッダー設定

=========================================================== 2010.04.07*/
/*---------初期設定------------------*/

html{
	background-color:#FFF;
}

*{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

hr {display: none;}
img{border: 0px;}
ul {list-style: none;}



/* ▼ 共通ヘッダー ▼
------------------------------------------------------------*/
#common_header{
	padding:5px 30px 0 30px;
	margin:0 0 10px 0;
	background:url(images/common_header_back.jpg) repeat-x;
	height:28px;
}

#common_header ul{
	list-style:none;
	width:660px;
}
#common_header li{
	float:left;
	margin:0 10px 0 0;
	height:22px;
	overflow:hidden;
}



/*-----------------------メニューついっぷる----------------------------*/
#common_menu_twipple{
	width:94px;
	height:22px;
	background:url(images/common_menu_twipple_on.gif) no-repeat;
}

#common_menu_twipple a { 
	display:block;
	width:94px;
	height:22px;
	outline:none;
}

#common_menu_twipple a:hover { 
	text-indent:-9999px;
} 

/*---------------------------------------------------------------------*/


/*-----------------------メニュートレンド----------------------------*/
#common_menu_trend{
	width:80px;
	height:22px;
	background:url(images/common_menu_trend_on.gif) no-repeat;
}

#common_menu_trend a { 
	display:block;
	width:80px;
	height:22px;
	outline:none;
}

#common_menu_trend a:hover { 
	text-indent:-9999px;
} 

/*---------------------------------------------------------------------*/

/*-----------------------メニューアカウント検索----------------------------*/
#common_menu_retrieval{
	width:120px;
	height:22px;
	background:url(images/common_menu_retrieval_on.gif) no-repeat;
}

#common_menu_retrieval a { 
	display:block;
	width:120px;
	height:22px;
	outline:none;
}

#common_menu_retrieval a:hover { 
	text-indent:-9999px;
} 

/*---------------------------------------------------------------------*/

/*-----------------------メニュー便利ツール----------------------------*/
#common_menu_tool{
	width:94px;
	height:22px;
	background:url(images/common_menu_tool_on.gif) no-repeat;
}

#common_menu_tool a { 
	display:block;
	width:94px;
	height:22px;
	outline:none;
}

#common_menu_tool a:hover { 
	text-indent:-9999px;
} 

/*---------------------------------------------------------------------*/

/*-----------------------メニューフォト----------------------------*/
#common_menu_photo{
	width:68px;
	height:22px;
	background:url(images/common_menu_photo_on.gif) no-repeat;
}

#common_menu_photo a { 
	display:block;
	width:68px;
	height:22px;
	outline:none;
	background:url(images/common_menu_photo_on.gif) no-repeat;
}

#common_menu_photo a:hover { 
	text-indent:-9999px;
} 

/*---------------------------------------------------------------------*/

/*-----------------------メニューツイート分析----------------------------*/
#common_menu_analysis{
	width:105px;
	height:22px;
	background:url(images/common_menu_analysis_on.gif) no-repeat;
}

#common_menu_analysis a { 
	display:block;
	width:105px;
	height:22px;
	outline:none;
}

#common_menu_analysis a:hover { 
	text-indent:-9999px;
} 

/*---------------------------------------------------------------------*/


/*-----------------------メニューサッカーW杯分析----------------------------*/
#common_menu_wcup{
	width:130px;
	height:22px;
	background:url(images/common_menu_wcup_on.gif) no-repeat;
}

#common_menu_wcup a { 
	display:block;
	width:130px;
	height:22px;
	outline:none;
}

#common_menu_wcup a:hover { 
	text-indent:-9999px;
} 

/*---------------------------------------------------------------------*/

