.content-box{
	position:relative;
	margin-bottom:10px;
	border:1px solid #d9d9d9;
	border-radius:4px;
}
.content-box div.shadow{
	/* IE8対? 
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=180)";
	zoom:1;
	border-bottom:1px solid #d9d9d9;*/
}
.content-box h2{
	padding:6px 0;
	font-weight:bold;
	font-size:12px;
	line-height:18px;
	color:#0f0964;
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-8 */
	box-shadow:0 3px 4px #e9e9e9;
	border-bottom:1px solid #d9d9d9;
	border-radius:4px 4px 0 0;
}
.content-box h2 strong{
	position:relative;
	display:inline-block;
	/* padding-left:10px; */
	/* border-left:5px solid #0f0964; */
}
.content-box p,
.text-box dl{
	padding:13px;
}
.text-box dt{
	clear:left;
	float:left;
	width:85px;
}
.text-box dd{
	padding:0 0 10px 85px;
}
.text-box dd:last-child{
	padding:0 0 0 85px;
}

/**/
.content-table h2{
	margin:25px 0 15px 0;
	font-size:16px;
	color:#207795;
}
.content-table table{
	border-collapse:collapse;
}
.content-table td{
	padding:5px 0;
	text-align:center;
	vertical-align:middle;
	line-height:25px;
	border:1px solid #d6d6d6;
}
.content-table thead td{
	background-color:#59a1cc\9;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #4592c0), color-stop(0.00, #59a1cc));
	background: -webkit-linear-gradient(#59a1cc, #4592c0);
	background: -moz-linear-gradient(#59a1cc, #4592c0);
	background: -o-linear-gradient(#59a1cc, #4592c0);
	background: -ms-linear-gradient(#59a1cc, #4592c0);
	background: linear-gradient(#59a1cc, #4592c0);
	color:#fff;
}
.content-table td.where{
	width:54px;
}
.content-table td.when{
	width:132px;
}
.content-table td.time{
	width:90px;
}
.content-table td.event{
	width:365px;
}
  .content-table td.event strong{
	display:block;
	padding:0 10px;
	text-align:left;
	font-weight:normal;
	line-height:18px;
  }
.content-table td.input{
	width:69px;
}
  .content-table tbody td.input{
	padding:0;
  }
  .content-table tbody td.input a{
	display:block;
	width:69px;
	height:auto;
	padding:5px 0;
	color:#00f;
  }
.box_hover{
	background-color:#dae8ee;
	cursor:pointer;
	}

/**/
.data-table table{
	margin:0 13px 18px 13px;
	border-collapse:collapse;
}
.data-table th,
.data-table td{
	padding:4px 10px;
	border:1px solid #b1c8d2;
	text-align:left;
}
.data-table th{
	width:150px;
	background-color:#e8f0f4;
	font-weight:normal;
}
.data-table td{
	width:470px;
}

/*
	aside
-----------------------------------*/

aside{
	width:218px;
	float:right;
	min-height:1000px;
}
.aside-box{
	margin-bottom:10px;
	padding:8px;
	border:4px solid #eee;
	border-radius:8px;
}
.aside-box li{
	margin-bottom:10px;
}
.aside-box li:last-child{
	margin-bottom:0;
}
/**/
.reserve-box{
	padding:8px 10px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}
	.ie8 .reserve-box{
		font-family:'・?ｼｳ Ｐ??ｷ???,sans-serif !important;
	}
.reserve-box h2{
	padding:0 0 0 24px;
	background:url(/static/img/reserve.png) 0 2px no-repeat;
	color:#0f0964;
	font-size:14px;
	line-height:21px;
}
.reserve-box .idpass{
	margin:1em 0 0 0;
}
.reserve-box .idpass input{
	width:184px;
	margin:0.3em 0 0.75em 0;
}
.reserve-box span{
	color:#7d7d7d;
}
.reserve-box .login{
	width:100%;
	margin:0.75em 0;
	text-align:center;
}

/**/
.personal-box{
	padding:0;
	background-color:#eee;
}
.personal-block{
	padding:8px;
	background-color:#fff;
}
.personal-block h2{
	margin-bottom:5px;
	padding:0 0 0 24px;
	background:url(/static/img/reserve.png) 0 2px no-repeat;
	font-weight:normal;
	font-size:12px;
	line-height:21px;
}
	.personal-block h2 a{
		font-weight:bold;
		font-size:14px;
	}
.message-block{
	padding:8px;
	background-color:#fff;
	border-top:2px solid #eee;
	box-shadow:0 4px 4px -2px #aaa;
}
.message-block dt{
	margin-bottom:8px;
	padding:2px 8px;
	background-color:#f0f0f0;
}
.message-block dd{
	height:21px;
	line-height:21px;
	margin-left:0px;
	padding-left:33px;
}
	.message-block dd.mail{
		background:url(/static/img/mark-mail.png) 8px 3px no-repeat;
	}
	.message-block dd.scout{
		background:url(/static/img/mark-scout.png) 8px 3px no-repeat;
	}
.message-block dd a{
	display:inline-block;
	width:70px;
}
	.message-block dd strong{
		color:#f00;
		font-weight:bold;
		font-size:14px;
	}
.mypage-block{
	padding:12px 8px 8px 0;
	text-align:right;
	font-weight:bold;
	background:url(../images/mark-home.png) 124px 10px no-repeat;
}


/**/
.regist-box{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}
	.ie8 .regist-box{
		font-family:'・?ｼｳ Ｐ??ｷ???,sans-serif !important;
	}
.regist-box h2{
	margin:8px 0 0 8px;
	color:#0f0964;
	font-size:14px;
}
.regist-box #regist{
	width:100%;
	margin:10px auto;
	text-align:center;
}
.help-area{
	padding:10px 0;
	text-align:right;
	border-top:1px dotted #abadb3;
}
	.help-area a{
		display:inline-block;
		padding-left:10px;
		color:#6699cc;
		background:url(../images/aside-arrow.png) 0 4px no-repeat;
	}

/**/
.bannerArea{
	padding:5px 5px 1px 5px;
	background-color:#d9ebff;
}
.bannerArea li{
	margin-bottom:5px;
}

/* mypage */
.profile-box{
	padding:0;
}
.profile-box h2{
	margin:8px 8px 4px 8px;
	padding:0 0 0 29px;
	background:url(../../mypage/img/profile-mark.gif) 0 0 no-repeat;
	font-size:12px;
	font-weight:normal;
	line-height:21px;
}
.profile-box h2 strong{
	font-size:14px;
	font-weight:bold;
}
.profile-box p{
	margin:0 8px;
	font-size:10px;
	line-height:1.5;
}
.profile-box .my-profile{
	display:block;
	width:100%;
	margin:10px auto 15px auto;
	text-align:center;
}
.profile-box .my-page{
	padding:8px;
	background-color:#eee;
	text-align:right;
	box-shadow: 0px 7px 7px -6px #aaa inset;
	-moz-box-shadow: 0px 7px 7px -6px #aaa inset;??* Firefox??*/
	-webkit-box-shadow: 0px 7px 7px -6px #aaa inset;??* Safari,Google Chrome??*/
}
  .profile-box .my-page a{
	  padding:0 0 0 20px;
	  background:url(../../mypage/img/mypage-mark.gif) 0 3px no-repeat;
	  line-height:16px;
  }

/*
	footer
-----------------------------------*/

footer{
	clear:both;
	width:100%;
	margin-top:30px;
	padding-bottom:20px;
	background-color:#1A1E6A;
	border-top:2px solid #615BAF;
	position:relative;
	color:#fff;
	z-index:2;
}
.footer-inner{
	width:950px;
	margin:0 auto;
	font-size:12px;
	background:url(../images/footerlogo.jpg) right 23px no-repeat;
}

/* pagetop */
.pagetop{
	float:right;
	z-index:0;
}
.pagetop a{
	display:block;
	background:#1A1E6A url(../images/pagetop-bg.gif) 0 2px no-repeat;
	color:#fff;
	border-top:2px solid #615BAF;
	border-left:2px solid #615BAF;
	border-right:2px solid #615BAF;
	border-bottom:2px solid #1A1E6A;
	position:relative;
	height:18px;
	margin-top:-25px;
	padding:3px 20px 0 32px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:center;
	text-decoration:none;
}
	.pagetop a:hover{
		text-decoration:underline;
	}


#site-info-navigation{
	list-style:none;
	padding:20px 145px 0 0;
}
#site-info-navigation li{
	display:inline;
	padding:0 18px 0 12px;
	background:url(../images/arrowR.gif) 0 6px no-repeat;
}
#site-info-navigation li a{
	color:#fff;
}

.copyright{
	position:relative;
	margin-top:10px;
	text-align:right;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}


/*??????????ｳ???????*/

a.btn1{
display: inline-block;
font-size: 14px;
font-weight: bold;
color: #ffffff;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
letter-spacing: 0;
border: solid 1px #cb6691;
-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.5);
border-radius: 4px;
text-decoration: none;
padding: 10px 24px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #e769ab), color-stop(0.00, #d75096));
background: -webkit-linear-gradient(top, #e769ab 0%, #d75096 97%);
background: -moz-linear-gradient(top, #e769ab 0%, #d75096 97%);
background: -o-linear-gradient(top, #e769ab 0%, #d75096 97%);
background: -ms-linear-gradient(top, #e769ab 0%, #d75096 97%);
background: linear-gradient(to bottom, #e769ab 0%, #d75096 97%);
/* IE8対? */
-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=180)";
zoom:1;
background-color:#e769ab;
}
a.btn1:hover{
display: inline-block;
font-size: 14px;
font-weight: bold;
color: #ffffff;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
letter-spacing: 0;
border: solid 1px #d9749f;
-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.5);
border-radius: 4px;
text-decoration: none;
padding: 10px 24px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #f577b9), color-stop(0.00, #e65fa4));
background: -webkit-linear-gradient(top, #f577b9 0%, #e65fa4 99%);
background: -moz-linear-gradient(top, #f577b9 0%, #e65fa4 99%);
background: -o-linear-gradient(top, #f577b9 0%, #e65fa4 99%);
background: -ms-linear-gradient(top, #f577b9 0%, #e65fa4 99%);
background: linear-gradient(to bottom, #f577b9 0%, #e65fa4 99%);
/* IE8対? */
-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=180)";
zoom:1;
background-color:#f577b9;
}
a.btn2{
display: inline-block;
font-size: 12px;
font-weight: bold;
color: #ffffff;
letter-spacing: 0;
border: solid 1px #354496;
-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.4);
border-radius: 4px;
text-decoration: none;
padding: 6px 15px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #3f5cba), color-stop(0.01, #203fa2));
background: -webkit-linear-gradient(top, #3f5cba 1%, #203fa2 99%);
background: -moz-linear-gradient(top, #3f5cba 1%, #203fa2 99%);
background: -o-linear-gradient(top, #3f5cba 1%, #203fa2 99%);
background: -ms-linear-gradient(top, #3f5cba 1%, #203fa2 99%);
background: linear-gradient(to bottom, #3f5cba 1%, #203fa2 99%);
/* IE8対? */
-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=180)";
zoom:1;
background-color:#3f5cba;
}

a.btn2:hover{
display: inline-block;
font-size: 12px;
font-weight: bold;
color: #ffffff;
letter-spacing: 0;
border: solid 1px #4352a4;
-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.4);
border-radius: 4px;
text-decoration: none;
padding: 6px 15px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #4d6ac8), color-stop(0.00, #2d4cb0));
background: -webkit-linear-gradient(top, #4d6ac8 0%, #2d4cb0 99%);
background: -moz-linear-gradient(top, #4d6ac8 0%, #2d4cb0 99%);
background: -o-linear-gradient(top, #4d6ac8 0%, #2d4cb0 99%);
background: -ms-linear-gradient(top, #4d6ac8 0%, #2d4cb0 99%);
background: linear-gradient(to bottom, #4d6ac8 0%, #2d4cb0 99%);
/* IE8対? */
-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=180)";
zoom:1;
background-color:#4d6ac8;
}

a.btn3{
display: inline-block;
font-size: 12px;
font-weight: bold;
color: #000;
letter-spacing: 0;
border: solid 1px #b5b5b5;
border-radius: 4px;
text-decoration: none;
width:100%;
padding: 6px 0;
text-align:center;
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjZjNmM2YzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 6%, rgba(231,231,231,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(6%,rgba(243,243,243,1)), color-stop(100%,rgba(231,231,231,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 6%,rgba(231,231,231,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 6%,rgba(231,231,231,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 6%,rgba(231,231,231,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 6%,rgba(231,231,231,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-8 */
}

a.btn3:hover{
	opacity:0.8;
}

a.btn4{
display: inline-block;
font-size: 12px;
font-weight: bold;
color: #ffffff;
letter-spacing: 0;
border: solid 1px #818181;
-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.3);
border-radius: 4px;
text-decoration: none;
padding: 4px 15px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.96, #7C7C7C), color-stop(0.00, #919191));
background: -webkit-linear-gradient(top, #919191 0%, #7C7C7C 96%);
background: -moz-linear-gradient(top, #919191 0%, #7C7C7C 96%);
background: -o-linear-gradient(top, #919191 0%, #7C7C7C 96%);
background: -ms-linear-gradient(top, #919191 0%, #7C7C7C 96%);
background: linear-gradient(to bottom, #919191 0%, #7C7C7C 96%);
/* IE8対? */
-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=180)";
zoom:1;
background-color:#919191;
}

a.btn4:hover{
display: inline-block;
font-size: 12px;
font-weight: bold;
color: #ffffff;
letter-spacing: 0;
border: solid 1px #818181;
-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.3);
border-radius: 4px;
text-decoration: none;
padding: 4px 15px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #8F8F8F), color-stop(0.00, #A1A1A1));
background: -webkit-linear-gradient(top, #A1A1A1 0%, #8F8F8F 97%);
background: -moz-linear-gradient(top, #A1A1A1 0%, #8F8F8F 97%);
background: -o-linear-gradient(top, #A1A1A1 0%, #8F8F8F 97%);
background: -ms-linear-gradient(top, #A1A1A1 0%, #8F8F8F 97%);
background: linear-gradient(to bottom, #A1A1A1 0%, #8F8F8F 97%);
/* IE8対? */
-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=180)";
zoom:1;
background-color:#A1A1A1;
}

a.btn5{
display: inline-block;
font-size: 12px;
font-weight: bold;
color: #333333;
letter-spacing: 0;
border: solid 1px #B6B6B6;
-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 1px rgba(0, 0, 0, 0.2);
border-radius: 4px;
text-decoration: none;
padding: 8px 20px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #EEE), color-stop(0.00, #F7F7F7));
background: -webkit-linear-gradient(#F7F7F7, #EEE);
background: -moz-linear-gradient(#F7F7F7, #EEE);
background: -o-linear-gradient(#F7F7F7, #EEE);
background: -ms-linear-gradient(#F7F7F7, #EEE);
background: linear-gradient(#F7F7F7, #EEE);
/* IE8対? */
-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=180)";
zoom:1;
background-color:#F7F7F7;
}

a.btn5:hover{
display: inline-block;
font-size: 12px;
font-weight: bold;
color: #333333;
letter-spacing: 0;
border: solid 1px #B6B6B6;
-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 1px rgba(0, 0, 0, 0.2);
border-radius: 4px;
text-decoration: none;
padding: 8px 20px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F3F3F3), color-stop(0.00, #FCFCFC));
background: -webkit-linear-gradient(#FCFCFC, #F3F3F3);
background: -moz-linear-gradient(#FCFCFC, #F3F3F3);
background: -o-linear-gradient(#FCFCFC, #F3F3F3);
background: -ms-linear-gradient(#FCFCFC, #F3F3F3);
background: linear-gradient(#FCFCFC, #F3F3F3);
/* IE8対? */
-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=180)";
zoom:1;
background-color:#FCFCFC;
}
