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

h2 {
	font-size: 18px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border-bottom-color: #336600;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #336600;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 22px;
	background-color: #E1FFBD;
	padding-left: 10px;
}
#k_button a{
	display:block;
	width:183px;
	color:#009966;
	height:83px;
	line-height:83px;
	text-decoration:none;
	text-align:center;
	background-image: url(img/button.gif);
	background-repeat: no-repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	vertical-align: middle;
	padding-top: 0px;
	font-weight: bold;
}

#k_button a:hover{
	color:orange;
	background-image: url(img/button_over.gif);
	background-repeat: no-repeat;
}
#k_button2 a{
	display:block;
	width:183px;
	color:#009966;
	height:83px;
	line-height:16px;
	text-decoration:none;
	text-align:center;
	background-image: url(img/button.gif);
	background-repeat: no-repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	vertical-align: middle;
	padding-top: 26px;
	font-weight: bold;
}

#k_button2 a:hover{
	color:orange;
	background-image: url(img/button_over.gif);
	background-repeat: no-repeat;
}
table.gm{
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	padding: 5px;
	margin: 5px;
}
.gm td{
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.gm {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #009966;
}

