@charset "utf-8";

/* CSS Informaition ****************************************

	FileName		sidebar.css
	Descripton		ヘッダー内スタイル用
	
***********************************************************/

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 LocalNavi
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#lnavi{
	width:224px;
	background:url(../images/lnavi_bg.png) no-repeat left top;
}

#lnavi ul{
	padding:6px 7px 24px;
	background:url(../images/lnavi_bottom.png) no-repeat left bottom;
}

#lnavi ul li{
	line-height:0;
	font-size:1px;
	vertical-align:bottom;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 PickUp Service
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#pickup{
	width:191px;
	height:200px;
	margin:10px auto 0;
	padding:35px 10px 0;
	background:url(../images/pickup_bg.png) no-repeat left top;
}

#pickup li{
	line-height:0;
	font-size:1px;
	padding-top:3px;
}


#date{
	width:224px;
	background:url(../images/lnavi_bg.png) no-repeat left top;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Public Information / history
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#date ul{
	padding:6px 7px 24px;
	background:url(../images/lnavi_bottom.png) no-repeat left bottom;
}

#date ul li a{
	font-size:13px;
	display:block;
	height:33px;
	padding:15px 0 0 20px;
	background:url(../images/lnavi.png) no-repeat left top;
}

#date ul li a:hover{
	color:#FFFFFF;
	background:url(../images/lnavi_on.png) no-repeat left top;
}