div.sideBox{
	width:145px;
	height:100%;
	position:fixed;
	left:0px;
    top: 0;
	display:block;
	overflow:hidden;
	/*background-image:url(../images/menu_back.png);*/
	padding:0 30px 0 30px;
    min-height:700px !important;
    /*border-right:1px solid #f1f1f1;*/
    background-color:#fff;
    z-index:100;
}

.sideBox h1{
	/*border-bottom:1px dotted #ddd;
	margin:0 auto 20px;*/
    display:block;
    width:115px;
    padding:0px 15px 0px 15px;
}
.sideBox h1 img{
	margin:40px 0px;
}

ul#gnavi_top{
	display:block;
	overflow:hidden;
	text-align:center;
	margin:0 auto;
	opacity:1 !important;
	border-bottom:1px dotted #ddd;
	width:145px;
    padding:0 0 20px 0;
}

ul#gnavi_top li{
	font-family: 'Rambla', sans-serif;
	font-size:100%;
	letter-spacing: 0.23em;
	line-height:2.5em;
}

ul#gnavi_top li a{color:#111;}
ul#gnavi_top li a:hover,ul#gnavi_top li.current_page_item a{color:#999;} 

/*ul#gnavi_top li:nth-child(6){margin-right:0;}*/

.sideBox .cap{
	position:absolute;
	bottom:17px;
    	height:62px;
	font-size:85%;
	color:#999;
	text-align:center;
	width:145px;
	font-family: 'Rambla', 'Osaka' ,sans-serif;
	letter-spacing: 0.08em;
    bottom: 30px;
}

.sideBox .cap a{color:#111;}
.sideBox .cap a span{font-size:20px !important;}

.sideBox .cap p{
    margin:0 auto 5px;
}


.sideNewsArea{width:145px;display:block;overflow:hidden;margin:auto;text-align:center;}
.sideNewsArea h3{
	font-size:100%;
	font-family: 'Rambla', 'Osaka' ,sans-serif;
	letter-spacing: 0.08em;
	padding:7px 0 7px 0;
	border-bottom:1px dotted #ddd;
	font-weight:normal;
	margin:auto auto 15px;
    width:145px;
}

.sideNewsArea span.date{font-size:75%;color:#555;margin-bottom:3px;}
.sideNewsArea p{font-size:85%;margin:0;}
.sideNewsArea a{color:#111;}
.sideNewsArea a:hover{color:#777;}

div.topWhiteBox{
	/*background-color:#fff;
	padding:30px;
	display:block;
	overflow:hidden;
	margin:auto;
	width:600px;
	height:80px;
	position:absolute;
	bottom:100px;
	margin-top:100px;
	margin-left:-300px;
	top:50%;
	left:50%;*/
	width:145px;
	position:fixed;
	left:50px;
    top:20px;
	display:block;
	overflow:hidden;
	/*background-image:url(../images/menu_back.png);*/
	padding:0 20px 20px 20px ;
    border-right:1px solid #f1f1f1;
    background-color:#fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    z-index:100;
}

.topWhiteBox h1{
	border-bottom:1px dotted #ddd;
	margin:0 auto 25px;
    display:block;
}

.topWhiteBox h1 img{
	margin:40px 10px;
}

.topWhiteBox ul#gnavi_top{
    border-bottom:none;
    padding-bottom:10px !important;
}

div.index_news{
    background-color:#fff;
    padding:20px;
    width:145px;
    position:fixed;
    bottom:0px;
    left:50px;
    display:block;
    overflow:hidden;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.index_news .cap{
    margin-top:30px;
    height:30px;
	font-size:85%;
	color:#999;
	text-align:center;
	width:145px;
	font-family: 'Rambla', 'Osaka' ,sans-serif;
	letter-spacing: 0.08em;
}

.index_news .cap p{
    margin:0 auto 5px;
}