@charset "utf-8";

/*========= Reset & Custom CSS =========*/
body,h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,dl,dt,dd,form,fieldset,input,button,textarea,blockquote{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,div{font-size:100%;font-weight:normal;line-height:1;}
ol,ul{list-style-type:none;}
table{border-collapse:collapse;}
fieldset,img,button{border:0;background-color:transparent;}
address,caption,cite,code,dfn,em,var{font-style:normal;}
label{padding-left:3px;}
button {width:auto;overflow:visible;cursor:pointer;}

/*============================================================*/
body {
	/*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;*/
	font-family: "Osaka","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	font-size: 13px;
	color: #e1e1e1;
}
a {
	color: #fbfbfb;
	/*color: #e1e1e1;*/
	background-color: transparent;
	outline: none;
}
a:hover {
/*	color: #fbfbfb;
	background-color: transparent;*/
	text-decoration: none;
}

/*============================================================*/
/* ---------- clearfix ---------- */
#header,
#siteSearch,
#gNavi,
#content,
#contentBody,
#contentInner,
#footer ul,
.section,
.column,
.clearfix{
	zoom: 100%;
}
#header:after,
#siteSearch:after,
#gNavi:after,
#content:after,
#contentBody:after,
#contentInner:after,
#footer ul:after,
.section:after,
.column:after,
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
/* ---------- custom class ---------- */
.leftbox{
	float: left;
}
.rightbox{
	float: right;
}
.centerbox{
	margin-left: auto;
	margin-right: auto;
}
.clearbox{
	clear: both;
	float: none;
}
.aLeft{
	text-align: left;
}
.aRight{
	text-align: right;
}
.aCenter{
	text-align: center
}
.larger{
	font-size: 117%;
}
.smaller{
	font-size: 84%;
}
.code {
	ime-mode: inactive;
}
.notfound {
	padding: 30px 0;
	text-align: center;
	line-height: 1.5;
}
.notfound p{
	margin: 1em 0;
}

/*============================================================*/
/* h1 */
h1 {
	width: 904px;
	margin: 0 auto;
	padding: 9px 38px 7px;
	font-size: 10px;
}

/* header */
#header {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	border-top: 3px solid #636363;
}
#header .gLink {
	margin: 0;
	padding: 0 10px;
	text-align: right;
}
#header .gLink li {
	display: inline;
	margin: 0;
	padding: 0 5px 0 0;
}
#siteLogo {
	width: 111px;
	padding: 0 29px 13px;
	float: left;
}
#siteSearch {
	width: 220px;
	padding: 20px 15px 0;
	float: right;
}
#siteSearch input#word {
	width: 149px;
	height: 20px;
	float: left;
	padding: 2px 0 2px 20px;
	color: #666;
	background: #5a5a5a url(../img/bg_search.gif) no-repeat left top;
	border: 0 none;
}
#siteSearch input.btn {
	width: 51px;
	float: right;
}
#gNavi {
	width: 950px;
	height: 46px;
	clear: both;
	margin: 0:
	padding: 0;
	overflow: hidden;
}
/*#gNavi ul {
}*/
#gNavi li {
	display: inline;
}
#gNavi li a {
	display: block;
	height: 46px;
	float: left;
	text-indent: -9999px;
	text-decoration: none;
	font-size: 12px;
	color: #666;
	background-color: transparent;
	background-image: url(../img/gnavi.png);
	background-repeat: no-repeat;
}
#gNavi li#nHome a {
	width: 134px;
	background-position: 0 0;
}
body#siteTop #gNavi li#nHome a,
#gNavi li#nHome a:hover {
	width: 134px;
	background-position: 0 -50px;
}
#gNavi li#nIntro a {
	width: 137px;
	background-position: -134px 0;
}
body#dirIntro #gNavi li#nIntro a,
#gNavi li#nIntro a:hover {
	width: 137px;
	background-position: -134px -50px;
}
#gNavi li#nEvent a {
	width: 136px;
	background-position: -271px 0;
}
body#dirEvent #gNavi li#nEvent a,
#gNavi li#nEvent a:hover {
	width: 136px;
	background-position: -271px -50px;
}
#gNavi li#nGallery a {
	width: 136px;
	background-position: -407px 0;
}
body#dirGallery #gNavi li#nGallery a,
#gNavi li#nGallery a:hover {
	width: 136px;
	background-position: -407px -50px;
}
#gNavi li#nMember a {
	width: 136px;
	background-position: -543px 0;
}
body#dirMember #gNavi li#nMember a,
#gNavi li#nMember a:hover {
	width: 136px;
	background-position: -543px -50px;
}
#gNavi li#nArtist a {
	width: 135px;
	background-position: -679px 0;
}
body#dirArtist #gNavi li#nArtist a,
#gNavi li#nArtist a:hover {
	width: 135px;
	background-position: -679px -50px;
}
#gNavi li#nGoods a {
	width: 136px;
	background-position: -814px 0;
}
#gNavi li#nGoods a:hover {
	width: 136px;
	background-position: -814px -50px;
}

/* footer */
#footer {
	width: 950px;
	margin: 0 auto;
	padding: 0 0 10px;
	text-align: center;
	color: #333;
}


/* content */
#content {
	width: 950px;
	margin: 0 auto;
}
#breadCrumb {
	margin-bottom:12px;
	padding: 0 10px;
}
#breadCrumb,
#breadCrumb a {
	color: #fbfbfb;
	background-color: transparent;
}
#contentBody {
	width: 910px;
	margin: 0 auto 10px;
	padding: 10px;
	color: #363636;
	background-color: #FDF6F6;
}
#contentInner {
	width: 888px;
	margin: 10px auto;
	border: 1px solid #fbfbfb;
}

.backPre { text-align:center;}

.backPre a strong{
	display:block;
	margin:10px auto 0;
	color:#0033CC;
	text-decoration:underline;}
	
.backPre a:hover{ text-decoration:none;}
	

/* upper */
.upper {
	margin-bottom: 10px;
	padding: 0 10px;
	text-align: right;
}



