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

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

ついっぷる共通ヘッダー色別箇所設定（青）

=========================================================== 2010.04.07*/

/* ▼ 共通ヘッダー ▼
------------------------------------------------------------*/
#headerArea{
	background:url(../images/heaser_back.png?201105251556001) repeat-x left top;
	width:100%;
	height:27px;
	clear:both;
	padding:0 0 10px 0;
	margin:0;
	position:relative;
	z-index:10;
 }

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


/* ▼ ヘッダー右メニュー ▼
------------------------------------------------------------*/

#headerRightMenuArea{
	float:right;
	width:57px;
	height:20px;
	padding:0;
}


/*-----------------------▼▼アイコンプルダウン▼▼----------------------------*/

	
#headerRightMenu{
	width:57px;
	height:20px;
	margin:0;
	padding:0;
	list-style:none;
	background:url(../images/header_unlogin_right_menu.gif?201105251556001) no-repeat left top;
	}
#headerRightMenu li{overflow:hidden; text-indent:-9999px; display:inline;}
#headerRightMenu li a{background:url(../images/header_unlogin_right_menu.gif?201105251556001) no-repeat; height:20px; display:block;}

/* （ヘルプ） */
#headerRightMenu li#headerRightMenuHelp{width:57px; height:20px;}
#headerRightMenu li#headerRightMenuHelp a{background-position:0 0; width:57px;}
#headerRightMenu li#headerRightMenuHelp a:hover{background-position:0 -20px; width:57px;}
#headerRightMenu li#headerRightMenuHelp a.active{background-position:0 -20px; width:57px;}


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



