﻿.menuboxshadow {
	box-shadow: 3px 2px 3px 2px rgba(102,102,102,0.8);
	-moz-box-shadow: 3px 2px 3px 2px rgba(102,102,102,0.8); /* Firefox */
	-webkit-box-shadow: 3px 2px 3px 2px rgba(102,102,102,0.8); /* Safari and Chrome */
}
.menuboxshadow:hover {
	box-shadow: 3px 4px 6px 4px rgba(102,102,102,0.8);
	-moz-box-shadow: 3px 4px 6px 4px rgba(102,102,102,0.8); /* Firefox */
	-webkit-box-shadow: 3px 4px 6px 4px rgba(102,102,102,0.8); /* Safari and Chrome */
}
.topnavlink {
	visibility: visible;
	display: inline-block;
	width:100%;
	opacity: 0.7;
}
.topnavlink ul {
	padding: 0;
	margin: 0;
}

.topnavlink li {
	visibility: visible;
	display: inline-block;
	height: 25px;
	margin-right:4px;
	background-color: rgba(255,255,255,1);
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	text-align:  center;
	vertical-align: middle;
	border-radius: 25px;
	-moz-transform: rotate(-0deg); /* Firefox用 */
	-webkit-transform: rotate(-0deg);  /* Safari,Chrome用 */
	-o-transform: rotate(-0deg);  /* Opea用 */
	transform: rotate(-0deg); /* CSS3 */
}
.topnavlink li a {
	float:left;
	display: inline-block;
	height: 25px;
	margin-right:4px;
	padding-left:10px;
	padding-right:15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-radius: 25px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color:#000000;
	box-shadow: 3px 2px 3px 2px rgba(102,102,102,0.8);
	-moz-box-shadow: 3px 2px 3px 2px rgba(102,102,102,0.8); /* Firefox */
	-webkit-box-shadow: 3px 2px 3px 2px rgba(102,102,102,0.8); /* Safari and Chrome */
}
.topnavlink li a:hover {
	color: #000000;
	font-weight: bold;
	visibility: visible;
	display: block;
	vertical-align: middle;
	background-color: rgba(204,204,204,1);
	border-radius: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	-webkit-transition-property: background;
	-webkit-transition-duration: 1500ms;
	-moz-transition-property: background;
	-moz-transition-duration: 1500ms;
	-o-transition-property: background;
	-o-transition-duration: 1500ms;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,1)', endColorstr='rgba(51,51,51,1)'); for IE */
	background: -webkit-gradient(linear, left top, left bottom, from( rgba(255,255,255,1)), to( rgba(51,51,51,1))); /* for webkit browsers */
	background: -moz-linear-gradient(top,rgba(255,255,255,1), rgba(51,51,51,1) );
	background: -o-linear-gradient(top,rgba(255,255,255,1), rgba(51,51,51,1) );
	-webkit-transition-property: background;
	-webkit-transition-duration: 1000ms;
	-moz-transition-property: background;
	-moz-transition-duration: 1000ms;
	-o-transition-property: background;
	-o-transition-duration: 1000ms;
	box-shadow: 3px 4px 6px 4px rgba(102,102,102,0.8);
	-moz-box-shadow: 3px 4px 6px 4px rgba(102,102,102,0.8); /* Firefox */
	-webkit-box-shadow: 3px 4px 6px 4px rgba(102,102,102,0.8); /* Safari and Chrome */
	-moz-transform:scale(1.05); /* Firefox */
	-webkit-transform:scale(1.05); /* Safari Chrome */
	-o-transform:scale(1.05);  /* Opera */
}

.navlinkcenter {
	visibility: visible;
	border-radius: 25px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	opacity:0.8;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	height: 25px;
	vertical-align: middle;
	background-color:rgba(255,255,255,1);
	box-shadow: 3px 2px 3px 2px rgba(102,102,102,0.8);
	-moz-box-shadow: 3px 2px 3px 2px rgba(102,102,102,0.8); /* Firefox */
	-webkit-box-shadow: 3px 2px 3px 2px rgba(102,102,102,0.8); /* Safari and Chrome */
	-moz-transform: rotate(-5deg); /* Firefox用 */
	-webkit-transform: rotate(-5deg);  /* Safari,Chrome用 */
	-o-transform: rotate(-5deg);  /* Opea用 */
	transform: rotate(-5deg); /* CSS3 */
}

.navlinkcenter a {
	visibility: visible;
	border-radius: 25px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color:#000000;
	color: #000000;
	font-weight: bold;
	text-align: center;
	height: 25px;
	display: block;
	text-decoration: none;
	vertical-align: middle;
}

.navlinkcenter a:hover {
	color:  #000000;
	font-weight: bold;
	visibility: visible;
	height: 25px;
	display: block;
	text-align: center;
	vertical-align: middle;
	border-radius: 25px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,1)', endColorstr='rgba(51,51,51,1)'); for IE */
	 background: -webkit-gradient(linear, left top, left bottom, from( rgba(255,255,255,1)), to(rgba(51,51,51,1))); /* for webkit browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(51,51,51,1) );
	background: -o-linear-gradient(top, rgba(255,255,255,1), rgba(51,51,51,1) );
	-webkit-transition-property: background;
	-webkit-transition-duration: 1000ms;
	-moz-transition-property: background;
	-moz-transition-duration: 1000ms;
	-o-transition-property: background;
	-o-transition-duration: 1000ms;
	box-shadow: 3px 4px 6px 4px rgba(102,102,102,0.8);
	-moz-box-shadow: 3px 4px 6px 4px rgba(102,102,102,0.8); /* Firefox */
	-webkit-box-shadow: 3px 4px 6px 4px rgba(102,102,102,0.8); /* Safari and Chrome */
}
.navlinkcenterS {
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	border-radius: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #000000;
	font-weight: bold;
	text-align: center;
	height: 20px;
	text-decoration: none;
	vertical-align: middle;
	background-color: rgba(255,255,255,1);
	opacity:0.9;
}
.navlinkcenterS a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	text-align: center;
	border-radius: 20px;
	vertical-align: text-top;
	background-color: rgba(255,255,255,1);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.navlinkcenterS a:hover {
	color:  #000000;
	font-weight: bold;
	visibility: visible;
	display: block;
	clear: none;
	background-color: rgba(204,204,204,0.5);
	border-radius: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	-webkit-transition-property: background;
	-webkit-transition-duration: 1000ms;
	-moz-transition-property: background;
	-moz-transition-duration: 1000ms;
	-o-transition-property: background;
	-o-transition-duration: 1000ms;
}

.pankuzunavi {
	display:inline-block;
	float:left;
	padding-left:50px;
	padding-right:50px;
	color:#000000;
	font-size: 12px;
	text-align: left;
	border-radius: 25px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-weight: bold;
	opacity:0.8;
	background-color: #FFFFFF;
	height: 20px;
	box-shadow: 3px 2px 3px 2px rgba(102,102,102,0.8);
	-moz-box-shadow: 3px 2px 3px 2px rgba(102,102,102,0.8); /* Firefox */
	-webkit-box-shadow: 3px 2px 3px 2px rgba(102,102,102,0.8); /* Safari and Chrome */
}
.pankuzunavi a {
	color:#000000;
	text-decoration: none;
	
}
.pankuzunavi a:hover {
	color: #000000;
	display:inline
	font-weight: bold;
	visibility: visible;
	background-color: rgba(204,204,204,1);
	border-radius: 25px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	text-align: center;
	vertical-align: middle;
	-webkit-transition-property: background;
	-webkit-transition-duration: 1000ms;
	-moz-transition-property: background;
	-moz-transition-duration: 1000ms;
	-o-transition-property: background;
	-o-transition-duration: 1000ms;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,1)', endColorstr='rgba(51,51,51,1)'); for IE */
	 background: -webkit-gradient(linear, left top, left bottom, from( rgba(255,255,255,1)), to(rgba(51,51,51,1))); /* for webkit browsers */
	 background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(51,51,51,1) ); 
	 background: -o-linear-gradient(top, rgba(255,255,255,1), rgba(51,51,51,1) );
	 -webkit-transition-property: background;
	-webkit-transition-duration: 1000ms;
	-moz-transition-property: background;
	-moz-transition-duration: 1000ms;
	-o-transition-property: background;
	-o-transition-duration: 1000ms;
	box-shadow: 3px 4px 6px 4px rgba(102,102,102,0.8);
	-moz-box-shadow: 3px 4px 6px 4px rgba(102,102,102,0.8); /* Firefox */
	-webkit-box-shadow: 3px 4px 6px 4px rgba(102,102,102,0.8); /* Safari and Chrome */
}

.blocklink a {
	display:block;
	color: #000000;
}
.blocklink a:hover {
	display:block;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	background-color:#FFFFFF;
	padding:10px;
	border-radius: 25px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	vertical-align: middle;
	-webkit-transition-property: background;
	-webkit-transition-duration: 1500ms;
	-moz-transition-property: background;
	-moz-transition-duration: 1500ms;
	-o-transition-property: background;
	-o-transition-duration: 1500ms;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,1)', endColorstr='rgba(51,51,51,1)'); for IE */
	 background: -webkit-gradient(linear, left top, left bottom, from( rgba(255,255,255,1)), to(rgba(51,51,51,1))); /* for webkit browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(51,51,51,1) );
	background: -o-linear-gradient(top, rgba(255,255,255,1), rgba(51,51,51,1) );
	-webkit-transition-property: background;
	-webkit-transition-duration: 1000ms;
	-moz-transition-property: background;
	-moz-transition-duration: 1000ms;
	-o-transition-property: background;
	-o-transition-duration: 1000ms;
	box-shadow: 3px 4px 6px 4px rgba(102,102,102,0.8);
	-moz-box-shadow: 3px 4px 6px 4px rgba(102,102,102,0.8); /* Firefox */
	-webkit-box-shadow: 3px 4px 6px 4px rgba(102,102,102,0.8); /* Safari and Chrome */	
}

.blocklink2 {
	text-decoration:none;
	display:block;
	color:inherit;
}
.blocklink2:hover {
	text-decoration:none;
	display:block;
	color:inherit;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:10px;
	border-radius: 25px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	vertical-align: middle;
	-webkit-transition-property: background;
	-webkit-transition-duration: 1000ms;
	-moz-transition-property: background;
	-moz-transition-duration: 1000ms;
	-o-transition-property: background;
	-o-transition-duration: 1000ms;
}
.blocklink2 a {
	display:block;
	color:inherit;
	
}

.blocklink2 a:hover {
	display:block;
	color:inherit;text-align:left;
}
