@charset "utf-8";

* {
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", "メイリオ", "Meiryo", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka" , sans-serif;
	color:#000;
	font-size:10pt;
}

body {
	
}

ul,li {
	list-style-type:none;
}

body {
	margin:0;
	padding:0;
	min-width:800px;
	min-height:500px;
}

h1#vBarSiteTitle {
	color:#fff;
	font-weight:normal;
	font-size:24pt;
	margin:0;
	padding:0;
	text-align:center;
	z-index:910;
}

h1#vBarSiteTitle img {
	border:0;
	margin:0 auto;
	padding:0;
}

div#verticalBar {
	position:absolute;
	width:300px;
	height:100%;
	min-height:500px;
	top:0px;
	left:50px;
	background-color:#000000;
	filter: alpha(opacity=60);
		-ms-filter:" alpha(opacity=60)";
		-moz-opacity:0.60;
		opacity:0.60;
	z-index:900;
}

div#vBarInfo {
	position:absolute;
	top:0px;
	left:60px;
	margin:0;
	width:280px;
	height:100%;
	color:#000;
	z-index:990;
}

#vBarBlock1Nav {
	position:absolute;
	top:430px;
	left:0;
	width:270px;
	height:auto;
	margin: 10px 0 5px 0;
	text-align: left;
	color:#fff;
	border-top: 2px solid #36f;
	border-bottom: 2px solid #36f;
	background : url("../../images/black75-trans.png");
}


#vBarBlock1Nav a {
	margin: 0 5px;
	padding: 3px 4px;
	background-color: #000;
	text-decoration: none;
	color:#fff;
}

#vBarBlock1Nav a.activeSlide {
	background-color: #f3f3f3;
	color:#f00;
	font-weight:bold;
	border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	behavior: url(../pie/PIE.htc);
}

#vBarBlock1Nav a:focus {
	outline: none;
}

div#vBarBottom {
	position:fixed;
	bottom:5px;
	right:0;
	background-color: #f3f3f3;
	background : url("../../images/white75-trans.png");
/*
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
*/
	width:100%;
	border-bottom:2px solid #ff0080;

}

div#vBarBottom p.addthis {
	float:left;
	width:125px;
	height:16px;
	margin-left:50px;
	padding:0;
	text-align:right;
	overflow:hidden;
}

div#vBarBottom p.copyright {
	float:right;
	width:500px;
	height:auto;
	color:#000;
	font-weight:bold;
	font-size:8pt;
	line-height:16px;
	text-align:left;
}

div#vBarBottom a,
div#vBarBottom p a {
	text-decoration:none;
	color:#000;
	font-size:8pt;
	font-weight:bold;
}

ul#vBarNav li .currentBar {
	border-bottom:2px solid #ffcee7;
}


/* clearfix hack */
	.clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
.clearfix {
	display:inline-block;
}
/* hide macie \*/
*html .clearfix {
	height:1%;
}
.clearfixl {
	display:block;
}
/* endie */
/* end clearfix hack */
