@charset "utf-8";

/* CSS Document */

/* ========================================================== Base CSS

ついっぷるリニューアルページ（黒フッター設定）

=========================================================== 2010.07.13*/


/* ▼ footer設定 ▼
------------------------------------------------------------*/

#footerArea{
	overflow:hidden;
	width:100%;
	min-width:950px;
	margin:0;
	padding:1px 0 0 0;
	background-color:#78828C;
}

#footerInArea{
	overflow:hidden;
	width:96%;
	height:22px;
	padding:5px 2%;
	margin:1px 0;
	border-top:1px solid #FFF;
}


ul#footerAreaMenu{
	width:294px;
	height:22px;
	margin:0;
	padding:0;
	list-style:none;
	background:url(../../images/black/footer_menu.png?201105251556001) no-repeat left top;
	clear:both;
	float:left;
	}   
 #footerAreaMenu li{overflow:hidden; display:inline; float:left;}   
 #footerAreaMenu li a{background:url(../../images/black/footer_menu.png?201105251556001) no-repeat; height:24px; display:block; text-indent:-9999px;}   
  
/* ブログ */  
	#footerAreaMenu li#footerMenuBlog{width:112px; height:22px;}   
	#footerAreaMenu li#footerMenuBlog a{background-position:0 0; width:112px;}   
	#footerAreaMenu li#footerMenuBlog a:hover{background-position:0 -22px; width:112px;}   
	#footerAreaMenu li#footerMenuBlog a.selected{background-position:0 -22px; width:112px;}   

/* ついっぷるさんをフォローする */  
	#footerAreaMenu li#footerMenuTwipplesan{width:182px; height:22px;}   
	#footerAreaMenu li#footerMenuTwipplesan a{background-position:-112px 0; width:182px;}   
	#footerAreaMenu li#footerMenuTwipplesan a:hover{background-position:-112px -22px; width:182px;}   
	#footerAreaMenu li#footerMenuTwipplesan a.selected{background-position:-112px -22px; width:182px;}   



#footerCopyrightArea{
	margin:0 auto;
	padding:2px 0 0 0;
	font-size:70%;
	color:#FFF;
	text-align:center;
	line-height:110%;
	overflow:hidden;
}


/*-----------------------------------------------------------*/

	
	
