@charset "utf-8";
/*モバクリリンク用リンクリスト*/
.linklist1 li{
	list-style-type:none;
	width:180px; 
	margin:0 0 6px 0;
	background: #808080; 
	color:#FFFFFF;
	font-size:14px;
	font-weight: bold;
    }
.linklist1 a{
	display:block;
width:168px;
padding:12px 0 12px 12px;
text-decoration:none;
background:#1e90ff;
color:#FFFFFF; 
background-image:url(背景画像へのパス);
background-repeat:repeat-y;
}
.linklist1 a:hover{
	position:relative;
top:-4px;
left:-6px;
}

    a.rob{
        display:block;
        margin:10px; padding:0;
        width:190px; height:50px;
        background:transparent url("../img/button.png") no-repeat 0 0;
        text-decoration:none;
        text-indent:-9999px;
    }
    a:hover.rob{
        background-position:0 -50px;
        text-decoration:none;
    }

    a.rob1{
        display:block;
        margin:10px; padding:0;
        width:190px; height:50px;
        background:transparent url("../img/mc_button.png") no-repeat 0 0;
        text-decoration:none;
        text-indent:-9999px;
    }
    a:hover.rob1{
        background-position:0 -50px;
        text-decoration:none;
    }



