
 /* 画像 */
.margintb5	{ margin-top:   5px;  margin-bottom:   5px; }
.marginlr5	{ margin-left:  5px;  margin-right:    5px; }
.margintb10	{ margin-top:  10px;  margin-bottom:  10px; }
.marginlr10	{ margin-left: 10px;  margin-right:   10px; }





ul {/* \*/
    margin: 0px 0px 0px 25px;
    padding: 0px;
}


 /* レイアウト */


div#first{
	width: 550px;
	margin-top: 5px;

}
div#mainphoto{
	width: 210px;
	float: left;
}
div#information{
	width: 340px;
	float: right ;
}
div#second{
	width: 550px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

div#menu{
	width: 270px;
	float: left;
}
div#photo{
	width: 280px;
	float: right;
}
div#kansou{
	width: 550px;
	clear: both;
	background-color: #cc0000;
	padding: 5px;
}
div#comment{
	width: 550px;
	clear: both;
	background-color: #C4753D;
	padding: 5px;
}
div#form{
	width: 550px;
}

div#back{
	width: 550px;
	text-align: right;
}





 /* 罫線枠 */
div.contentsbox
{
	border-style: solid;
	border-width: 1px;
	border-color: #000080;
	padding-left: 0.5em;
}

div.shadowbox
{
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #c0c0c0 #808080 #808080 #c0c0c0;
  	 padding: 0.5em;
}

div.logbox
{
	border: solid 1px #808080;
	width: 240px;
	height: 120px;
	padding: 0.5em;
	overflow: auto;
}


 /* 段落 */

.menu
{
	width: 170px;
	font-size: 12px ;
	line-height: 130% ;
	text-indent: 1em ;
}

.dot
{
	width: 50px;
	font-size: 12px ;
	line-height: 130% ;
	text-align: center ;
}

.cost
{
	width: 45px;
	font-size: 12px ;
	line-height: 130% ;
	text-align: right ;
}

.form
{
	color: #660000 ;
	font-size: 12px ;
	line-height: 130% ;
}

.spacer
{
	font-size: 1px ;
	line-height: 1px ;

}


 /* フォーム */

input{
	background: transparent;
	border: 1px solid #992222;
	color: #660000 ;
}

textarea{
	background: transparent;
	border: 1px solid #992222;
}


 /* 著作権 */

address
{
	text-align: center;
	font-style: normal;
	font-family: sans-serif;
	font-size: 80%;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
	width: 80%;
	border-color: #c0c0c0 #808080 #808080 #c0c0c0;
}



 /* 店名 */
div#contents h1
{
	color: #660000;
	font-size: 16px ;
	line-height: 120% ;
	font-weight: bold;
	border: solid;
	border-width: 0px 0px 1px 10px;
	padding: 5px;
	border-color: #992222;

}

 /* お店のキャッチ */
div#contents h2
{	height : auto ;
	font-size: 12px ;
	line-height: 140% ;
	margin-top: 10px ;
	text-indent : 0px ;
	font-weight: normal ;
}

 /* 見出し */
div#contents h3
{
	color: #660000;
	font-size: 14px ;
	line-height: 100% ;
	font-weight: bold ;
	text-indent : 0px ;
	height : auto ;
}

 /* お店の感想 */
div#contents h4
{
	color: #ffffff ;
	font-size: 12px ;
	line-height: 140% ;
	text-indent: 1em ;
	font-weight: normal ;

}

 /* お店の情報 */
div#contents h5
{
	font-size: 10px ;
	line-height: 120% ;
	letter-spacing: 1px ;
	font-weight: normal ;

}

 /* 補足 */
div#contents h6
{
	font-size: 11px ;
	line-height: 120% ;
	font-weight: normal ;

}

