﻿@import url("../content_menu.css");

#shop
{
    margin-bottom:25px;
}
.detail
{
    width:590px;
    border-top:dotted 1px #cccccc;
    border-left:dotted 1px #cccccc;
    border-right:dotted 1px #cccccc;
    margin-top:15px;
}
.detail th
{
    background-color:#c69c6c;
    border-bottom:dotted 1px #cccccc;
    border-right:dotted 1px #cccccc;
    text-align:right;
    padding-right:5px;
    color:White;
    font-weight:bold;
    width:120px;
}
.detail td
{
    background-color:#ffffff;
    border-bottom:dotted 1px #cccccc;
    text-align:left;
    padding:1em 0.7em;
    line-height:1.5em;
    width:470px;
}

#innerlinks
{
    width:500px;
    padding:15px 0 0 0;
    text-align:center;
    vertical-align:middle;
    margin-right:auto;
    margin-left:auto;
}

#nearshops
{
    width:590px;
    text-align:right;
    margin-top:5px;
}

#mapinfo
{
    width:590px;
    border:dotted 1px #cccccc;
    margin-top:15px;
    text-align:center;
}
#mapinfo td
{
    height:3em;
}
#maptitle
{
    text-align:left;
    padding-left:5px;
}
#map
{
    width:450px;
    height:450px;
    border:solid 1px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

#shopcomments
{
    width:590px;
    margin-bottom:25px;
}
#shopcomments td
{
    vertical-align:top;
    padding-top:0.5em;
    line-height:1.8em;
    border-bottom:dotted 1px #cccccc;
    text-align:left;
}
.shopcomment
{
    padding-left:0.7em;
    padding-right:0.7em;
}

.subinfo
{
    color:#999999;
    width:100%;
    text-align:left;
    padding-left:2em;
}

/*広告エリア*/
#google_mid
{
    padding-top:3px;
    padding-left:14px;
}

#google_bottom
{
    text-align:center;
    margin-bottom:10px;
}

/* 管理人通信欄 */
#message
{
    clear:both;
    width:500px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}
#message table
{
    width:100%;
    border:solid 1px #999999;
    background-color:#ffffff;
}
#message th
{
    background-color:#fefdab;
    color:Green;
    line-height:1.5em;
}
#message td
{
    line-height:1.2em;
    font-weight:bold;
}
#message .text_message
{
    width:80%;
    height:100px;
}
#message strong
{
    line-height:2.5em;
    color:#cc0000;
}
#message .finish_message
{
    color:Blue;
}

