﻿.float33 
{
	width: 31%;
	padding: 1%;
	float: left;
	text-align: center;
}

.photoList 
{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.photoItem 
{
	width: 175px;
	height: 135px;
	padding-top: 5px;
	text-align: center;
}

.photo,
.photo:link,
.photo:visited
{
	width: 150px;
	height: 113px;
	border: solid 5px #fff;
	margin: 5px;
}

.photo:hover 
{
	border: solid 5px #2B3C2B;
	margin: 5px;
}

.map 
{
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

.textbox 
{
	width: 300px;
}

.textarea 
{
	width: 300px;
	height: 200px;
}

.warning 
{
	color: #f00;
	font-weight: bold;
}

.privacy 
{
	color: #666;
	font-size: 0.8em;
}

.button 
{
	width: 145px;
	height: 30px;
	font-weight: bold;
	color: #2B3C2B;
}

.float25 
{
	float: left;
	width: 22%;
	padding: 1%;
	border-right: dotted 1px #aaa;
}

.float25:after 
{
	content: '.';
	display: none;
}

.price 
{
	color: #7d2834;
	text-align: right;
	margin-top: -15px;
}

.note 
{
	color: #999;
	text-align: left;
	margin-top: -15px;
	font-size: 0.7em;
}

.footnote 
{
	color: #777;
	text-align: left;
	font-size: 0.7em;
}

.menu 
{
	clear: both;
	height: auto !important;
	min-height: 370px;
	height: 370px;
}