/*
	ボタンのマウスオーバーセット
	[cs_button_set.js]とセットで稼動する。
	<input name="" type="" value="" class="link_btn_90_24" onClick="">
*/

/********************
* CSSボタン定義
*********************/
.link_btn {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9
		), color-stop(1, #c7c5c7));
	background: -moz-linear-gradient(top, #f9f9f9 5%, #c7c5c7 100%);
	background: -webkit-linear-gradient(top, #f9f9f9 5%, #c7c5c7 100%);
	background: -o-linear-gradient(top, #f9f9f9 5%, #c7c5c7 100%);
	background: -ms-linear-gradient(top, #f9f9f9 5%, #c7c5c7 100%);
	background: linear-gradient(to bottom, #f9f9f9 5%, #c7c5c7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',
		endColorstr='#c7c5c7', GradientType=0);
	background-color: #f9f9f9;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 3px solid #05619e;
	display: inline-block;
	cursor: pointer;
	color: #111;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "KozGoPro-Regular","Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", "MS UI Gothic",Osaka, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
	text-align: center;
	padding: 2px 5px 2px 5px;
	behavior: url(/css/PIE.htc); /* IE */
	font-weight: bold;
}

.link_btn:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c7c5c7
		), color-stop(1, #f9f9f9));
	background: -moz-linear-gradient(top, #c7c5c7 5%, #f9f9f9 100%);
	background: -webkit-linear-gradient(top, #c7c5c7 5%, #f9f9f9 100%);
	background: -o-linear-gradient(top, #c7c5c7 5%, #f9f9f9 100%);
	background: -ms-linear-gradient(top, #c7c5c7 5%, #f9f9f9 100%);
	background: linear-gradient(to bottom, #c7c5c7 5%, #f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7c5c7',endColorstr='#f9f9f9', GradientType=0);
	background-color: #c7c5c7;
	border: 3px solid #0599EE;
}

.link_btn:active {
	/*
	position:relative;
	top:1px;
*/
	
}

.link_btn[disabled] {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f0f0f0), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #f0f0f0 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #f0f0f0 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #f0f0f0 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #f0f0f0 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #f0f0f0 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#dfdfdf',GradientType=0);
	background-color:#f0f0f0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:3px solid #cfcfcf;
	display:inline-block;
	color: #888;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "KozGoPro-Regular","Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", "MS UI Gothic",Osaka, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
	text-align: center;
	padding: 2px 5px 2px 5px;
	behavior: url(/css/PIE.htc); /* IE */
	font-weight: bold;
	cursor: auto;
}

.link_btn.btn_40_24{
	width: 40px;
	height: 24px;
	padding: 0px;
}

.link_btn.btn_60_24 {
	width: 60px;
	height: 24px;
	padding: 0px;
}

.link_btn.btn_60_40 {
	width: 60px;
	height: 40px;
	padding: 0px;
}

.link_btn.btn_90_24 {
	width: 90px;
	height: 24px;
	padding: 0px;
}


.link_btn.btn_90_40 {
	width: 90px;
	height: 40px;
	padding: 0px;
}

.link_btn.btn_90_50 {
	width: 90px;
	height: 50px;
	padding: 0px;
}

.link_btn.btn_90_60 {
	width: 90px;
	height: 60px;
	padding: 0px;
}

.link_btn.btn_120_40 {
	width: 120px;
	height: 40px;
	padding: 0px;
}

.link_btn.btn_150_24 {
	width: 150px;
	height: 24px;
	padding: 0px;
}
.link_btn.btn_150_40 {
	width: 150px;
	height: 40px;
	padding: 0px;
}

.link_btn.btn_240_40 {
	width: 240px;
	height: 40px;
	padding: 0px;
}
