@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body {
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	line-height: 1.5;
	background-color: #327B2A;
	background-image: url(../img-aqua/bk-aqua.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

/* リンクの枠線を表示しない */
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* リンク文字色 */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0px;
  visibility: hidden;
}
/* フッター */
.topcomment {
	font-size: 10px;
	text-align: center;
}
/* コンテンツ */
.contents {
	margin: auto;
	height: auto;
	width: 780px;
	border: 7px solid #002D00;
	background-color: #002D00;
}
/* ヘッダー */
.header {
	height: 80px;
	width: 780px;
}
/* メニュー */
.gm {
	height: 24px;
	width: 780px;
	margin-top: 7px;
	position: relative;
}
/* フッター */
.footer {
	width: 778px;
/*	height: 80px;*/
	background-color: #171717;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 14px;
	margin: auto;
	padding-left: 8px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
}
.addr {
	float: left;
/*	width: 708px;*/
}
.mail {
	float: left;
	margin-bottom: 0px;
}
.manage {
	float: right;
	width: 70px;
}
/* copyright */
.copyright {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	margin: auto;
	width: 780px;
	padding-top: 18px;
}
/* 写真左揃え */
.photo_l {
	float: left;
	margin-right: 10px;
	border-style: none;
}
/* 写真右揃え */
.photo_r {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	border-style: none;
}
/* フォントサイズ */
.text_10 {
	font-size: 10px;
}

a#mail_btn{
	display:block;
	width:195px;
	height:45px;
	background:url(../img/mail_ov.jpg) no-repeat 0px 0px;
}
a#mail_btn:hover img{
	filter: alpha(opacity=0);
	-ms-filter: alpha(opacity=0);
	opacity: 0.0;
}
