@charset "utf-8";

/*
Common CSS
*/

* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
}
html {
	height: 100%;
}
body {
	height: 100%;
	color: #999;
	text-align: center;
	background-color: #000;
	font-family: 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', serif;
	/*font-family: "Times New Roman", Times, Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', serif;*/
}

/*
ClearFix
*/
.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 */

img {
	border: none;
}
a {
	color: #999;
}
a:hover {
	color: #C60;
}
strong {
	font-weight: bold;
}
hr, #footer .totop, .ktai, .nocss, #navi h2 {
	display: none;
}
.totop {
	clear: both;
	text-align: right;
	padding: 10px 0px;
}
.totop a {
	padding-right: 15px;
	background: url(/img/arrow_u.gif) right center no-repeat;
}

table {
	border-collapse: collapse;
}
th, td {
	color: #FFF;
	font-size: 80%;
	vertical-align: top;
	border-bottom: 1px solid #666;
	padding: 5px 0px;
}
th {
	color: #999;
	text-align: left;
	font-weight: bold;
}
p.attention {
	color: #FFF;
	font-weight: bold;
}

#container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}


#header {
	width: 155px;
	height: 310px;
}

#main {
	width: 770px;
	margin-top: -310px;
}

/*
Common
*/
#contents {
	background-color: #000;
	margin-left: 155px;
}
h2 {
	text-indent: -9999px;
	overflow: hidden;
}
h3 {
	color: #FFF;
	font-size: 80%;
	font-weight: bold;
}
h4 {
	color: #FFF;
	font-size: 90%;
	font-weight: bold;
	margin: 8px 0 0;
	padding: 3px 0 2px 5px;
	border-left: 5px solid #C60;
	border-bottom: 1px solid #C60;
}
p {
	color: #999;
	font-size: 80%;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

div.EntryBody {
	margin-bottom: 20px;
}

ul.entrylist {
	margin: 10px 0 10px 0px;
	list-style-type: none;
}
ul.entrylist li {
	margin: 10px 0;
}
ul.entrylist li a {
	color: #FFF;
	text-decoration: underline;
	background: url(/img/arrow_r.gif) left center no-repeat;
	padding-left: 15px;
}
ul.entrylist li a:hover {
	text-decoration: none;
}

.date {
	color: #FFF;
	font-size: 80%;
	padding-left: 10px;
}
.attention {
	color: #FFF;
	font-size: 80%;
}

/*
lightbox
*/
#lightbox {
	position: absolute;
	left: 0; 
	width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;
}
#lightbox img { 
	width: auto; 
	height: auto;
}
#lightbox a img { 
	border: none;
}
#outerImageContainer { 
	position: relative;
	background-color: #FFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer { 
	padding: 10px;
}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav { 
	left: 0;
}
#hoverNav a { 
	outline: none;
}
#prevLink, #nextLink { 
	width: 49%;
	height: 100%;
	background-image: url(data:img/gif;base64,AAAA);
	/* Trick IE into showing hover */ 
	display: block;
}
#prevLink { 
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(/images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(/images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer{
	font-family: meiryo, "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	;
}
#imageData {
	padding: 0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}	
#imageData #caption {
	font-size: 12px;
}
#imageData #numberDisplay{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}			
#imageData #bottomNavClose{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}	 	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/*
Navigation
*/
#navi ul {
	list-style-type: none;
}
#navi ul li {
	display: inline;
}

ul#navimain li a {
	display: block;
	width: 78px;
	height: 78px;
	background-image: url(/img/navi200910.gif);
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	top: 310px;
	left: 0;
	text-indent: -9999px;
	overflow: hidden;
}
ul#navimain li#mnews a,
ul#navimain li#mabout a,
ul#navimain li#mshopselect a,
ul#navimain li#mitem a,
ul#navimain li#maccess a,
ul#navimain li#mcontact a {
	left: 77px;
}
ul#navimain li#mhome a {
	background-position: 0px 0px;
}
ul#navimain li#mnews a {
	background-position: -77px 0px;
}
ul#navimain li#mweddingdress a {
	top: 387px;
	background-position: -154px 0px;
}
ul#navimain li#mabout a {
	top: 387px;
	background-position: -231px 0px;
}
ul#navimain li#mcolordress a {
	top: 464px;
	background-position: -308px 0px;
}
ul#navimain li#mshopselect a {
	top: 464px;
	background-position: -385px 0px;
}
ul#navimain li#maccessory a {
	top: 541px;
	background-position: -462px 0px;
}
ul#navimain li#mitem a {
	top: 541px;
	background-position: -539px 0px;
}
ul#navimain li#mstaff a {
	top: 618px;
	background-position: -616px 0px;
}
ul#navimain li#maccess a {
	top: 618px;
	background-position: -693px 0px;
}
ul#navimain li#mreserve a {
	top: 695px;
	background-position: -770px 0px;
}
ul#navimain li#mcontact a {
	top: 695px;
	background-position: -847px 0px;
}
ul#navimain li#mblog a {
	top: 785px;
	width: 155px;
	height: 78px;
	background-image: url(/img/bn_staffblog.jpg);
	background-position: 0 0;
}

/*
Navi a:hover
*/
ul#navimain li#mhome a:hover, .home ul#navimain li#mhome a {
	background-position: 0px -77px;
}
ul#navimain li#mnews a:hover, .news ul#navimain li#mnews a {
	background-position: -77px -77px;
}
ul#navimain li#mweddingdress a:hover, .dress ul#navimain li#mweddingdress a {
	background-position: -154px -77px;
}
ul#navimain li#mabout a:hover, .about ul#navimain li#mabout a {
	background-position: -231px -77px;
}
ul#navimain li#mcolordress a:hover, .colordress ul#navimain li#mcolordress a {
	background-position: -308px -77px;
}
ul#navimain li#mshopselect a:hover, .select ul#navimain li#mshopselect a {
	background-position: -385px -77px;
}
ul#navimain li#maccessory a:hover, .accessory ul#navimain li#maccessory a {
	background-position: -462px -77px;
}
ul#navimain li#mitem a:hover, .item ul#navimain li#mitem a {
	background-position: -539px -77px;
}
ul#navimain li#mstaff a:hover, .staff ul#navimain li#mstaff a {
	background-position: -616px -77px;
}
ul#navimain li#maccess a:hover, .access ul#navimain li#maccess a {
	background-position: -693px -77px;
}
ul#navimain li#mreserve a:hover, .reserve ul#navimain li#mreserve a {
	background-position: -770px -77px;
}
ul#navimain li#mcontact a:hover, .contact ul#navimain li#mcontact a {
	background-position: -847px -77px;
}
ul#navimain li#mblog a:hover {
	background-position: 0px -78px;
}

/*
Navi - Sub
*/
ul#navisub {
	position: absolute;
	top: 875px;
	left: 0;
	width: 156px;
}
ul#navisub li {
}
ul#navisub li a {
	display: block;
	color: #FFF;
	font-size: 80%;
	text-decoration: none;
	background: url(/img/arrow_navi.gif) left center no-repeat;
	margin-bottom: 10px;
	padding-left: 12px;
}
ul#navisub li a:hover {
	text-decoration: underline;
}

/*
Prev - Next Button
*/
ul.prevnext {
	height: 2em;
	clear: both;
	list-style-type: none;
	margin-top: 15px;
}
ul.prevnext li {
	display: inline;
}
ul.prevnext li a {
	font-size: 80%;
	text-align: center;
	padding: 3px 12px;
}
ul.prevnext li.prev a {
	float: left;
	background: url(/img/arrow_l.gif) left center no-repeat;
}
ul.prevnext li.next a {
	float: right;
	background: url(/img/arrow_r.gif) right center no-repeat;
}

/*
Footer
*/
#footer {
	margin-left: 155px;
	border-top: 1px dotted #666;
	padding: 12px;
}

/*
Address
*/
address {
	font-size: 80%;
	color: #999;
	line-height: 1.2em;
	text-align: left;
}
address a, address a:hover {
	text-decoration: underline;
}