@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #ffffff;
	background-image: url("../img/top_back_kanazawa.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
h1{
	font-size: 11px;
	color: #ffffff;
	background-color: #0D0600;
	text-align:left;
}

A:link {   /* リンク */
	font-size: 11px;
	color: #0000ff;
}
A:visited {                 /* 既に見たリンク */
  color: #ff00ff;
  text-decoration: none ;    /* 下線を消す */
}
A:active { color: #00ff00; } /* クリック時のリンク */
A:hover {                   /* カーソルが上にある時のリンク */
  color: #ff0000;
  text-decoration: none   ;  /* 下線を消す */
}

div.dcenter{
	text-align:center;
}

table.tb01{
	margin: 0;
	border: hidden;
	text-align:center;
	width:800px;
}
td.tb01_1{
	margin: 0;
	width:308px;
	height:391px;
}

td.tb01_2{
	margin: 0;
	width:456px;
	height:391px;
	background-image: url("../img/top_title_takaoka.png");
	background-repeat: no-repeat;
}
td.tb01_3{
	margin: 0;
	width:766px;
	height:190px;
	background-image: url("../img/top_text.png");
	background-repeat: no-repeat;
}

table.tb02{
	margin: 0;
	border: solid 0px;
	text-align:center;
	width:460px;
	height:391px;
}
td.tb02_1{
	margin: 0;
	height:300px;
}
td.tb02_2{
	margin: 0;
	width:193px;
	height:91px;
}
td.tb02_3{
	margin: 0;
	width:67px;
	height:91px;
}
td.tb02_4{
	margin: 0;
	width:200px;
	height:91px;
	text-align:left;
}


