@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(/img/bg.jpg);
	background-repeat: repeat-x;
}
body, td {
	color: #000;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 13px;
	line-height: 180%;
}
a {
	text-decoration: none;
	color: #F30;
}
a:hover {
	color: #F90;
}
h1, h2, h3, p {
	margin: 0;
	padding: 0;
}
h2, h3, p {
	padding-bottom: 15px;
}
h2 {
	font-weight: bold;
	font-size: 180%;
	color: #009398;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	color: #009398;
	padding-top: 5px;
}
h3 a {
	color: #009398;
}
img{
	border: none;
}
table, tr, td {
	margin: 0;
	padding: 0;
	border: none;
	border-style: none;
	border-width: 0px;
}
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
} 
#main {
	width: 500px;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 0px;
	/* border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999; */
	float: right;
}


#side {
	float: left;
	width: 225px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 15px;
	background-image: url(/img/menu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

#links {
	text-align: center;
	width: 180px;
}
#footer {
	clear: both;
	text-align: center;
	padding: 10px;
	/* border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666; */
}

.contents {
	padding-bottom: 15px;
}
.totop {
	text-align: right;
}
.dot {
	color: #F90;
}
.photo {
	text-align: center;
	vertical-align: top;
}
.profile {
	padding-left: 10px;
}
.contact {
	background-repeat: no-repeat;
	background-image: url(/img/room.jpg);
	line-height: 20px;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
address {
	color: #333;
	font-style: normal;
}
.right {
	text-align: right;
}
#qr {
	float: left;
	padding-right: 10px;
}
#side th {
}
#side td {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
}

@media print{
body {
	background-image: none;
}
}
