@charset "utf-8";
/*******************************************
サイドコラム
*******************************************/


/*****  左コンテンツメニュー  *****/

#leftClm {
	width: 220px;
	float: left;
}

/*  アクション  */

ul#actionbnr {
	margin: 0px;
	padding: 0px;
}

#actionbnr li {
	margin: 10px 0;
}

ul#actionbnr > li:first-child {
	margin-top: 0px;
}

#actionbnr .act01 a {
	background-image: url(../images/common/order.png);
	background-repeat: no-repeat;
	display: block;
	width: 220px;
	height: 102px;
	text-indent: -9999px;
}

#actionbnr .act02{
	width:218px;
	border-radius:3px;
	-webkit-box-shadow:0 1px 3px #999;
	-moz-box-shadow:0 1px 3px #999;
	-ms-box-shadow:0 1px 3px #999;
	-o-box-shadow:0 1px 3px #999;
	box-shadow:0 1px 3px #999;
	background: url(../images/common/side_freecall_new.png) 50% 10px no-repeat;
	padding-top:110px;
	padding-bottom:6px;
	margin-left:1px;
}

#actionbnr .act02 a {
	background: url(../images/common/btn_inquiry.png) 0 0 no-repeat;
	background-repeat: no-repeat;
	display: block;
	width: 208px;
	height: 36px;
	text-indent: -9999px;
	margin:0 auto;
}

#actionbnr .act03 a {
	background-image: url(../images/common/btn_document.png);
	background-repeat: no-repeat;
	display: block;
	width: 220px;
	height: 51px;
	text-indent: -9999px;
	margin-left: 0px;
}


/*  会員用メニュー  */

ul#members{
	border: 1px solid #009ae2;
	background: url(../images/common/members.png) no-repeat center top;
	padding-top: 60px;
	text-align: center;
	border-radius:4px;
}

ul#members li{
	padding-bottom:7px;
}

#members .menu01 a {
	background-image: url(../images/common/memb_menu01.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 198px;
	height: 30px;
	text-indent: -9999px;
	margin: 0px auto;
}

#members .menu02 a {
	background-image: url(../images/common/memb_menu02.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 198px;
	height: 30px;
	text-indent: -9999px;
	margin: 0px auto;
}

#members .menu03 a {
	background-image: url(../images/common/memb_menu03.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 198px;
	height: 30px;
	text-indent: -9999px;
	margin: 0px auto;
}

#members .menu04 a {
	background-image: url(../images/common/memb_menu04.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 198px;
	height: 30px;
	text-indent: -9999px;
	margin: 0px auto;
}

#members .menu05 {
	padding: 7px 0 7px 11px;
	text-align: left;
}

#members .menu05 a {
	display: block;
	padding-left: 18px;
	padding-right: 15px;
	color: #6b6b6b;
	font-size: 80%;
	float: left;
}

#members .menu05 span:first-child a{
	background:url(../images/common/icon-faq.png) left center no-repeat;
}
#members .menu05 span:last-child a{
	background:url(../images/common/icon-mail.png) left center no-repeat;
}
/*  サービスメニュー  */

#srv {
	margin: 10px 0;
}

#srv h3 {
	background-image: url(../images/common/sv_ttl.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
	display: block;
	height: 26px;
}

#srv li {
	background-image: url(../images/common/dot_x.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#srv a {
	display: block;
	background-image: url(../images/common/arw_reg.gif);
	background-repeat: no-repeat;
	background-position: 13px center;
	padding:10px 0 10px 35px;
	color: #6b6b6b;
	font-size: 82%;
}

#srv a:hover{
	text-decoration:underline;
}
/*****  右バナーメニュー  *****/

#sideClm {
	width: 245px;
	float: right;
}

/*  検索ボックス  */

#srchBox {
	background-color: #eee;
	padding: 10px;
	border-radius:7px;
}

#srchBox .size {
	height: 24px;
	width: 154px;
	border: 1px solid #888;
	border-radius:4px;
}

#srchBox .size:active,#srchBox .size:focus {
	box-shadow:1px 1px 3px #ddd inset;
}

#srchBox .btn {
	background-image: url(../images/common/srch_go.gif);
	background-repeat: no-repeat;
	width: 51px;
	height: 28px;
	text-indent: -9999px;
	border: 0px;
	cursor: pointer; 
}



/*  バナー  */

.sideBnr {
	margin: 10px 0;
}
.sideBnr02 {
	margin: 20px 0;
}
.sideBnr02 .sideimg{
	margin: 0 0 0 3px;
}










/*  ロールオーバー  */

#actionbnr a:hover,
#members a:hover,
#srv a:hover,
.sideBnr a:hover {
	zoom:1.0;
	-ms-filter: "alpha(opacity=70)";
	filter:alpha(opacity=70);　/*IE*/
	-moz-opacity:0.70;　/*FF*/
	opacity:0.70;
}


#members a:hover,
#srv a:hover,
#actionbnr a:hover,
.sideBnr a:hover,
.sideBnr02 a:hover { opacity:0.70; }
