﻿/*　　　　ショップ案内ＣＳＳ　　　　　*/

body {
    margin: 0;
    background-color: #003366;
    color: #778899;
}

/*　　　　メニューＣＳＳ　　　　　*/
.mainmenu {
    float: left;
    width: 167px;
    margin:5px 0px 0px 8px;
    padding:0px;
    position:fixed; left:0px; top:0px;
}

.mainmenu h1 {
    margin:0px 0px 5px 5px;
    color: #ffff66;
    font-size: 95%;
    font-family: "Times New Roman",serif;
}

.mainmenu h2 {
    width:160px;
    margin:0px 0px 0px 5px;
    color: #c0c0c0;
    font-size: 90%;
    font-weight: 600;
    line-height:1.3em;
    background-color: #004477;
}

.mainmenu h3 {
    width:160px;
    margin:0px 0px 0px 5px;
    color: #ffff66;
    font-size: 80%;
    font-weight: 600;
    line-height:1.5em;
    background-color: #004477;
}

.mainmenu .title{
    width:160px;
    margin:0px 0px 0px 5px;
    height: 18px;
    padding-left:0;
    font-size: 80%;
    background-color: #006699;
}

.kensaku {
    margin-top: 10px;
    margin-left: 5px;
}

.mainmenu a:link    {color:#00ffff}
.mainmenu a:visited {color:#33ccff}
.mainmenu a:hover   {color:#ff3399}
.mainmenu a:active  {color:#ff3399}
.mainmenu a{text-decoration:underline;}

span#small  {line-height:1.3em;font-size:75%;}
span#normal {line-height:1.3em;font-size:80%;font-weight:500;}
span#big    {line-height:1.0em;font-size:95%;font-weight:900;}

/*　　　　コンテンツＣＳＳ　　　　　*/
.contents {
    position: absolute;
    top :0px;
    left:175px;
    margin: 0px;
    padding:0px 0px 0px 10px;
    width: 800px;
}

/*　＝＝＝＝　共通フォーマット（メニュー・ヘッダー・ＡｄＳｅｎｓｅ）　＝＝＝　*/

.menu{
    margin-top: 10px;
    margin-left: 20px;
    width: 760px;
    padding: 5px 0px 5px 10px;
    border: 3px double #0099cc;
    background-color: #00468b;
}

.menuhead{
    width:100%;
    height: 20px;
    color: #ffffff;
    text-align: left;
}

.h1{
    font-size:10pt;
    font-weight: 600;
    color: #ffffff;
}

.shoptop{
    font-size:10pt;
    font-weight: 600;
}

.ttlmail{
    margin-left: 160px;
    font-size:9pt;
    font-weight: 500;
    color: #ffffff;
}

.menuhead a{
    display: inline;
    border:0px;
    font-size: 9pt;
    font-weight: 500;
    text-decoration: underline;
}

.menuhead a:link{
    display: inline;
    border: 0px;
    background-color: #00468b;
    color: #00ffff;
}

.menuhead a:visited{
    display: inline;
    border: 0px;
    background-color: #00468b;
    color: #00ffff;
}

.menuhead a:hover{
    display: inline;
    border: 0px;
    background-color: #00468b;
    color: #ff3399;
}

.menuhead a:active{
    display: inline;
    border: 0px;
    background-color: #00468b;
    color: #ff3399;
}

.menu1{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 114px;
}

.menu2{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 342px;
}

.menu3{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 172px;
}

.menu4{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 58px;
}

.menu5{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 58px;
}

.kyoto a{
    display:block;
    width:108px;
    margin-right: 2px;
    margin-bottom:2px;
    padding: 0px;
    font-size:9pt;
    font-weight:500;
    text-align: center;
    text-decoration: underline;
}

.osaka a{
    display:block;
    width:336px;
    margin-right: 2px;
    margin-bottom:2px;
    padding: 0px;
    font-size:9pt;
    font-weight:500;
    text-align: center;
    text-decoration: underline;
}

.kobe a{
    display:block;
    width:165px;
    margin-right: 2px;
    margin-bottom:2px;
    padding: 0px;
    font-size:9pt;
    font-weight:500;
    text-align: center;
    text-decoration: underline;
}

.ku a,.si a{
    float: left;
    display: block;
    width:52px;
    margin-right: 1px;
    margin-bottom:1px;
    padding: 0px;
    font-size:9pt;
    font-weight:500;
    text-align: center;
    text-decoration: underline;
}

.kyoto a:link,.osaka a:link,.kobe a:link,.ku a:link{
    border:2px solid #0077aa;
    background-color: #0077aa;
    color: #00ffff;
}

.kyoto a:visited,.osaka a:visited,.kobe a:visited,.ku a:visited{
    border:2px solid #0077aa;
    background-color: #0077aa;
    color: #00cccc;
}

.kyoto a:hover,.osaka a:hover,.kobe a:hover,.ku a:hover{
    border: 2px solid #67adcd;
    border-right: 2px solid #0f394c;
    border-bottom: 2px solid #0f394c;
    background-color: #266f91;
    color: #ff3399;
}

.kyoto a:active,.osaka a:active,.kobe a:active,.ku a:active{
    border:2px solid #143a4c;
    border-rigth:2px solid #2f7494;
    border-bottom:2px solid #2f7494;
    background-color: #226280;
    color: #ff3399;
}

.si a:link{
    border:2px solid #0099cc;
    background-color: #0099cc;
    color: #00ffff;
}

.si a:visited{
    border:2px solid #0099cc;
    background-color: #0099cc;
    color: #00dddd;
}

.si a:hover{
    border: 2px solid #67cfef;
    border-right: 2px solid #0f5b6e;
    border-bottom: 2px solid #0f5b6e;
    background-color: #2691b3;
    color: #ff3399;
}

.si a:active{
    border:2px solid #145c6e;
    border-rigth:2px solid #2f96b6;
    border-bottom:2px solid #2f96b6;
    background-color: #2284a2;
    color: #ff3399;
}

.empty{
    float: left;
    display: block;
    width:52px;
    height:13px;
    margin-right: 1px;
    margin-bottom:1px;
    padding: 0px;
    border:2px solid #0099cc;
    background-color: #0099cc;
    font-size:9pt;
}

.ashiato {
    margin-top: 5px;
    margin-left: 20px;
    width: 100%;
    font-size: 84%;
    font-weight: 500;
    color: #c0c0c0;
}

.head {
    margin: 5px 0px 0px 0px;
    width: 100%;
}

.head h1 {
    float:left;
    margin-top: 30px;
    margin-left:200px;
    font-size:120%;
    font-weight: 600;
    color: #ffffff;
}

.head h2 {
    float:left;
    margin-top: -10px;
    margin-left:300px;
    font-size:90%;
    font-weight: 500;
    color: #c0c0c0;
}

 a:link{color:#00ffff;}
 a:visited{color:#33ccff;}
 a:hover{color:#ff3399;}
 a:active{color:#ff3399;}

/*　＝＝＝＝　トップページ用ＣＳＳ　＝＝＝　*/

.gaiyou{
    width: 500px;
    margin-top:10px;
    margin-left: 140px;
    padding: 0px;
    border-width: 0px;
    font-size: 84%;
    font-weight: 500;
    color: #c0c0c0;
    line-height:1.3em;
    text-align: left;
    text-decoration: none;
}

.ranking{
    margin-top: 40px;
    margin-left: 200px;
    border-collapse: collapse;
    border:3px double #336699;
}

.ranking td{
    border:3px double #336699;
    width:120px;
    height:50px;
    align:center;
}

.annai{
    width: 500px;
    margin-top:50px;
    margin-left: 150px;
    padding: 0px;
    border-width: 0px;
    font-size: 84%;
    font-weight: 500;
    color: #c0c0c0;
    line-height:1.3em;
    text-align: left;
    text-decoration: none;
}

.annai h1{
    margin-top: 10px;
    font-size:110%;
    font-weight: 600;
    color: #cc3399;
    text-align: left;
}

.annai h2{
    margin-top: 30px;
    font-size:110%;
    font-weight: 500;
    color: #cc3399;
    text-align: left;
}

.pagetop{
    margin-top:40px;
    margin-left:330px;
    font-size:84%;
    font-weight:500;
}

.adsense1{
    margin-top: 100px;
    margin-left: 20px;
}

.adstbl{
    text-align: right;
    color: #333333;
    font-size: 84%;
    font-weight: 500;
    border: 0px;
    background-color: #ffffff;
}

.adstbl a:link{color:#0000ff;}
.adstbl a:visited{color:#0000ff;}
.adstbl a:hover{color:#ff3399;}
.adstbl a:active{color:#ff3399;}

.blink{
    color: #c0c0c0;
    font-size: 80%;
    font-weight: 600;
    font-family: "Times New Roman",serif;
}

.annai a:link{color:#00ffff;}
.annai a:visited{color:#33ccff;}
.annai a:hover{color:#ff3399;}
.annai a:active{color:#ff3399;}

/*　＝＝＝＝　県別ページ用ＣＳＳ　＝＝＝　*/

.table1{
    float: left;
    width:560px;
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 30px;
    border-collapse: separate;
    border: 1px;
}

.td{
    border: 1px solid #003366;
    font-size: 84%;
    font-weight: 500;
}

.tr1{
    height: 30px;
    vertical-align:bottom;
}

.tr2{
    height: 20px;
    background-color: #004477;
}

.td11{
    width: 150px;
    text-align: left;
    font-size: 90%;
    font-weight: 600;
    color: #c0c0c0;
}

.td12{
    text-align: right;
    font-size: 84%;
    font-weight: 500;
    color: #c0c0c0;
}

.td21{
    width: 150px;
    font-size: 85%;
    font-weight: 600;
    color: #009999;
}

.td22{
    text-align: right;
    font-size: 84%;
    font-weight: 500;
    color: #c0c0c0;
}

.td31{
    width: 150px;
    background-color: #006699;
    text-align: left;
    font-size: 84%;
    font-weight: 600;
    color: #c0c0c0;
}

.td32{
    width: 200px;
    background-color: #006699;
    text-align: left;
    font-size: 84%;
    font-weight: 500;
    color: #c0c0c0;
}

.td33{
    width: 50px;
    background-color: #006699;
    text-align:center;
}

.td34{
    width: 150px;
    background-color: #006699;
    text-align: left;
    font-size: 84%;
    font-weight: 500;
    color: #c0c0c0;
}

.tel{
    margin-left:30px;
    font-size: 100%;
    font-weight: 500;
}

.update{
    text-align: right;
    font-size: 100%;
    font-weight: 500;
}

.adsense2{
    float:left;
    width:160px;
    margin-top:45px;
    background-color:#ffffff;
}

.floatclear{
    clear:left;
}

/*　＝＝＝＝　ショップ更新情報用ＣＳＳ　＝＝＝　*/

.shopup{
    width:750px;
    height:20px;
    border:0px;
    background-color:#00468b;
    font-size:84%;
}

.shopup a:link{color:#00ffff;}
.shopup a:visited{color:#33ccff;}
.shopup a:hover{color:#ff3399;}
.shopup a:active{color:#ff3399;}


