﻿@charset "UTF-8";

/*shops.html専用
-----------------------------------------*/
#navigation nav > ul > li > a[href="links.html"] {
color: #FFF;
background: #4D4D4D url(../img/menu1.gif) no-repeat 7px 13px;
}

/*shops
-----------------------------------------*/
section > h1 {
background-image: url(../img/icon_shops.gif);
border-bottom: 4px solid #9C0;
}

section article {
margin: 0 18px 30px;
}

a{/*リンクされた文字*/
    color:0000ff;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:0000ff;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#934C7B;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}
table {
border-spacing: 0;
border-collapse: collapse;
margin-bottom: 5px;
}

td, th {
border: 0px #999 solid;
padding: 5px;
text-align: left;
font-weight: normal;
}
th[scope="col"] {
background: #9C0;
}
th[scope="row"] {
white-space: nowrap;
width: 1%;
padding-right: 2em;
}
