﻿/*******HighSlideJs********/

/*******side_navbox********/

#side_navbox {
	left: 0px;
	top: 5px;
	position: relative;
	float: left;
	margin: 0px;
	width: 150px; /*　左側のcol欄の幅　*/
	;
	font-size: 85%; /* position: absolute;   table使用中のため削除*/
	;
	float: left;
	clear: both;
	background-color: #FFFFE6;
	padding-left: 10px;
	padding-right: 10px;/*IE６ではpaddingを認識しないため枠端からの引き幅は表示されない*/
	height: 330px;/* 　stageを含むメインコンテンツの左端からの距離（幅）　ページの内容に依るのでページスタイルで決める　*/
	;
	/*	bottom: 0px;
	right: 0px;
	clip: rect(0px, 175px, 900px, 0px);/*この右幅の値を入れておかないとファイアーフォックスで右はにの罫線が表示されなくなる*/;
	behavior: url("/PIE.htc"); /*IE6/7/8/9をCSS3対応にする*/
	position: relative;
}

ul.side_nav {
	top: 20px;
	list-style: none;
	display: block;
	width: 140px;
	position: relative;
	left: 10px;
	padding: 60px 0 60px 0;
	background: url(shad2.png) no-repeat;
	background-size: 50% 100%;
	background-color:#FFFFE6;
	border-style:none none none outset;
	border-width: 1px;/*ナビゲーションバーのボックスのボーダー幅*/
	border-left-color:#E8E8E8;
	/*border-color: #E8E8E8 silver silver #E8E8E8 ;/*ナビゲーションバーのボックスのボーダー色*/
}

ul.side_nav li {
	margin: 5px 0 0 0;
}

ul.side_nav li a {
	-webkit-transition: all 0.3s ease-out;
	background: #cbcbcb url(border.png) no-repeat;
	color: #174867;
	padding: 7px 15px 7px 15px;
	-webkit-border-top-right-radius: 10px;
 	-webkit-border-bottom-right-radius: 10px;
	border-top-right-radius: 4px; /* CSS3 */;	
	border-bottom-right-radius: 4px; /* CSS3 */;
	width: 100px;
	display: block;
	text-decoration: none;
	-webkit-box-shadow: 2px 2px 4px #888;
}

ul.side_nav li a:hover {
	background: #ebebeb url(border.png) no-repeat;
	color: #67a5cd;
	padding: 7px 15px 7px 30px;
}
ul.side_nav li a.open_facebook_LB {
	outline: none;
	text-decoration: none;
	color: #FFFFFF;
	background: #3B5998;
}

ul.side_nav li a.open_facebook_LB:hover {
	background: #3B5998;
	color: #FFFFFF;
}
