@charset "utf-8";
/* Font-size Adjustment.
	77% = 10px	|	123.1% = 16px	|	167% = 22px
	85% = 11px	|	131% =  17px	|	174% = 23px 
	93% = 12px	|	138.5% = 18px	|	182% = 24px 
	100% = 13px	|	146.5% = 19px	|	189% = 25px 
	108% = 14px	|	153.9% = 20px	|	197% = 26px 
	116% = 15px	|	161.6% = 21px	| 
*/
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
* {margin: 0;padding: 0;}
body {
	line-height: 1.5;
	color: #555555;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

/*======================================
	1-4.Text Module
=======================================*/
p,
address {
	line-height: 1.6;
	margin: 0 0 2em 0;
	font-size: 108%;
	font-style: normal;
}

h1,
h2,
h3 {
	line-height: 1;
	font-size: 144%;
}
h4,
h5,
h6 {
	margin: 2em 0 0.5em; 
	line-height: 1.8;
}
h1 {
	margin: 0; 
}
h2 {
	margin: 0 0  30px 0; 
}
h3 {
	margin: 0 0  20px 0; 
}
h4 {
	font-size: 115%;
}
h5 {
	font-size: 107%;
}
h6 {
	font-size: 107%;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

/*======================================
	1-5.Hypertext Module
=======================================*/
:focus {outline: 0;}
a:focus {
	outline: none;
}

a:link {
	/* color: #1570bb; */
	color: #ffffff;
}

a:visited {
	/* color: #1786d1; */
	color: #ffffff;
}

a:hover {
	color: #f13f4d;
}

/*======================================
	1-6.List Module
=======================================*/
ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin: 0;
	padding: 0;
}

/*======================================
	1-9.Tables Module
=======================================*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	border: 0px none #ffffff;
}

th,
td {
	border: 0px none #ffffff;
}

th {
	color: #AAAAAA;
}

td {
	border: 0px none #ffffff;
}

/*======================================
	1-10.Image Module
=======================================*/
img {
	border: none;
	display: block;
}

img.left {
	float:left;
	display: inline;
	margin: 0 8px 8px 0;
}

img.right {
	float:right;
	display: inline;
	margin: 0 0 8px 8px;
}

img.block {
	margin: 8px auto;
}

a img {

}

a:hover img {

}

/*======================================
	1-11.Object Module
=======================================*/
object,
embed {
	
}

/*=====================================*/


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
}



/* ////////////////////////////////////////////////////
//////////////////////////////////////////////////// */





html {
	overflow-y:scroll;
	background-image: url(http://www.b-pacs.com/gallery/files/img/gallery_pattern.png);
	background-color: #edecec;
}

body {
	background-image: url(http://www.b-pacs.com/gallery/files/img/gallery_pattern.png);
	background-color: #edecec;
}

.wrap {
	width: 100%;
	text-align: center;
}
	.contents {
		width: 800px;
		margin: 0 auto;
		text-align: left;
	}

#header {
	background-image: url(http://www.b-pacs.com/gallery/files/img/header_bg.png);
	background-repeat: repeat-x;
	height: 60px;
}
	#header .contents {
		position: relative;
		width: 556px;
		padding-left:244px;
	}
	#title,
	#logo {
		position: absolute;
		top: 10px;
	}
	#title {
		left: 0;
		width: 141px;
		height: 41px;
	}
	#logo {
		right: 0;
		width: 68px;
		height: 11px;
		z-index: 210;
	}

#contents-header {
	background-image: url(http://www.b-pacs.com/gallery/files/img/contents-header_bg.png);
	background-repeat: repeat-x;
	background-color: #1a1a1a;
	height: 43px;
	color: #FFFFFF;
}
	h1 {
		float: left;
		width: 600px;
		height: 43px;
		line-height: 43px;
		vertical-align:middle; /* 効くかどうか不明。 */
	}
		h1 img {
			float: left;
			margin-right: 12px;
		}
		h1 span {
			font-size: 75%;
		}
	#header-information {
		float: right;
		width: 200px;
		line-height: 43px;
		font-family: Impact;
		text-align: right;
		color: #808080;
	}
	#header-information span {
		color: #AD0505;
		font-size: 189%;
	}

#bg {
	background-image: url(http://www.b-pacs.com/gallery/files/img/gallery_bg.png);
	background-repeat: repeat;
	background-color: #0c0c0c;
	color: #CCCCCC;
}
	.top {
		/* contents-top-bg */
		background-image: url(http://www.b-pacs.com/gallery/files/img/top_bg.png);
		background-repeat: repeat-x;
	}
		.top .contents {
			padding: 30px 0px 40px 0px;
		}
	.information {
		/* contents-information-bg */
		background-image: url(http://www.b-pacs.com/gallery/files/img/information_bg.png);
		background-repeat: repeat-x;
		background-color: #1a1a1a;
		color: #E6E6E6;
	}
		.information .contents {
			padding: 25px 0px;
			position: relative;
		}
		#bg .slim .contents {
			padding: 10px 0px;
		}
	.bottom {
		/* contents-bottom-bg */
		background-image: url(http://www.b-pacs.com/gallery/files/img/bottom_bg.png);
		background-repeat: repeat-x;
	}
		.bottom .contents {
			padding: 30px 0px 40px 0px;
		}

#footer {
	/* .contentsなし。コピーライト画像をおくだけ。 */
	width: 100%;
	text-align: center;
	background-image: url(http://www.b-pacs.com/gallery/files/img/footer_bg.png);
	background-repeat: repeat-x;
	padding: 5px 0 60px 0;
}
	#footer img {
		margin: 0 auto;
	}




/* ////////////////////////////////////////////////////

	body#car

http://malsup.com/jquery/cycle/pager7.html

start =>>
//////////////////////////////////////////////////// */

#slideshow {
	position: relative;
	margin-bottom: 20px;
	width: 800px;
	height: 420px;
	overflow: hidden;
}
	.slide {
		width: 800px;
		height: 420px;
	}
	.caption {
		width: 800px;
		height: 1.8em;
		line-height: 1.8em;
		position: absolute;
		left: 0px;
		bottom: 0px;
		padding: 0.2em 0px 0px 10px;
		z-index: 50;
		font-size: 110%;
		display: none;
		background-image: url(http://www.b-pacs.com/gallery/files/img/bg60bk.png);
	}
		.caption img {
			display: inline;
			margin-right: 5px;
		}
	#slideshow .null{
		height: 418px;
		width: 798px;
		line-height: 418px;
		text-align: center;
		background-color: #131313;
		border: 1px solid #222222;
		color: #444444;
	}

#photo-list {
	padding: 8px 0px 10px 0px;
	margin-bottom: 20px;
	border: 1px solid #2a2a2a;
	border-color: #3a3a3a #0e0e0e #060606 #2a2a2a;
	background-color: #1a1a1a;
}

#imgnav {
	/* floatを使う場合、この要素(ol)に.clearfixを適用。 */
	margin-left: -1px;
	padding-left: 35px;
	margin-bottom: -5px;
	background-image: url(http://www.b-pacs.com/gallery/files/img/photo-list_header.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#imgnav li {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}

#imgnav li span,
#imgnav li a {
	display: block;
	padding: 1px;
	border: 1px solid #333333;
	border-color: #1a1a1a #333333 #333333 #1a1a1a;
	background-color: #000000;
}
#imgnav li span {
	border-color: #1e1e1e #292929 #292929 #1e1e1e;
	background-color: #101010;
}
#imgnav li.activeLI a,
#imgnav li a:hover {
	border-color: #7e0404 #b72424 #c24545 #8f0404;
	background-color: #ad0505;
}

#imgnav img {
	background-color: #1a1a1a;
}

#car-data {
	margin: 0;
}
	#car-data img {
		display: inline;
	}

.trinity {
	/* 三位一体。この要素に.clearfixを適用。 */
	background-image: url(http://www.b-pacs.com/gallery/files/img/dotter_bg.png);
	background-repeat: repeat-y;
	background-position: 299px 0;
	padding-bottom: 10px;
}
	.trinity div {
		float: left;
		width: 320px;
		height: 100% !important;
		min-height: 262px;
		height: 262px;
	}
		.trinity p {
			width: 280px;
		}
	.trinity .staff-comment {
		width: 300px;
	}
		.trinity .staff-comment p {
			width: 270px;
		}
	.trinity .staff-photo {
		width: 180px;
	}

.works-tag {
	height: 40px;
	margin-bottom: 15px;
}

.works-tag li {
	float: left;
	margin: 0 5px 5px 0;
}

.kyoto,
.tsukuba {
	/* carページの背景装飾用 */
	background-repeat: no-repeat;
	background-position: left bottom;
}
.kyoto {
	background-image: url(http://www.b-pacs.com/gallery/files/img/kyoto_bg.png);
}
.tsukuba {
	background-image: url(http://www.b-pacs.com/gallery/files/img/tsukuba_bg.png);
}

/* ////////////////////////////////////////////////////
=>> end
	body#car

//////////////////////////////////////////////////// */



/* ////////////////////////////////////////////////////

	body#staff
start =>>
//////////////////////////////////////////////////// */

.innnerlinks {
	position: absolute;
	right: 0px;
	top: 10px;
	height: 26px;
	width: 332px;
}
	.innnerlinks a {
		float: right;
		margin-left: 5px;
	}
	.innnerlinks .hascars {
		display: none;
	}

.twinbee {
	/* 二位一体（うそ）ツインビー。この要素に.clearfixを適用。 */
	background-image: url(http://www.b-pacs.com/gallery/files/img/dotter_bg.png);
	background-repeat: repeat-y;
	background-position: -61px 0;
	padding-bottom: 10px;
}
	.twinbee div {
		float: left;
		width: 290px;
	}
	.twinbee ul {
		width: 210px;
		margin-bottom: 2em;
	}
	.twinbee li {
		margin-top: 10px;
		width: 210px;
		border-bottom: 1px dotted #808080;
	}
	.twinbee li p {
		margin: 5px 5px 10px 15px;
	}
	.twinbee li span {
		font-size: 75%;
	}
	.twinbee .story {
		width: 510px;
	}

#target-staff .staff-list {
	width: 820px;
	margin-right: -20px; /* 実装可能か不明 */
}
	#target-staff .staff-list a {
		float: left;
		width: 185px;
		height: 60px;
		margin: 0 20px 20px 0;
	}

/* ////////////////////////////////////////////////////
=>> end
	body#staff

//////////////////////////////////////////////////// */



/* ////////////////////////////////////////////////////

	.car-list
start =>>
//////////////////////////////////////////////////// */

.car-list {
	/* この要素に.clearfixを適用。 */
	width: 830px;
	margin-right: -30px; /* 実装可能か不明 */
}

.contents {
	/* プリロード */
	background:transparent url(http://www.b-pacs.com/gallery/files/img/info.png) no-repeat scroll -156px -73px;
}

.car {
	float: left;
	width: 136px;
	height: 165px;
	margin: 0 30px 0 0;
}
	.car a {
		display: block;
		text-decoration: none;
		color: #E6E6E6;
	}
	.car a:hover {
		color: #E00707;
	}
	.car .date {
		height: 20px;
		width: 136px;
		font-size: 85%;
		text-align: right;
	}
		.car .date img {
			display: inline;
			float: none;
			margin: 0 5px 0 0;
		}
		.car .date span {
			font-size: 130%;
		}
	.car a .img,
	.car .null div {
		padding: 5px;
		background-image: url(http://www.b-pacs.com/gallery/files/img/img_bg.png);
		background-repeat: no-repeat;
		background-position: left top;
	}
	.car a:hover .img {
		background-position: right top;
	}
	.car a .title {
		margin-top: 10px;
		/*
		margin-top: -22px;
		padding-top: 32px;
		*/
		background-image: none;
		background-repeat: no-repeat;
		background-position: 106px 0;
	}
	.car a:hover .title {
		background-image: url(http://www.b-pacs.com/gallery/files/img/arrow.png);
	}
	.car .title img,
	.car .title div {
		float: left;
		width: 105px;
		line-height: 1.1;
	}
	.car .title img {
		width: 25px;
		margin-right: 6px;
	}
	.tip {
		display:none;
		background:transparent url(http://www.b-pacs.com/gallery/files/img/info.png);
		height: 51px; /* 73px */
		width: 151px; /* 156px */
		padding: 22px 0 0 5px;
	}
		.tip img {
			float: left;
			margin: 3px 3px 0 0;
		}
	.car .null {
		padding-top: 20px;
		padding-bottom: 2em;
	}
	.car .null div {
		margin-bottom: 10px;
		height: 80px;
		width: 126px;
	}

.list-footer {
	/* この要素に.clearfixを適用。 */
	width: 800px;
	color: #B3B3B3;
}
	.information .list-footer {
		margin: 0 0 -10px 0;
	}

.total {
	float: left;
	width: 90px;
	padding-top: 3px;
}

.txtnav {
	float: left;
	width: 800px; /* list-functionになんか入れたらちょっと押す事になるので考える */
	/*width: 460px;*/
}
	.txtnav li {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.txtnav li a {
		display: block;
		padding: 1px 4px 1px 4px;
		border: 1px solid #808080;
		color: #808080;
		text-decoration: none;
	}
	.txtnav li a:hover {
		color: #ffffff;
		background-color: #E00707;
	}
	.txtnav .now a,
	.txtnav .now a:hover { /* 現在地 */
		color: #000000;
		background-color: #CCCCCC;
	}
.list-function {
	float: left;
	width: 250px;
	text-align: right;
}

/* ////////////////////////////////////////////////////
=>> end
	.car-list

//////////////////////////////////////////////////// */



/* ////////////////////////////////////////////////////

	body#maker
start =>>
//////////////////////////////////////////////////// */

#maker-logo {
	position: absolute;
	bottom: 20px;
	right: -50px;
	width: 330px;
	height: 285px;
}

/* ////////////////////////////////////////////////////
=>> end
	body#maker

//////////////////////////////////////////////////// */



/* ////////////////////////////////////////////////////

	.panel
start =>>
//////////////////////////////////////////////////// */

.panelbase {
	position: relative;
	height: 60px;
	width: 562px;
}

.panelcover {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
	width: 562px;
	background-image: url(http://www.b-pacs.com/gallery/files/img/header_bg.png);
	background-repeat: repeat-x;
	z-index: 200;
}

.panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 562px;
	margin-top: 36px;
}

.panelhead {
	position: relative;
	width: 562px;
	height: 32px;
}

.panelheadtestbg {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 562px;
	/*background-color: #AAAAAA;*/
	background-image: url(http://www.b-pacs.com/gallery/files/img/panels-bg.png);
	background-repeat: repeat-y;
	z-index: 140;
}

.panelheadtestedge {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 8px;
	width: 562px;
	display: none;
	background-image: url(http://www.b-pacs.com/gallery/files/img/panels-bg-bottom.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 140;
}

#new .panelheadtestedge {
	display: block;
}

.button {
	position: absolute;
	bottom: 0;
	left: 2px;
	height: 32px;
	width: 140px;
	z-index: 300;
	background-image: url(http://www.b-pacs.com/gallery/files/img/gallery-button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.button:hover {
	background-position: 0 -32px;
}

#maker .button {	background-position: -140px 0;left: 142px;}
#work  .button {	background-position: -280px 0;left: 282px;}
#staff .button {	background-position: -420px 0;left: 422px;}
#maker .button:hover {	background-position: -140px -32px;}
#work  .button:hover {	background-position: -280px -32px;}
#staff .button:hover {	background-position: -420px -32px;}

.close {
	position: absolute;
	bottom: 10px;
	right: 9px;
	height: 18px;
	width: 53px;
	z-index: 150;
	background-image: url(http://www.b-pacs.com/gallery/files/img/panels-close.png);
	background-repeat: no-repeat;
}

#maker .close {	right: 9px;}
#work  .close {	right: 9px;}
#staff .close {	left: 9px;}

.panelinner {
	position: relative;
	height: 410px;
	/*background-color: #AAAAAA;*/
	display: none;
	overflow: hidden;
	background-image: url(http://www.b-pacs.com/gallery/files/img/panels-bg.png);
	background-repeat: repeat-y;
	z-index: 140;
}

.panelbody {
	/* z-indexを使ってもpanelinnerはabsoluteでない要素に負けてしまうので内側に配備。 */
	/* これを使う要素にposition: relative;を追加。 */
	position: absolute;
	bottom: 0;
	left: 0;
	height: 355px;
	padding: 50px 0 5px 31px;
}

/* ////////////////////////////////////////////////////
=>> end
	.panel

//////////////////////////////////////////////////// */



/* ////////////////////////////////////////////////////

	on panelbody
start =>>
//////////////////////////////////////////////////// */

.panelbody a {
	display: block;
	float: left;
	text-decoration: none;
}

/* #new */
	#new .panelbody a {
		margin: 0;
		height: 56px;
		width: 501px;
	}
	#new .panelbody img {
		margin: 0 10px 0 0;
		border: 1px solid #666666;
		float: left;
	}
	#new .panelbody .info {
		float: left;
		background-image: url(http://www.b-pacs.com/gallery/files/img/information_bg.png);
		background-repeat: repeat-x;
		background-position: left bottom;
		height: 45px;
		width: 426px;
		position: relative;
	}
		#new .panelbody .info img {
			margin: 0 5px 0 0;
			border: 0px none #1a1a1a;
		}
	#new .panelbody .date {
		float: right;
		height: 18px;
		width: 140px;
		font-size: 85%;
		text-align: right;
	}
		#new .panelbody .date img {
			float: none;
			display: inline;
		}
		#new .panelbody .date span {
			font-size: 130%;
		}
	#new .panelbody .title {
		float: left;
		height: 18px;
		width: 285px;
	}
		#new .panelbody .title div {
			float: left;
			height: 18px;
			width: 235px;
		}
	#new .panelbody .onoff {
		position: absolute;
		bottom: 5px;
		left: 0;
		width: 426px; /* カテゴリパネルが71*6=426だから。 */
	}
		#new .panelbody .info .onoff img {
			margin: 0;
		}
	#alllist {
		width: 500px;
	}
		#new .panelbody #alllist img {
			border: 0px none #1a1a1a;
			float: none;
			margin-left: 194px;
		}

/* #maker */
	#maker .panelbody a {
		margin: 0;
	}
	#maker .panelbody .box {
		width: 500px;
		float: left;
	}
	.maker-list h3 {
		margin: 0 0 10px;
	}
	#maker .panelbody h3 {
		margin: 0;
	}
	#maker .japan,
	#menu_maker .japan {
		margin: 0 0 15px 0;
	}
	.maker-list img {
		float: left;
		margin: 0 10px 10px 0;
	}
	#maker .clearfix,
	#menu_maker .clearfix {
		clear: both;
	}

/* #work */
	#menu_work a {
		display: block;
		float: left;
		text-decoration: none;
	}
	#menu_work a,
	#work .panelbody a {
		color: #b2b2b2;
		margin: 0 10px 25px 0;
	}
	#menu_work p,
	#work .panelbody p {
		margin: 0;
		line-height: 1.2;
		width: 150px;
		font-size: 88%;
	}
	#menu_work .info,
	#work .panelbody .info {
		padding: 1px 0 5px 15px;
	}
	#menu_work .info span,
	#work .panelbody .info span {
		font-size: 100%;
		color: #AD0505;
	}

/* #staff */
	#staff .panelbody a {
		margin: 0 20px 15px 0;
	}

/* ////////////////////////////////////////////////////
=>> end
	on panelbody

//////////////////////////////////////////////////// */



/* ////////////////////////////////////////////////////

	4IE6
start =>>
//////////////////////////////////////////////////// */

* html .contents a.car-name {
	color: #E6E6E6;
}
* html .contents .txtnav li a {
	color: #808080;
}
* html .contents .txtnav .now a,
* html .contents .txtnav .now a:hover {
		color: #000000;
}

* html .car-list {
	zoom: 1;
	width: 800px;
}
* html .car {
	margin: 0 17px 0 0;
}

* html .list-footer {
	padding: 0 0 10px 0;
}

#fuck .new   {	background-position: 0 0;}
#fuck .maker {	background-position: -140px 0;}
#fuck .work  {	background-position: -280px 0;}
#fuck .staff {	background-position: -420px 0;}
#fuck .new:hover   {	background-position: 0 -32px;}
#fuck .maker:hover {	background-position: -140px -32px;}
#fuck .work:hover  {	background-position: -280px -32px;}
#fuck .staff:hover {	background-position: -420px -32px;}

#fuck .button {
	position: static;
	display: block;
	float: left;
}

* html .contents,
* html .caption,
* html .caption img,
* html .button,
* html .trinity,
* html .twinbee,
* html h2 img,
* html .panelheadtestbg,
* html .panelheadtestedge,
* html .panelinner,
* html #maker h3 img,
* html #menu_maker h3 img {
	behavior: url(http://www.b-pacs.com/gallery/files/iepngfix.htc);
}

/* ////////////////////////////////////////////////////
=>> end
	4IE6

//////////////////////////////////////////////////// */


