@charset "utf-8";

/*
Theme Name: PERFORMANCE BROTHR'S
Theme URI: http://pb-y.com/
Description: This is our original theme.
Author: NEXUS Corporation.
Author URI:　http://nexus-co.net/
Version:1.0
*/


body {
	margin: 0;
	padding: 0;
	color: #000000;
	zoom:1;
	text-align: center;
	background-color: #000000;
	background-repeat: repeat-y;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-image: url(./img/carbon_back.gif);
	background-position: center;
}

a:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
}

a:link {
	color: #F60;
}
a:visited {
	color: #666;
}
a:hover {
	color: #000;
}

/* ~~ この固定幅コンテナが他の div を囲みます。~~ */

#container {
	width: 960px;
	height: auto;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/*ヘッダー*/


#header {
	height: 80px;
	width:950px;
	margin-bottom: 10px;
	background-color: #000;
	padding-top: 5px;
	font-size: 10px;
	color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
}



#container #header #header01 h1 {
	font-size: 10px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#header01 {
	background-color: #000;
	width: 945px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
}

/*TOPスライドショー*/


#top_slide {
	height: 524px;
	width: 960px;
	margin-bottom: 10px;
	float: left;
	margin-top: 0px;
	background-image: url(frame.png);
	background-repeat: no-repeat;
	}
	
	


/*コンテンツ*/	

#content {
	background-color: #FFF;
	width: 960px;
	padding-top: 10px;
	padding-bottom: 35px;
	float: left;
}


/*左サイド*/
#leftside {
	width: 235px;
	margin-left: 10px;
	float: left;
}

#left_navi {
	background-image: url(img/pb_navi_top.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 35px;
	width: 235px;
}
.left_navi_botan {
	width: 235px;
	margin-bottom: 5px;
}
.left_banner {
	width: 235px;
	margin-bottom: 15px;
}
.left_banner2 {
	background-color:#000
	width: 235px;
	margin-bottom: 15px;
	background-color: #000;
	color: #FFF;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	cursor: nw-resize;
	text-align: center;
}



/*右側メインエリア*/

#rightmain {
	width: 690px;
	margin-right: 10px;
	margin-left: 14px;
	float: left;
}



/*フッター*/
#foot {
	color: #FFF;
	background-color: #000;
	width: 960px;
	padding-bottom: 15px;
	float: left;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
}



#foot_info {
	padding: 10px;
	height: 100px;
	width: 228px;
	border: 1px solid #FFF;
}
a.footlink {
	text-decoration: none;
	color: #FFF;
}
a.footlink:hover {
	text-decoration: none;
	color: #FC0;
}



.contents_subtitle {
	margin-bottom: 15px;
}


.lineup03_01 {
	margin-bottom: 10px;
}
.lineup03_02 {
	font-size: 12px;
	background-color: #C0C0C0;
	width: 670px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 15px;
}
.lineup03_03 {
	font-size: 12px;
	margin-bottom: 15px;
}
.lineup03_04 {
	width: 690px;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
}


.lineup03_05 {
	margin-bottom: 50px;
}

.lineup03_06 {
	font-size: 12px;
	margin-bottom: 15px;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 0px #ccc;
	-webkit-box-shadow: 0 0 0px #ccc;
	box-shadow: 0 0 0px #ccc;
	border:  0px solid #fff;
	left: 0px;
	background: #000;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 0px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: 0px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
