@charset "utf-8";
/*
	共通スタイル
*/
table#site-title {
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

p#area {
	margin-bottom: 10px;
	font-size: 77%;
	padding: 5px;
	border: 1px dashed #ECE9D8;
}

p#license {
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: auto;
	padding: 0px;
	text-align: center;
	font-size: 93%;
}

p#cooperation {
	margin-bottom: 10px;
	font-size: 65%;
	color: #FFFFFF;
	background-color: #FA7A81;
	padding: 5px;
}

div#menu {
	margin-bottom: 10px;
}

div#maker {
	margin-bottom: 10px;
	text-align: center;
}

div#maker img {
	margin-left: 2px;
	margin-right: 2px;
}




div#selmenu {
	widht: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

div#selmenu ul {
	display: table;
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: auto;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

}

div#selmenu ul li {
	display: inline-block;
	width: 33%;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	-webkit-box-sizing: border-box;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-top-style: none;
	border-left-style: none;
}

div#selmenu ul li:nth-child(3n) {
	border-right-style: none;
}

div#selmenu ul li img {
	margin: 0px;
	padding: 0px;
}

div#selmenu ul li a {
	display: block;
	font-weight: normal;
	height: auto;
	color: #000000;
	font-size: 100%;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	line-height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */


	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

div#selmenu ul li a.selected {
	color: #ffffff;
	background: rgb(24,98,176); /* Old browsers */
	text-decoration: none;
	text-shadow: none;
}
