body{
font-family:"Hiragino Maru Gothic Pro W4", "ヒラギノ丸ゴ Pro W4", "Meiryo", "メイリオ","MS ゴシック","Osaka",sans-serif;
overflow: hidden; 
}

.copyright {
	font-size: 9px;
	color: #FFFFFF;
	padding: 10px;
}
.contents {
}
.tipsy {
	padding: 5px;
	font-size: 10px;
	opacity: 0.8;
	filter: alpha(opacity=10);
	background-repeat: no-repeat;
	background-image: url(../images/tipsy.gif);
}
  .tipsy-inner {
	padding: 5px 8px 4px 8px;
	background-color: #377592;
	color: #FFFFFF;
	max-width: 200px;
	text-align: center;
	filter: alpha(opacity=20);}
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }
.maintext {
	font-size: 13px;
	line-height: 25px;
}
.tel {
	font-size: 18px;
	line-height: 25px;
}
a img {
	-webkit-transition: opacity 0.6s; /*Safari,Chrome*/
	-o-transition: opacity 0.6s; /*Opera*/
	-moz-transition: opacity 0.6s; /*Firefox*/
	transition: opacity 0.6s;
}

a:hover img {
	filter: alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity: 0.40;
}