/* 
ーーーーーーーーーーーーーーーーー

ブランド毎のデザイン 
--------------------------------

◎該当箇所のスタイルをここに記入することで上書きで適応されます。


◎ブランド名を画像にした場合

.linkbelt h2, .linkbelt-long h2{ display:none;}


◎リンク部分に背景を入れる場合


.linkbelt {
	background:url(img/linkbelt-s-bg.jpg) top center repeat-x;
}

.linkbelt-long {
	background:url(img/linkbelt-bg.jpg) 0 0 no-repeat;
}

ーーーーーーーーーーーーーーーーー
*/


/* .linkbelt =================================== */

.linkbelt h2, .linkbelt-long h2{ display:none;}

.linkbelt {
	background:url(img/linkbelt-s-bg.jpg) top center repeat-x;
}

.linkbelt-long {
	background:url(img/linkbelt-bg.jpg) 0 0 no-repeat;
}




.linkbelt ul {list-style: none; float:right; padding:100px 10px 0 0;}
.linkbelt-long ul {list-style: none; float:right; padding:30px 20px 0 0;}
.linkbelt ul li, .linkbelt-long ul li { float:left; padding-left:15px;}
.linkbelt ul li a, .linkbelt-long ul li a{color:#ffffff;  font-weight:bold; font-size:16px;}
.linkbelt ul li a:hover, .linkbelt-long ul li a:hover{color:#000000; background:#ffffff; text-decoration:none;}