/* Reset Start */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,th,td
{margin:0px; padding:0px;}
fieldset,img {border:0px;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:12px; font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0px;}
body {word-break:break-all;}
/*IE6,IE7-br-erro*/
br { letter-spacing: 0; }
pre br { display: none; }
/* --- Reset End --- */

html, body, .wrap{
	height:100%;
	width:100%;
}


body {
	font-family:Times New Roman;
    text-align:left;
    font-size:10px;
	color:#333;
	background: #fff;
    }
	
a:link    {color:#555;text-decoration:none;}
a:visited {color:#555;text-decoration:none;}
a:active  {color:#555;text-decoration:none;}
a:hover   {color:#ccc;text-decoration:none;}

.clear {
	clear:both;
	height:0px;
	}


/* CENTER ------------------------------------------------ */

.content {
	width:980px;
	height:660px;
	margin:0px auto;
}


/* EXAMPLES ------------------------------------------------ */

.content ul {
	width: 980px;
	height:660px;
	overflow: hidden;
}

.content li {
	list-style: none;
	height:492px;
	width:870px;
	padding:65px 0px 65px 15px;
	margin:0 auto;
	}

.content .left {
	width: 230px;
	height:492px;
	float: left;
	position:relative;
}


.content .left .album {
	padding-top:70px;
	width:100%;
}

.content .left .album .title {
	
}
.content .left .album .photo {
	padding-top:10px;
}

.content .left .band {
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
}

.content .right {
	width: 617px;
	float: right;
}


.content .bx-wrapper {
	margin: 0 auto;
}

.content .bx-prev {
	position: absolute;
	top: 300px;
	left: -35px;
	width: 31px;
	height: 31px;
	text-indent: -999999px;
	background: url(../i/icon_arrow_left.png) no-repeat 0 -31px;
	z-index:8999;
}

.content .bx-next {
	position: absolute;
	top: 300px;
	right: -35px;
	width: 31px;
	height: 31px;
	text-indent: -999999px;
	background: url(../i/icon_arrow_right.png) no-repeat 0 -31px;
	z-index:8998;
}

.content .bx-next:hover,
.content .bx-prev:hover {
	background-position: 0 0;
	
}

#lightbox-secNav {
	width:615px !important;
	background-color:#C36}
	
		
.tex{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:9px;
	text-align:right;
	padding-top:10px;
}