/*common.css ver1.1 (for all)*/
.gmenu{ font-weight: bold; line-height:18px;}
.tbrand2 { font-weight:bold; color: #91800E;}
.tred{ font-weight: bold; color: #bf001b; }
.date{ color: #bf001b; }
.dot{ color: #fff; }
.treco{ line-height: 12px; color: #990033; }
.txtshop{ color: #900; }


/*リンク色指定*/
A:link{text-decoration: none;}
A:visited{text-decoration: none}
A:active{text-decoration: none}
A:hover{text-decoration: none}

.line10px { line-height: 10px }
.line11px { line-height: 11px }
.line12px { line-height: 12px }
.line15px { line-height: 15px }
.line18px { line-height: 18px }
.line20px { line-height: 20px }
.line24px { line-height: 24px }
.line28px { line-height: 28px }
.line32px { line-height: 32px }

/*スタイル指定*/
.bold {font-weight: bold;}

/*特定リンク色指定*/
A.gmenu:link { color: #91800E; text-decoration: none; }
A.gmenu:active { color: #CC0000; text-decoration: underline; }
A.gmenu:visited { color: #91800E; text-decoration: none; }
A.gmenu:hover { color: #CC0000; text-decoration: none; }

A.shop:link{color: #900; text-decoration: none;}
A.shop:visited{color: #606; text-decoration: none;}
A.shop:active{color: red; text-decoration: none;}
A.shop:hover{color: red; text-decoration: none;}

A.new:link{color: #333; text-decoration: none;}
A.new:visited{color: #606; text-decoration: none;}
A.new:active{color: #f00; text-decoration: underline;}
A.new:hover{color: #f00; text-decoration: underline;}

A.notice:link{color: #c00; text-decoration: none;}
A.notice:visited{color: #c00; text-decoration: none;}
A.notice:active{color: #c00; text-decoration: underline;}
A.notice:hover{color: #c00; text-decoration: underline;}

/*指定方法は以下の通り
<a href="〜" class="ex"></a>*/