/* スタイルシート共通ボタン /*

ul.btn {
	padding: 5px;
	margin: 10px 0;
	list-style: none;
	background-color: blue;
	/* border-bottom: 1px solid #e7e7e7; */
	float: left;
	clear: left;
}

ul.btn li {
	float: none;
}

ul.btn li a {
	float: left;
	text-decoration: none;
	color: blue;
	padding: 4px 15px 0 0;
	margin-right: 8px;
	font: 900 14px "Arial", Helvetica, sans-serif;
	background: url(../image/btn_blue.png) no-repeat top right;
}

ul.btn li a span {
	float: left;
	padding-right: 15px;
	display: block;
	margin-top: -4px;
	height: 15px;
	background: url(../image/btn_blue.png) no-repeat top left;
}

ul.btn li a:hover {
 	color: #fff;
	background: url(../image/btn_red.png) no-repeat top right;
}

ul.btn li a:hover span {
	background: url(../image/btn_red.png) no-repeat top left;
}

ul.btn li a.current {
	background: url(../image/btn_red.png) no-repeat top right;
 	color: #fff;
}

ul.btn li a.current span {
	background: url(../image/btn_red.png) no-repeat top left;
}

#button a{
    background: transparent url(../image/btn_blue.png) no-repeat scroll top right;
    color: blue;
    display: block;
    float: left;
    font: 900 14px "Arial", Helvetica, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

#button span {
    background: transparent url(../image/btn_blue.png) no-repeat;
    display: block;
    line-height: 24px;
    padding: 0 0 0 18px;
}

#button a:hover {
 	color: #fff;
	background: transparent url(../image/btn_red.png) no-repeat top right;
}

#button a:hover span{
	background: transparent url(../image/btn_red.png) no-repeat top left;
}

#menu {
        list-style-type: none;
        margin: 0em;
        padding: 0;
        width:696px;
        height:63px;
}

#menu li {
        display: inline;
}

#menu li a img {
        border: 0px none;
}       