@charset "utf-8";
body {
	background: url(../images/img002.gif) repeat #FFF;
	color: #000000;
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック";
	font-size: 12pt;
}

a:link {
	text-decoration: none;
	color: #0000FF;
}

a:visited {
	text-decoration: none;
	color: #800080;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a:active {
	text-decoration: none;
	color: #FF0000;
}

img {
	border: 0;
}

table {
  font-family: "ＭＳ Ｐゴシック";
  font-size: 12pt;
}
td {
  font-family: "ＭＳ Ｐゴシック";
  font-size: 12pt;
}
div {
  font-family: "ＭＳ Ｐゴシック";
  font-size: 12pt;
}
span {
  font-family: "ＭＳ Ｐゴシック";
  font-size: 12pt;
}

h1 {
	display: none;
}

#box_1 {
	width: auto;
	height:80px;
	background-color: #D3E3FE;
	margin: 0;
	padding: 10px;
	text-align: center;
}

#box_1 h2 {
	font-size: 17px;
}

#box_1 h3 {
	font-size: 15px;
}

#tcntr {
	position: relative;
	width: 350px;
	height: 100px;
	margin: 30px auto 0;
}

#tcntr #tycntr {
	display: none;
}

#tcntr a:hover #tycntr {
	top: 65px;
	left: 0;
	width: 350px;
	height: auto;
	display: block;
	color: #000;
	pointer-events: none;
}

#tycntr .ty-cntr {
	float: left;
	background-color: #DDD;
	width: 160px !important;
	border: 3px ridge #CCC;
	padding-left: 4px;
	text-align: left;
	line-height: 1.8;
}

.banner {
	margin-bottom: 30px;
}

.btn {
	width: auto;
	display: block;
	margin: 0 auto;
}

.lnk-btn01 {
	display: block;
	margin: 13px auto 0;
}

.lnk-btn02 {
	float: left;
	display: block;
	margin: 13px 7px 0;
}

/********************
　時計関連
*********************/
#clock {
	position: relative;
	width: 150px;
	height: 150px;
	background-image: url(../../images/clockface.png);
	background-size: contain;
	list-style: none;
	background-repeat: no-repeat;
	display: none;
}

#sec, #min, #hour {
	position: absolute;
	width: 8px;
	height: 150px;
	top: 0px;
	left: 71px;
	background-size: contain;
}

#sec {
	background-image: url(../../images/sechand.png);
	z-index: 3;
}

#min {
	background-image: url(../../images/minhand.png);
	z-index: 2;
}

#hour {
	background-image: url(../../images/hourhand.png);
	z-index: 1;
}
