/* You can alter this CSS in order to give SmoothDivScroll your own look'n'feel */

/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 50px;
	width: 50px;
	height: 100%;
	background-color: #000;
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  When positioning the mouse over one of the hot spots, the cursor should change.
	I've noticed that this varies from browser to browser though. */
	cursor: url(https://68201d.claudeassets.com/20180805183655im_/https://yamaneayano.com/includes/js/smoothDivScroll/images/cursors/cursor_arrow_left.cur), w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(https://c01cb2.claudeassets.com/20180805183655im_/https://yamaneayano.com/includes/js/smoothDivScroll/images/arrows.jpg);
	background-position: 0px 0px;
	background-color: #000;
	background-repeat: no-repeat;
	opacity: 1.00; /* Standard CSS3 opacity setting */
	-moz-opacity: 1.00; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 100); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 50px;
	width: 50px;
	height: 100%;
	background-image: url(https://3bbc10.claudeassets.com/20180805183655im_/https://yamaneayano.com/includes/js/smoothDivScroll/images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url(https://a85e58.claudeassets.com/20180805183655im_/https://yamaneayano.com/includes/js/smoothDivScroll/images/cursors/cursor_arrow_right.cur), e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(https://c01cb2.claudeassets.com/20180805183655im_/https://yamaneayano.com/includes/js/smoothDivScroll/images/arrows.jpg);
	background-position: -50px 0px;
	background-color: #000;
	background-repeat: no-repeat;
	opacity: 1.00;
	filter: alpha(opacity = 100);
	-moz-opacity: 1.00;
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:url(https://04dfae.claudeassets.com/20180805183655im_/https://yamaneayano.com/includes/js/colorbox/images/controls.png) 0 0 no-repeat;}
    #cboxTopCenter{height:14px; background:url(https://195e46.claudeassets.com/20180805183655im_/https://yamaneayano.com/includes/js/colorbox/images/border.png) top left repeat-x;}
    #cboxTopRight{width:14px; height:14px; background:url(https://04dfae.claudeassets.com/20180805183655im_/https://yamaneayano.com/includes/js/colorbox/images/controls.png) -36px 0 no-repeat;}
    #cboxBottomLeft{width:14px; height:43px; background:url(https://04dfae.claudeassets.com/20180805183655im_/https://yamaneayano.com/includes/js/colorbox/images/controls.png) 0 -32px no-repeat;}
    #cboxBottomCenter{height:43px; background:url(https://195e46.claudeassets.com/20180805183655im_/https://yamaneayano.com/includes/js/colorbox/images/border.png) bottom left repeat-x;}
    #cboxBottomRight{width:14px; height:43px; background:url(https://04dfae.claudeassets.com/20180805183655im_/https://yamaneayano.com/includes/js/colorbox/images/controls.png) -36px -32px no-repeat;}
    #cboxMiddleLeft{width:14px; background:url(https://04dfae.claudeassets.com/20180805183655im_/https://yamaneayano.com/includes/js/colorbox/images/controls.png) -175px 0 repeat-y;}
    #cboxMiddleRight{width:14px; background:url(https://04dfae.claudeassets.com/20180805183655im_/https://yamaneayano.com/includes/js/colorbox/images/controls.png) -211px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(https://715eaf.claudeassets.com/20180805183655im_/https://yamaneayano.com/includes/js/colorbox/images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(https://f5d1ea.claudeassets.com/20180805183655im_/https://yamaneayano.com/includes/js/colorbox/images/loading.gif) center center no-repeat;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(https://04dfae.claudeassets.com/20180805183655im_/https://yamaneayano.com/includes/js/colorbox/images/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious.hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext.hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose.hover{background-position:-100px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}/** STANDARD **/
img {
	margin: 0;
	padding: 0;
	border: 0;
}

a, a:visited {
	color: #f8ac00;
}

body {
	background: #000000 url(https://089a07.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/back_strip.jpg) 0px 0px repeat-x;
	font-family: Georgia, serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

body.short {
	background: #000000 url(https://643326.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/back_strip_short.jpg) 0px 0px repeat-x;
}

#container {
	background:url(https://48a379.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/top_menu.jpg) 0px 0px repeat-x;
	color: #ffffff;
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

h3.section-title {
	margin: 8px 0 3px 0;
}

.bottom-spacer {
	clear: both;
	height: 90px;
}


/** TOP MENU, HEADER **/
#language-panel {
	text-align: right;
	height: 37px;
}

#top-menu {
	float: right;
	height: 30px;
}

#header {
	clear: both;
	width: 850px;
	height: 265px;
}

#header.header-tall {
	background:url(https://1b60ed.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/index_header.jpg) no-repeat;
	height: 410px;
}

#updates-box {
	margin: 0 0 0 15px;
	padding: 60px 0 0 0;
	width: 250px;
	overflow: hidden;
}

#updates {
	width: 210px;
	height: 200px;
	overflow: hidden;
	float: left;
}

#updates ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#updates ul li {
	font-size: 8pt;
}

#updates ul li p {
	margin: 0 0 10px 0;
}

.update-time {
	display: block;
}

#updates-slider {
	position: relative;
	float: left;
	width: 13px;
	height: 180px;
	background: url(https://22bf50.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/slider_bar.gif) center top no-repeat;
	display: none;
	overflow: visible;
}

#updates-slider .ui-slider-handle {
	width: 19px;
	height: 26px;
	padding: 0;
	position: absolute;
	margin: 0 0 -16px -5px;
	background: url(https://99be92.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/slider_face.png) center center no-repeat;
}


/** MAIN SECTION **/
#section-main {
	background:url(https://5417a2.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/side_strip.jpg) 15px 0px repeat-y;
	padding: 5px 0 10px 0;
	overflow: hidden;
}

#side-menu {
	width: 170px;
	float: left;
}
#side-menu-title {
	margin: 0 0 0 15px;
}


/** CONTENT SECTION **/
#section-content {
	width: 675px;
	float: left;
}


/** FRONT PAGE **/
#new-items {
	background: url(https://c77215.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/newitems_back.jpg) left top no-repeat;
	width: 675px;
	height: 235px;
	overflow: hidden;
}

#work-scroll {
	position: relative;
}

#work-scroll .scrollingHotSpotLeft, #book-scroll .scrollingHotSpotRight {
	background-color: #000000;
}

#work-scroll .scrollableArea .scroll-padding {
	width: 50px;
	height: 235px;
	float: left;
}

#work-scroll .scrollableArea .scroll-item {
	width: 140px;
	height: 225px;
	margin: 10px 7px 0 0;
	float: left;
	text-align: center;
}

#work-scroll .scrollableArea .scroll-item p {
	font-size: 10pt;
	margin: 2px 0 0 0;
	padding: 0 10px;
}


/** MESSAGE SECTION **/
#section-message {
	margin: 0 0 15px 0;
	overflow: hidden;
}

#section-message .newest-post {
	font-size: 10pt;
}

#section-message .newest-post h3 {
	margin: 0 0 .6em 0;
	padding: 0;
	font-size: 10pt;
}

#section-message .newest-post p {
	margin: 0 0 .6em 0;
	padding: 0;
}

#section-message .message-link {
	float: right;
}

#section-message .message-link em {
	visibility: hidden;
}


/** MEDIA SECTION, PROFILE **/
#media {
	overflow: hidden;
	padding: 4px 0;
}

#media-col1 {
	float: left;
	width: 440px;
}
#media-col2 {
	float: left;
	width: 235px;
}
#media-ytdiv {
	float: right;
	border: 1px solid #333333;
}

#profile {
	border: 1px solid #9E6E00;
	padding: 5px;
	overflow: hidden;
}

#profile-left {
	float: left;
	width: 320px;
}
#profile-right {
	padding-left: 320px;
	font-size: 10pt;
}
#profile-right p {
	margin: 0 0 1.2em;
}
.profile-image {
	float: left;
	margin: 0 20px 0 0;
}
.profile-sign {
	float: left;
}


/** FOOTER **/
#footer {
	background: url(https://81dffa.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/footer_border.jpg) 0px 0px repeat-x;
	color: #ffffff;
	text-align: right;
	clear: both;
}

#footer-strip {
	background:url(https://5417a2.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/side_strip.jpg) 15px 0px repeat-y;
	height: 50px;
	overflow: hidden;
}

#footer span {
	display: block;
	font-size: 8pt;
	padding: 15px 15px 0 0;
}


/** MESSAGE PAGE **/
#message-archives {
	float: left;
	width: 170px;
}

#message-archives li {
	list-style-image: url(https://a4d02e.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/diamond_bullet.jpg);
	list-style-type: disc;
}

#message-list {
	padding-left: 175px;
}

#message-list .contentbox {
	margin-top: 15px;
}

.contentbox-header {
	background: url(https://0c5287.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/message_boxsprite.jpg) left top no-repeat;
	height: 46px;
	color: #cfa63d;
	font-size: 14pt;
	text-indent: 10px;
	font-weight: bold;
}

.contentbox-header span {
	display: inline-block;
	padding: 12px 0 0 12px;
}

.contentbox-header .header-float {
	float: right;
	font-size: 12pt;
	font-weight: normal;
	padding: 16px 30px 0 0;
}

.contentbox-body {
	border-left: 1px solid #ab7201;
	border-right: 1px solid #ab7201;
	padding: 5px 10px;
}

.contentbox-footer {
	background: url(https://0c5287.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/message_boxsprite.jpg) left bottom no-repeat;
	height: 5px;
}


/** WORKS SUBMENU **/
#section-submenu {
	margin: 5px 0;
	overflow: hidden;
}

#section-submenu ul {
	list-style-type: none;
	padding: 0;
}

#section-submenu li {
	float: left;
	background: url(https://2f26f3.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/submenu_button130.jpg) left top no-repeat;
	margin: 0 5px 4px 0;
	padding: 0;
	width: 130px;
	height: 28px;
	line-height: 28px;
	text-align: center;
}

#section-submenu li a {
	display: block;
	height: 100%;
}
#section-submenu li a, #section-submenu li a:visited {
	color: #fdddac;
	text-decoration: none;
}
#section-submenu li a:hover, #section-submenu li a.submenu-active {
	color: #eca300;
}


/** WORKS PAGES **/
.works-subheader {
	background: url(https://697f12.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/works_subheader.jpg) right bottom no-repeat;
	height: 30px;
	color: #cfa63d;
	font-size: 12pt;
	clear: both;
}

.works-subheader-white {
	background: url(https://697f12.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/works_subheader.jpg) right bottom no-repeat;
	height: 30px;
	color: #ffffff;
	font-size: 12pt;
	clear: both;
}

.works-coverlist {
	list-style-type: none;
	margin: 8px 0;
	padding: 0;
	overflow: visible;
}

.works-coverlist li {
	float: left;
	width: 100px;
	height: 150px;
	margin: 0 12px 25px 0;
	font-size: 10pt;
	position: relative;
}

.works-coverlist li a, .works-coverlist li a:visited {
	color: #ffffff;
}

.caption {
	text-align: center;
	background: #582c11;
	width: 108px;
	margin-left: -4px;
	position: absolute;
	z-index: 5;
	opacity: 0.85;
	filter: alpha(opacity=85);
	display: none;
}

.caption span {
	display: inline-block;
	padding: 6px 6px 8px 6px;
}

.works-coverlist li:hover .caption {
	display: block;
}


#work-detail {
	padding: 0 50px 30px 50px;
}

#work-detail-top {
	margin-top: 15px;
	overflow: hidden;
}

#work-detail-top .item-image-large {
	width: 180px;
	min-height: 180px;
	float: left;
}

#work-detail-summary {
	float: right;
	width: 375px;
}

.work-detail-title {
	margin: 0 0 15px 0;
}

.work-detail-buttons {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.work-detail-buttons li {
	background: url(https://2f26f3.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/submenu_button130.jpg) left top no-repeat;
	margin: 0 0 5px 0;
	padding: 0;
	width: 130px;
	height: 28px;
	line-height: 28px;
	text-align: center;
}

.work-detail-buttons li a {
	display: block;
	height: 100%;
}

.work-detail-buttons li a, .work-detail-buttons li a:visited  {
	color: #fdddac;
	text-decoration: none;
}

.work-detail-fields {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 11pt;
}

.work-detail-fields li {
	margin: 0 0 2px 0;
	padding: 0;
}

.work-detail-text {
	clear: both;
	padding: 15px 0;
	font-size: 11pt;
}

.work-detail-text p {
	margin: 0 0 1.6em 0;
}

.goods-list {
	list-style-type: none;
	margin: 8px 0 0 0;
	padding: 0 0 30px 0;
	overflow: hidden;
}

.goods-list li.goods-row {
	margin: 0;
	font-size: 10pt;
	overflow: hidden;
}

.goods-list li.goods-sep {
	height: 15px;
	border-top: 1px solid #cfa63d;
	margin-top: 15px;
}

.goods-list li a, .goods-list li a:visited {
	color: #ffffff;
}

.goods-list .item-image {
	float: left;
	margin: 0 20px 0 0;
	position: relative;
}

.goods-list .item-image .item-soldout {
	position: absolute;
	margin-left: -100%;
	top: 10px;
}

.goods-list .goods-desc {
	float: left;
	width: 405px;
	margin: 0 20px 0 0;
}

.goods-list .goods-desc h4 {
	margin-top: 0;
	color: #cfa63d;
}

.goods-list .goods-link {
	float: right;
	width: 130px;
}

.goods-list .work-detail-fields {
	float: none;
	margin: 0 0 1.2em 0;
}

.goods-list .work-detail-fields li {
	margin: 0 0 2px 0;
}

.goods-list .work-detail-text {
	padding: 0;
}


/** CONTACT PAGE **/
.form-page {
	padding: 20px;
}

.form-page label {
	display: block;
	margin: 0 0 3px 0;
	font-weight: bold;
}

.form-page ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.form-page li {
	padding: 5px 0;
	margin: 0;
}

.form-page textarea {
	width: 320px;
	height: 120px;
}

.form-page input,
.form-page select {
	width: 200px;
}

.form-page input.form-submit,
.form-page input.form-clear {
	width: auto;
	float: left;
	margin-right: 10px;
	font-size: 12pt;
}

.form-page .form-message {
	font-weight: bold;
	background: #cccccc;
	color: black;
	border: 2px solid black;
	padding: 2px 5px;
	margin-bottom: 10px;
}

.form-page .spam-check {
	display: none;
}


/** SCHEDULE PAGE **/
.schedule-all ul {
	list-style-type: none;
	margin: 5px 0 10px 0;
	padding: 0;
}

.schedule-all li {
	margin: 0 0 1.0em 15px;
	padding: 0 0 0 25px;
	background: url(https://3d9783.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/gem_red.jpg) 0 0.2em no-repeat;
}

.schedule-all li.alt {
	background: url(https://ecee7d.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/gem_blue.jpg) 0 0.2em no-repeat;
}

.schedulebox-header {
	background: url(https://4abef4.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/schedule_boxheader.jpg) left top no-repeat;
	height: 20px;
}

.schedulebox-body {
	background: url(https://4abef4.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/schedule_boxheader.jpg) -1px -20px no-repeat;
	border-left: 1px solid #f8ac00;
	border-right: 1px solid #f8ac00;
	padding: 0px 15px 10px 15px;
}

.schedulebox-body h3 {
	margin-top: 0px;
	color: #f8ac00;
}

.schedulebox-footer {
	background: url(https://a3660e.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/schedule_boxfooter.jpg) left bottom no-repeat;
	height: 5px;
}


/** DOWNLOADS **/
.download-item {
	padding: 20px 20px 20px 20px;
	overflow: hidden;
}

.download-item-left {
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
}

.download-item-left img {
	width: 200px;
}

.download-item-right {
	float: left;
}

.download-item-right h3 {
	margin: 0;
	padding: 0;
}

.download-item-right .download-detail {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 10pt;
}

.download-item-right ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#notes {
	clear: both;
	padding: 0 20px;
}

.works-notes {
	font-size: 10pt;
}


.general-error {
	padding: 20px;
	font-weight: bold;
}

.nowrap {
	white-space: nowrap;
}
#top-menu {
	overflow: hidden;
}

#top-menu .nav-button {
	width: 170px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	float: left;
}

#top-menu .nav-button a {
	display: block;
	height: 100%;
	text-decoration: none;
}

#nav-home a:hover {
	background:url(https://19f637.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/topmenu_sprite.jpg) 3px 0px no-repeat;
}

#nav-link a:hover {
	background:url(https://19f637.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/topmenu_sprite.jpg) -167px 0px no-repeat;
}

#nav-contact a:hover {
	background:url(https://19f637.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/topmenu_sprite.jpg) -337px 0px no-repeat;
}

#side-menu .nav-button {
	width: 160px;
	height: 90px;
	margin: 5px 0 5px 0px;
	text-align: center;
	cursor: pointer;
}

#side-menu .nav-button a {
	display: block;
	height: 100%;
	text-decoration: none;
}

#nav-schedule a {
	background:url(https://6790d5.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/sidemenu_sprite.jpg) 0px 0px no-repeat;
}
#nav-schedule a:hover {
	background-position: -160px 0px;
}

#nav-books a {
	background:url(https://6790d5.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/sidemenu_sprite.jpg) 0px -90px no-repeat;
}
#nav-books a:hover {
	background-position: -160px -90px;
}

#nav-ebooks a {
	background:url(https://6790d5.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/sidemenu_sprite.jpg) 0px -180px no-repeat;
}
#nav-ebooks a:hover {
	background-position: -160px -180px;
}

#nav-other a {
	background:url(https://6790d5.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/sidemenu_sprite.jpg) 0px -270px no-repeat;
}
#nav-other a:hover {
	background-position: -160px -270px;
}

#nav-accessories a {
	background:url(https://6790d5.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/sidemenu_sprite.jpg) 0px -360px no-repeat;
}
#nav-accessories a:hover {
	background-position: -160px -360px;
}

#nav-message a {
	background:url(https://6790d5.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/sidemenu_sprite.jpg) 0px -450px no-repeat;
}
#nav-message a:hover {
	background-position: -160px -450px;
}

#nav-blog a {
	background:url(https://6790d5.claudeassets.com/20180805183655im_/https://yamaneayano.com/views/en/img/sidemenu_sprite.jpg) 0px -540px no-repeat;
}
#nav-blog a:hover {
	background-position: -160px -540px;
}

/*
     FILE ARCHIVED ON 18:02:16 Aug 10, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:40:15 Jun 30, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.584
  exclusion.robots: 0.075
  exclusion.robots.policy: 0.064
  esindex: 0.009
  cdx.remote: 6.061
  LoadShardBlock: 54.188 (3)
  PetaboxLoader3.datanode: 115.601 (5)
  PetaboxLoader3.resolve: 466.513 (4)
  load_resource: 553.231 (2)
*/