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

BODY { overflow-x : hidden ;}

#container{
	background:url(../../../img_share/img_contentsLeft/bgContents_Left_backNumber_inline.png) repeat-y left top;
	width:80px;
	height:159px;
}

#container ul li{
	width:auto;
	line-height:0.8em;
	text-align:left;
	padding-left:5px;
}

#container ul li a{
	background:url(../../../img_share/img_contentsLeft/icon_list_Glay.png) no-repeat left center;
	width:4em;
	padding-left:15px;
	font-size:76.92%;		/*(10px/normal)*/
	/*for Google Chromeでfont-sizeを10px(Default)以下に設定*/
		-webkit-transform-origin: 0px 0px;
		-webkit-transform:scale(0.75);
 		display:inline-block;
		margin-top:5px;
}

a{
	color:#3f3f3f;
	text-decoration:none;
}

a:hover{
	color:#FF9600;
	text-decoration:none;
}