/*button*/

ul#button {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
	height: 16px;
	width: 58px;
	overflow: hidden;
	float: right;
	
	}

ul#button li {
	margin: 0;
	padding: 0;
	width: 29px;
	height: 16px;
	float: left;
	overflow: hidden;
	}

ul#button li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-indent: -100em;
	overflow: hidden;
	}

ul#button li.text_s a {
	background: url(../image/common/button_s_over.gif) no-repeat left top;
	}

ul#button li.text_m a {
	background: url(../image/common/button_m_over.gif) no-repeat left top;
	}

