/* CSS Document */

TD{
  line-height : 120%;
}
A{
  color : #000000;
}
A:HOVER{
  color : #999999;
}
.link{
  color : #FFFFFF;
  text-decoration : none;
}
.link:HOVER{
  color : #FF6600;
  text-decoration : underline;
}
.space{
  margin-bottom : 5px;
}
.space_button{
  margin-bottom : 2px;
}
.box{
  padding : 5px 7px;
}
.tensen{
  border-top : 1px dashed #FDC89D;
  border-bottom : 1px dashed #FDC89D;
  padding : 3px 0.5em ;
}
#name{
  border : 1px solid #FFFFFF;
}
.data{
  padding : 2px 3px;
}
.kuchikomi{
  border-bottom : 1px solid #DEF1DE;
}
.info{
  border-top : 1px solid #ECDDDF;
  padding-top : 4px;
}
.shop_name{
  font-size : 12pt;
	color : #ff6600;
	padding : 0px 12px;
	font-weight : bold;
}
.shop_cach{
  font-size : 10pt;
	font-weight : bold;
}
.photo_cap{
  font-size : 8pt;
}
.button_kuchi{
  background-color : #DEF1DE;
  font-size : 10pt;
  color : #444444;
}
.button_info{
  background-color : #ECDDDF;
  font-size : 10pt;
  color : #444444;
}
.caption{
  font-size : 9pt;
  padding-left : 0.5em;
  padding-right : 0.5em;
}
.head_font {
	color: #FFFFFF;
	padding-left: 10px;
}
.head_font a {
	color: #FFFFFF;
	text-decoration: underline;
}
.head_font a:hover {
	color: #cccccc;
}