
/*
 * ?R?`???s?K????????y?[?W?pCSS
 * Ver. 0.1
 */

/*
 * ???
 */
html {
	height: 100%
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px
}

.button {
	width: 95px;
	height: 22px;
	border: 0px;
	background-image: url(../img/button.png);
	background-repeat: no-repeat;
}

img {
	border-width: 0px;
	line-height: 100%;
	vertical-align: top;
}

.invisible {
	left: -100em;
	top: -100em;
	position: absolute;
}

td {
	vertical-align: top;
}

/*
 * ?T?C?g?p
 */
h1,h2,h3 {
	margin: 0px;
	padding: 0px
}

h1 {
	height: 36px;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 100%;
	background-image: url(../img/HP_h1.jpg);
	background-repeat: no-repeat;
}

h2 {
	height: 36px;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-left: 15px;
	font-size: 100%;
	background-image: url(../img/HP_h2.png);
	background-repeat: no-repeat;
}

#container {
	width: 100%;
	clear: both;
	border-top-color: rgb(205, 225, 241);
	border-top-width: 5px;
	border-top-style: solid;
	display: inline-block;
	background-color: rgb(255, 255, 255);
}
/* ?K???? */
.contents {
	font-size: 90%;
	margin-left: 30px;
	margin-bottom: 10px;
	width: 980px;
}

.contents-list {
	font-size: 90%;
	margin-left: 30px;
	margin-bottom: 10px;
	width: 1000px;
}

.contents ul,ol {
	padding-left: 20px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* ?K???? */
table.kisei-list {
	width: 980px;
	font-size: 80%;
	table-layout: auto;
	border-collapse: collapse;
	border: solid 1px dimgray;
	margin-top: 5px;
	margin-bottom: 5px empty-cells:show;
}

table.kisei-list th {
	background: url(../img/th.png) repeat-x top left #eee;
	border: solid 1px dimgray;
	background-size: contain;
}

table.kisei-list tr.odd {
	background-color: honeydew;
}

table.kisei-list tr.even {
	background-color: lightyellow;
}

table.kisei-list td {
	padding-left: 5px;
	padding-right: 5px;
	border: solid 1px dimgray;
}

table.search {
	width: 100%;
	font-size: 80%;
	table-layout: auto;
	border-collapse: collapse;
	border: solid 1px dimgray;
	empty-cells: show;
	margin-bottom: 10px;
}

table.search th {
	background: url(../img/th.png) repeat-x top left #eee;
	border: solid 1px dimgray;
	background-size: contain;
}

table.search td {
	padding-left: 0px;
	border: solid 1px dimgray;
}

table.simple {
	width: 100%;
	font-size: 80%;
	table-layout: auto;
	border-collapse: collapse;
	border: solid 1px dimgray;
	empty-cells: show;
	margin-bottom: 10px;
}

table.simple th {
	background: url(../img/th.png) repeat-x top left #eee;
	border: solid 1px dimgray;
	background-size: contain;
}

table.simple td {
	padding-left: 0px;
	border: solid 1px dimgray;
}

table.no-margin {
	margin: 0px;
	padding: 0px;
}

table.no-border {
	border-width: 0px;
}

table.no-border td {
	border-width: 0px;
}

.bold {
	font-weight: bold;
}

.blue {
	color: blue;
}

.red {
	color: red;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.vcenter {
	vertical-align: middle;
}

.kisei-kubun td {
	vertical-align: middle;
}

/*
 * Google Map ?\¦?p
 */

/* ?????o??p?X?^?C?? */
div.info-window-frame {
	text-align: left;
	width: 380px;
}

div.info-window {
	font-size: 80%;
	margin: 3px;
}

span.info-window-title {
	letter-spacing: 2px;
	font-size: 108%;
	font-weight: bold;
	border-bottom: 1px solid #a9a98d;
	text-align: left;
	color: #000;
	background-color: #e1e9ff;
	margin: 0px;
	padding: 4px 4px 4px 5px;
	width: 350px;
	display: block;
	border-left: 8px solid #006000;
	padding-left: 10px;
}

span.info-window-subtitle {
	font-weight: bold;
	color: darkgreen;
}


#map_canvas {
	width: 100%;
	height: 600px;
	border: 1px solid gray;
}

#miniMap a {
	color: #000000;
	background-color: #ffffff;
	border-style: outset;
	border-width: 1px;
	font-size: 120%;
	text-decoration: none;
}

input.buttonstyle {
    border: 0;
    line-height: 2.5;
    padding: 0 10px;
    font-size: 1em;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 6px;
    background-color: rgba(59, 183, 217, 1);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}

input.buttonstyle:hover {
    background-color: rgba(86,221,230, 1);
}

input.buttonstyle:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}
