@charset "utf-8";

/*
Common CSS
*/

* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
}

body {
	font-family: Meiryo,'メイリオ','ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', serif;
	text-align: center;
	background: url(/img/bg_body2.jpg) left top repeat-x #C2E0A5;
}

img {
	border: none;
}
a {
	color: #963;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}

strong {
	color: #900;
	font-weight: bold;
}
.totop {
	clear: both;
}
hr, #footer .totop, .ktai, .nocss, #navi h2 {
	display: none;
}

#header {
	padding-top: 16px;
}
#header h1 {
	width: 830px;
	height: 79px;
	margin: 0px auto;
	text-align: left;
	background: url(/img/bg_header201110.gif) right top no-repeat;
}
#header h1 img {
	margin-top: 8px;
}

#container {
	position: relative;
	width: 830px;
	background: #FFF;
	border-style: solid;
	border-color: #CCC;
	border-width: 0 1px;
	margin: 0 auto;
}

/* Contents */
#contents {
	position: relative;
	_height: 770px;
	min-height: 770px;
	text-align: left;
	margin: 0 14px 0 206px;
}

h3 {
	color: #630;
	font-weight: bold;
	background: url(/img/h3.gif) left top no-repeat;
	border-bottom: 1px solid #C93;
	margin: 32px 0 13px;
	padding: 10px 6px 6px 43px;
}
h4 {
	color: #630;
	font-size: 90%;
	font-weight: bold;
	background: #E1C588;
	border-left: 4px solid #C93;
	margin: 13px 0;
	padding: 4px 4px 4px 8px;
}

p {
	font-size: 80%;
	line-height: 1.5em;
	margin: 0 1em 1em 1em;
}
table {
	width: 609px;
	border-collapse: collapse;
}
th, td {
	color: #333;
	font-size: 80%;
	border-bottom: 1px solid #E1C588;
	padding: 4px;
}
th {
	color: #630;
	width: 25%;
	text-align: right;
	background: #EEE;
}
td {

}
td img {
	vertical-align: middle;
	margin: 0 4px 4px 0;
}

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

/*
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(/img/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(/img/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;
}

#contents p.totop {
	clear: both;
	text-align: right;
	border-top: 1px solid #999;
	margin: 6px 0px;
	padding-top: 6px;
}
#contents p.totop a {
	padding-right: 16px;
	background: url(/img/arrow_u.gif) right center no-repeat;
}

.attention {
	color: #F00;
}
p.read {
	width: 609px;
	height: 34px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 26px 0 13px;
}
div.sphoto p img {
	float: left;
	margin: 0 10px 10px 0;
}

div.entrybody {
	margin: 0 0 50px 10px;
}
ul.entrylist {
	margin: 20px 0 10px 10px;
	list-style-type: none;
}
ul.entrylist li {
	margin: 10px 0;
}
ul.entrylist li a {
	text-decoration: underline;
	background: url(/img/arrow_r.gif) left center no-repeat;
	padding-left: 20px;
}
ul.entrylist li a:hover {
	text-decoration: none;
}
ul.entrylist li .date {
	font-size: 80%;
	color: #999;
	margin-left: 20px;
}
p.iphoto {
	text-align: right;
}
p.date {
	color: #666;
	text-align: right;
	clear: right;
}

.catimg01 {
	_height: 320px;
	min-height: 320px;
	padding-left: 240px;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 13px 0 35px;
}
.catimg11 {
	_height: 480px;
	min-height: 480px;
	padding-left: 320px;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 13px 0 35px;
}
.catimg02 {
	_height: 240px;
	min-height: 240px;
	padding-left: 320px;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 13px 0 35px;
}
.catimg03 {
	_height: 320px;
	min-height: 320px;
	padding-right: 240px;
	background-position: right top;
	background-repeat: no-repeat;
	margin: 13px 0 35px;
}
.catimg13 {
	_height: 480px;
	min-height: 480px;
	padding-right: 320px;
	background-position: right top;
	background-repeat: no-repeat;
	margin: 13px 0 35px;
}
.catimg04 {
	_height: 240px;
	min-height: 240px;
	padding-right: 320px;
	background-position: right top;
	background-repeat: no-repeat;
	margin: 13px 0 35px;
}

p.caption {
	height: 50px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 10px;
}

/*
Navigation
*/
#navi {
	width: 180px;
	height: 565px;
	position: absolute;
	top: 170px;
	left: 10px;
	text-align: left;
}
#navi ul {
	list-style-type: none;
}
#navi ul li {
	display: inline;
}
#navi ul li a {
	display: block;
	width: 180px;
	height: 31px;
	background-image: url(/img/navi20090615.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
}
#navi ul li#mwedding a,
#navi ul li#mrestaurant a,
#navi ul li#mgarden a,
#navi ul li#mski a {
	height: 56px;
}

#navi ul li#mhome a {
	background-position: 0px 0px;
}
#navi ul li#mwedding a {
	background-position: 0px -31px;
}
#navi ul li#mrestaurant a {
	background-position: 0px -87px;
}
#navi ul li#mgarden a {
	background-position: 0px -143px;
}
#navi ul li#mski a {
	background-position: 0px -199px;
}
#navi ul li#minformation a {
	background-position: 0px -255px;
}
#navi ul li#minstitution a {
	background-position: 0px -286px;
}
#navi ul li#maccess a {
	background-position: 0px -317px;
}
#navi ul li#mlink a {
	background-position: 0px -503px;
}
#navi ul li#mcontact a {
	background-position: 0px -348px;
}
#navi ul li#msitemap a {
	background-position: 0px -379px;
}
#navi ul li#mcompany a {
	background-position: 0px -410px;
}
#navi ul li#mblog a {
	background-position: 0px -441px;
}
#navi ul li#mgardenblog a {
	background-position: 0px -472px;
}
#navi ul li#mgardenblog a {
	background-position: 0px -472px;
}

/* Navi hover */
#navi ul li#mhome a:hover, .home #navi ul li#mhome a {
	background-position: -180px 0px;
}
#navi ul li#mwedding a:hover, 
.chapel #navi ul li#mwedding a,
.ceremony #navi ul li#mwedding a,
.party #navi ul li#mwedding a,
.cuisine #navi ul li#mwedding a,
.direction #navi ul li#mwedding a,
.weddingplan #navi ul li#mwedding a,
.staff #navi ul li#mwedding a,
.fair #navi ul li#mwedding a {
	background-position: -180px -31px;
}
#navi ul li#mrestaurant a:hover, 
.restaurant #navi ul li#mrestaurant a,
.plan #navi ul li#mrestaurant a {
	background-position: -180px -87px;
}
#navi ul li#mgarden a:hover, .garden #navi ul li#mgarden a {
	background-position: -180px -143px;
}
#navi ul li#mski a:hover, .ski #navi ul li#mski a {
	background-position: -180px -199px;
}
#navi ul li#minformation a:hover, 
.information #navi ul li#minformation a,
.cat1 #navi ul li#minformation a,
.cat2 #navi ul li#minformation a,
.cat3 #navi ul li#minformation a,
.cat4 #navi ul li#minformation a,
.cat5 #navi ul li#minformation a {
	background-position: -180px -255px;
}
#navi ul li#minstitution a:hover, .institution #navi ul li#minstitution a {
	background-position: -180px -286px;
}
#navi ul li#maccess a:hover, .access #navi ul li#maccess a {
	background-position: -180px -317px;
}
#navi ul li#mlink a:hover, .link #navi ul li#mlink a {
	background-position: -180px -503px;
}
#navi ul li#mcontact a:hover, .contact #navi ul li#mcontact a {
	background-position: -180px -348px;
}
#navi ul li#msitemap a:hover, .sitemap #navi ul li#msitemap a {
	background-position: -180px -379px;
}
#navi ul li#mcompany a:hover,
.company #navi ul li#mcompany a,
.sitepolicy #navi ul li#mcompany a,
.privacy #navi ul li#mcompany a {
	background-position: -180px -410px;
}
#navi ul li#mblog a:hover {
	background-position: -180px -441px;
}
#navi ul li#mgardenblog a:hover {
	background-position: -180px -472px;
}

/* Sub menu */
#navi ul li ul {
	display: none;
	margin-bottom: 10px;
}
#navi ul li ul li {
	display: block;
	margin-left: 10px;
	border-bottom: 1px dotted #999;
}
#navi ul li ul li a {
	display: inline;
	width: auto !important;
	height: auto !important;
	background: none !important;
	text-indent: 0px;
	overflow: hidden;
	text-decoration: none;
	font-size: 11px;
	line-height: 1.5em;
	color: #666;
}
.chapel #navi ul li ul li#smchapel a,
.ceremony #navi ul li ul li#smceremony a,
.party #navi ul li ul li#smparty a,
.cuisine #navi ul li ul li#smcuisine a,
.direction #navi ul li ul li#smdirection a,
.weddingplan #navi ul li ul li#smweddingplan a,
.staff #navi ul li ul li#smstaff a,
.fair #navi ul li ul li#smfair a,
.contact #navi ul li ul li#smcontact a,
.restaurant #navi ul li ul li#smrmenu a,
.plan #navi ul li ul li#smplan a,
.seasonphoto #navi ul li ul li#smseasonphoto a,
.garden #navi ul li ul li#smgarden a,
.shop #navi ul li ul li#smshop a,
.cat1 #navi ul li ul li#cat1 a,
.cat2 #navi ul li ul li#cat2 a,
.cat3 #navi ul li ul li#cat3 a,
.cat4 #navi ul li ul li#cat4 a,
.cat5 #navi ul li ul li#cat5 a,
.sitepolicy #navi ul li ul li#smsitepolicy a,
.privacy #navi ul li ul li#smprivacy a {
	color: #630;
	font-weight: bold;
}
#navi ul li ul li a:hover {
	color: #963;
}

/* Yakurai Group */
ul#yakuraigroup {
	list-style-type: none;
	position: relative;
	width: 808px;
	height: 34px;
	margin: 14px 0 0 10px;
}
ul#yakuraigroup li {
	display: inline;
}
ul#yakuraigroup li a {
	display: block;
	width: 160px;
	height: 24px;
	background-image: url(/img/yakuraigroup.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	position: absolute;
	top: 0px;
}
ul#yakuraigroup li#ygarden a {
	background-position: -324px 0px;
	left: 0px;/*324px*/
}
ul#yakuraigroup li#yski a {
	background-position: -486px 0px;
	left: 162px;/*486px*/
}
ul#yakuraigroup li#yschool a {
	background-position: -648px 0px;
	left: 324px;/*648px*/
}
ul#yakuraigroup li#ygarden a:hover {
	background-position: -324px -24px;
	left: 0px;/*324px*/
}
ul#yakuraigroup li#yski a:hover {
	background-position: -486px -24px;
	left: 162px;/*486px*/
}
ul#yakuraigroup li#yschool a:hover {
	background-position: -648px -24px;
	left: 324px;/*648px*/
}
#navi p.tel {
	margin: 0;
	padding: 0;
}
#navi p.tel a {
	display: block;
	position: absolute;
	width: 185px;
	height: 48px;
	top: -234px;
	left: 635px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	line-height: 0;
}


/*
Prev - Next Button
*/
ul.prevnext {
	height: 2em;
	list-style-type: none;
}
ul.prevnext li {
	display: inline;
}
ul.prevnext li a {
	background-repeat: no-repeat;
	padding: 3px 16px;
	text-align: center;
	font-size: 80%;
}
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;
}

/*
Company Information
*/
#companyinfo {
	width: 830px;
	padding: 10px 0;
}
#companyinfo strong {
	color: #000;
}
#companyinfo a {
	color: #000;
}
#companyinfo p#bn_yakuraigarden,
#companyinfo p#bn_yakuraigardenwedding,
#companyinfo p#bn_yakuraiski {
	float: left;
	_display: inline;
	margin: 15px 15px 15px 0;
}
#companyinfo p#bn_yakuraigarden {
	margin-left: 42px;
}
#companyinfo p a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#companyinfo p#companyadress {
	clear: both;
	text-align: left;
	background: url(/img/qr.gif) left center no-repeat;
	margin: 0 0 0 220px;
	padding: 8px 0 8px 80px;
}
#companyinfo p#companyadress img {
	margin-bottom: 5px;
}


/*
Footer
*/
#footer {
	color: #FFF;
	height: 23px;
	_height: 34px;
	background: url(/img/bg_footer.gif) repeat-x;
	padding: 11px 0 0;
}

/*
Address
*/
address {
	font-size: 80%;
	color: #FFF;
}
address a {
	color: #FFF;
	text-decoration: none;
}
address a:hover {
	color: #FFF;
	text-decoration: underline;
}
