@charset "utf-8";
/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: 有名な <a href="http://binarybonsai.com/kubrick/">Kubrick</a> をもとにした WordPress のデフォルトテーマ
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
*{
 margin: 0;
 padding: 0;
}

html, body {
 height: 100%;
}

body {
	font-size: 10pt; /* Resets 1em to 10px */
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", Arial, "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	background-color: #f3f3f3;
	color: #333;
	text-align: center;
	}

#page{
 background-color: white;
 border: 1px solid #ffffff;
 text-align: left;
}

#header {
	background: #000000;
	}

#headerimg 	{
	margin: 0;
	height: 111px;
	width: 898px;
	}

#content {
 font-size: 10pt;
 width: 898px;
 margin: 0 auto;
 margin-bottom: 20px;
	}

.entry{
 padding: 10px 10px 20px 10px;
}

.entry_border{
 border-bottom: 2px dashed #C9CACA;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #e7e7e7;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	display: none;
	}
	
h2.event {
	font-size: 14pt;
	font-weight: bold;
	background-color: #C9CACA;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #036EB8;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 950px;
	border: 1px solid #959596;
	}

#header_index {
	background-image: url('../../uploads/2012/09/20120904header.jpg');
	background-repeat: no-repeat;
	margin: 20px auto 0 auto;;
	padding: 0;
	height: 111px;
	width: 898px;
	}
	
#header {
	background-image: url('../../uploads/2012/09/20120904header.jpg');
	background-repeat: no-repeat;
	margin: 20px auto;
	padding: 0;
	height: 111px;
	width: 898px;
	}

#headerimg {
	margin: 0;
	height: 111px;
	width: 898px;
	}

#page_l{
 float: left;
 width: 206px;
}

#pside_menu{
 width: 205px;
 list-style-type: none;
 font-size: 9pt;
 margin: 0 0 10px 0;
 padding: 0;
}

#pside_menu li{
 height: 35px;
 display: block;
 padding: 14px 0 0 0;
 border-bottom: 1px solid #C9CACA;
}

#caravanside_menu{
 width: 205px;
 list-style-type: none;
 font-size: 9pt;
 margin: 0 0 10px 0;
 padding: 0;
}

#caravanside_menu li{
 height: 35px;
 display: block;
 padding: 5px 0 0 0;
 border-bottom: 1px solid #C9CACA;
}

.bg_plist a{
 background-image: url('images/bg_pmenu.gif');
 background-repeat: no-repeat;
 padding: 0 0 0 20px;
 margin: 0 0 0 5px;
 width : 180px;
 height: 35px;
 display: block;
 text-decoration: none;
 color: #898989;
}

.bg_plist a:hover{
 color: #036EB8;
}

#title_eventmenu h3{
 display: block;
 background-image: url('images/emenu_sprite.png');
 background-repeat: no-repeat;
 background-position : -410px top ;
 width : 205px ;
 height : 15px ;
 margin: 0;
 padding: 0;
 border-top: 1px solid #C9CACA;
 border-left: 1px solid #C9CACA;
 border-right: 1px solid #C9CACA;
}

#title_campaignmenu h3{
 display: block;
 background-image: url('images/emenu_sprite.png');
 background-repeat: no-repeat;
 background-position : -412px -40px ;
 width : 205px ;
 height : 15px ;
 margin: 0;
 padding: 0;
 border-top: 1px solid #C9CACA;
 border-left: 1px solid #C9CACA;
 border-right: 1px solid #C9CACA;
}

#title_revosutamenu h3{
 display: block;
 background-image: url('images/emenu_sprite.png');
 background-repeat: no-repeat;
 background-position : -410px -70px ;
 width : 205px ;
 height : 15px ;
 margin: 0;
 padding: 0;
 border-top: 1px solid #C9CACA;
 border-left: 1px solid #C9CACA;
 border-right: 1px solid #C9CACA;
}

.pside_amazon{
 display: block;
 margin: 0 0 12px 0;
}

.pside_amazon a{
 display: block;
 margin: 0 auto;
 text-align: center;
}

.pside_amazon a:hover{
 display: block;
}

#page_r{
 float: right;
 width: 682px;
 margin: 0 0 0 8px;
 _margin: 0 0 0 4px;
 padding: 0;
}

#title_event {
 display: block;
 background-image: url('images/emenu_sprite.png');
 background-repeat: no-repeat;
 background-position : left top;
 width : 400px;
 height : 40px;
}

#title_campaign {
 display: block;
 background-image: url('images/emenu_sprite.png');
 background-repeat: no-repeat;
 background-position : left -50px;
 width : 400px;
 height : 40px;
}

#title_news {
 display: block;
 background-image: url('images/emenu_sprite.png');
 background-repeat: no-repeat;
 background-position : -220px -100px;
 width : 400px;
 height : 40px;
}

#title_revosuta {
 display: block;
 background-image: url('images/emenu_sprite.png');
 background-repeat: no-repeat;
 background-position : left -150px;
 width : 400px;
 height : 40px;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.single_unit{
 width: 682px;
 margin: 0 0 0 206px;
}

.single_unit h2{
 padding: 8px;
}

.single_unit p{
 padding: 5px 0;
}

.post {
	margin: 0;
/*	text-align: justify; */
	}
	
.post h3{
 height: 30px;
 font-size: 11pt;
 background-color: #C9CACA;
 color: #898989;
 font-weight: bold;
 padding: 13px 10px 0 10px;
 margin: 10px 0;
}

.post h3 a{
 color: #898989;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 940px;
	height: 50px;
	clear: both;
	font-size: 9pt;
	color: #666666;
	border-top: 1px solid #959596;
	padding: 5px;
	background-color: #ffffff;
	}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
#header #index_link a{
 display: block;
 position: absolute;
 width: 268px;
 height: 72px;
 z-index: 2;
 top: 9px;
 left: 31px;
}

h2 {
	margin: 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

/*
html>body .entry li {
	margin: 7px 0 8px 10px;
	}
	
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	height: 20px;
	text-align: center;
	margin: 10px 0 5px 0;
	padding: 5px 0 0 0;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */




/* add PingPlan */

#header{
 position: relative;
}

#header_index{
 position: relative;
}

#header_english{
 display: block;
 position: absolute;
 width: 57px;
 height: 20px;
 z-index: 2;
 top: -20px;
 left: 835px;
}

#header_english a{
 text-decoration: underline;
}

#header_logo{
 display: block;
 position: absolute;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : top left;
 width: 141px;
 height: 161px;
 z-index: 2;
 top: 10px;
 left: 10px;
}

#head_menu{
 list-style-type: none;
 margin: 0 0 0 30px;
 padding: 85px 0 0 0;
}

#head_menu li{
 float: left;
 display: block;
 margin: 0 0 0 5px;
 width: 90px;
 height: 20px;
}

#head_home a{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -400px -30px;
 width: 90px;
 height: 20px;
}

#head_home a:hover{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -500px -30px;
 width: 90px;
 height: 20px;
}

#head_lineup a{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -150px -60px;
 width: 90px;
 height: 20px;
}

#head_lineup a:hover{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -250px -60px;
 width: 90px;
 height: 20px;
}

#head_comment a{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -350px -60px;
 width: 90px;
 height: 20px;
}

#head_comment a:hover{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -450px -60px;
 width: 90px;
 height: 20px;
}

#head_event a{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -150px -90px;
 width: 90px;
 height: 20px;
}

#head_event a:hover{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -250px -90px;
 width: 90px;
 height: 20px;
}

#head_contribution a{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -350px -90px;
 width: 90px;
 height: 20px;
}

#head_contribution a:hover{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -450px -90px;
 width: 90px;
 height: 20px;
}

#head_campaign a{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -150px -120px;
 width: 90px;
 height: 20px;
}

#head_campaign a:hover{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -250px -120px;
 width: 90px;
 height: 20px;
}

#head_blog a{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -350px -120px;
 width: 90px;
 height: 20px;
}

#head_blog a:hover{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -450px -120px;
 width: 90px;
 height: 20px;
}

#head_mail a{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -150px -150px;
 width: 90px;
 height: 20px;
}

#head_mail a:hover{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -250px -150px;
 width: 90px;
 height: 20px;
}

#head_amazon a{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -350px -150px;
 width: 90px;
 height: 20px;
}

#head_amazon a:hover{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -450px -150px;
 width: 90px;
 height: 20px;
}

#header_index #head_menu{
 list-style-type: none;
 margin: 0 0 0 160px;
 padding: 85px 0 0 0;
}

#header_index #head_menu li{
 float: left;
 display: block;
 margin: 0;
 padding: 0;
}

#header_index #head_lineup a{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -150px -60px;
 width: 90px;
 height: 20px;
}

#header_index #head_lineup a:hover{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -250px -60px;
 width: 90px;
 height: 20px;
}

#header_index #head_comment a{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -350px -60px;
 width: 90px;
 height: 20px;
}

#header_index #head_comment a:hover{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -450px -60px;
 width: 90px;
 height: 20px;
}

#header_index #head_event a{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -150px -90px;
 width: 90px;
 height: 20px;
}

#header_index #head_event a:hover{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -250px -90px;
 width: 90px;
 height: 20px;
}

#header_index #head_contribution a{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -350px -90px;
 width: 90px;
 height: 20px;
}

#header_index #head_contribution a:hover{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -450px -90px;
 width: 90px;
 height: 20px;
}

#header_index #head_campaign a{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -150px -120px;
 width: 90px;
 height: 20px;
}

#header_index #head_campaign a:hover{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -250px -120px;
 width: 90px;
 height: 20px;
}

#header_index #head_blog a{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -350px -120px;
 width: 90px;
 height: 20px;
}

#header_index #head_blog a:hover{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -450px -120px;
 width: 90px;
 height: 20px;
}

#header_index #head_mail a{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -150px -150px;
 width: 90px;
 height: 20px;
}

#header_index #head_mail a:hover{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -250px -150px;
 width: 90px;
 height: 20px;
}

#header_index #head_amazon a{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -350px -150px;
 width: 90px;
 height: 20px;
}

#header_index #head_amazon a:hover{
 display: block;
 background-image: url('images/top_sprite.png');
 background-repeat: no-repeat;
 background-position : -450px -150px;
 width: 90px;
 height: 20px;
}

#index_wrap{
 width: 898px;
 padding: 20px 0;
}

#index_wrap_l{
 float: left;
 width: 700px;
}

#index_wrap_r{
 float: right;
 width: 180px;
 padding: 5px;
}

#index_wrap_r ul{
 list-style-type: none;
}

#index_wrap_r li{
 margin: 0 0 5px 0;
}

#index_wrap_r a{
 display: block;
}







#topslide_1 a{
 display: block;
 background-image: url('images/topslide_sprite.png');
 width : 22px ;
 height : 22px ;
 background-position : left top ;
 background-repeat : no-repeat ;
}

#topslide_1 a:hover{
 display: block;
 background-image: url('images/topslide_sprite.png');
 width : 22px ;
 height : 22px ;
 background-position : -30px top ;
 background-repeat : no-repeat ;
}

#topslide_2 a{
 display: block;
 background-image: url('images/topslide_sprite.png');
 width : 22px ;
 height : 22px ;
 background-position : left -30px ;
 background-repeat : no-repeat ;
}

#topslide_2 a:hover{
 display: block;
 background-image: url('images/topslide_sprite.png');
 width : 22px ;
 height : 22px ;
 background-position : -30px -30px ;
 background-repeat : no-repeat ;
}

#topslide_3 a{
 display: block;
 background-image: url('images/topslide_sprite.png');
 width : 22px ;
 height : 22px ;
 background-position : left -60px ;
 background-repeat : no-repeat ;
}

#topslide_3 a:hover{
 display: block;
 background-image: url('images/topslide_sprite.png');
 width : 22px ;
 height : 22px ;
 background-position : -30px -60px ;
 background-repeat : no-repeat ;
}

#topslide_4 a{
 display: block;
 background-image: url('images/topslide_sprite.png');
 width : 22px ;
 height : 22px ;
 background-position : left -90px ;
 background-repeat : no-repeat ;
}

#topslide_4 a:hover{
 display: block;
 background-image: url('images/topslide_sprite.png');
 width : 22px ;
 height : 22px ;
 background-position : -30px -90px ;
 background-repeat : no-repeat ;
}

#topslide_5 a{
 display: block;
 background-image: url('images/topslide_sprite.png');
 width : 22px ;
 height : 22px ;
 background-position : left -120px ;
 background-repeat : no-repeat ;
}

#topslide_5 a:hover{
 display: block;
 background-image: url('images/topslide_sprite.png');
 width : 22px ;
 height : 22px ;
 background-position : -30px -120px ;
 background-repeat : no-repeat ;
}

#goodsbelt{
 width: 700px;
 height: 142px;
 margin: 10px 0;
}

#carousel_wrap{
 width: 700px;
 height: 140px;
 margin: 10px 0;
 padding: 0;
 position: relative;
}

#carousel_back{
 position: absolute;
 width: 24px;
 top: 100px;
 left: 0;
 cursor: pointer;
}

#carousel_back a{
 background-image: url('images/carousel_sprite.png');
 background-repeat: no-repeat;
 background-position : left -45px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 24px;
 height: 37px;
}

#carousel_back a:hover{
 background-image: url('images/carousel_sprite.png');
 background-repeat: no-repeat;
 background-position : left top ;
 margin: 0;
 padding: 0;
 display: block;
 width: 24px;
 height: 37px;
}

#carousel_next{
 position: absolute;
 width: 24px;
 top: 100px;
 right: 0;
 cursor: pointer;
}

#carousel_next a{
 background-image: url('images/carousel_sprite.png');
 background-repeat: no-repeat;
 background-position : -30px -45px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 24px;
 height: 37px;
}

#carousel_next a:hover{
 background-image: url('images/carousel_sprite.png');
 background-repeat: no-repeat;
 background-position : -30px top ;
 margin: 0;
 padding: 0;
 display: block;
 width: 24px;
 height: 37px;
}

#carousel{
 width: 100%;
 height: 100%;
 overflow: hidden;
}

#carousel_inner ul.column{
 width: 595px;
 height: 130px;
 padding: 10px 0 0 60px;
 list-style-type: none;
 float: left;
}

#carousel_inner ul.column li{
 float: left;
 margin-right: 18px;
 display: inline;
}

#carousel_inner ul.column li img{
 border: none;
}

#main_area{
 width: 888px;
 margin: 10px 0;
 padding: 0;
}

#main_area_l{
 float: left;
 width: 665px;
}

#main_area_r{
 float: right;
 width: 207px;
 height: 950px;
}

.mainborder{
 border: 1px solid #C9CACA;
}

.index_contents{
 font-size: 9.5pt;
 margin: 0 0 15px 0;
 padding: 5px;
}

.index_contents h3{
 margin: 5px 0;
 padding: 0;
}

.index_contents ul{
 list-style-type: none;
 margin: 5px;
 padding: 0;
}

.index_menu_inner{
 border: 1px solid #999999;
 margin: 0 0 15px 0;
 padding: 5px;
}

.lineup_menu{
 background-image: url('images/bg_index_lineup.jpg');
 background-repeat: no-repeat;
 margin: 0 0 10px 0;
 padding: 5px;
 width: 645px;
 height: 60px;
}

#lineup_001 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : left top ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_001 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -340px top ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_002 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : left -65px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_002 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -340px -65px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_003 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : left -130px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_003 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -340px -130px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_004 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : left -195px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_004 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -340px -195px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_005 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : left -260px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_005 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -340px -260px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_006 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : left -325px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_006 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -340px -325px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_007 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : left -390px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_007 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -340px -390px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_008 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -680px top ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_008 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -1020px top ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_009 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -680px -65px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_009 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -1020px -65px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_sp a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -680px -130px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_sp a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -1020px -130px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_010 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -680px -195px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_010 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -1020px -195px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_011 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -680px -260px ;
 margin: 0;

 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_011 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -1020px -260px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_012 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -680px -325px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_012 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -1020px -325px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_013 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -680px -390px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_013 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -1020px -390px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_014 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -1360px top ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_014 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -1700px top ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_015 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -1360px -65px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_015 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -1700px -65px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}


#lineup_016 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -1360px -130px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_016 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -1700px -130px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_017 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -1360px -325px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_017 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -1700px -325px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_018 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -1360px -195px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_018 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -1700px -195px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_019 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -1360px -260px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_019 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -1700px -260px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_020 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -2040px top ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_020 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -2380px top ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_021 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -2040px -65px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_021 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -2380px -65px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_022 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -2040px -130px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_022 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -2380px -130px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_023 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -2040px -195px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_023 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -2380px -195px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_024 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -2040px -260px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_024 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -2380px -260px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_025 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -2040px -325px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_025 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -2380px -325px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_026 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -2040px -390px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_026 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -2380px -390px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_027 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -2720px -65px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_027 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -3060px -65px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_028 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -2720px -130px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_028 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -3060px -130px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_029 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -2720px -195px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_029 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -3060px -195px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_030 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -2720px -260px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_030 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -3060px -260px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_031 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -2720px -325px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_031 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -3060px -325px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_032 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -2720px -390px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_032 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -3060px -390px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_032so a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -3400px top ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_032so a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -3740px top ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_033 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -3400px -65px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_033 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -3740px -65px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_034 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -3400px -130px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_034 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -3740px -130px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_035 a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -3400px -195px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_035 a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -3740px -195px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_036 a{
 background-image: url('../../uploads/2011/12/lineup_sprite2.png');
 background-repeat: no-repeat;
 background-position : left top ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_036 a:hover{
 background-image: url('../../uploads/2011/12/lineup_sprite2.png');
 background-repeat: no-repeat;
 background-position : -340px top ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_037 a{
 background-image: url('../../uploads/2012/02/gside037.png');
 background-repeat: no-repeat;
 background-position : left -40px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_037 a:hover{
 background-image: url('../../uploads/2012/02/gside037.png');
 background-repeat: no-repeat;
 background-position : left -105px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_038 a{
 background-image: url('../../uploads/2012/03/gside038_sprite.png');
 background-repeat: no-repeat;
 background-position : left -40px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_038 a:hover{
 background-image: url('../../uploads/2012/03/gside038_sprite.png');
 background-repeat: no-repeat;
 background-position : left -105px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_039 a{
 background-image: url('../../uploads/2012/05/gside039_sprite.png');
 background-repeat: no-repeat;
 background-position : left -40px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_039 a:hover{
 background-image: url('../../uploads/2012/05/gside039_sprite.png');
 background-repeat: no-repeat;
 background-position : left -105px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_040 a{
 background-image: url('../../uploads/2012/07/s040_sprite2.jpg');
 background-repeat: no-repeat;
 background-position : left -660px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_040 a:hover{
 background-image: url('../../uploads/2012/07/s040_sprite2.jpg');
 background-repeat: no-repeat;
 background-position : -335px -660px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_041 a{
 background-image: url('../../uploads/2012/09/s041_sprite2.jpg');
 background-repeat: no-repeat;
 background-position : left -990px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_041 a:hover{
 background-image: url('../../uploads/2012/09/s041_sprite2.jpg');
 background-repeat: no-repeat;
 background-position : -335px -990px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_042 a{
 background-image: url('../../uploads/2012/11/s042_sprite2.jpg');
 background-repeat: no-repeat;
 background-position : left -990px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_042 a:hover{
 background-image: url('../../uploads/2012/11/s042_sprite2.jpg');
 background-repeat: no-repeat;
 background-position : -335px -990px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_043 a{
 background-image: url('../../uploads/2013/01/s043_sprite1.jpg');
 background-repeat: no-repeat;
 background-position : left -1320px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_043 a:hover{
 background-image: url('../../uploads/2013/01/s043_sprite1.jpg');
 background-repeat: no-repeat;
 background-position : -335px -1320px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_043ex a{
 background-image: url('../../uploads/2013/01/s043ex_sprite1.jpg');
 background-repeat: no-repeat;
 background-position : -660px -660px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_043ex a:hover{
 background-image: url('../../uploads/2013/01/s043ex_sprite1.jpg');
 background-repeat: no-repeat;
 background-position : -660px -725px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_044 a{
 background-image: url('../../uploads/2013/02/s044_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -1650px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_044 a:hover{
 background-image: url('../../uploads/2013/02/s044_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -1650px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_044ex a{
 background-image: url('../../uploads/2013/05/s044ex_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -990px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_044ex a:hover{
 background-image: url('../../uploads/2013/05/s044ex_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -990px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}


#lineup_045 a{
 background-image: url('../../uploads/2013/04/s045_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -1650px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_045 a:hover{
 background-image: url('../../uploads/2013/04/s045_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -1650px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_046 a{
 background-image: url('../../uploads/2013/06/s046_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -1325px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_046 a:hover{
 background-image: url('../../uploads/2013/06/s046_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -1325px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_047 a{
 background-image: url('../../uploads/2013/07/s047_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -1655px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_047 a:hover{
 background-image: url('../../uploads/2013/07/s047_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -1655px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_048 a{
 background-image: url('../../uploads/2013/08/s048_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -660px -1650px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_048 a:hover{
 background-image: url('../../uploads/2013/08/s048_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -660px -1715px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_049 a{
 background-image: url('../../uploads/2013/09/s049_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -1985px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_049 a:hover{
 background-image: url('../../uploads/2013/09/s049_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -1985px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_050 a{
 background-image: url('../../uploads/2013/11/s050_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -1325px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_050 a:hover{
 background-image: url('../../uploads/2013/11/s050_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -335px -1325px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_051 a{
 background-image: url('../../uploads/2014/02/s051_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -1980px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_051 a:hover{
 background-image: url('../../uploads/2014/02/s051_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -335px -1980px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_052 a{
 background-image: url('../../uploads/2014/05/s052_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -1980px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_052 a:hover{
 background-image: url('../../uploads/2014/05/s052_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -335px -1980px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_010ex a{
 background-image: url('../../uploads/2013/10/s010ex_048ex_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -1325px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_010ex a:hover{
 background-image: url('../../uploads/2013/10/s010ex_048ex_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -335px -1325px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_048ex a{
 background-image: url('../../uploads/2013/10/s010ex_048ex_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -1390px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_048ex a:hover{
 background-image: url('../../uploads/2013/10/s010ex_048ex_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -335px -1390px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_037sy a{
 background-image: url('../../uploads/2012/06/037sy_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2000px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_037sy a:hover{
 background-image: url('../../uploads/2012/06/037sy_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2000px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_025ex a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -2720px top ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_025ex a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -3060px top ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}


#lineup_001clear a{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -1360px -390px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_001clear a:hover{
 background-image: url('images/lineup_sprite.png');
 background-repeat: no-repeat;
 background-position : -1700px -390px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mr01 a{
 background-image: url('../../uploads/2015/05/mr001_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -1650px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mr01 a:hover{
 background-image: url('../../uploads/2015/05/mr001_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -335px -1650px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mr02 a{
 background-image: url('../../uploads/2015/09/mr002_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -660px -1650px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mr02 a:hover{
 background-image: url('../../uploads/2015/09/mr002_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -660px -1715px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mr03 a{
 background-image: url('../../uploads/2015/10/mr003_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -660px -2060px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mr03 a:hover{
 background-image: url('../../uploads/2015/10/mr003_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -660px -2125px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mr04 a{
 background-image: url('../../uploads/2016/04/mr004_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -415px -1655px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mr04 a:hover{
 background-image: url('../../uploads/2016/04/mr004_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -750px -1655px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mr05 a{
 background-image: url('../../uploads/2016/08/mr005_sprite2.jpg');
 background-repeat: no-repeat;
 background-position : left -1325px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mr05 a:hover{
 background-image: url('../../uploads/2016/08/mr005_sprite2.jpg');
 background-repeat: no-repeat;
 background-position : -335px -1325px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mr06 a{
 background-image: url('../../uploads/2016/11/mr006_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -660px -1980px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mr06 a:hover{
 background-image: url('../../uploads/2016/11/mr006_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -995px -1980px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mr07 a{
 background-image: url('../../uploads/2017/03/mr007_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -1980px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mr07 a:hover{
 background-image: url('../../uploads/2017/03/mr007_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -335px -1980px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mr08 a{
 background-image: url('../../uploads/2017/08/mr008_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -995px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mr08 a:hover{
 background-image: url('../../uploads/2017/08/mr008_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -335px -995px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mr009 a{
 background-image: url('../../uploads/2017/11/mr009_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mr009 a:hover{
 background-image: url('../../uploads/2017/11/mr009_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mr010 a{
 background-image: url('../../uploads/2017/12/mr010_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mr010 a:hover{
 background-image: url('../../uploads/2017/12/mr010_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mr011 a{
 background-image: url('../../uploads/2018/06/mr011_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mr011 a:hover{
 background-image: url('../../uploads/2018/06/mr011_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mr012 a{
 background-image: url('../../uploads/2020/03/mr012_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mr012 a:hover{
 background-image: url('../../uploads/2020/03/mr012_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mr013 a{
 background-image: url('../../uploads/2021/10/mr013_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mr013 a:hover{
 background-image: url('../../uploads/2021/10/mr013_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mr013ex a{
 background-image: url('../../uploads/2022/07/mr013ex_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mr013ex a:hover{
 background-image: url('../../uploads/2022/07/mr013ex_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}


#lineup_cr001 a{
 background-image: url('../../uploads/2015/12/cr001_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -1650px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_cr001 a:hover{
 background-image: url('../../uploads/2015/12/cr001_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -1715px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}


#lineup_cr002 a{
 background-image: url('../../uploads/2015/12/cr002_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -1650px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_cr002 a:hover{
 background-image: url('../../uploads/2015/12/cr002_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -1715px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay001 a{
 background-image: url('../../uploads/2016/08/ay001_sprite2.jpg');
 background-repeat: no-repeat;
 background-position : left -1985px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay001 a:hover{
 background-image: url('../../uploads/2016/08/ay001_sprite2.jpg');
 background-repeat: no-repeat;
 background-position : -340px -1985px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay001ex a{
 background-image: url('../../uploads/2018/02/ay001ex_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -660px -1320px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay001ex a:hover{
 background-image: url('../../uploads/2018/02/ay001ex_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -660px -1385px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay002 a{
 background-image: url('../../uploads/2016/09/ay002_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -1985px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay002 a:hover{
 background-image: url('../../uploads/2016/09/ay002_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -1984px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay003 a{
 background-image: url('../../uploads/2016/12/ay003_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2640px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay003 a:hover{
 background-image: url('../../uploads/2016/12/ay003_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2640px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay004 a{
 background-image: url('../../uploads/2017/02/ay004_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay004 a:hover{
 background-image: url('../../uploads/2017/02/ay004_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay005 a{
 background-image: url('../../uploads/2017/05/ay005_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay005 a:hover{
 background-image: url('../../uploads/2017/05/ay005_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay006 a{
 background-image: url('../../uploads/2017/08/ay006_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay006 a:hover{
 background-image: url('../../uploads/2017/08/ay006_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay007 a{
 background-image: url('../../uploads/2017/10/ay007_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay007 a:hover{
 background-image: url('../../uploads/2017/10/ay007_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay008 a{
 background-image: url('../../uploads/2017/12/ay008_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay008 a:hover{
 background-image: url('../../uploads/2017/12/ay008_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay009 a{
 background-image: url('../../uploads/2018/04/ay009_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay009 a:hover{
 background-image: url('../../uploads/2018/04/ay009_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay010 a{
 background-image: url('../../uploads/2018/08/ay010_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -1980px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay010 a:hover{
 background-image: url('../../uploads/2018/08/ay010_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -1980px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay011 a{
 background-image: url('../../uploads/2018/09/ay011_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -1980px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay011 a:hover{
 background-image: url('../../uploads/2018/09/ay011_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -1980px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay012 a{
 background-image: url('../../uploads/2018/11/ay012_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -1325px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay012 a:hover{
 background-image: url('../../uploads/2018/11/ay012_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -335px -1325px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay013 a{
 background-image: url('../../uploads/2019/01/ay013_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -1980px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay013 a:hover{
 background-image: url('../../uploads/2019/01/ay013_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -1980px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay014 a{
 background-image: url('../../uploads/2019/04/ay014_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -1985px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay014 a:hover{
 background-image: url('../../uploads/2019/04/ay014_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -335px -1985px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay015 a{
 background-image: url('../../uploads/2019/07/ay015_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay015 a:hover{
 background-image: url('../../uploads/2019/07/ay015_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay015ex a{
 background-image: url('../../uploads/2020/08/ay015ex_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay015ex a:hover{
 background-image: url('../../uploads/2020/08/ay015ex_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay015ex2 a{
 background-image: url('../../uploads/2020/08/ay015ex2_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay015ex2 a:hover{
 background-image: url('../../uploads/2020/08/ay015ex2_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay016 a{
 background-image: url('../../uploads/2019/09/ay016_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay016 a:hover{
 background-image: url('../../uploads/2019/09/ay016_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay017 a{
 background-image: url('../../uploads/2019/12/ay017_sprite.png');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay017 a:hover{
 background-image: url('../../uploads/2019/12/ay017_sprite.png');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay018 a{
 background-image: url('../../uploads/2020/04/ay018_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay018 a:hover{
 background-image: url('../../uploads/2020/04/ay018_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay019 a{
 background-image: url('../../uploads/2020/05/ay019_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay019 a:hover{
 background-image: url('../../uploads/2020/05/ay019_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay020 a{
 background-image: url('../../uploads/2020/07/ay020_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay020 a:hover{
 background-image: url('../../uploads/2020/07/ay020_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay021 a{
 background-image: url('../../uploads/2020/10/ay021_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay021 a:hover{
 background-image: url('../../uploads/2020/10/ay021_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay022 a{
 background-image: url('../../uploads/2020/12/ay022_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay022 a:hover{
 background-image: url('../../uploads/2020/12/ay022_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay023 a{
 background-image: url('../../uploads/2021/05/ay023_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay023 a:hover{
 background-image: url('../../uploads/2021/05/ay023_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay023ex a{
 background-image: url('../../uploads/2021/03/ay023ex_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay023ex a:hover{
 background-image: url('../../uploads/2021/03/ay023ex_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -330px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}


#lineup_ay024 a{
 background-image: url('../../uploads/2021/05/ay024_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay024 a:hover{
 background-image: url('../../uploads/2021/05/ay024_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -330px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay025 a{
 background-image: url('../../uploads/2021/06/ay025_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay025 a:hover{
 background-image: url('../../uploads/2021/06/ay025_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay025ex a{
 background-image: url('../../uploads/2021/07/ay025ex_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay025ex a:hover{
 background-image: url('../../uploads/2021/07/ay025ex_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay026 a{
 background-image: url('../../uploads/2021/08/ay026_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay026 a:hover{
 background-image: url('../../uploads/2021/08/ay026_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay027 a{
 background-image: url('../../uploads/2021/12/ay027_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay027 a:hover{
 background-image: url('../../uploads/2021/12/ay027_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay027ex a{
 background-image: url('../../uploads/2022/04/ay027ex_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay027ex a:hover{
 background-image: url('../../uploads/2022/04/ay027ex_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay028 a{
 background-image: url('../../uploads/2022/06/ay028_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay028 a:hover{
 background-image: url('../../uploads/2022/06/ay028_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay029 a{
 background-image: url('../../uploads/2022/07/ay029_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay029 a:hover{
 background-image: url('../../uploads/2022/07/ay029_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay030 a{
 background-image: url('../../uploads/2022/07/ay030_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_ay030 a:hover{
 background-image: url('../../uploads/2022/07/ay030_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -2310px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mt001 a{
 background-image: url('../../uploads/2016/06/mt001_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -1985px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mt001 a:hover{
 background-image: url('../../uploads/2016/06/mt001_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -1985px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mt002 a{
 background-image: url('../../uploads/2016/06/mt002_sprite.jpg');
 background-repeat: no-repeat;
 background-position : left -1985px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

#lineup_mt002 a:hover{
 background-image: url('../../uploads/2016/06/mt002_sprite.jpg');
 background-repeat: no-repeat;
 background-position : -340px -1985px ;
 margin: 0;
 padding: 0;
 display: block;
 width: 330px;
 height: 58px;
}

.index_menu_inner h3{
 color: #036EB8;
}

.index_menu_inner a{
 color: #036EB8;
}

.align_right{
 text-align: right;
}

.a_border a:hover{
 text-decoration: underline;
}

.day{
 margin: 0 10px 5px 0;
}

.news_title{
 margin: 0 0 5px 0;
}

.commentator li{
 display: inline;
 padding: 3px 0 0 7px;
 margin: 0 10px 0 0;
 background-image: url('images/bg_list.gif');
 background-repeat: no-repeat;
}

#footer_l{
 float: left;
 width: 400px;
 padding: 5px;
}

#footer_r{
 float: right;
 width: 500px;
 padding: 5px;
}

#footer_r ul{
 list-style-type: none;
}

#footer_r li{
 display: inline;
 margin: 0 5px 0 0;
}

#title_headline{
 display: block;
 background-image: url('images/top_sprite.png');
 width : 238px ;
 height : 24px ;
 background-position : -151px top ;
 background-repeat : no-repeat ;
}

#title_lineup{
 display: block;
 background-image: url('images/top_sprite.png');
 width : 238px ;
 height : 24px ;
 background-position : -401px top;
 background-repeat : no-repeat ;
}

#title_menu{
 display: block;
 background-image: url('images/top_sprite.png');
 width : 238px ;
 height : 24px ;
 background-position : -150px -30px ;
 background-repeat : no-repeat ;
}

.lineup_l{
 float: left;
 width: 95px;
 line-height: 16px;
 padding: 6px 0 0 0;
}

.lineup_r{
 float: right;
 width: 210px;
 padding: 0;
 margin: 0;
}

.lineup_r ul{
 list-style-type: none;
 height: 48px;
 padding: 0;
 margin: 5px 0 0 0;
}

.lineup_r li{
 float: left;
 background-image: url('images/bg_list.gif');
 background-repeat: no-repeat;
 display: block;
 width: 100px;
 height: 20px;
 font-size: 8pt;
 padding: 5px 0 0 5px;
}

.lineup_c{
 width: 330px;
 margin: 0 0 0 100px;
 _margin: 0 0 0 50px;
 padding: 0;
}

#side_mail a{
 background-image: url('images/index_side_sprite.png');
 width : 180px ;
 height : 30px ;
 background-position : left top ;
 background-repeat : no-repeat ;
}

#side_amazon a{
 background-image: url('images/index_side_sprite.png');
 width : 180px ;
 height : 30px ;
 background-position : -185px top;
 background-repeat : no-repeat ;
}

#side_amazon a:hover{
 background-image: url('images/index_side_sprite.png');
 width : 180px ;
 height : 30px ;
 background-position : -370px top;
 background-repeat : no-repeat ;
}

#side_comment a{
 background-image: url('../../uploads/2012/08/sidebnr_sprite.jpg');
 width : 180px ;
 height : 40px ;
 background-position : left top ;
 background-repeat : no-repeat ;
}

#side_comment a:hover{
 background-image: url('../../uploads/2012/08/sidebnr_sprite.jpg');
 width : 180px ;
 height : 40px ;
 background-position : -185px top ;
 background-repeat : no-repeat ;
}

#side_lineup a{
 background-image: url('../../uploads/2012/08/sidebnr_sprite.jpg');
 width : 180px ;
 height : 40px ;
 background-position : left -45px ;
 background-repeat : no-repeat ;
}

#side_lineup a:hover{
 background-image: url('../../uploads/2012/08/sidebnr_sprite.jpg');
 width : 180px ;
 height : 40px ;
 background-position : -185px -45px ;
 background-repeat : no-repeat ;
}

#side_blog a{
 background-image: url('../../uploads/2012/08/sidebnr_sprite.jpg');
 width : 180px ;
 height : 40px ;
 background-position : -370px top ;
 background-repeat : no-repeat ;
}

#side_blog a:hover{
 background-image: url('../../uploads/2012/08/sidebnr_sprite.jpg');
 width : 180px ;
 height : 40px ;
 background-position : -555px top ;
 background-repeat : no-repeat ;
}

#side_hotheadline a{
 background-image: url('../../uploads/2012/08/sidebnr_sprite.jpg');
 width : 180px ;
 height : 40px ;
 background-position : -370px -45px ;
 background-repeat : no-repeat ;
}

#side_hotheadline a:hover{
 background-image: url('../../uploads/2012/08/sidebnr_sprite.jpg');
 width : 180px ;
 height : 40px ;
 background-position : -555px -45px ;
 background-repeat : no-repeat ;
}

#side_shop a{
 background-image: url('../../uploads/2012/08/sidebnr_sprite.jpg');
 width : 180px ;
 height : 40px ;
 background-position : -740px top ;
 background-repeat : no-repeat ;
}

#side_shop a:hover{
 background-image: url('../../uploads/2012/08/sidebnr_sprite.jpg');
 width : 180px ;
 height : 40px ;
 background-position : -925px top ;
 background-repeat : no-repeat ;
}


#side_event a{
 background-image: url('images/index_side_sprite.png');
 width : 180px ;
 height : 40px ;
 background-position : -185px -80px ;
 background-repeat : no-repeat ;
}

#side_event a:hover{
 background-image: url('images/index_side_sprite.png');
 width : 180px ;
 height : 40px ;
 background-position : -370px -80px ;
 background-repeat : no-repeat ;
}

#side_contribution a{
 background-image: url('images/index_side_sprite.png');
 width : 180px ;
 height : 40px ;
 background-position : left -125px ;
 background-repeat : no-repeat ;
}

#side_contribution a:hover{
 background-image: url('images/index_side_sprite.png');
 width : 180px ;
 height : 40px ;
 background-position : -185px -125px ;
 background-repeat : no-repeat ;
}

#side_campaign a{
 background-image: url('images/index_side_sprite.png');
 width : 180px ;
 height : 40px ;
 background-position : -370px -125px ;
 background-repeat : no-repeat ;
}

#side_campaign a:hover{
 background-image: url('images/index_side_sprite.png');
 width : 180px ;
 height : 40px ;
 background-position : left -170px ;
 background-repeat : no-repeat ;
}

.top_sidebanner{
 margin: 8px 5px;
 padding: 0;
}

.font_blue{
 color: #036EB8;
}

.font_deepblue{
 color: #003366;
}

.font_red{
 color: #E60012;
}

.font_black{
 color: #000000;
}

.font_gray{
 color: #898989;
}

.font_white{
 color: #ffffff;
}

.font_lightgreen{
 color: #22AC38;
}

.font_brown{
 color: #692407;
}

.font_orange{
 color: #EA5514;
}

.font_003orange{
 color: #F39800;
}

.font_purple{
 color: #601986;
}
 
.font_pink{
 color: #ff00f0;
}

.font_deepred{
 color: #B01E23;
}

.font_006green{
 color: #006934;
}

.font_008blue{
 color: #172A88;
}

.font_009blue{
 color: #1187bb;
}

.font_010orange{
 color: #EA5514;
}

.font_011yellow{
 color: #F8B62D;
}

.font_012green{
 color: #22AC38;
}

.font_013green{
 color: #009999;
}

.font_014blue{
 color: #3366cc;
}

.font_015darkyellow{
 color: #666633;
}

.font_016darkblue{
 color: #000066;
}

.font_017red{
 color: #cc0033;
}


.font_019brown{
 color: #663333;
}

.font_020purple{
 color: #993366;
}

.font_021mossgreen{
 color: #999933;
}

.font_022green{
 color: #669933;
}

.font_023red{
 color: #cc3366;
}

.font_024red{
 color: #ff0000;
}

.font_025brown{
 color: #996633;
}

.font_028skyblue{
 color: #66CCFF;
}

.font_029mossgreen{
 color: #999966;
}

.font_032{
 color: #cccc99;
}

.font_035{
 color: #999999;
}

.font_037{
 color: #666633;
}

.font_038{
 color: #ffcc00;
}

.font_046{
 color: #99cccc;
}

.font_050{
 color: #ffcc33;
}

.font_037sy{
 color: #cc9933;
}

.bg_lgray{
 background-color: #EFEFEF;
}

.bg_gray{
 background-color: #cccccc;
}


.bg_orange{
 background-color: #F39800;
}

.bg_red{
 background-color: #E60012;
}


.bg_green{
 background-color: #8FC31F;
}

.bg_deepgreen{
 background-color: #006934;
}

.bg_purple{
 background-color: #601986;
}

.bg_brown{
 background-color: #692407;
}

.bg_deepred{
 background-color: #B01E23;
}

.bg_deepblue{
 background-color: #003366;
}

.bg_008blue{
 background-color: #172A88;
}

.bg_009blue{
 background-color: #1187bb;
}

.bg_010orange{
 background-color: #EA5514;
}

.bg_011yellow{
 background-color: #F8B62D;
}

.bg_012green{
 background-color: #22AC38;
}

.bg_013green{
 background-color: #009999;
}

.bg_014blue{
 background-color: #3366cc;
}

.bg_015darkyellow{
 background-color: #666633;
}

.bg_016darkblue{
 background-color: #000066;
}

.bg_017red{
 background-color: #cc0033;
}

.bg_019brown{
 background-color: #663333;
}

.bg_020purple{
 background-color: #993366;
}

.bg_021mossgreen{
 background-color: #999933;
}

.bg_022green{
 background-color: #669933;
}

.bg_023red{
 background-color: #cc3366;
}

.bg_024red{
 background-color: #ff0000;
}

.bg_025brown{
 background-color: #996633;
}

.bg_028skyblue{
 background-color: #66CCFF;
}

.bg_029mossgreen{
 background-color: #999966;
}

.bg_032{
 background-color: #cccc99;
}

.bg_035{
 background-color: #999999;
}

.bg_037{
 background-color: #666633;
}

.bg_038{
 background-color: #ffcc00;
}

.bg_046{
 background-color: #99cccc;
}

.bg_050{
 background-color: #ffcc33;
}

.bg_037sy{
 background-color: #cc9933;
}

.bg_black{
 background-color: #3A3A3A;
}

.bg_dkblack{
 background-color: #000000;
}

.bg_lightblue{
 background-color: #33CCFF;
}

.bg_pink{
 background-color: #ff00f0;
}


.align_center{
 text-align: center;
}

.align_right{
 text-align: right;
}

.align_left{
 text-align: left;
}

.fontbold{
 font-weight: bold;
}

.bigger{
 font-size: 110%;
 font-weight: bold;
}

/* Begin Page */

.float_left{
 float: left;
}

.float_right{
 float: right;
}

#page_wrap{
 width: 898px;
 height: 100%;
 margin: 0;
 padding: 0;
 font-size: 10pt;
}
#page_wrap hr{
 margin: 10px 0;
}

/* Begin Page */

#gside_wrap{
 border: 1px solid #898989;
 padding: 10px 0 20px 3px;
 text-align: center;
}

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

#gside_menu li{
 display: block;
 width: 197px;
 height: 35px;
 margin: 0 0 10px 0;
}

#gside_title{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 50px ;
 height : 10px ;
 background-position : left -330px ;
 display: block;
 margin: 0 0 5px 0;
 padding: 0;
}

#gside001 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left top ;
 display: block;
}

#gside001 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -210px top ;
 display: block;
}

#gside002 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left -40px ;
 display: block;
}

#gside002 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -210px -40px ;
 display: block;
}

#gside003 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left -80px ;
 display: block;
}

#gside003 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -210px -80px ;
 display: block;
}

#gside004 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left -120px ;
 display: block;
}

#gside004 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -210px -120px ;
 display: block;
}

#gside005 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left -160px ;
 display: block;
}

#gside005 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -210px -160px ;
 display: block;
}

#gside006 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left -200px ;
 display: block;
}

#gside006 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -210px -200px ;
 display: block;
}

#gside007 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left -240px ;
 display: block;
}

#gside007 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -210px -240px ;
 display: block;
}

#gside008 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -420px top ;
 display: block;
}

#gside008 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -630px top ;
 display: block;
}

#gside009 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -420px -40px ;
 display: block;
}

#gside009 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -630px -40px ;
 display: block;
}

#gsidesp a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -420px -80px ;
 display: block;
}

#gsidesp a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -630px -80px ;
 display: block;
}

#gside010 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -420px -120px ;
 display: block;
}

#gside010 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -630px -120px ;
 display: block;
}

#gside011 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -420px -160px ;
 display: block;
}

#gside011 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -630px -160px ;
 display: block;
}

#gside012 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -420px -200px ;
 display: block;
}

#gside012 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -630px -200px ;
 display: block;
}

#gside013 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -420px -240px ;
 display: block;
}

#gside013 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -630px -240px ;
 display: block;
}

#gside014 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -420px -280px ;
 display: block;
}

#gside014 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -630px -280px ;
 display: block;
}

#gside015 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -840px top ;
 display: block;
}

#gside015 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1050px top ;
 display: block;
}


#gside016 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -840px -40px ;
 display: block;
}

#gside016 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1050px -40px ;
 display: block;
}

#gside017 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -840px -160px ;
 display: block;
}

#gside017 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1050px -160px ;
 display: block;
}

#gside018 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -840px -80px ;
 display: block;
}

#gside018 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1050px -80px ;
 display: block;
}

#gside019 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -840px -120px ;
 display: block;
}

#gside019 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1050px -120px ;
 display: block;
}

#gside001clear a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -840px -200px ;
 display: block;
}

#gside001clear a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1050px -200px ;
 display: block;
}

#gside020 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -840px -240px ;
 display: block;
}

#gside020 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1050px -240px ;
 display: block;
}

#gside021 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -840px -280px ;
 display: block;
}

#gside021 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1050px -280px ;
 display: block;
}

#gside022 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1260px top ;
 display: block;
}

#gside022 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1470px top ;
 display: block;
}

#gside023 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1260px -40px ;
 display: block;
}

#gside023 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1470px -40px ;
 display: block;
}

#gside024 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1260px -80px ;
 display: block;
}

#gside024 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1470px -80px ;
 display: block;
}

#gside025 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1260px -120px ;
 display: block;
}

#gside025 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1470px -120px ;
 display: block;
}

#gside026 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1260px -160px ;
 display: block;
}

#gside026 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1470px -160px ;
 display: block;
}

#gside027 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1260px -240px ;
 display: block;
}

#gside027 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1470px -240px ;
 display: block;
}

#gside028 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1260px -280px ;
 display: block;
}

#gside028 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1470px -280px ;
 display: block;
}

#gside029 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1680px top ;
 display: block;
}

#gside029 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1890px top ;
 display: block;
}

#gside030 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1680px -40px ;
 display: block;
}

#gside030 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1890px -40px ;
 display: block;
}

#gside031 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1680px -80px ;
 display: block;
}

#gside031 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1890px -80px ;
 display: block;
}

#gside032 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1680px -120px ;
 display: block;
}

#gside032 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1890px -120px ;
 display: block;
}

#gside032so a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1680px -160px ;
 display: block;
}

#gside032so a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1890px -160px ;
 display: block;
}

#gside033 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1680px -200px ;
 display: block;
}

#gside033 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1890px -200px ;
 display: block;
}

#gside034 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1680px -240px ;
 display: block;
}

#gside034 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1890px -240px ;
 display: block;
}

#gside035 a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1680px -280px ;
 display: block;
}

#gside035 a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1890px -280px ;
 display: block;
}

#gside036 a{
 background-image: url('../../uploads/2011/12/goodsmenu_sprite2.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left top ;
 display: block;
}

#gside036 a:hover{
 background-image: url('../../uploads/2011/12/goodsmenu_sprite2.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -210px top ;
 display: block;
}

#gside037 a{
 background-image: url('../../uploads/2012/02/gside037.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left top ;
 display: block;
}

#gside037 a:hover{
 background-image: url('../../uploads/2012/02/gside037.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -210px top ;
 display: block;
}

#gside038 a{
 background-image: url('../../uploads/2012/03/gside038_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left top ;
 display: block;
}

#gside038 a:hover{
 background-image: url('../../uploads/2012/03/gside038_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -210px top ;
 display: block;
}

#gside039 a{
 background-image: url('../../uploads/2012/05/gside039_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left top ;
 display: block;
}

#gside039 a:hover{
 background-image: url('../../uploads/2012/05/gside039_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -210px top ;
 display: block;
}

#gside040 a{
 background-image: url('../../uploads/2012/07/s040_sprite2.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left -725px ;
 display: block;
}

#gside040 a:hover{
 background-image: url('../../uploads/2012/07/s040_sprite2.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -205px -725px ;
 display: block;
}

#gside041 a{
 background-image: url('../../uploads/2012/09/s041_sprite2.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left -1055px ;
 display: block;
}

#gside041 a:hover{
 background-image: url('../../uploads/2012/09/s041_sprite2.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -205px -1055px ;
 display: block;
}

#gside042 a{
 background-image: url('../../uploads/2012/11/s042_sprite2.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left -1055px ;
 display: block;
}

#gside042 a:hover{
 background-image: url('../../uploads/2012/11/s042_sprite2.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -205px -1055px ;
 display: block;
}

#gside043 a{
 background-image: url('../../uploads/2013/01/s043_sprite1.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left -1385px ;
 display: block;
}

#gside043 a:hover{
 background-image: url('../../uploads/2013/01/s043_sprite1.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -205px -1385px ;
 display: block;
}

#gside043ex a{
 background-image: url('../../uploads/2013/01/s043ex_sprite1.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -660px -790px ;
 display: block;
}

#gside043ex a:hover{
 background-image: url('../../uploads/2013/01/s043ex_sprite1.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -660px -830px ;
 display: block;
}

#gside044 a{
 background-image: url('../../uploads/2013/02/s044_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -1650px ;
 display: block;
}

#gside044 a:hover{
 background-image: url('../../uploads/2013/02/s044_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -1650px ;
 display: block;
}

#gside044ex a{
 background-image: url('../../uploads/2013/05/s044ex_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -680px -990px ;
 display: block;
}

#gside044ex a:hover{
 background-image: url('../../uploads/2013/05/s044ex_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -885px -990px ;
 display: block;
}

#gside045 a{
 background-image: url('../../uploads/2013/04/s045_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -1650px ;
 display: block;
}

#gside045 a:hover{
 background-image: url('../../uploads/2013/04/s045_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -1650px ;
 display: block;
}

#gside046 a{
 background-image: url('../../uploads/2013/06/s046_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -1325px ;
 display: block;
}

#gside046 a:hover{
 background-image: url('../../uploads/2013/06/s046_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -1325px ;
 display: block;
}

#gside047 a{
 background-image: url('../../uploads/2013/07/s047_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -1655px ;
 display: block;
}

#gside047 a:hover{
 background-image: url('../../uploads/2013/07/s047_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -1655px ;
 display: block;
}

#gside048 a{
 background-image: url('../../uploads/2013/08/s048_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -660px -1780px ;
 display: block;
}

#gside048 a:hover{
 background-image: url('../../uploads/2013/08/s048_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -660px -1820px ;
 display: block;
}

#gside049 a{
 background-image: url('../../uploads/2013/09/s049_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -1985px ;
 display: block;
}

#gside049 a:hover{
 background-image: url('../../uploads/2013/09/s049_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -1985px ;
 display: block;
}

#gside050 a{
 background-image: url('../../uploads/2013/11/s050_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -1325px ;
 display: block;
}

#gside050 a:hover{
 background-image: url('../../uploads/2013/11/s050_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -1325px ;
 display: block;
}

#gside051 a{
 background-image: url('../../uploads/2014/02/s051_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -1980px ;
 display: block;
}

#gside051 a:hover{
 background-image: url('../../uploads/2014/02/s051_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -1980px ;
 display: block;
}

#gside052 a{
 background-image: url('../../uploads/2014/05/s052_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -1980px ;
 display: block;
}

#gside052 a:hover{
 background-image: url('../../uploads/2014/05/s052_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -1980px ;
 display: block;
}


#gside010ex a{
 background-image: url('../../uploads/2013/10/s010ex_048ex_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -670px -1325px ;
 display: block;
}

#gside010ex a:hover{
 background-image: url('../../uploads/2013/10/s010ex_048ex_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -875px -1325px ;
 display: block;
}

#gside048ex a{
 background-image: url('../../uploads/2013/10/s010ex_048ex_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -670px -1390px ;
 display: block;
}

#gside048ex a:hover{
 background-image: url('../../uploads/2013/10/s010ex_048ex_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -875px -1390px ;
 display: block;
}

#gside037sy a{
 background-image: url('../../uploads/2012/06/037sy_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left -2065px ;
 display: block;
}

#gside037sy a:hover{
 background-image: url('../../uploads/2012/06/037sy_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -205px -2065px ;
 display: block;
}

#gside025ex a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1260px -200px ;
 display: block;
}

#gside025ex a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -1470px -200px ;
 display: block;
}

#gside_mr001 a{
 background-image: url('../../uploads/2015/05/mr001_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -1650px ;
 display: block;
}

#gside_mr001 a:hover{
 background-image: url('../../uploads/2015/05/mr001_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -1650px ;
 display: block;
}

#gside_mr002 a{
 background-image: url('../../uploads/2015/09/mr002_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -660px -1820px ;
 display: block;
}

#gside_mr002 a:hover{
 background-image: url('../../uploads/2015/09/mr002_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -660px -1780px ;
 display: block;
}

#gside_mr003 a{
 background-image: url('../../uploads/2015/10/mr003_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -660px -1980px ;
 display: block;
}

#gside_mr003 a:hover{
 background-image: url('../../uploads/2015/10/mr003_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -660px -2020px ;
 display: block;
}

#gside_mr004 a{
 background-image: url('../../uploads/2016/04/mr004_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left -1655px ;
 display: block;
}

#gside_mr004 a:hover{
 background-image: url('../../uploads/2016/04/mr004_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -205px -1655px ;
 display: block;
}

#gside_mr005 a{
 background-image: url('../../uploads/2016/08/mr005_sprite2.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -670px -1325px ;
 display: block;
}

#gside_mr005 a:hover{
 background-image: url('../../uploads/2016/08/mr005_sprite2.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -875px -1325px ;
 display: block;
}

#gside_mr006 a{
 background-image: url('../../uploads/2016/11/mr006_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -660px -2045px ;
 display: block;
}

#gside_mr006 a:hover{
 background-image: url('../../uploads/2016/11/mr006_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -865px -2045px ;
 display: block;
}

#gside_mr007 a{
 background-image: url('../../uploads/2017/03/mr007_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -670px -1980px ;
 display: block;
}

#gside_mr007 a:hover{
 background-image: url('../../uploads/2017/03/mr007_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -875px -1980px ;
 display: block;
}

#gside_mr008 a{
 background-image: url('../../uploads/2017/08/mr008_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -995px ;
 display: block;
}

#gside_mr008 a:hover{
 background-image: url('../../uploads/2017/08/mr008_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -995px ;
 display: block;
}

#gside_mr009 a{
 background-image: url('../../uploads/2017/11/mr009_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_mr009 a:hover{
 background-image: url('../../uploads/2017/11/mr009_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_mr010 a{
 background-image: url('../../uploads/2017/12/mr010_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_mr010 a:hover{
 background-image: url('../../uploads/2017/12/mr010_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_mr011 a{
 background-image: url('../../uploads/2018/06/mr011_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_mr011 a:hover{
 background-image: url('../../uploads/2018/06/mr011_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_mr012 a{
 background-image: url('../../uploads/2020/03/mr012_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_mr012 a:hover{
 background-image: url('../../uploads/2020/03/mr012_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_mr013 a{
 background-image: url('../../uploads/2021/10/mr013_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_mr013 a:hover{
 background-image: url('../../uploads/2021/10/mr013_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_mr013ex a{
 background-image: url('../../uploads/2022/07/mr013ex_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_mr013ex a:hover{
 background-image: url('../../uploads/2022/07/mr013ex_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_cr001 a{
 background-image: url('../../uploads/2015/12/cr001_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -340px -1650px ;
 display: block;
}

#gside_cr001 a:hover{
 background-image: url('../../uploads/2015/12/cr001_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -545px -1650px ;
 display: block;
}

#gside_cr002 a{
 background-image: url('../../uploads/2015/12/cr002_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -335px -1650px ;
 display: block;
}

#gside_cr002 a:hover{
 background-image: url('../../uploads/2015/12/cr002_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -540px -1650px ;
 display: block;
}

#gside_ay001 a{
 background-image: url('../../uploads/2016/08/ay001_sprite2.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -1985px ;
 display: block;
}


#gside_ay001 a:hover{
 background-image: url('../../uploads/2016/08/ay001_sprite2.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -1985px ;
 display: block;
}

#gside_ay001ex a{
 background-image: url('../../uploads/2018/02/ay001ex_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -660px -1450px ;
 display: block;
}

#gside_ay001ex a:hover{
 background-image: url('../../uploads/2018/02/ay001ex_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -660px -1490px ;
 display: block;
}

#gside_ay002 a{
 background-image: url('../../uploads/2016/09/ay002_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -1985px ;
 display: block;
}

#gside_ay002 a:hover{
 background-image: url('../../uploads/2016/09/ay002_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -1985px ;
 display: block;
}

#gside_ay003 a{
 background-image: url('../../uploads/2016/12/ay003_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2640px ;
 display: block;
}

#gside_ay003 a:hover{
 background-image: url('../../uploads/2016/12/ay003_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2640px ;
 display: block;
}

#gside_ay004 a{
 background-image: url('../../uploads/2017/02/ay004_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_ay004 a:hover{
 background-image: url('../../uploads/2017/02/ay004_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_ay005 a{
 background-image: url('../../uploads/2017/05/ay005_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_ay005 a:hover{
 background-image: url('../../uploads/2017/05/ay005_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_ay006 a{
 background-image: url('../../uploads/2017/08/ay006_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_ay006 a:hover{
 background-image: url('../../uploads/2017/08/ay006_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_ay007 a{
 background-image: url('../../uploads/2017/10/ay007_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_ay007 a:hover{
 background-image: url('../../uploads/2017/10/ay007_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_ay008 a{
 background-image: url('../../uploads/2017/12/ay008_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_ay008 a:hover{
 background-image: url('../../uploads/2017/12/ay008_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_ay009 a{
 background-image: url('../../uploads/2018/04/ay009_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_ay009 a:hover{
 background-image: url('../../uploads/2018/04/ay009_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_ay010 a{
 background-image: url('../../uploads/2018/08/ay010_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -1980px ;
 display: block;
}

#gside_ay010 a:hover{
 background-image: url('../../uploads/2018/08/ay010_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -1980px ;
 display: block;
}

#gside_ay011 a{
 background-image: url('../../uploads/2018/09/ay011_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -1980px ;
 display: block;
}

#gside_ay011 a:hover{
 background-image: url('../../uploads/2018/10/ay011_sprite2.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -1980px ;
 display: block;
}

#gside_ay012 a{
 background-image: url('../../uploads/2018/11/ay012_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -1325px ;
 display: block;
}

#gside_ay012 a:hover{
 background-image: url('../../uploads/2018/11/ay012_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -1325px ;
 display: block;
}

#gside_ay013 a{
 background-image: url('../../uploads/2019/01/ay013_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -1980px ;
 display: block;
}

#gside_ay013 a:hover{
 background-image: url('../../uploads/2019/01/ay013_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -1980px ;
 display: block;
}

#gside_ay014 a{
 background-image: url('../../uploads/2019/04/ay014_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -1985px ;
 display: block;
}

#gside_ay014 a:hover{
 background-image: url('../../uploads/2019/04/ay014_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -1985px ;
 display: block;
}

#gside_ay015 a{
 background-image: url('../../uploads/2019/07/ay015_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_ay015 a:hover{
 background-image: url('../../uploads/2019/07/ay015_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_ay015ex a{
 background-image: url('../../uploads/2020/08/ay015ex_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_ay015ex a:hover{
 background-image: url('../../uploads/2020/08/ay015ex_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_ay015ex2 a{
 background-image: url('../../uploads/2020/08/ay015ex2_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_ay015ex2 a:hover{
 background-image: url('../../uploads/2020/08/ay015ex2_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_ay016 a{
 background-image: url('../../uploads/2019/09/ay016_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_ay016 a:hover{
 background-image: url('../../uploads/2019/09/ay016_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_ay017 a{
 background-image: url('../../uploads/2019/12/ay017_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_ay017 a:hover{
 background-image: url('../../uploads/2019/12/ay017_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_ay018 a{
 background-image: url('../../uploads/2020/04/ay018_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_ay018 a:hover{
 background-image: url('../../uploads/2020/04/ay018_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_ay019 a{
 background-image: url('../../uploads/2020/05/ay019_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_ay019 a:hover{
 background-image: url('../../uploads/2020/05/ay019_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_ay020 a{
 background-image: url('../../uploads/2020/07/ay020_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_ay020 a:hover{
 background-image: url('../../uploads/2020/07/ay020_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_ay021 a{
 background-image: url('../../uploads/2020/10/ay021_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_ay021 a:hover{
 background-image: url('../../uploads/2020/10/ay021_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_ay022 a{
 background-image: url('../../uploads/2020/12/ay022_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_ay022 a:hover{
 background-image: url('../../uploads/2020/12/ay022_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_ay023 a{
 background-image: url('../../uploads/2021/03/ay023_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_ay023 a:hover{
 background-image: url('../../uploads/2021/03/ay023_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_ay023ex a{
 background-image: url('../../uploads/2021/03/ay023ex_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_ay023ex a:hover{
 background-image: url('../../uploads/2021/03/ay023ex_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_ay024 a{
 background-image: url('../../uploads/2021/05/ay024_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_ay024 a:hover{
 background-image: url('../../uploads/2021/05/ay024_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_ay025 a{
 background-image: url('../../uploads/2021/06/ay025_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_ay025 a:hover{
 background-image: url('../../uploads/2021/06/ay025_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_ay025ex a{
 background-image: url('../../uploads/2021/07/ay025ex_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_ay025ex a:hover{
 background-image: url('../../uploads/2021/07/ay025ex_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_ay026 a{
 background-image: url('../../uploads/2021/08/ay026_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_ay026 a:hover{
 background-image: url('../../uploads/2021/08/ay026_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_ay027 a{
 background-image: url('../../uploads/2021/12/ay027_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_ay027 a:hover{
 background-image: url('../../uploads/2021/12/ay027_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_ay027ex a{
 background-image: url('../../uploads/2022/04/ay027ex_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_ay027ex a:hover{
 background-image: url('../../uploads/2022/04/ay027ex_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_ay028 a{
 background-image: url('../../uploads/2022/06/ay028_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_ay028 a:hover{
 background-image: url('../../uploads/2022/06/ay028_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_ay029 a{
 background-image: url('../../uploads/2022/07/ay029_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_ay029 a:hover{
 background-image: url('../../uploads/2022/07/ay029_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}

#gside_ay030 a{
 background-image: url('../../uploads/2022/07/ay030_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -2310px ;
 display: block;
}

#gside_ay030 a:hover{
 background-image: url('../../uploads/2022/07/ay030_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -2310px ;
 display: block;
}


#gside_mt001 a{
 background-image: url('../../uploads/2016/06/mt001_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -1985px ;
 display: block;
}

#gside_mt001 a:hover{
 background-image: url('../../uploads/2016/06/mt001_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -1985px ;
 display: block;
}

#gside_mt002 a{
 background-image: url('../../uploads/2016/06/mt002_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -675px -1985px ;
 display: block;
}

#gside_mt002 a:hover{
 background-image: url('../../uploads/2016/06/mt002_sprite.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -880px -1985px ;
 display: block;
}

#gside_scifi a{
 background-image: url('../../uploads/2015/05/logo_d_mini.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left top ;
 display: block;
}

#gside_movierevo a{
 background-image: url('../../uploads/2015/05/bnr_movierevo.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left top ;
 display: block;
}

#gside_characterrevo a{
 background-image: url('../../uploads/2015/12/cr_bnr.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left top ;
 display: block;
}

#gside_ayamaguchi a{
 background-image: url('../../uploads/2016/08/ay_bnr2.jpg');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left top ;
 display: block;
}

#gside_amazon a:hover{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : -210px -280px ;
 display: block;
}

#gside_amazon a{
 background-image: url('images/goodsmenu_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left -280px ;
 display: block;
}

#img_pagetop{
 with: 682px;
 height: 358px;
 margin: 0 0 10px 0;
 position: relative;
}

#bnr_comment{
 position: absolute;
 z-index: 2;
 top: 215px;
 left: 15px;
}

#page_navi{
 margin: 0;
 padding: 0;
}

#page_navi ul{
 list-style-type: none;
 font-size: 9pt;
 margin: 0 0 0 15px;
 padding: 0;
}

#page_navi img{
 margin: 0 3px 0 0;
}

#page_navi li{
 display: block;
 padding: 0;
 margin: 0;
}

.page_inner{
 margin: 0 0 10px 0;
 font-size: 9.5pt;
}

.page_inner h2{
 margin: 0;
 padding: 0;
}

.page_inner h4{
 margin: 0;
 padding: 0;
 font-size: 10.5pt;
}

.page_inner p{
 margin: 8px 5px;
}

h3#goods_detail, h3#goods_tsubo, h3#goods_column{
 margin: 0;
 padding: 0;
 background-color: white;
}

.goods_detail{
 margin: 10px 0;
 padding: 10px;
 border: 1px solid #C9CACA;
}

.goods_detail img{
 margin: 5px 0;
}

.pagelink_area{
 height: 24px;
 margin: 10px 0;
}

.pagelink_area ul{
 list-syle-type: none;
 height: 24px;
}

.pagelink_area li{
 display: block;
 float: left;
 margin: 0 20px 0 0;
 padding: 0;
}

#spec{
 margin: 15px 0 10px 0;
}

#spec_l{
 float: left;
 width: 230px;
 font-size: 9pt;
}

#spec_l h4{
 font-size: 11pt;
 color: white;
 margin: 5px 0;
 padding: 2px 5px;
}

#spec_r{
 float: right;
}

.tsubo_detail{
 margin: 10px 0;
}

.mini{
 font-size: 10pt;
}

.w200{
 width: 200px;
}

.w240{
 width: 240px;
}

.w250{
 width: 250px;
}

.w255{
 width: 255px;
}

.w260{
 width: 260px;
}

.w263{
 width: 263px;
}

.w265{
 width: 265px;
}

.w270{
 width: 270px;
}

.w280{
 width: 280px;
}

.w285{
 width: 285px;
}

.w300{
 width: 300px;
}

.w310{
 width: 310px;
}

.w320{
 width: 320px;
}

.w330{
 width: 330px;
}

.w335{
 width: 335px;
}

.w340{
 width: 340px;
}

.w350{
 width: 350px;
}

.w360{
 width: 360px;
}

.w370{
 width: 370px;
}

.w377{
 width: 377px;
}

.w380{
 width: 380px;
}

.w385{
 width: 385px;
}

.w400{
 width: 400px;
}

.w415{
 width: 415px;
}

.w425{
 width: 425px;
}

.w430{
 width: 430px;
}

.w435{
 width: 435px;
}

.w460{
 width: 460px;
}

.margin_top20{
 margin: 20px 0 0 0;
}

.margin_bottom20{
 margin: 0 0 20px 0;
}

#title_moviemenu h3{
 display: block;
 background-image: url('images/movie_sprite.png');
 background-repeat: no-repeat;
 background-position : left top ;
 width : 205px ;
 height : 15px ;
 margin: 0;
 padding: 5px 0;
 border-top: 1px solid #C9CACA;
 border-left: 1px solid #C9CACA;
 border-right: 1px solid #C9CACA;
}

#title_mailmagazinemenu h3{
 display: block;
 background-image: url('images/mailmagazine_sprite.png');
 background-repeat: no-repeat;
 background-position : left top ;
 width : 205px ;
 height : 15px ;
 margin: 0;
 padding: 5px 0;
 border-top: 1px solid #C9CACA;
 border-left: 1px solid #C9CACA;
 border-right: 1px solid #C9CACA;
}

#title_caravan h3{
 display: block;
 background-image: url('images/mailmagazine_sprite.png');
 background-repeat: no-repeat;
 background-position : left -75px ;
 width : 205px ;
 height : 15px ;
 margin: 0;
 padding: 5px 0;
 border-top: 1px solid #C9CACA;
 border-left: 1px solid #C9CACA;
 border-right: 1px solid #C9CACA;
}

#title_monsterland h3{
 display: block;
 background-image: url('images/monsterland_sprite.png');
 background-repeat: no-repeat;
 background-position : left top ;
 width : 205px ;
 height : 15px ;
 margin: 0;
 padding: 5px 0;
 border-top: 1px solid #C9CACA;
 border-left: 1px solid #C9CACA;
 border-right: 1px solid #C9CACA;
}

#title_favorite h3{
 display: block;
 background-image: url('images/monsterland_sprite.png');
 background-repeat: no-repeat;
 background-position : left -30px ;
 width : 205px ;
 height : 15px ;
 margin: 0;
 padding: 5px 0;
 border-top: 1px solid #C9CACA;
 border-left: 1px solid #C9CACA;
 border-right: 1px solid #C9CACA;
}

#title_monstermymemory h3{
 display: block;
 background-image: url('images/monsterland_sprite.png');
 background-repeat: no-repeat;
 background-position : left -60px ;
 width : 205px ;
 height : 15px ;
 margin: 0;
 padding: 5px 0;
 border-top: 1px solid #C9CACA;
 border-left: 1px solid #C9CACA;
 border-right: 1px solid #C9CACA;
}

#title_tokuwo_rivoko h3{
 display: block;
 background-image: url('images/monsterland_sprite.png');
 background-repeat: no-repeat;
 background-position : left -90px ;
 width : 205px ;
 height : 15px ;
 margin: 0;
 padding: 5px 0;
 border-top: 1px solid #C9CACA;
 border-left: 1px solid #C9CACA;
 border-right: 1px solid #C9CACA;
}

#title_great_dialog h3{
 display: block;
 background-image: url('images/monsterland_sprite.png');
 background-repeat: no-repeat;
 background-position : left -120px ;
 width : 205px ;
 height : 15px ;
 margin: 0;
 padding: 5px 0;
 border-top: 1px solid #C9CACA;
 border-left: 1px solid #C9CACA;
 border-right: 1px solid #C9CACA;
}

#title_nawosan_theater h3{
 display: block;
 background-image: url('images/monsterland_sprite.png');
 background-repeat: no-repeat;
 background-position : left -150px ;
 width : 205px ;
 height : 15px ;
 margin: 0;
 padding: 5px 0;
 border-top: 1px solid #C9CACA;
 border-left: 1px solid #C9CACA;
 border-right: 1px solid #C9CACA;
}

.noborder{
 border: none; 
}

.introduction{
 margin: 10px 0;
}

.introduction p{
 margin: 10px 5px 30px 5px;
}

#title_movie {
 display: block;
 background-image: url('images/movie_sprite.png');
 background-repeat: no-repeat;
 background-position : left -80px;
 width : 400px;
 height : 40px;
}

#title_comment {
 display: block;
 background-image: url('images/movie_sprite.png');
 background-repeat: no-repeat;
 background-position : left -30px;
 width : 400px;
 height : 40px;
}

#title_mailmagazine {
 display: block;
 background-image: url('images/mailmagazine_sprite.png');
 background-repeat: no-repeat;
 background-position : left -30px;
 width : 400px;
 height : 40px;
}

.movie_inner{
 width: 650px;
 height: 330px;
 margin: 10px 0;
}

.inner_title{
 height: 60px;
 margin: 0;
 background-color: #DCDDDD;
}

.inner_title h4{
 font-size: 14pt;
 padding: 18px 0 15px 15px;
}

.inner_title2{
 height: 60px;
 margin: 0;
 background-color: #33CCFF;
}

.inner_title2 h4{
 font-size: 14pt;
 font-color: white;
 padding: 18px 0 15px 15px;
}

.movie_inner_l{
 float: left;
 width: 340px;
 height: 240px;
 margin: 10px 5px 10px 0;
 padding: 20px 0 0 0;
}

.movie_inner_r{
 float: left;
 width: 280px;
 height: 240px;
 margin: 10px 0 10px 5px;
 padding: 10px;
 background-color: #EFEFEF;
  font-size: 9pt;
}

.inner_title_l{
 float: left;
 width: 220px;
}

.inner_title_r{
 float: right;
 width: 400px;
 font-size: 10pt;
 margin: 10px 5px 5px 0;
}

.comment_inner{
 width: 650px;
 margin: 10px 0;
}

.comment_inner h5{
 font-size: 14pt;
 color: #000000;
 margin: 0 0 10px 10px;
}

.comment_inner p{
 margin: 5px 5px 20px 5px;
}

#ul_dot{
 list-style-type: disc;
 list-style-position: inside;
 margin: 5px;
}

#ul_dot li{
 margin: 0 0 0 5px;
}

#revosta_theme{
 width: 300px;
}

#revosta{
 margin: 0 0 15px 0;
}

#revosta h3{
 background-color:#F39800;
 color:#ffffff;
 font-size:11pt;
 font-weight:bold;
 margin:10px 0;
 padding: 10px 0 10px 10px;
 height: 25px;
}

#revosta_formarea dl{
 text-align: left;
}

.font4{
 font-size: 4pt;
}

.font5{
 font-size: 5pt;
}

.font6{
 font-size: 6pt;
}


.font7{
 font-size: 7pt;
}

.font8{
 font-size: 8pt;
}

.font9{
 font-size: 9pt;
}

.font10{
 font-size: 10pt;
}

.font11{
 font-size: 11pt;
}

.font12{
 font-size: 12pt;
}

.font13{
 font-size: 13pt;
}

.font14{
 font-size: 14pt;
}

.font15{
 font-size: 15pt;
}

.font16{
 font-size: 16pt;
}

.font18{
 font-size: 18pt;
}

.font20{
font-size: 20pt; 
}

.font21{
font-size: 21pt; 
}

.font22{
font-size: 22pt; 
}

.font24{
font-size: 24pt; 
}

.font26{
font-size: 26pt; 
}

.font30{
font-size: 30pt; 
}

#camp_inner{
 margin: 10px auto;
 width: 550px;
}

#camp_outline{
 width: 600px;
 margin: 20px auto;
}

#camp_outline h5{
 font-size: 12pt;
}

#camp_outline li{
 margin: 5px 0;
}

#input{
 font-size: 9pt;
}

#input table,td,th {
 border: 1px solid #000000;
 border-collapse: collapse;
}

#tb_address_form{
 margin: 20px auto 10px auto;
 width: 600px;
}

#tb_address_form tr{
 height: 50px;
}

#tb_address_form th{
 width: 200px;
 padding: 5px;
}

#tb_address_form td{
 padding: 0 0 0 30px;
}

#cside_wrap{
 border: 1px solid #898989;
 padding: 10px 0 20px 3px;
 text-align: center;
}

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

#cside_menu li{
 display: block;
 width: 197px;
 height: 35px;
 margin: 0 0 15px 0;
}

#cside_inquiry a{
 background-image: url('images/company_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left top ;
 display: block;
}

#cside_privacy a{
 background-image: url('images/company_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left -40px ;
 display: block;
}

#cside_about a{
 background-image: url('images/company_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left -80px ;
 display: block;
}

#cside_sitemap a{
 background-image: url('images/company_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left -120px ;
 display: block;
}

#cside_company a{
 background-image: url('images/company_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left -160px ;
 display: block;
}

#cside_other a{
 background-image: url('images/company_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left -200px ;
 display: block;
}

#cside_shop a{
 background-image: url('images/company_sprite.png');
 background-repeat : no-repeat ;
 width : 197px ;
 height : 35px ;
 background-position : left -240px ;
 display: block;
}

#title_inquiry{
 display: block;
 background-image: url('images/company_sprite.png');
 background-repeat: no-repeat;
 background-position : -220px top;
 width : 400px;
 height : 40px;
}

#title_privacy{
 display: block;
 background-image: url('images/company_sprite.png');
 background-repeat: no-repeat;
 background-position : -220px -50px;
 width : 400px;
 height : 40px;
}

#title_about{
 display: block;
 background-image: url('images/company_sprite.png');
 background-repeat: no-repeat;
 background-position : -220px -100px;
 width : 400px;
 height : 40px;
}

#title_sitemap{
 display: block;
 background-image: url('images/company_sprite.png');
 background-repeat: no-repeat;
 background-position : -220px -150px;
 width : 400px;
 height : 40px;
}

#title_other{
 display: block;
 background-image: url('images/company_sprite.png');
 background-repeat: no-repeat;
 background-position : -220px -200px;
 width : 400px;
 height : 40px;
}

#title_shop{
 display: block;
 background-image: url('images/company_sprite.png');
 background-repeat: no-repeat;
 background-position : -220px -250px;
 width : 400px;
 height : 40px;
}

h4.bg_company_h4{
 display: block;
 background-image: url('images/company_sprite.png');
 background-repeat: no-repeat;
 background-position : left -300px;
 width : 653px;
 height : 35px;
 font-size: 16pt;
 color: #ffffff;
 font-weight: bold;
 padding: 3px 0 0 10px;
 margin: 10px 0 0 0;
}

h4.bg_company_h4 a{
 color: #ffffff;
}

h4.bg_company_h4 a:hover{
 color: #ffffff;
}

h4.bg_company_h4 a:visited{
 color: #ffffff;
}

h4.bg_caravan_h4{
 display: block;
 background-image: url('images/company_sprite.png');
 background-repeat: no-repeat;
 background-position : left -345px;
 width : 653px;
 height : 35px;
 font-size: 14pt;
 color: #ffffff;
 font-weight: bold;
 padding: 3px 0 0 10px;
 margin: 10px 0 0 0;
}

h4.bg_caravanend_h4{
 display: block;
 background-image: url('images/company_sprite.png');
 background-repeat: no-repeat;
 background-position : left -300px;
 width : 653px;
 height : 35px;
 font-size: 14pt;
 color: #ffffff;
 font-weight: bold;
 padding: 3px 0 0 10px;
 margin: 10px 0 0 0;
}

h4.bg_caravan_h4 a{
 color: #ffffff;
}

h4.bg_caravan_h4 a:hover{
 color: #ffffff;
}

h4.bg_caraban_h4 a:visited{
 color: #ffffff;
}

.corp_outline p{
 width: 648px;
 padding: 0 0 10px 0;
}

.corp_outline p a:visited{
 color: #036EB8;
}

.soon{
 color: #000000;
 font-size: 20pt;
 font-weight: bold;
}

#camp_form{
 border: none;
 width: 660px;
 border-collapse: collapse;
 text-align: left;
 margin: 5px 0 20px 0;
}

#camp_form th{
 width: 150px;
 border: none;
 padding: 10px 0;
}

#camp_form td{
 width: 500px;
 border: none;
 padding: 10px 0;
}

#camp-name label{
 display: block;
 width: 230px;
 margin: 0;
 padding: 0;
 float: left;
}

#notice{
 text-align: center;
 border: 1px solid #ff0000;
 margin: 10px 0;
 padding: 5px 0;
}

#form_home{
 margin: 0 0 30px 150px;
 width : 90px ;
 height : 20px ;
}

#form_home a{
 display: block;
 background-image: url("images/form_sprite.png");
 background-repeat : no-repeat ;
 width : 90px ;
 height : 20px ;
 background-position : left -25px;
}

#form_home a:hover{
 display: block;
 background-image: url("images/form_sprite.png");
 background-repeat : no-repeat ;
 width : 90px ;
 height : 20px ;
 background-position : -100px -25px;
}

/* Begin entry */

#page_event h2{
 font-size: 14pt;
 background-color: #898989;
}

/* Begin goods sprite */

.sprite_margin{
 margin: 5px 0;
}

#img001clear_01 a{
 background-image: url("images/s001clear_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img001clear_01 a:hover{
 background-image: url("images/s001clear_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img001clear_02 a{
 background-image: url("images/s001clear_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img001clear_02 a:hover{
 background-image: url("images/s001clear_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img001clear_03 a{
 background-image: url("images/s001clear_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img001clear_03 a:hover{
 background-image: url("images/s001clear_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img001clear_04 a{
 background-image: url("images/s001clear_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img001clear_04 a:hover{
 background-image: url("images/s001clear_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img001clear_05 a{
 background-image: url("images/s001clear_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img001clear_05 a:hover{
 background-image: url("images/s001clear_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img001clear_06 a{
 background-image: url("images/s001clear_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img001clear_06 a:hover{
 background-image: url("https://tokusatsurevoltech.com/wp-content/themes/default/images/s001clearsprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img005_01 a{
 background-image: url("images/s005_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img005_01 a:hover{
 background-image: url("images/s005_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img005_02 a{
 background-image: url("images/s005_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img005_02 a:hover{
 background-image: url("images/s005_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img005_03 a{
 background-image: url("images/s005_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img005_03 a:hover{
 background-image: url("images/s005_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img005_04 a{
 background-image: url("images/s005_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img005_04 a:hover{
 background-image: url("images/s005_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img005_05 a{
 background-image: url("images/s005_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img005_05 a:hover{
 background-image: url("images/s005_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img005_06 a{
 background-image: url("images/s005_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img005_06 a:hover{
 background-image: url("images/s005_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img005_07 a{
 background-image: url("images/s005_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img005_07 a:hover{
 background-image: url("images/s005_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img005_08 a{
 background-image: url("images/s005_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img005_08 a:hover{
 background-image: url("images/s005_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img005_09 a{
 background-image: url("images/s005_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img005_09 a:hover{
 background-image: url("images/s005_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img005_10 a{
 background-image: url("images/s005_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img005_10 a:hover{
 background-image: url("images/s005_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img005_11 a{
 background-image: url("images/s005_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img005_11 a:hover{
 background-image: url("images/s005_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img005_12 a{
 background-image: url("images/s005_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img005_12 a:hover{
 background-image: url("images/s005_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img006_01 a{
 background-image: url("images/s006_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img006_01 a:hover{
 background-image: url("images/s006_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img006_02 a{
 background-image: url("images/s006_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img006_02 a:hover{
 background-image: url("images/s006_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img006_03 a{
 background-image: url("images/s006_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img006_03 a:hover{
 background-image: url("images/s006_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img006_04 a{
 background-image: url("images/s006_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img006_04 a:hover{
 background-image: url("images/s006_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img006_05 a{
 background-image: url("images/s006_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img006_05 a:hover{
 background-image: url("images/s006_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img006_06 a{
 background-image: url("images/s006_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img006_06 a:hover{
 background-image: url("images/s006_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img006_07 a{
 background-image: url("images/s006_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img006_07 a:hover{
 background-image: url("images/s006_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img006_08 a{
 background-image: url("images/s006_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img006_08 a:hover{
 background-image: url("images/s006_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img006_09 a{
 background-image: url("images/s006_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img006_09 a:hover{
 background-image: url("images/s006_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img006_10 a{
 background-image: url("images/s006_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img006_10 a:hover{
 background-image: url("images/s006_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img006_11 a{
 background-image: url("images/s006_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img006_11 a:hover{
 background-image: url("images/s006_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img006_12 a{
 background-image: url("images/s006_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img006_12 a:hover{
 background-image: url("images/s006_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img007_01 a{
 background-image: url("images/s007_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img007_01 a:hover{
 background-image: url("images/s007_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img007_02 a{
 background-image: url("images/s007_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img007_02 a:hover{
 background-image: url("images/s007_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img007_03 a{
 background-image: url("images/s007_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img007_03 a:hover{
 background-image: url("images/s007_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img007_04 a{
 background-image: url("images/s007_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img007_04 a:hover{
 background-image: url("images/s007_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img007_05 a{
 background-image: url("images/s007_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img007_05 a:hover{
 background-image: url("images/s007_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img007_06 a{
 background-image: url("images/s007_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img007_06 a:hover{
 background-image: url("images/s007_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img007_07 a{
 background-image: url("images/s007_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img007_07 a:hover{
 background-image: url("images/s007_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img007_08 a{
 background-image: url("images/s007_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img007_08 a:hover{
 background-image: url("images/s007_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img007_09 a{
 background-image: url("images/s007_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img007_09 a:hover{
 background-image: url("images/s007_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img007_10 a{
 background-image: url("images/s007_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img007_10 a:hover{
 background-image: url("images/s007_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img007_11 a{
 background-image: url("images/s007_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img007_11 a:hover{
 background-image: url("images/s007_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img007_12 a{
 background-image: url("images/s007_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img007_12 a:hover{
 background-image: url("images/s007_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img008_01 a{
 background-image: url("images/s008_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img008_01 a:hover{
 background-image: url("images/s008_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img008_02 a{
 background-image: url("images/s008_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img008_02 a:hover{
 background-image: url("images/s008_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img008_03 a{
 background-image: url("images/s008_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img008_03 a:hover{
 background-image: url("images/s008_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img008_04 a{
 background-image: url("images/s008_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img008_04 a:hover{
 background-image: url("images/s008_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img008_05 a{
 background-image: url("images/s008_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img008_05 a:hover{
 background-image: url("images/s008_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img008_06 a{
 background-image: url("images/s008_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img008_06 a:hover{
 background-image: url("images/s008_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img008_07 a{
 background-image: url("images/s008_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img008_07 a:hover{
 background-image: url("images/s008_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img008_08 a{
 background-image: url("images/s008_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img008_08 a:hover{
 background-image: url("images/s008_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img008_09 a{
 background-image: url("images/s008_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img008_09 a:hover{
 background-image: url("images/s008_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img008_10 a{
 background-image: url("images/s008_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img008_10 a:hover{
 background-image: url("images/s008_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img009_01 a{
 background-image: url("images/s009_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img009_01 a:hover{
 background-image: url("images/s009_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img009_02 a{
 background-image: url("images/s009_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img009_02 a:hover{
 background-image: url("images/s009_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img009_03 a{
 background-image: url("images/s009_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img009_03 a:hover{
 background-image: url("images/s009_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img009_04 a{
 background-image: url("images/s009_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img009_04 a:hover{
 background-image: url("images/s009_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img009_05 a{
 background-image: url("images/s009_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img009_05 a:hover{
 background-image: url("images/s009_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img009_06 a{
 background-image: url("images/s009_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img009_06 a:hover{
 background-image: url("images/s009_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img009_07 a{
 background-image: url("images/s009_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img009_07 a:hover{
 background-image: url("images/s009_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img009_08 a{
 background-image: url("images/s009_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img009_08 a:hover{
 background-image: url("images/s009_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img009_09 a{
 background-image: url("images/s009_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img009_09 a:hover{
 background-image: url("images/s009_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img009_10 a{
 background-image: url("images/s009_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img009_10 a:hover{
 background-image: url("images/s009_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#imgsp_01 a{
 background-image: url("images/ssp_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#imgsp_01 a:hover{
 background-image: url("images/ssp_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#imgsp_02 a{
 background-image: url("images/ssp_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#imgsp_02 a:hover{
 background-image: url("images/ssp_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#imgsp_03 a{
 background-image: url("images/ssp_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#imgsp_03 a:hover{
 background-image: url("images/ssp_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#imgsp_04 a{
 background-image: url("images/ssp_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#imgsp_04 a:hover{
 background-image: url("images/ssp_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#imgsp_05 a{
 background-image: url("images/ssp_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#imgsp_05 a:hover{
 background-image: url("images/ssp_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#imgsp_06 a{
 background-image: url("images/ssp_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#imgsp_06 a:hover{
 background-image: url("images/ssp_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#imgsp_07 a{
 background-image: url("images/ssp_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#imgsp_07 a:hover{
 background-image: url("images/ssp_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}


#img010_01 a{
 background-image: url("images/s010_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img010_01 a:hover{
 background-image: url("images/s010_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img010_02 a{
 background-image: url("images/s010_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img010_02 a:hover{
 background-image: url("images/s010_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img010_03 a{
 background-image: url("images/s010_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img010_03 a:hover{
 background-image: url("images/s010_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img010_04 a{
 background-image: url("images/s010_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img010_04 a:hover{
 background-image: url("images/s010_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img010_05 a{
 background-image: url("images/s010_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img010_05 a:hover{
 background-image: url("images/s010_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img010_06 a{
 background-image: url("images/s010_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img010_06 a:hover{
 background-image: url("images/s010_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img010_07 a{
 background-image: url("images/s010_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img010_07 a:hover{
 background-image: url("images/s010_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img010_08 a{
 background-image: url("images/s010_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img010_08 a:hover{
 background-image: url("images/s010_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img010_09 a{
 background-image: url("images/s010_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img010_09 a:hover{
 background-image: url("images/s010_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img011_01 a{
 background-image: url("images/s011_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img011_01 a:hover{
 background-image: url("images/s011_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img011_02 a{
 background-image: url("images/s011_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img011_02 a:hover{
 background-image: url("images/s011_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img011_03 a{
 background-image: url("images/s011_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img011_03 a:hover{
 background-image: url("images/s011_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img011_04 a{
 background-image: url("images/s011_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img011_04 a:hover{
 background-image: url("images/s011_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img011_05 a{
 background-image: url("images/s011_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img011_05 a:hover{
 background-image: url("images/s011_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img011_06 a{
 background-image: url("images/s011_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img011_06 a:hover{
 background-image: url("images/s011_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img011_07 a{
 background-image: url("images/s011_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img011_07 a:hover{
 background-image: url("images/s011_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img011_08 a{
 background-image: url("images/s011_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img011_08 a:hover{
 background-image: url("images/s011_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img011_09 a{
 background-image: url("images/s011_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img011_09 a:hover{
 background-image: url("images/s011_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img012_01 a{
 background-image: url("images/s012_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img012_01 a:hover{
 background-image: url("images/s012_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img012_02 a{
 background-image: url("images/s012_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img012_02 a:hover{
 background-image: url("images/s012_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img012_03 a{
 background-image: url("images/s012_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img012_03 a:hover{
 background-image: url("images/s012_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img012_04 a{
 background-image: url("images/s012_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img012_04 a:hover{
 background-image: url("images/s012_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img012_05 a{
 background-image: url("images/s012_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img012_05 a:hover{
 background-image: url("images/s012_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img012_06 a{
 background-image: url("images/s012_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img012_06 a:hover{
 background-image: url("images/s012_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img012_07 a{
 background-image: url("images/s012_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img012_07 a:hover{
 background-image: url("images/s012_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img012_08 a{
 background-image: url("images/s012_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img012_08 a:hover{
 background-image: url("images/s012_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img012_09 a{
 background-image: url("images/s012_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img012_09 a:hover{
 background-image: url("images/s012_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img012_10 a{
 background-image: url("images/s012_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img012_10 a:hover{
 background-image: url("images/s012_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img013_01 a{
 background-image: url("images/s013_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img013_01 a:hover{
 background-image: url("images/s013_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img013_02 a{
 background-image: url("images/s013_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img013_02 a:hover{
 background-image: url("images/s013_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img013_03 a{
 background-image: url("images/s013_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img013_03 a:hover{
 background-image: url("images/s013_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img013_04 a{
 background-image: url("images/s013_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img013_04 a:hover{
 background-image: url("images/s013_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img013_05 a{
 background-image: url("images/s013_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img013_05 a:hover{
 background-image: url("images/s013_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img013_06 a{
 background-image: url("images/s013_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img013_06 a:hover{
 background-image: url("images/s013_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img013_07 a{
 background-image: url("images/s013_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img013_07 a:hover{
 background-image: url("images/s013_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img013_08 a{
 background-image: url("images/s013_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img013_08 a:hover{
 background-image: url("images/s013_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img013_09 a{
 background-image: url("images/s013_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img013_09 a:hover{
 background-image: url("images/s013_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img013_10 a{
 background-image: url("images/s013_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img013_10 a:hover{
 background-image: url("images/s013_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img014_01 a{
 background-image: url("images/s014_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img014_01 a:hover{
 background-image: url("images/s014_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img014_02 a{
 background-image: url("images/s014_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img014_02 a:hover{
 background-image: url("images/s014_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img014_03 a{
 background-image: url("images/s014_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img014_03 a:hover{
 background-image: url("images/s014_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img014_04 a{
 background-image: url("images/s014_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img014_04 a:hover{
 background-image: url("images/s014_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img014_05 a{
 background-image: url("images/s014_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img014_05 a:hover{
 background-image: url("images/s014_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img014_06 a{
 background-image: url("images/s014_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img014_06 a:hover{
 background-image: url("images/s014_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img014_07 a{
 background-image: url("images/s014_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img014_07 a:hover{
 background-image: url("images/s014_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img014_08 a{
 background-image: url("images/s014_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img014_08 a:hover{
 background-image: url("images/s014_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img014_09 a{
 background-image: url("images/s014_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img014_09 a:hover{
 background-image: url("images/s014_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img014_10 a{
 background-image: url("images/s014_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img014_10 a:hover{
 background-image: url("images/s014_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img015_01 a{
 background-image: url("images/s015_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img015_01 a:hover{
 background-image: url("images/s015_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img015_02 a{
 background-image: url("images/s015_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img015_02 a:hover{
 background-image: url("images/s015_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img015_03 a{
 background-image: url("images/s015_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img015_03 a:hover{
 background-image: url("images/s015_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img015_04 a{
 background-image: url("images/s015_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img015_04 a:hover{
 background-image: url("images/s015_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img015_05 a{
 background-image: url("images/s015_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img015_05 a:hover{
 background-image: url("images/s015_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img015_06 a{
 background-image: url("images/s015_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img015_06 a:hover{
 background-image: url("images/s015_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img015_07 a{
 background-image: url("images/s015_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img015_07 a:hover{
 background-image: url("images/s015_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img015_08 a{
 background-image: url("images/s015_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img015_08 a:hover{
 background-image: url("images/s015_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img015_09 a{
 background-image: url("images/s015_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img015_09 a:hover{
 background-image: url("images/s015_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img015_10 a{
 background-image: url("images/s015_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img015_10 a:hover{
 background-image: url("images/s015_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img016_01 a{
 background-image: url("images/s016_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img016_01 a:hover{
 background-image: url("images/s016_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img016_02 a{
 background-image: url("images/s016_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img016_02 a:hover{
 background-image: url("images/s016_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img016_03 a{
 background-image: url("images/s016_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img016_03 a:hover{
 background-image: url("images/s016_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img016_04 a{
 background-image: url("images/s016_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img016_04 a:hover{
 background-image: url("images/s016_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img016_05 a{
 background-image: url("images/s016_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img016_05 a:hover{
 background-image: url("images/s016_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img016_06 a{
 background-image: url("images/s016_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img016_06 a:hover{
 background-image: url("images/s016_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img016_07 a{
 background-image: url("images/s016_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img016_07 a:hover{
 background-image: url("images/s016_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img016_08 a{
 background-image: url("images/s016_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img016_08 a:hover{
 background-image: url("images/s016_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img016_09 a{
 background-image: url("images/s016_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img016_09 a:hover{
 background-image: url("images/s016_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img016_10 a{
 background-image: url("images/s016_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img016_10 a:hover{
 background-image: url("images/s016_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img017_01 a{
 background-image: url("images/s017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img017_01 a:hover{
 background-image: url("images/s017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img017_02 a{
 background-image: url("images/s017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img017_02 a:hover{
 background-image: url("images/s017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img017_03 a{
 background-image: url("images/s017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img017_03 a:hover{
 background-image: url("images/s017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img017_04 a{
 background-image: url("images/s017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img017_04 a:hover{
 background-image: url("images/s017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img017_05 a{
 background-image: url("images/s017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img017_05 a:hover{
 background-image: url("images/s017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img017_06 a{
 background-image: url("images/s017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img017_06 a:hover{
 background-image: url("images/s017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img017_07 a{
 background-image: url("images/s017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img017_07 a:hover{
 background-image: url("images/s017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img017_08 a{
 background-image: url("images/s017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img017_08 a:hover{
 background-image: url("images/s017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img017_09 a{
 background-image: url("images/s017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img017_09 a:hover{
 background-image: url("images/s017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img017_10 a{
 background-image: url("images/s017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img017_10 a:hover{
 background-image: url("images/s017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img017_11 a{
 background-image: url("images/s017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img017_11 a:hover{
 background-image: url("images/s017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img017_12 a{
 background-image: url("images/s017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img017_12 a:hover{
 background-image: url("images/s017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img018_01 a{
 background-image: url("images/s018_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img018_01 a:hover{
 background-image: url("images/s018_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img018_02 a{
 background-image: url("images/s018_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img018_02 a:hover{
 background-image: url("images/s018_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img018_03 a{
 background-image: url("images/s018_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img018_03 a:hover{
 background-image: url("images/s018_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img018_04 a{
 background-image: url("images/s018_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img018_04 a:hover{
 background-image: url("images/s018_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img018_05 a{
 background-image: url("images/s018_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img018_05 a:hover{
 background-image: url("images/s018_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img018_06 a{
 background-image: url("images/s018_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img018_06 a:hover{
 background-image: url("images/s018_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img018_07 a{
 background-image: url("images/s018_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img018_07 a:hover{
 background-image: url("images/s018_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img018_08 a{
 background-image: url("images/s018_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img018_08 a:hover{
 background-image: url("images/s018_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img018_09 a{
 background-image: url("images/s018_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img018_09 a:hover{
 background-image: url("images/s018_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img018_10 a{
 background-image: url("images/s018_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img018_10 a:hover{
 background-image: url("images/s018_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img018_11 a{
 background-image: url("images/s018_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img018_11 a:hover{
 background-image: url("images/s018_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img018_12 a{
 background-image: url("images/s018_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img018_12 a:hover{
 background-image: url("images/s018_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img019_01 a{
 background-image: url("images/s019_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img019_01 a:hover{
 background-image: url("images/s019_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img019_02 a{
 background-image: url("images/s019_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img019_02 a:hover{
 background-image: url("images/s019_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img019_03 a{
 background-image: url("images/s019_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img019_03 a:hover{
 background-image: url("images/s019_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img019_04 a{
 background-image: url("images/s019_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img019_04 a:hover{
 background-image: url("images/s019_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img019_05 a{
 background-image: url("images/s019_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img019_05 a:hover{
 background-image: url("images/s019_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img019_06 a{
 background-image: url("images/s019_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img019_06 a:hover{
 background-image: url("images/s019_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img019_07 a{
 background-image: url("images/s019_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img019_07 a:hover{
 background-image: url("images/s019_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img019_08 a{
 background-image: url("images/s019_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img019_08 a:hover{
 background-image: url("images/s019_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img019_09 a{
 background-image: url("images/s019_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img019_09 a:hover{
 background-image: url("images/s019_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img019_10 a{
 background-image: url("images/s019_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img019_10 a:hover{
 background-image: url("images/s019_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img019_11 a{
 background-image: url("images/s019_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img019_11 a:hover{
 background-image: url("images/s019_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img019_12 a{
 background-image: url("images/s019_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img019_12 a:hover{
 background-image: url("images/s019_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}


#img020_01 a{
 background-image: url("images/s020_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img020_01 a:hover{
 background-image: url("images/s020_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img020_02 a{
 background-image: url("images/s020_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img020_02 a:hover{
 background-image: url("images/s020_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img020_03 a{
 background-image: url("images/s020_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img020_03 a:hover{
 background-image: url("images/s020_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img020_04 a{
 background-image: url("images/s020_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img020_04 a:hover{
 background-image: url("images/s020_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img020_05 a{
 background-image: url("images/s020_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img020_05 a:hover{
 background-image: url("images/s020_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img020_06 a{
 background-image: url("images/s020_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img020_06 a:hover{
 background-image: url("images/s020_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img020_07 a{
 background-image: url("images/s020_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img020_07 a:hover{
 background-image: url("images/s020_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img020_08 a{
 background-image: url("images/s020_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img020_08 a:hover{
 background-image: url("images/s020_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img020_09 a{
 background-image: url("images/s020_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img020_09 a:hover{
 background-image: url("images/s020_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img020_10 a{
 background-image: url("images/s020_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img020_10 a:hover{
 background-image: url("images/s020_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img020_11 a{
 background-image: url("images/s020_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img020_11 a:hover{
 background-image: url("images/s020_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img020_12 a{
 background-image: url("images/s020_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img020_12 a:hover{
 background-image: url("images/s020_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img020_2nd_01 a{
 background-image: url("images/s020_2nd_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img020_2nd_01 a:hover{
 background-image: url("images/s020_2nd_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img020_2nd_02 a{
 background-image: url("images/s020_2nd_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img020_2nd_02 a:hover{
 background-image: url("images/s020_2nd_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img020_2nd_03 a{
 background-image: url("images/s020_2nd_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img020_2nd_03 a:hover{
 background-image: url("images/s020_2nd_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img020_2nd_04 a{
 background-image: url("images/s020_2nd_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img020_2nd_04 a:hover{
 background-image: url("images/s020_2nd_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img020_2nd_05 a{
 background-image: url("images/s020_2nd_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img020_2nd_05 a:hover{
 background-image: url("images/s020_2nd_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}



#img021_01 a{
 background-image: url("images/s021_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img021_01 a:hover{
 background-image: url("images/s021_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img021_02 a{
 background-image: url("images/s021_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img021_02 a:hover{
 background-image: url("images/s021_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img021_03 a{
 background-image: url("images/s021_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img021_03 a:hover{
 background-image: url("images/s021_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img021_04 a{
 background-image: url("images/s021_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img021_04 a:hover{
 background-image: url("images/s021_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img021_05 a{
 background-image: url("images/s021_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img021_05 a:hover{
 background-image: url("images/s021_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img021_06 a{
 background-image: url("images/s021_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img021_06 a:hover{
 background-image: url("images/s021_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img021_07 a{
 background-image: url("images/s021_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img021_07 a:hover{
 background-image: url("images/s021_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img021_08 a{
 background-image: url("images/s021_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img021_08 a:hover{
 background-image: url("images/s021_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img021_09 a{
 background-image: url("images/s021_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img021_09 a:hover{
 background-image: url("images/s021_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img021_10 a{
 background-image: url("images/s021_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img021_10 a:hover{
 background-image: url("images/s021_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img021_11 a{
 background-image: url("images/s021_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img021_11 a:hover{
 background-image: url("images/s021_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img021_12 a{
 background-image: url("images/s021_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img021_12 a:hover{
 background-image: url("images/s021_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img022_01 a{
 background-image: url("images/s022_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img022_01 a:hover{
 background-image: url("images/s022_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img022_02 a{
 background-image: url("images/s022_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img022_02 a:hover{
 background-image: url("images/s022_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img022_03 a{
 background-image: url("images/s022_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img022_03 a:hover{
 background-image: url("images/s022_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img022_04 a{
 background-image: url("images/s022_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img022_04 a:hover{
 background-image: url("images/s022_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img022_05 a{
 background-image: url("images/s022_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img022_05 a:hover{
 background-image: url("images/s022_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img022_06 a{
 background-image: url("images/s022_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img022_06 a:hover{
 background-image: url("images/s022_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img022_07 a{
 background-image: url("images/s022_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img022_07 a:hover{
 background-image: url("images/s022_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img022_08 a{
 background-image: url("images/s022_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img022_08 a:hover{
 background-image: url("images/s022_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img022_09 a{
 background-image: url("images/s022_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img022_09 a:hover{
 background-image: url("images/s022_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img022_10 a{
 background-image: url("images/s022_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img022_10 a:hover{
 background-image: url("images/s022_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}


#img023_01 a{
 background-image: url("images/s023_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img023_01 a:hover{
 background-image: url("images/s023_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img023_02 a{
 background-image: url("images/s023_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img023_02 a:hover{
 background-image: url("images/s023_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img023_03 a{
 background-image: url("images/s023_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img023_03 a:hover{
 background-image: url("images/s023_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img023_04 a{
 background-image: url("images/s023_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img023_04 a:hover{
 background-image: url("images/s023_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img023_05 a{
 background-image: url("images/s023_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img023_05 a:hover{
 background-image: url("images/s023_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img023_06 a{
 background-image: url("images/s023_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img023_06 a:hover{
 background-image: url("images/s023_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img023_07 a{
 background-image: url("images/s023_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img023_07 a:hover{
 background-image: url("images/s023_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img023_08 a{
 background-image: url("images/s023_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img023_08 a:hover{
 background-image: url("images/s023_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img023_09 a{
 background-image: url("images/s023_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img023_09 a:hover{
 background-image: url("images/s023_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img023_10 a{
 background-image: url("images/s023_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img023_10 a:hover{
 background-image: url("images/s023_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img024_01 a{
 background-image: url("images/s024_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img024_01 a:hover{
 background-image: url("images/s024_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img024_02 a{
 background-image: url("images/s024_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img024_02 a:hover{
 background-image: url("images/s024_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img024_03 a{
 background-image: url("images/s024_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img024_03 a:hover{
 background-image: url("images/s024_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img024_04 a{
 background-image: url("images/s024_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img024_04 a:hover{
 background-image: url("images/s024_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img024_05 a{
 background-image: url("images/s024_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img024_05 a:hover{
 background-image: url("images/s024_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img024_06 a{
 background-image: url("images/s024_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img024_06 a:hover{
 background-image: url("images/s024_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img024_07 a{
 background-image: url("images/s024_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img024_07 a:hover{
 background-image: url("images/s024_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img024_08 a{
 background-image: url("images/s024_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img024_08 a:hover{
 background-image: url("images/s024_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img024_09 a{
 background-image: url("images/s024_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img024_09 a:hover{
 background-image: url("images/s024_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img024_10 a{
 background-image: url("images/s024_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img024_10 a:hover{
 background-image: url("images/s024_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img024_11 a{
 background-image: url("images/s024_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img024_11 a:hover{
 background-image: url("images/s024_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img024_12 a{
 background-image: url("images/s024_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img024_12 a:hover{
 background-image: url("images/s024_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img024_13 a{
 background-image: url("images/s024_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1980px;
 display: block;
}

#img024_13 a:hover{
 background-image: url("images/s024_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1980px;
 display: block;
}


#img025_01 a{
 background-image: url("images/s025_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img025_01 a:hover{
 background-image: url("images/s025_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img025_02 a{
 background-image: url("images/s025_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img025_02 a:hover{
 background-image: url("images/s025_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img025_03 a{
 background-image: url("images/s025_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img025_03 a:hover{
 background-image: url("images/s025_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img025_04 a{
 background-image: url("images/s025_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img025_04 a:hover{
 background-image: url("images/s025_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img025_05 a{
 background-image: url("images/s025_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img025_05 a:hover{
 background-image: url("images/s025_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img025_06 a{
 background-image: url("images/s025_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img025_06 a:hover{
 background-image: url("images/s025_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img025_07 a{
 background-image: url("images/s025_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img025_07 a:hover{
 background-image: url("images/s025_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img025_08 a{
 background-image: url("images/s025_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img025_08 a:hover{
 background-image: url("images/s025_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img025_09 a{
 background-image: url("images/s025_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img025_09 a:hover{
 background-image: url("images/s025_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img025_10 a{
 background-image: url("images/s025_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img025_10 a:hover{
 background-image: url("images/s025_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img025_11 a{
 background-image: url("images/s025_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img025_11 a:hover{
 background-image: url("images/s025_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img025_12 a{
 background-image: url("images/s025_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img025_12 a:hover{
 background-image: url("images/s025_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img026_01 a{
 background-image: url("images/s026_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img026_01 a:hover{
 background-image: url("images/s026_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img026_02 a{
 background-image: url("images/s026_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img026_02 a:hover{
 background-image: url("images/s026_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img026_03 a{
 background-image: url("images/s026_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img026_03 a:hover{
 background-image: url("images/s026_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img026_04 a{
 background-image: url("images/s026_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img026_04 a:hover{
 background-image: url("images/s026_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img026_05 a{
 background-image: url("images/s026_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img026_05 a:hover{
 background-image: url("images/s026_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img026_06 a{
 background-image: url("images/s026_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img026_06 a:hover{
 background-image: url("images/s026_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img026_07 a{
 background-image: url("images/s026_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img026_07 a:hover{
 background-image: url("images/s026_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img026_08 a{
 background-image: url("images/s026_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img026_08 a:hover{
 background-image: url("images/s026_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img026_09 a{
 background-image: url("images/s026_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img026_09 a:hover{
 background-image: url("images/s026_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img026_10 a{
 background-image: url("images/s026_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img026_10 a:hover{
 background-image: url("images/s026_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img026_11 a{
 background-image: url("images/s026_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img026_11 a:hover{
 background-image: url("images/s026_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img025ex_01 a{
 background-image: url("images/s025ex_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img025ex_01 a:hover{
 background-image: url("images/s025ex_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img025ex_02 a{
 background-image: url("images/s025ex_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img025ex_02 a:hover{
 background-image: url("images/s025ex_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img025ex_03 a{
 background-image: url("images/s025ex_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img025ex_03 a:hover{
 background-image: url("images/s025ex_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img025ex_04 a{
 background-image: url("images/s025ex_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img025ex_04 a:hover{
 background-image: url("images/s025ex_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img025ex_05 a{
 background-image: url("images/s025ex_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img025ex_05 a:hover{
 background-image: url("images/s025ex_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img025ex_06 a{
 background-image: url("images/s025ex_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img025ex_06 a:hover{
 background-image: url("images/s025ex_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img025ex_07 a{
 background-image: url("images/s025ex_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img025ex_07 a:hover{
 background-image: url("images/s025ex_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img025ex_08 a{
 background-image: url("images/s025ex_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img025ex_08 a:hover{
 background-image: url("images/s025ex_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img027_01 a{
 background-image: url("images/s027_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img027_01 a:hover{
 background-image: url("images/s027_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img027_02 a{
 background-image: url("images/s027_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img027_02 a:hover{
 background-image: url("images/s027_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img027_03 a{
 background-image: url("images/s027_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img027_03 a:hover{
 background-image: url("images/s027_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img027_04 a{
 background-image: url("images/s027_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img027_04 a:hover{
 background-image: url("images/s027_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img027_05 a{
 background-image: url("images/s027_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img027_05 a:hover{
 background-image: url("images/s027_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img027_06 a{
 background-image: url("images/s027_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img027_06 a:hover{
 background-image: url("images/s027_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img027_07 a{
 background-image: url("images/s027_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img027_07 a:hover{
 background-image: url("images/s027_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img027_08 a{
 background-image: url("images/s027_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img027_08 a:hover{
 background-image: url("images/s027_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img027_09 a{
 background-image: url("images/s027_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img027_09 a:hover{
 background-image: url("images/s027_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img028_01 a{
 background-image: url("images/s028_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img028_01 a:hover{
 background-image: url("images/s028_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img028_02 a{
 background-image: url("images/s028_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img028_02 a:hover{
 background-image: url("images/s028_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img028_03 a{
 background-image: url("images/s028_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img028_03 a:hover{
 background-image: url("images/s028_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img028_04 a{
 background-image: url("images/s028_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img028_04 a:hover{
 background-image: url("images/s028_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img028_05 a{
 background-image: url("images/s028_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img028_05 a:hover{
 background-image: url("images/s028_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img028_06 a{
 background-image: url("images/s028_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img028_06 a:hover{
 background-image: url("images/s028_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img028_07 a{
 background-image: url("images/s028_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img028_07 a:hover{
 background-image: url("images/s028_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img028_08 a{
 background-image: url("images/s028_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img028_08 a:hover{
 background-image: url("images/s028_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img028_09 a{
 background-image: url("images/s028_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img028_09 a:hover{
 background-image: url("images/s028_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img028_10 a{
 background-image: url("images/s028_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img028_10 a:hover{
 background-image: url("images/s028_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img028_11 a{
 background-image: url("images/s028_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img028_11 a:hover{
 background-image: url("images/s028_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img028_12 a{
 background-image: url("images/s028_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img028_12 a:hover{
 background-image: url("images/s028_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img029_01 a{
 background-image: url("images/s029_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img029_01 a:hover{
 background-image: url("images/s029_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img029_02 a{
 background-image: url("images/s029_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img029_02 a:hover{
 background-image: url("images/s029_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img029_03 a{
 background-image: url("images/s029_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img029_03 a:hover{
 background-image: url("images/s029_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img029_04 a{
 background-image: url("images/s029_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img029_04 a:hover{
 background-image: url("images/s029_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img029_05 a{
 background-image: url("images/s029_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img029_05 a:hover{
 background-image: url("images/s029_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img029_06 a{
 background-image: url("images/s029_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img029_06 a:hover{
 background-image: url("images/s029_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img029_07 a{
 background-image: url("images/s029_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img029_07 a:hover{
 background-image: url("images/s029_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img029_08 a{
 background-image: url("images/s029_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img029_08 a:hover{
 background-image: url("images/s029_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img029_09 a{
 background-image: url("images/s029_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img029_09 a:hover{
 background-image: url("images/s029_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img029_10 a{
 background-image: url("images/s029_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img029_10 a:hover{
 background-image: url("images/s029_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img029_11 a{
 background-image: url("images/s029_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img029_11 a:hover{
 background-image: url("images/s029_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img029_12 a{
 background-image: url("images/s029_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img029_12 a:hover{
 background-image: url("images/s029_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img029_13 a{
 background-image: url("images/s029_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1980px;
 display: block;
}

#img029_13 a:hover{
 background-image: url("images/s029_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1980px;
 display: block;
}

#img029_14 a{
 background-image: url("images/s029_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1980px;
 display: block;
}

#img029_14 a:hover{
 background-image: url("images/s029_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1980px;
 display: block;
}

#img030_01 a{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img030_01 a:hover{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img030_02 a{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img030_02 a:hover{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img030_03 a{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img030_03 a:hover{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img030_04 a{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img030_04 a:hover{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img030_05 a{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img030_05 a:hover{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img030_06 a{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img030_06 a:hover{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img030_07 a{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img030_07 a:hover{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img030_08 a{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img030_08 a:hover{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img030_09 a{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img030_09 a:hover{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img030_10 a{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img030_10 a:hover{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img030_11 a{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img030_11 a:hover{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img030_12 a{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img030_12 a:hover{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img030_13 a{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1980px;
 display: block;
}

#img030_13 a:hover{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1980px;
 display: block;
}

#img030_14 a{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1980px;
 display: block;
}

#img030_14 a:hover{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1980px;
 display: block;
}

#img030_15 a{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -2310px;
 display: block;
}

#img030_15 a:hover{
 background-image: url("images/s030_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -2310px;
 display: block;
}

#img031_01 a{
 background-image: url("images/s031_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img031_01 a:hover{
 background-image: url("images/s031_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img031_02 a{
 background-image: url("images/s031_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img031_02 a:hover{
 background-image: url("images/s031_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img031_03 a{
 background-image: url("images/s031_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img031_03 a:hover{
 background-image: url("images/s031_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img031_04 a{
 background-image: url("images/s031_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img031_04 a:hover{
 background-image: url("images/s031_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img031_05 a{
 background-image: url("images/s031_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img031_05 a:hover{
 background-image: url("images/s031_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img031_06 a{
 background-image: url("images/s031_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img031_06 a:hover{
 background-image: url("images/s031_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img031_07 a{
 background-image: url("images/s031_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img031_07 a:hover{
 background-image: url("images/s031_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img031_08 a{
 background-image: url("images/s031_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img031_08 a:hover{
 background-image: url("images/s031_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img031_09 a{
 background-image: url("images/s031_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img031_09 a:hover{
 background-image: url("images/s031_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img032_01 a{
 background-image: url("images/s032_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img032_01 a:hover{
 background-image: url("images/s032_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img032_02 a{
 background-image: url("images/s032_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img032_02 a:hover{
 background-image: url("images/s032_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img032_03 a{
 background-image: url("images/s032_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img032_03 a:hover{
 background-image: url("images/s032_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img032_04 a{
 background-image: url("images/s032_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img032_04 a:hover{
 background-image: url("images/s032_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img032_05 a{
 background-image: url("images/s032_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img032_05 a:hover{
 background-image: url("images/s032_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img032_06 a{
 background-image: url("images/s032_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img032_06 a:hover{
 background-image: url("images/s032_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img032_07 a{
 background-image: url("images/s032_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img032_07 a:hover{
 background-image: url("images/s032_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img032_08 a{
 background-image: url("images/s032_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img032_08 a:hover{
 background-image: url("images/s032_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img032_09 a{
 background-image: url("images/s032_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img032_09 a:hover{
 background-image: url("images/s032_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img032_10 a{
 background-image: url("images/s032_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img032_10 a:hover{
 background-image: url("images/s032_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img032so_01 a{
 background-image: url("images/s032so_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img032so_01 a:hover{
 background-image: url("images/s032so_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img032so_02 a{
 background-image: url("images/s032so_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img032so_02 a:hover{
 background-image: url("images/s032so_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img032so_03 a{
 background-image: url("images/s032so_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img032so_03 a:hover{
 background-image: url("images/s032so_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img032so_04 a{
 background-image: url("images/s032so_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img032so_04 a:hover{
 background-image: url("images/s032so_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img032so_05 a{
 background-image: url("images/s032so_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img032so_05 a:hover{
 background-image: url("images/s032so_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img032so_06 a{
 background-image: url("images/s032so_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img032so_06 a:hover{
 background-image: url("images/s032so_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img032so_07 a{
 background-image: url("images/s032so_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img032so_07 a:hover{
 background-image: url("images/s032so_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img032so_08 a{
 background-image: url("images/s032so_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img032so_08 a:hover{
 background-image: url("images/s032so_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img032so_09 a{
 background-image: url("images/s032so_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img032so_09 a:hover{
 background-image: url("images/s032so_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img032so_10 a{
 background-image: url("images/s032so_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img032so_10 a:hover{
 background-image: url("images/s032so_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}


#img033_01 a{
 background-image: url("images/s033_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img033_01 a:hover{
 background-image: url("images/s033_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img033_02 a{
 background-image: url("images/s033_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img033_02 a:hover{
 background-image: url("images/s033_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img033_03 a{
 background-image: url("images/s033_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img033_03 a:hover{
 background-image: url("images/s033_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img033_04 a{
 background-image: url("images/s033_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img033_04 a:hover{
 background-image: url("images/s033_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img033_05 a{
 background-image: url("images/s033_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img033_05 a:hover{
 background-image: url("images/s033_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img033_06 a{
 background-image: url("images/s033_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img033_06 a:hover{
 background-image: url("images/s033_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img033_07 a{
 background-image: url("images/s033_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img033_07 a:hover{
 background-image: url("images/s033_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img033_08 a{
 background-image: url("images/s033_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img033_08 a:hover{
 background-image: url("images/s033_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img033_09 a{
 background-image: url("images/s033_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img033_09 a:hover{
 background-image: url("images/s033_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img034_01 a{
 background-image: url("images/s034_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img034_01 a:hover{
 background-image: url("images/s034_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img034_02 a{
 background-image: url("images/s034_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img034_02 a:hover{
 background-image: url("images/s034_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img034_03 a{
 background-image: url("images/s034_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img034_03 a:hover{
 background-image: url("images/s034_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img034_04 a{
 background-image: url("images/s034_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img034_04 a:hover{
 background-image: url("images/s034_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img034_05 a{
 background-image: url("images/s034_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img034_05 a:hover{
 background-image: url("images/s034_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img034_06 a{
 background-image: url("images/s034_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img034_06 a:hover{
 background-image: url("images/s034_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img034_07 a{
 background-image: url("images/s034_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img034_07 a:hover{
 background-image: url("images/s034_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img034_08 a{
 background-image: url("images/s034_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img034_08 a:hover{
 background-image: url("images/s034_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img034_09 a{
 background-image: url("images/s034_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img034_09 a:hover{
 background-image: url("images/s034_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img035_01 a{
 background-image: url("images/s035_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img035_01 a:hover{
 background-image: url("images/s035_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img035_02 a{
 background-image: url("images/s035_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img035_02 a:hover{
 background-image: url("images/s035_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img035_03 a{
 background-image: url("images/s035_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img035_03 a:hover{
 background-image: url("images/s035_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img035_04 a{
 background-image: url("images/s035_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img035_04 a:hover{
 background-image: url("images/s035_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img035_05 a{
 background-image: url("images/s035_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img035_05 a:hover{
 background-image: url("images/s035_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img035_06 a{
 background-image: url("images/s035_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img035_06 a:hover{
 background-image: url("images/s035_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img035_07 a{
 background-image: url("images/s035_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img035_07 a:hover{
 background-image: url("images/s035_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img035_08 a{
 background-image: url("images/s035_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img035_08 a:hover{
 background-image: url("images/s035_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img035_09 a{
 background-image: url("images/s035_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img035_09 a:hover{
 background-image: url("images/s035_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img035_10 a{
 background-image: url("images/s035_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img035_10 a:hover{
 background-image: url("images/s035_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img036_01 a{
 background-image: url("../../uploads/2011/12/s036_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img036_01 a:hover{
 background-image: url("../../uploads/2011/12/s036_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img036_02 a{
 background-image: url("../../uploads/2011/12/s036_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img036_02 a:hover{
 background-image: url("../../uploads/2011/12/s036_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img036_03 a{
 background-image: url("../../uploads/2011/12/s036_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img036_03 a:hover{
 background-image: url("../../uploads/2011/12/s036_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img036_04 a{
 background-image: url("../../uploads/2011/12/s036_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img036_04 a:hover{
 background-image: url("../../uploads/2011/12/s036_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img036_05 a{
 background-image: url("../../uploads/2011/12/s036_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img036_05 a:hover{
 background-image: url("../../uploads/2011/12/s036_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img036_06 a{
 background-image: url("../../uploads/2011/12/s036_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img036_06 a:hover{
 background-image: url("../../uploads/2011/12/s036_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img036_07 a{
 background-image: url("../../uploads/2011/12/s036_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img036_07 a:hover{
 background-image: url("../../uploads/2011/12/s036_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img036_08 a{
 background-image: url("../../uploads/2011/12/s036_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img036_08 a:hover{
 background-image: url("../../uploads/2011/12/s036_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img036_09 a{
 background-image: url("../../uploads/2011/12/s036_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img036_09 a:hover{
 background-image: url("../../uploads/2011/12/s036_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img036_10 a{
 background-image: url("../../uploads/2011/12/s036_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img036_10 a:hover{
 background-image: url("../../uploads/2011/12/s036_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img037_01 a{
 background-image: url("../../uploads/2012/02/s037_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img037_01 a:hover{
 background-image: url("../../uploads/2012/02/s037_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img037_02 a{
 background-image: url("../../uploads/2012/02/s037_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img037_02 a:hover{
 background-image: url("../../uploads/2012/02/s037_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img037_03 a{
 background-image: url("../../uploads/2012/02/s037_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img037_03 a:hover{
 background-image: url("../../uploads/2012/02/s037_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img037_04 a{
 background-image: url("../../uploads/2012/02/s037_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img037_04 a:hover{
 background-image: url("../../uploads/2012/02/s037_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img037_05 a{
 background-image: url("../../uploads/2012/02/s037_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img037_05 a:hover{
 background-image: url("../../uploads/2012/02/s037_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img037_06 a{
 background-image: url("../../uploads/2012/02/s037_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img037_06 a:hover{
 background-image: url("../../uploads/2012/02/s037_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img037_07 a{
 background-image: url("../../uploads/2012/02/s037_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img037_07 a:hover{
 background-image: url("../../uploads/2012/02/s037_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img037_08 a{
 background-image: url("../../uploads/2012/02/s037_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img037_08 a:hover{
 background-image: url("../../uploads/2012/02/s037_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img037_09 a{
 background-image: url("../../uploads/2012/02/s037_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img037_09 a:hover{
 background-image: url("../../uploads/2012/02/s037_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img038_01 a{
 background-image: url("../../uploads/2012/03/s038_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img038_01 a:hover{
 background-image: url("../../uploads/2012/03/s038_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img038_02 a{
 background-image: url("../../uploads/2012/03/s038_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img038_02 a:hover{
 background-image: url("../../uploads/2012/03/s038_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img038_03 a{
 background-image: url("../../uploads/2012/03/s038_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img038_03 a:hover{
 background-image: url("../../uploads/2012/03/s038_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img038_04 a{
 background-image: url("../../uploads/2012/03/s038_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img038_04 a:hover{
 background-image: url("../../uploads/2012/03/s038_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img038_05 a{
 background-image: url("../../uploads/2012/03/s038_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img038_05 a:hover{
 background-image: url("../../uploads/2012/03/s038_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img038_06 a{
 background-image: url("../../uploads/2012/03/s038_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img038_06 a:hover{
 background-image: url("../../uploads/2012/03/s038_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img038_07 a{
 background-image: url("../../uploads/2012/03/s038_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img038_07 a:hover{
 background-image: url("../../uploads/2012/03/s038_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img038_08 a{
 background-image: url("../../uploads/2012/03/s038_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img038_08 a:hover{
 background-image: url("../../uploads/2012/03/s038_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img038_09 a{
 background-image: url("../../uploads/2012/03/s038_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img038_09 a:hover{
 background-image: url("../../uploads/2012/03/s038_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}


#img039_01 a{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img039_01 a:hover{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img039_02 a{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img039_02 a:hover{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img039_03 a{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img039_03 a:hover{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img039_04 a{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img039_04 a:hover{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img039_05 a{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img039_05 a:hover{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img039_06 a{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img039_06 a:hover{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img039_07 a{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img039_07 a:hover{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img039_08 a{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img039_08 a:hover{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img039_09 a{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img039_09 a:hover{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img039_10 a{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img039_10 a:hover{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img039_11 a{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img039_11 a:hover{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img039_12 a{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img039_12 a:hover{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img039_13 a{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1980px;
 display: block;
}

#img039_13 a:hover{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1980px;
 display: block;
}

#img039_14 a{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1980px;
 display: block;
}

#img039_14 a:hover{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1980px;
 display: block;
}

#img039_15 a{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -2310px;
 display: block;
}

#img039_15 a:hover{
 background-image: url("../../uploads/2012/05/s039_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -2310px;
 display: block;
}

#img040_01 a{
 background-image: url("../../uploads/2012/07/s040_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img040_01 a:hover{
 background-image: url("../../uploads/2012/07/s040_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img040_02 a{
 background-image: url("../../uploads/2012/07/s040_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img040_02 a:hover{
 background-image: url("../../uploads/2012/07/s040_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img040_03 a{
 background-image: url("../../uploads/2012/07/s040_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img040_03 a:hover{
 background-image: url("../../uploads/2012/07/s040_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img040_04 a{
 background-image: url("../../uploads/2012/07/s040_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img040_04 a:hover{
 background-image: url("../../uploads/2012/07/s040_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img040_05 a{
 background-image: url("../../uploads/2012/07/s040_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img040_05 a:hover{
 background-image: url("../../uploads/2012/07/s040_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img040_06 a{
 background-image: url("../../uploads/2012/07/s040_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img040_06 a:hover{
 background-image: url("../../uploads/2012/07/s040_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img040_07 a{
 background-image: url("../../uploads/2012/07/s040_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img040_07 a:hover{
 background-image: url("../../uploads/2012/07/s040_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img040_08 a{
 background-image: url("../../uploads/2012/07/s040_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img040_08 a:hover{
 background-image: url("../../uploads/2012/07/s040_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img040_09 a{
 background-image: url("../../uploads/2012/07/s040_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img040_09 a:hover{
 background-image: url("../../uploads/2012/07/s040_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img040_10 a{
 background-image: url("../../uploads/2012/07/s040_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img040_10 a:hover{
 background-image: url("../../uploads/2012/07/s040_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img040_11 a{
 background-image: url("../../uploads/2012/07/s040_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img040_11 a:hover{
 background-image: url("../../uploads/2012/07/s040_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img040_12 a{
 background-image: url("../../uploads/2012/07/s040_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img040_12 a:hover{
 background-image: url("../../uploads/2012/07/s040_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img041_01 a{
 background-image: url("../../uploads/2012/09/s041_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img041_01 a:hover{
 background-image: url("../../uploads/2012/09/s041_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img041_02 a{
 background-image: url("../../uploads/2012/09/s041_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img041_02 a:hover{
 background-image: url("../../uploads/2012/09/s041_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img041_03 a{
 background-image: url("../../uploads/2012/09/s041_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img041_03 a:hover{
 background-image: url("../../uploads/2012/09/s041_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img041_04 a{
 background-image: url("../../uploads/2012/09/s041_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img041_04 a:hover{
 background-image: url("../../uploads/2012/09/s041_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img041_05 a{
 background-image: url("../../uploads/2012/09/s041_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img041_05 a:hover{
 background-image: url("../../uploads/2012/09/s041_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img041_06 a{
 background-image: url("../../uploads/2012/09/s041_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img041_06 a:hover{
 background-image: url("../../uploads/2012/09/s041_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img041_07 a{
 background-image: url("../../uploads/2012/09/s041_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img041_07 a:hover{
 background-image: url("../../uploads/2012/09/s041_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img041_08 a{
 background-image: url("../../uploads/2012/09/s041_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img041_08 a:hover{
 background-image: url("../../uploads/2012/09/s041_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img041_09 a{
 background-image: url("../../uploads/2012/09/s041_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img041_09 a:hover{
 background-image: url("../../uploads/2012/09/s041_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img041_10 a{
 background-image: url("../../uploads/2012/09/s041_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -661px top;
 display: block;
}

#img041_10 a:hover{
 background-image: url("../../uploads/2012/09/s041_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img041_11 a{
 background-image: url("../../uploads/2012/09/s041_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img041_11 a:hover{
 background-image: url("../../uploads/2012/09/s041_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img041_12 a{
 background-image: url("../../uploads/2012/09/s041_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img041_12 a:hover{
 background-image: url("../../uploads/2012/09/s041_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img041_13 a{
 background-image: url("../../uploads/2012/09/s041_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img041_13 a:hover{
 background-image: url("../../uploads/2012/09/s041_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img041_14 a{
 background-image: url("../../uploads/2012/09/s041_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img041_14 a:hover{
 background-image: url("../../uploads/2012/09/s041_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img042_01 a{
 background-image: url("../../uploads/2012/11/s042_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img042_01 a:hover{
 background-image: url("../../uploads/2012/11/s042_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img042_02 a{
 background-image: url("../../uploads/2012/11/s042_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img042_02 a:hover{
 background-image: url("../../uploads/2012/11/s042_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img042_03 a{
 background-image: url("../../uploads/2012/11/s042_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img042_03 a:hover{
 background-image: url("../../uploads/2012/11/s042_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img042_04 a{
 background-image: url("../../uploads/2012/11/s042_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img042_04 a:hover{
 background-image: url("../../uploads/2012/11/s042_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img042_05 a{
 background-image: url("../../uploads/2012/11/s042_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img042_05 a:hover{
 background-image: url("../../uploads/2012/11/s042_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img042_06 a{
 background-image: url("../../uploads/2012/11/s042_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img042_06 a:hover{
 background-image: url("../../uploads/2012/11/s042_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img042_07 a{
 background-image: url("../../uploads/2012/11/s042_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img042_07 a:hover{
 background-image: url("../../uploads/2012/11/s042_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img042_08 a{
 background-image: url("../../uploads/2012/11/s042_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img042_08 a:hover{
 background-image: url("../../uploads/2012/11/s042_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img042_09 a{
 background-image: url("../../uploads/2012/11/s042_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img042_09 a:hover{
 background-image: url("../../uploads/2012/11/s042_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img042_10 a{
 background-image: url("../../uploads/2012/11/s042_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img042_10 a:hover{
 background-image: url("../../uploads/2012/11/s042_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img042_11 a{
 background-image: url("../../uploads/2012/11/s042_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img042_11 a:hover{
 background-image: url("../../uploads/2012/11/s042_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img042_12 a{
 background-image: url("../../uploads/2012/11/s042_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img042_12 a:hover{
 background-image: url("../../uploads/2012/11/s042_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img043_01 a{
 background-image: url("../../uploads/2013/01/s043_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img043_01 a:hover{
 background-image: url("../../uploads/2013/01/s043_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img043_02 a{
 background-image: url("../../uploads/2013/01/s043_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img043_02 a:hover{
 background-image: url("../../uploads/2013/01/s043_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img043_03 a{
 background-image: url("../../uploads/2013/01/s043_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img043_03 a:hover{
 background-image: url("../../uploads/2013/01/s043_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img043_04 a{
 background-image: url("../../uploads/2013/01/s043_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img043_04 a:hover{
 background-image: url("../../uploads/2013/01/s043_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img043_05 a{
 background-image: url("../../uploads/2013/01/s043_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img043_05 a:hover{
 background-image: url("../../uploads/2013/01/s043_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img043_06 a{
 background-image: url("../../uploads/2013/01/s043_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img043_06 a:hover{
 background-image: url("../../uploads/2013/01/s043_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img043_07 a{
 background-image: url("../../uploads/2013/01/s043_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img043_07 a:hover{
 background-image: url("../../uploads/2013/01/s043_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img043_08 a{
 background-image: url("../../uploads/2013/01/s043_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img043_08 a:hover{
 background-image: url("../../uploads/2013/01/s043_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img043_09 a{
 background-image: url("../../uploads/2013/01/s043_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img043_09 a:hover{
 background-image: url("../../uploads/2013/01/s043_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img043_10 a{
 background-image: url("../../uploads/2013/01/s043_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img043_10 a:hover{
 background-image: url("../../uploads/2013/01/s043_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img043_11 a{
 background-image: url("../../uploads/2013/01/s043_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img043_11 a:hover{
 background-image: url("../../uploads/2013/01/s043_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img043_12 a{
 background-image: url("../../uploads/2013/01/s043_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img043_12 a:hover{
 background-image: url("../../uploads/2013/01/s043_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img043ex_01 a{
 background-image: url("../../uploads/2013/01/s043ex_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img043ex_01 a:hover{
 background-image: url("../../uploads/2013/01/s043ex_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img043ex_02 a{
 background-image: url("../../uploads/2013/01/s043ex_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img043ex_02 a:hover{
 background-image: url("../../uploads/2013/01/s043ex_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img043ex_03 a{
 background-image: url("../../uploads/2013/01/s043ex_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img043ex_03 a:hover{
 background-image: url("../../uploads/2013/01/s043ex_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img043ex_04 a{
 background-image: url("../../uploads/2013/01/s043ex_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img043ex_04 a:hover{
 background-image: url("../../uploads/2013/01/s043ex_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img043ex_05 a{
 background-image: url("../../uploads/2013/01/s043ex_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img043ex_05 a:hover{
 background-image: url("../../uploads/2013/01/s043ex_sprite1.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}


#img037sy_01 a{
 background-image: url("../../uploads/2012/06/037sy_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img037sy_01 a:hover{
 background-image: url("../../uploads/2012/06/037sy_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img037sy_02 a{
 background-image: url("../../uploads/2012/06/037sy_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img037sy_02 a:hover{
 background-image: url("../../uploads/2012/06/037sy_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img037sy_03 a{
 background-image: url("../../uploads/2012/06/037sy_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img037sy_03 a:hover{
 background-image: url("../../uploads/2012/06/037sy_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img037sy_04 a{
 background-image: url("../../uploads/2012/06/037sy_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img037sy_04 a:hover{
 background-image: url("../../uploads/2012/06/037sy_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img037sy_05 a{
 background-image: url("../../uploads/2012/06/037sy_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img037sy_05 a:hover{
 background-image: url("../../uploads/2012/06/037sy_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img037sy_06 a{
 background-image: url("../../uploads/2012/06/037sy_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img037sy_06 a:hover{
 background-image: url("../../uploads/2012/06/037sy_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img037sy_07 a{
 background-image: url("../../uploads/2012/06/037sy_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img037sy_07 a:hover{
 background-image: url("../../uploads/2012/06/037sy_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img037sy_08 a{
 background-image: url("../../uploads/2012/06/037sy_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img037sy_08 a:hover{
 background-image: url("../../uploads/2012/06/037sy_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img037sy_09 a{
 background-image: url("../../uploads/2012/06/037sy_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img037sy_09 a:hover{
 background-image: url("../../uploads/2012/06/037sy_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img037sy_10 a{
 background-image: url("../../uploads/2012/06/037sy_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img037sy_10 a:hover{
 background-image: url("../../uploads/2012/06/037sy_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img037sy_11 a{
 background-image: url("../../uploads/2012/06/037sy_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img037sy_11 a:hover{
 background-image: url("../../uploads/2012/06/037sy_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img037sy_12 a{
 background-image: url("../../uploads/2012/06/037sy_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img037sy_12 a:hover{
 background-image: url("../../uploads/2012/06/037sy_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img044_01 a{
 background-image: url("../../uploads/2013/02/s044_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img044_01 a:hover{
 background-image: url("../../uploads/2013/02/s044_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img044_02 a{
 background-image: url("../../uploads/2013/02/s044_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img044_02 a:hover{
 background-image: url("../../uploads/2013/02/s044_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img044_03 a{
 background-image: url("../../uploads/2013/02/s044_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img044_03 a:hover{
 background-image: url("../../uploads/2013/02/s044_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img044_04 a{
 background-image: url("../../uploads/2013/02/s044_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img044_04 a:hover{
 background-image: url("../../uploads/2013/02/s044_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img044_05 a{
 background-image: url("../../uploads/2013/02/s044_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img044_05 a:hover{
 background-image: url("../../uploads/2013/02/s044_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img044_06 a{
 background-image: url("../../uploads/2013/02/s044_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img044_06 a:hover{
 background-image: url("../../uploads/2013/02/s044_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img044_07 a{
 background-image: url("../../uploads/2013/02/s044_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img044_07 a:hover{
 background-image: url("../../uploads/2013/02/s044_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img044_08 a{
 background-image: url("../../uploads/2013/02/s044_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img044_08 a:hover{
 background-image: url("../../uploads/2013/02/s044_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img044_09 a{
 background-image: url("../../uploads/2013/02/s044_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img044_09 a:hover{
 background-image: url("../../uploads/2013/02/s044_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img044_10 a{
 background-image: url("../../uploads/2013/02/s044_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img044_10 a:hover{
 background-image: url("../../uploads/2013/02/s044_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img044ex_01 a{
 background-image: url("../../uploads/2013/05/s044ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img044ex_01 a:hover{
 background-image: url("../../uploads/2013/05/s044ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img044ex_02 a{
 background-image: url("../../uploads/2013/05/s044ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img044ex_02 a:hover{
 background-image: url("../../uploads/2013/05/s044ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img044ex_03 a{
 background-image: url("../../uploads/2013/05/s044ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img044ex_03 a:hover{
 background-image: url("../../uploads/2013/05/s044ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img044ex_04 a{
 background-image: url("../../uploads/2013/05/s044ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img044ex_04 a:hover{
 background-image: url("../../uploads/2013/05/s044ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img044ex_05 a{
 background-image: url("../../uploads/2013/05/s044ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img044ex_05 a:hover{
 background-image: url("../../uploads/2013/05/s044ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img044ex_06 a{
 background-image: url("../../uploads/2013/05/s044ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img044ex_06 a:hover{
 background-image: url("../../uploads/2013/05/s044ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img045_01 a{
 background-image: url("../../uploads/2013/04/s045_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img045_01 a:hover{
 background-image: url("../../uploads/2013/04/s045_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img045_02 a{
 background-image: url("../../uploads/2013/04/s045_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img045_02 a:hover{
 background-image: url("../../uploads/2013/04/s045_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img045_03 a{
 background-image: url("../../uploads/2013/04/s045_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img045_03 a:hover{
 background-image: url("../../uploads/2013/04/s045_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img045_04 a{
 background-image: url("../../uploads/2013/04/s045_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img045_04 a:hover{
 background-image: url("../../uploads/2013/04/s045_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img045_05 a{
 background-image: url("../../uploads/2013/04/s045_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img045_05 a:hover{
 background-image: url("../../uploads/2013/04/s045_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img045_06 a{
 background-image: url("../../uploads/2013/04/s045_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img045_06 a:hover{
 background-image: url("../../uploads/2013/04/s045_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img045_07 a{
 background-image: url("../../uploads/2013/04/s045_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img045_07 a:hover{
 background-image: url("../../uploads/2013/04/s045_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img045_08 a{
 background-image: url("../../uploads/2013/04/s045_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img045_08 a:hover{
 background-image: url("../../uploads/2013/04/s045_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img045_09 a{
 background-image: url("../../uploads/2013/04/s045_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img045_09 a:hover{
 background-image: url("../../uploads/2013/04/s045_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img045_10 a{
 background-image: url("../../uploads/2013/04/s045_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img045_10 a:hover{
 background-image: url("../../uploads/2013/04/s045_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img046_01 a{
 background-image: url("../../uploads/2013/06/s046_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img046_01 a:hover{
 background-image: url("../../uploads/2013/06/s046_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -331px top;
 display: block;
}

#img046_02 a{
 background-image: url("../../uploads/2013/06/s046_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img046_02 a:hover{
 background-image: url("../../uploads/2013/06/s046_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img046_03 a{
 background-image: url("../../uploads/2013/06/s046_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img046_03 a:hover{
 background-image: url("../../uploads/2013/06/s046_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img046_04 a{
 background-image: url("../../uploads/2013/06/s046_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img046_04 a:hover{
 background-image: url("../../uploads/2013/06/s046_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img046_05 a{
 background-image: url("../../uploads/2013/06/s046_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img046_05 a:hover{
 background-image: url("../../uploads/2013/06/s046_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img046_06 a{
 background-image: url("../../uploads/2013/06/s046_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img046_06 a:hover{
 background-image: url("../../uploads/2013/06/s046_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img046_07 a{
 background-image: url("../../uploads/2013/06/s046_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img046_07 a:hover{
 background-image: url("../../uploads/2013/06/s046_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}


#img047_01 a{
 background-image: url("../../uploads/2013/07/s047_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img047_01 a:hover{
 background-image: url("../../uploads/2013/07/s047_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img047_02 a{
 background-image: url("../../uploads/2013/07/s047_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img047_02 a:hover{
 background-image: url("../../uploads/2013/07/s047_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img047_03 a{
 background-image: url("../../uploads/2013/07/s047_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img047_03 a:hover{
 background-image: url("../../uploads/2013/07/s047_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img047_04 a{
 background-image: url("../../uploads/2013/07/s047_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img047_04 a:hover{
 background-image: url("../../uploads/2013/07/s047_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img047_05 a{
 background-image: url("../../uploads/2013/07/s047_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img047_05 a:hover{
 background-image: url("../../uploads/2013/07/s047_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img047_06 a{
 background-image: url("../../uploads/2013/07/s047_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img047_06 a:hover{
 background-image: url("../../uploads/2013/07/s047_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img047_07 a{
 background-image: url("../../uploads/2013/07/s047_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img047_07 a:hover{
 background-image: url("../../uploads/2013/07/s047_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img047_08 a{
 background-image: url("../../uploads/2013/07/s047_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img047_08 a:hover{
 background-image: url("../../uploads/2013/07/s047_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img047_09 a{
 background-image: url("../../uploads/2013/07/s047_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img047_09 a:hover{
 background-image: url("../../uploads/2013/07/s047_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img047_10 a{
 background-image: url("../../uploads/2013/07/s047_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img047_10 a:hover{
 background-image: url("../../uploads/2013/07/s047_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img048_01 a{
 background-image: url("../../uploads/2013/08/s048_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img048_01 a:hover{
 background-image: url("../../uploads/2013/08/s048_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img048_02 a{
 background-image: url("../../uploads/2013/08/s048_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img048_02 a:hover{
 background-image: url("../../uploads/2013/08/s048_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img048_03 a{
 background-image: url("../../uploads/2013/08/s048_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img048_03 a:hover{
 background-image: url("../../uploads/2013/08/s048_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img048_04 a{
 background-image: url("../../uploads/2013/08/s048_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img048_04 a:hover{
 background-image: url("../../uploads/2013/08/s048_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img048_05 a{
 background-image: url("../../uploads/2013/08/s048_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img048_05 a:hover{
 background-image: url("../../uploads/2013/08/s048_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img048_06 a{
 background-image: url("../../uploads/2013/08/s048_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img048_06 a:hover{
 background-image: url("../../uploads/2013/08/s048_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img048_07 a{
 background-image: url("../../uploads/2013/08/s048_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img048_07 a:hover{
 background-image: url("../../uploads/2013/08/s048_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img048_08 a{
 background-image: url("../../uploads/2013/08/s048_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img048_08 a:hover{
 background-image: url("../../uploads/2013/08/s048_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img048_09 a{
 background-image: url("../../uploads/2013/08/s048_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img048_09 a:hover{
 background-image: url("../../uploads/2013/08/s048_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img048_10 a{
 background-image: url("../../uploads/2013/08/s048_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img048_10 a:hover{
 background-image: url("../../uploads/2013/08/s048_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img048_11 a{
 background-image: url("../../uploads/2013/08/s048_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img048_11 a:hover{
 background-image: url("../../uploads/2013/08/s048_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img049_01 a{
 background-image: url("../../uploads/2013/09/s049_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img049_01 a:hover{
 background-image: url("../../uploads/2013/09/s049_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img049_02 a{
 background-image: url("../../uploads/2013/09/s049_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img049_02 a:hover{
 background-image: url("../../uploads/2013/09/s049_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img049_03 a{
 background-image: url("../../uploads/2013/09/s049_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img049_03 a:hover{
 background-image: url("../../uploads/2013/09/s049_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img049_04 a{
 background-image: url("../../uploads/2013/09/s049_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img049_04 a:hover{
 background-image: url("../../uploads/2013/09/s049_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img049_05 a{
 background-image: url("../../uploads/2013/09/s049_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img049_05 a:hover{
 background-image: url("../../uploads/2013/09/s049_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img049_06 a{
 background-image: url("../../uploads/2013/09/s049_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img049_06 a:hover{
 background-image: url("../../uploads/2013/09/s049_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img049_07 a{
 background-image: url("../../uploads/2013/09/s049_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img049_07 a:hover{
 background-image: url("../../uploads/2013/09/s049_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img049_08 a{
 background-image: url("../../uploads/2013/09/s049_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img049_08 a:hover{
 background-image: url("../../uploads/2013/09/s049_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img049_09 a{
 background-image: url("../../uploads/2013/09/s049_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img049_09 a:hover{
 background-image: url("../../uploads/2013/09/s049_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img049_10 a{
 background-image: url("../../uploads/2013/09/s049_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img049_10 a:hover{
 background-image: url("../../uploads/2013/09/s049_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img049_11 a{
 background-image: url("../../uploads/2013/09/s049_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img049_11 a:hover{
 background-image: url("../../uploads/2013/09/s049_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img049_12 a{
 background-image: url("../../uploads/2013/09/s049_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img049_12 a:hover{
 background-image: url("../../uploads/2013/11/s050_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img050_01 a{
 background-image: url("../../uploads/2013/11/s050_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img050_01 a:hover{
 background-image: url("../../uploads/2013/11/s050_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img050_02 a{
 background-image: url("../../uploads/2013/11/s050_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img050_02 a:hover{
 background-image: url("../../uploads/2013/11/s050_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img050_03 a{
 background-image: url("../../uploads/2013/11/s050_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img050_03 a:hover{
 background-image: url("../../uploads/2013/11/s050_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img050_04 a{
 background-image: url("../../uploads/2013/11/s050_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img050_04 a:hover{
 background-image: url("../../uploads/2013/11/s050_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img050_05 a{
 background-image: url("../../uploads/2013/11/s050_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img050_05 a:hover{
 background-image: url("../../uploads/2013/11/s050_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img050_06 a{
 background-image: url("../../uploads/2013/11/s050_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img050_06 a:hover{
 background-image: url("../../uploads/2013/11/s050_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img050_07 a{
 background-image: url("../../uploads/2013/11/s050_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img050_07 a:hover{
 background-image: url("../../uploads/2013/11/s050_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img050_08 a{
 background-image: url("../../uploads/2013/11/s050_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img050_08 a:hover{
 background-image: url("../../uploads/2013/11/s050_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img051_01 a{
 background-image: url("../../uploads/2014/02/s051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img051_01 a:hover{
 background-image: url("../../uploads/2014/02/s051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img051_02 a{
 background-image: url("../../uploads/2014/02/s051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img051_02 a:hover{
 background-image: url("../../uploads/2014/02/s051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -989px top;
 display: block;
}

#img051_03 a{
 background-image: url("../../uploads/2014/02/s051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img051_03 a:hover{
 background-image: url("../../uploads/2014/02/s051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img051_04 a{
 background-image: url("../../uploads/2014/02/s051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img051_04 a:hover{
 background-image: url("../../uploads/2014/02/s051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img051_05 a{
 background-image: url("../../uploads/2014/02/s051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img051_05 a:hover{
 background-image: url("../../uploads/2014/02/s051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img051_06 a{
 background-image: url("../../uploads/2014/02/s051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img051_06 a:hover{
 background-image: url("../../uploads/2014/02/s051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img051_07 a{
 background-image: url("../../uploads/2014/02/s051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img051_07 a:hover{
 background-image: url("../../uploads/2014/02/s051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img051_08 a{
 background-image: url("../../uploads/2014/02/s051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img051_08 a:hover{
 background-image: url("../../uploads/2014/02/s051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img051_09 a{
 background-image: url("../../uploads/2014/02/s051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img051_09 a:hover{
 background-image: url("../../uploads/2014/02/s051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img051_10 a{
 background-image: url("../../uploads/2014/02/s051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img051_10 a:hover{
 background-image: url("../../uploads/2014/02/s051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img051_11 a{
 background-image: url("../../uploads/2014/02/s051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img051_11 a:hover{
 background-image: url("../../uploads/2014/02/s051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img052_01 a{
 background-image: url("../../uploads/2014/05/s052_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img052_01 a:hover{
 background-image: url("../../uploads/2014/05/s052_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img052_02 a{
 background-image: url("../../uploads/2014/05/s052_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img052_02 a:hover{
 background-image: url("../../uploads/2014/05/s052_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img052_03 a{
 background-image: url("../../uploads/2014/05/s052_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img052_03 a:hover{
 background-image: url("../../uploads/2014/05/s052_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img052_04 a{
 background-image: url("../../uploads/2014/05/s052_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img052_04 a:hover{
 background-image: url("../../uploads/2014/05/s052_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img052_05 a{
 background-image: url("../../uploads/2014/05/s052_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img052_05 a:hover{
 background-image: url("../../uploads/2014/05/s052_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img052_06 a{
 background-image: url("../../uploads/2014/05/s052_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img052_06 a:hover{
 background-image: url("../../uploads/2014/05/s052_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img052_07 a{
 background-image: url("../../uploads/2014/05/s052_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img052_07 a:hover{
 background-image: url("../../uploads/2014/05/s052_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img052_08 a{
 background-image: url("../../uploads/2014/05/s052_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img052_08 a:hover{
 background-image: url("../../uploads/2014/05/s052_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img052_09 a{
 background-image: url("../../uploads/2014/05/s052_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img052_09 a:hover{
 background-image: url("../../uploads/2014/05/s052_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img052_10 a{
 background-image: url("../../uploads/2014/05/s052_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img052_10 a:hover{
 background-image: url("../../uploads/2014/05/s052_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img052_11 a{
 background-image: url("../../uploads/2014/05/s052_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img052_11 a:hover{
 background-image: url("../../uploads/2014/05/s052_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img010ex_01 a{
 background-image: url("../../uploads/2013/10/s010ex_048ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img010ex_01 a:hover{
 background-image: url("../../uploads/2013/10/s010ex_048ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img010ex_02 a{
 background-image: url("../../uploads/2013/10/s010ex_048ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img010ex_02 a:hover{
 background-image: url("../../uploads/2013/10/s010ex_048ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -989px top;
 display: block;
}

#img010ex_03 a{
 background-image: url("../../uploads/2013/10/s010ex_048ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img010ex_03 a:hover{
 background-image: url("../../uploads/2013/10/s010ex_048ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img010ex_04 a{
 background-image: url("../../uploads/2013/10/s010ex_048ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img010ex_04 a:hover{
 background-image: url("../../uploads/2013/10/s010ex_048ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img048ex_01 a{
 background-image: url("../../uploads/2013/10/s010ex_048ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img048ex_01 a:hover{
 background-image: url("../../uploads/2013/10/s010ex_048ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img048ex_02 a{
 background-image: url("../../uploads/2013/10/s010ex_048ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img048ex_02 a:hover{
 background-image: url("../../uploads/2013/10/s010ex_048ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img048ex_03 a{
 background-image: url("../../uploads/2013/10/s010ex_048ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img048ex_03 a:hover{
 background-image: url("../../uploads/2013/10/s010ex_048ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img048ex_04 a{
 background-image: url("../../uploads/2013/10/s010ex_048ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img048ex_04 a:hover{
 background-image: url("../../uploads/2013/10/s010ex_048ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_mr001_01 a{
 background-image: url("../../uploads/2015/05/mr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_mr001_01 a:hover{
 background-image: url("../../uploads/2015/05/mr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_mr001_02 a{
 background-image: url("../../uploads/2015/05/mr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_mr001_02 a:hover{
 background-image: url("../../uploads/2015/05/mr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_mr001_03 a{
 background-image: url("../../uploads/2015/05/mr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_mr001_03 a:hover{
 background-image: url("../../uploads/2015/05/mr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -331px -330px;
 display: block;
}

#img_mr001_04 a{
 background-image: url("../../uploads/2015/05/mr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_mr001_04 a:hover{
 background-image: url("../../uploads/2015/05/mr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_mr001_05 a{
 background-image: url("../../uploads/2015/05/mr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_mr001_05 a:hover{
 background-image: url("../../uploads/2015/05/mr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_mr001_06 a{
 background-image: url("../../uploads/2015/05/mr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_mr001_06 a:hover{
 background-image: url("../../uploads/2015/05/mr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_mr001_07 a{
 background-image: url("../../uploads/2015/05/mr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_mr001_07 a:hover{
 background-image: url("../../uploads/2015/05/mr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_mr001_08 a{
 background-image: url("../../uploads/2015/05/mr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_mr001_08 a:hover{
 background-image: url("../../uploads/2015/05/mr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_mr001_09 a{
 background-image: url("../../uploads/2015/05/mr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_mr001_09 a:hover{
 background-image: url("../../uploads/2015/05/mr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_mr002_01 a{
 background-image: url("../../uploads/2015/09/mr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_mr002_01 a:hover{
 background-image: url("../../uploads/2015/09/mr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_mr002_02 a{
 background-image: url("../../uploads/2015/09/mr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_mr002_02 a:hover{
 background-image: url("../../uploads/2015/09/mr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_mr002_03 a{
 background-image: url("../../uploads/2015/09/mr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_mr002_03 a:hover{
 background-image: url("../../uploads/2015/09/mr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_mr002_04 a{
 background-image: url("../../uploads/2015/09/mr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_mr002_04 a:hover{
 background-image: url("../../uploads/2015/09/mr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_mr002_05 a{
 background-image: url("../../uploads/2015/09/mr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_mr002_05 a:hover{
 background-image: url("../../uploads/2015/09/mr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_mr002_06 a{
 background-image: url("../../uploads/2015/09/mr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_mr002_06 a:hover{
 background-image: url("../../uploads/2015/09/mr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_mr002_07 a{
 background-image: url("../../uploads/2015/09/mr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_mr002_07 a:hover{
 background-image: url("../../uploads/2015/09/mr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_mr002_08 a{
 background-image: url("../../uploads/2015/09/mr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_mr002_08 a:hover{
 background-image: url("../../uploads/2015/09/mr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_mr002_09 a{
 background-image: url("../../uploads/2015/09/mr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_mr002_09 a:hover{
 background-image: url("../../uploads/2015/09/mr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_mr002_10 a{
 background-image: url("../../uploads/2015/09/mr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_mr002_10 a:hover{
 background-image: url("../../uploads/2015/09/mr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_mr002_11 a{
 background-image: url("../../uploads/2015/09/mr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_mr002_11 a:hover{
 background-image: url("../../uploads/2015/09/mr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -331px -1650px;
 display: block;
}

#img_mr003_01 a{
 background-image: url("../../uploads/2015/10/mr003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_mr003_01 a:hover{
 background-image: url("../../uploads/2015/10/mr003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_mr003_02 a{
 background-image: url("../../uploads/2015/10/mr003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_mr003_02 a:hover{
 background-image: url("../../uploads/2015/10/mr003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_mr003_03 a{
 background-image: url("../../uploads/2015/10/mr003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_mr003_03 a:hover{
 background-image: url("../../uploads/2015/10/mr003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_mr003_04 a{
 background-image: url("../../uploads/2015/10/mr003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_mr003_04 a:hover{
 background-image: url("../../uploads/2015/10/mr003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_mr003_05 a{
 background-image: url("../../uploads/2015/10/mr003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_mr003_05 a:hover{
 background-image: url("../../uploads/2015/10/mr003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_mr003_06 a{
 background-image: url("../../uploads/2015/10/mr003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_mr003_06 a:hover{
 background-image: url("../../uploads/2015/10/mr003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_mr003_07 a{
 background-image: url("../../uploads/2015/10/mr003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_mr003_07 a:hover{
 background-image: url("../../uploads/2015/10/mr003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_mr003_08 a{
 background-image: url("../../uploads/2015/10/mr003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_mr003_08 a:hover{
 background-image: url("../../uploads/2015/10/mr003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_mr003_09 a{
 background-image: url("../../uploads/2015/10/mr003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_mr003_09 a:hover{
 background-image: url("../../uploads/2015/10/mr003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_mr003_10 a{
 background-image: url("../../uploads/2015/10/mr003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_mr003_10 a:hover{
 background-image: url("../../uploads/2015/10/mr003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_mr003_11 a{
 background-image: url("../../uploads/2015/10/mr003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_mr003_11 a:hover{
 background-image: url("../../uploads/2015/10/mr003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_mr003_12 a{
 background-image: url("../../uploads/2015/10/mr003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_mr003_12 a:hover{
 background-image: url("../../uploads/2015/10/mr003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_mr003_13 a{
 background-image: url("../../uploads/2015/10/mr003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1980px;
 display: block;
}

#img_mr003_13 a:hover{
 background-image: url("../../uploads/2015/10/mr003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1980px;
 display: block;
}

#img_mr004_01 a{
 background-image: url("../../uploads/2016/04/mr004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_mr004_01 a:hover{
 background-image: url("../../uploads/2016/04/mr004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_mr004_02 a{
 background-image: url("../../uploads/2016/04/mr004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_mr004_02 a:hover{
 background-image: url("../../uploads/2016/04/mr004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_mr004_03 a{
 background-image: url("../../uploads/2016/04/mr004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_mr004_03 a:hover{
 background-image: url("../../uploads/2016/04/mr004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_mr004_04 a{
 background-image: url("../../uploads/2016/04/mr004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_mr004_04 a:hover{
 background-image: url("../../uploads/2016/04/mr004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_mr004_05 a{
 background-image: url("../../uploads/2016/04/mr004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_mr004_05 a:hover{
 background-image: url("../../uploads/2016/04/mr004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_mr004_06 a{
 background-image: url("../../uploads/2016/04/mr004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_mr004_06 a:hover{
 background-image: url("../../uploads/2016/04/mr004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_mr004_07 a{
 background-image: url("../../uploads/2016/04/mr004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_mr004_07 a:hover{
 background-image: url("../../uploads/2016/04/mr004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_mr004_08 a{
 background-image: url("../../uploads/2016/04/mr004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_mr004_08 a:hover{
 background-image: url("../../uploads/2016/04/mr004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_mr004_09 a{
 background-image: url("../../uploads/2016/04/mr004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_mr004_09 a:hover{
 background-image: url("../../uploads/2016/04/mr004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_mr004_10 a{
 background-image: url("../../uploads/2016/04/mr004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_mr004_10 a:hover{
 background-image: url("../../uploads/2016/04/mr004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_mr005_01 a{
 background-image: url("../../uploads/2016/08/mr005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_mr005_01 a:hover{
 background-image: url("../../uploads/2016/08/mr005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_mr005_02 a{
 background-image: url("../../uploads/2016/08/mr005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_mr005_02 a:hover{
 background-image: url("../../uploads/2016/08/mr005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_mr005_03 a{
 background-image: url("../../uploads/2016/08/mr005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_mr005_03 a:hover{
 background-image: url("../../uploads/2016/08/mr005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_mr005_04 a{
 background-image: url("../../uploads/2016/08/mr005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_mr005_04 a:hover{
 background-image: url("../../uploads/2016/08/mr005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_mr005_05 a{
 background-image: url("../../uploads/2016/08/mr005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_mr005_05 a:hover{
 background-image: url("../../uploads/2016/08/mr005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_mr005_06 a{
 background-image: url("../../uploads/2016/08/mr005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_mr005_06 a:hover{
 background-image: url("../../uploads/2016/08/mr005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_mr005_07 a{
 background-image: url("../../uploads/2016/08/mr005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_mr005_07 a:hover{
 background-image: url("../../uploads/2016/08/mr005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_mr005_08 a{
 background-image: url("../../uploads/2016/08/mr005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_mr005_08 a:hover{
 background-image: url("../../uploads/2016/08/mr005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_mr005_09 a{
 background-image: url("../../uploads/2016/08/mr005_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_mr005_09 a:hover{
 background-image: url("../../uploads/2016/08/mr005_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_mr005_10 a{
 background-image: url("../../uploads/2016/08/mr005_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_mr005_10 a:hover{
 background-image: url("../../uploads/2016/08/mr005_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_mr005_11 a{
 background-image: url("../../uploads/2016/08/mr005_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_mr005_11 a:hover{
 background-image: url("../../uploads/2016/08/mr005_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_mr005_12 a{
 background-image: url("../../uploads/2016/08/mr005_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_mr005_12 a:hover{
 background-image: url("../../uploads/2016/08/mr005_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_mr005_13 a{
 background-image: url("../../uploads/2016/08/mr005_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_mr005_13 a:hover{
 background-image: url("../../uploads/2016/08/mr005_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_mr005_14 a{
 background-image: url("../../uploads/2016/08/mr005_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_mr005_14 a:hover{
 background-image: url("../../uploads/2016/08/mr005_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_mr005_15 a{
 background-image: url("../../uploads/2016/08/mr005_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_mr005_15 a:hover{
 background-image: url("../../uploads/2016/08/mr005_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_mr005_16 a{
 background-image: url("../../uploads/2016/08/mr005_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_mr005_16 a:hover{
 background-image: url("../../uploads/2016/08/mr005_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_mr006_01 a{
 background-image: url("../../uploads/2016/11/mr006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_mr006_01 a:hover{
 background-image: url("../../uploads/2016/11/mr006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_mr006_02 a{
 background-image: url("../../uploads/2016/11/mr006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_mr006_02 a:hover{
 background-image: url("../../uploads/2016/11/mr006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_mr006_03 a{
 background-image: url("../../uploads/2016/11/mr006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_mr006_03 a:hover{
 background-image: url("../../uploads/2016/11/mr006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_mr006_04 a{
 background-image: url("../../uploads/2016/11/mr006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_mr006_04 a:hover{
 background-image: url("../../uploads/2016/11/mr006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_mr006_05 a{
 background-image: url("../../uploads/2016/11/mr006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_mr006_05 a:hover{
 background-image: url("../../uploads/2016/11/mr006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_mr006_06 a{
 background-image: url("../../uploads/2016/11/mr006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_mr006_06 a:hover{
 background-image: url("../../uploads/2016/11/mr006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_mr006_07 a{
 background-image: url("../../uploads/2016/11/mr006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_mr006_07 a:hover{
 background-image: url("../../uploads/2016/11/mr006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_mr006_08 a{
 background-image: url("../../uploads/2016/11/mr006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_mr006_08 a:hover{
 background-image: url("../../uploads/2016/11/mr006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_mr006_09 a{
 background-image: url("../../uploads/2016/11/mr006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_mr006_09 a:hover{
 background-image: url("../../uploads/2016/11/mr006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_mr006_10 a{
 background-image: url("../../uploads/2016/11/mr006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_mr006_10 a:hover{
 background-image: url("../../uploads/2016/11/mr006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_mr006_11 a{
 background-image: url("../../uploads/2016/11/mr006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_mr006_11 a:hover{
 background-image: url("../../uploads/2016/11/mr006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_mr006_12 a{
 background-image: url("../../uploads/2016/11/mr006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_mr006_12 a:hover{
 background-image: url("../../uploads/2016/11/mr006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_mr006_13 a{
 background-image: url("../../uploads/2016/11/mr006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1980px;
 display: block;
}

#img_mr006_13 a:hover{
 background-image: url("../../uploads/2016/11/mr006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1980px;
 display: block;
}

#img_mr007_01 a{
 background-image: url("../../uploads/2017/03/mr007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_mr007_01 a:hover{
 background-image: url("../../uploads/2017/03/mr007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_mr007_02 a{
 background-image: url("../../uploads/2017/03/mr007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_mr007_02 a:hover{
 background-image: url("../../uploads/2017/03/mr007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_mr007_03 a{
 background-image: url("../../uploads/2017/03/mr007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_mr007_03 a:hover{
 background-image: url("../../uploads/2017/03/mr007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_mr007_04 a{
 background-image: url("../../uploads/2017/03/mr007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_mr007_04 a:hover{
 background-image: url("../../uploads/2017/03/mr007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_mr007_05 a{
 background-image: url("../../uploads/2017/03/mr007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_mr007_05 a:hover{
 background-image: url("../../uploads/2017/03/mr007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_mr007_06 a{
 background-image: url("../../uploads/2017/03/mr007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_mr007_06 a:hover{
 background-image: url("../../uploads/2017/03/mr007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_mr007_07 a{
 background-image: url("../../uploads/2017/03/mr007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_mr007_07 a:hover{
 background-image: url("../../uploads/2017/03/mr007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_mr007_08 a{
 background-image: url("../../uploads/2017/03/mr007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_mr007_08 a:hover{
 background-image: url("../../uploads/2017/03/mr007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_mr007_09 a{
 background-image: url("../../uploads/2017/03/mr007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_mr007_09 a:hover{
 background-image: url("../../uploads/2017/03/mr007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_mr007_10 a{
 background-image: url("../../uploads/2017/03/mr007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_mr007_10 a:hover{
 background-image: url("../../uploads/2017/03/mr007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_mr007_11 a{
 background-image: url("../../uploads/2017/03/mr007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_mr007_11 a:hover{
 background-image: url("../../uploads/2017/03/mr007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_mr007_12 a{
 background-image: url("../../uploads/2017/03/mr007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_mr007_12 a:hover{
 background-image: url("../../uploads/2017/03/mr007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}


#img_mr008_01 a{
 background-image: url("../../uploads/2017/08/mr008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_mr008_01 a:hover{
 background-image: url("../../uploads/2017/08/mr008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_mr008_02 a{
 background-image: url("../../uploads/2017/08/mr008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_mr008_02 a:hover{
 background-image: url("../../uploads/2017/08/mr008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_mr008_03 a{
 background-image: url("../../uploads/2017/08/mr008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_mr008_03 a:hover{
 background-image: url("../../uploads/2017/08/mr008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_mr008_04 a{
 background-image: url("../../uploads/2017/08/mr008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_mr008_04 a:hover{
 background-image: url("https://tokusatsurevoltech.com/wp-content/uploads/2017/008/mr008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_mr008_05 a{
 background-image: url("../../uploads/2017/08/mr008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_mr008_05 a:hover{
 background-image: url("../../uploads/2017/08/mr008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_mr008_06 a{
 background-image: url("../../uploads/2017/08/mr008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_mr008_06 a:hover{
 background-image: url("../../uploads/2017/08/mr008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_mr008_07 a{
 background-image: url("../../uploads/2017/09/mr008_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_mr008_07 a:hover{
 background-image: url("../../uploads/2017/09/mr008_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_mr008_08 a{
 background-image: url("../../uploads/2017/09/mr008_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_mr008_08 a:hover{
 background-image: url("../../uploads/2017/09/mr008_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_mr008_09 a{
 background-image: url("../../uploads/2017/09/mr008_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_mr008_09 a:hover{
 background-image: url("../../uploads/2017/09/mr008_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_mr008_10 a{
 background-image: url("../../uploads/2017/09/mr008_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_mr008_10 a:hover{
 background-image: url("../../uploads/2017/09/mr008_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_mr008_11 a{
 background-image: url("../../uploads/2017/09/mr008_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_mr008_11 a:hover{
 background-image: url("../../uploads/2017/09/mr008_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_mr008_12 a{
 background-image: url("../../uploads/2017/09/mr008_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_mr008_12 a:hover{
 background-image: url("../../uploads/2017/09/mr008_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_mr009_01 a{
 background-image: url("../../uploads/2017/11/mr009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_mr009_01 a:hover{
 background-image: url("../../uploads/2017/11/mr009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_mr009_02 a{
 background-image: url("../../uploads/2017/11/mr009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_mr009_02 a:hover{
 background-image: url("../../uploads/2017/11/mr009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_mr009_03 a{
 background-image: url("../../uploads/2017/11/mr009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_mr009_03 a:hover{
 background-image: url("../../uploads/2017/11/mr009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_mr009_04 a{
 background-image: url("../../uploads/2017/11/mr009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_mr009_04 a:hover{
 background-image: url("../../uploads/2017/11/mr009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_mr009_05 a{
 background-image: url("../../uploads/2017/11/mr009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_mr009_05 a:hover{
 background-image: url("../../uploads/2017/11/mr009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_mr009_06 a{
 background-image: url("../../uploads/2017/11/mr009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_mr009_06 a:hover{
 background-image: url("../../uploads/2017/11/mr009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_mr009_07 a{
 background-image: url("../../uploads/2017/11/mr009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_mr009_07 a:hover{
 background-image: url("../../uploads/2017/11/mr009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_mr009_08 a{
 background-image: url("../../uploads/2017/11/mr009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_mr009_08 a:hover{
 background-image: url("../../uploads/2017/11/mr009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_mr009_09 a{
 background-image: url("../../uploads/2017/11/mr009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_mr009_09 a:hover{
 background-image: url("../../uploads/2017/11/mr009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_mr009_10 a{
 background-image: url("../../uploads/2017/11/mr009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_mr009_10 a:hover{
 background-image: url("../../uploads/2017/11/mr009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_mr009_11 a{
 background-image: url("../../uploads/2017/11/mr009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_mr009_11 a:hover{
 background-image: url("../../uploads/2017/11/mr009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_mr009_12 a{
 background-image: url("../../uploads/2017/11/mr009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_mr009_12 a:hover{
 background-image: url("../../uploads/2017/11/mr009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_mr009_13 a{
 background-image: url("../../uploads/2017/11/mr009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1980px;
 display: block;
}

#img_mr009_13 a:hover{
 background-image: url("../../uploads/2017/11/mr009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1980px;
 display: block;
}

#img_mr009_14 a{
 background-image: url("../../uploads/2017/11/mr009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1980px;
 display: block;
}

#img_mr009_14 a:hover{
 background-image: url("../../uploads/2017/11/mr009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1980px;
 display: block;
}

#img_mr010_01 a{
 background-image: url("../../uploads/2017/12/mr010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_mr010_01 a:hover{
 background-image: url("../../uploads/2017/12/mr010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_mr010_02 a{
 background-image: url("../../uploads/2017/12/mr010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_mr010_02 a:hover{
 background-image: url("../../uploads/2017/12/mr010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_mr010_03 a{
 background-image: url("../../uploads/2017/12/mr010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_mr010_03 a:hover{
 background-image: url("../../uploads/2017/12/mr010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_mr010_04 a{
 background-image: url("../../uploads/2017/12/mr010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_mr010_04 a:hover{
 background-image: url("../../uploads/2017/12/mr010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_mr010_05 a{
 background-image: url("../../uploads/2017/12/mr010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_mr010_05 a:hover{
 background-image: url("../../uploads/2017/12/mr010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_mr010_06 a{
 background-image: url("../../uploads/2017/12/mr010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_mr010_06 a:hover{
 background-image: url("../../uploads/2017/12/mr010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_mr010_07 a{
 background-image: url("../../uploads/2017/12/mr010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_mr010_07 a:hover{
 background-image: url("../../uploads/2017/12/mr010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_mr010_08 a{
 background-image: url("../../uploads/2017/12/mr010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_mr010_08 a:hover{
 background-image: url("../../uploads/2017/12/mr010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_mr010_09 a{
 background-image: url("../../uploads/2017/12/mr010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_mr010_09 a:hover{
 background-image: url("../../uploads/2017/12/mr010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_mr010_10 a{
 background-image: url("../../uploads/2017/12/mr010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_mr010_10 a:hover{
 background-image: url("../../uploads/2017/12/mr010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_mr010_11 a{
 background-image: url("../../uploads/2017/12/mr010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_mr010_11 a:hover{
 background-image: url("../../uploads/2017/12/mr010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_mr010_12 a{
 background-image: url("../../uploads/2017/12/mr010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_mr010_12 a:hover{
 background-image: url("../../uploads/2017/12/mr010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_mr010_13 a{
 background-image: url("../../uploads/2017/12/mr010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1980px;
 display: block;
}

#img_mr010_13 a:hover{
 background-image: url("../../uploads/2017/12/mr010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1980px;
 display: block;
}

#img_mr010_14 a{
 background-image: url("../../uploads/2017/12/mr010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1980px;
 display: block;
}

#img_mr010_14 a:hover{
 background-image: url("../../uploads/2017/12/mr010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1980px;
 display: block;
}

#img_mr011_01 a{
 background-image: url("../../uploads/2018/06/mr011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_mr011_01 a:hover{
 background-image: url("../../uploads/2018/06/mr011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_mr011_02 a{
 background-image: url("../../uploads/2018/06/mr011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_mr011_02 a:hover{
 background-image: url("../../uploads/2018/06/mr011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_mr011_03 a{
 background-image: url("../../uploads/2018/06/mr011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_mr011_03 a:hover{
 background-image: url("../../uploads/2018/06/mr011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_mr011_04 a{
 background-image: url("../../uploads/2018/06/mr011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_mr011_04 a:hover{
 background-image: url("../../uploads/2018/06/mr011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_mr011_05 a{
 background-image: url("../../uploads/2018/06/mr011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_mr011_05 a:hover{
 background-image: url("../../uploads/2018/06/mr011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_mr011_06 a{
 background-image: url("../../uploads/2018/06/mr011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_mr011_06 a:hover{
 background-image: url("../../uploads/2018/06/mr011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_mr011_07 a{
 background-image: url("../../uploads/2018/06/mr011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_mr011_07 a:hover{
 background-image: url("../../uploads/2018/06/mr011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_mr011_08 a{
 background-image: url("../../uploads/2018/06/mr011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_mr011_08 a:hover{
 background-image: url("../../uploads/2018/06/mr011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_mr011_09 a{
 background-image: url("../../uploads/2018/06/mr011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_mr011_09 a:hover{
 background-image: url("../../uploads/2018/06/mr011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_mr011_10 a{
 background-image: url("../../uploads/2018/06/mr011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_mr011_10 a:hover{
 background-image: url("../../uploads/2018/06/mr011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_mr011_11 a{
 background-image: url("../../uploads/2018/06/mr011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_mr011_11 a:hover{
 background-image: url("../../uploads/2018/06/mr011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_mr011_12 a{
 background-image: url("../../uploads/2018/06/mr011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_mr011_12 a:hover{
 background-image: url("../../uploads/2018/06/mr011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_mr011_13 a{
 background-image: url("../../uploads/2018/06/mr011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1980px;
 display: block;
}

#img_mr011_13 a:hover{
 background-image: url("../../uploads/2018/06/mr011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1980px;
 display: block;
}

#img_mr011_14 a{
 background-image: url("../../uploads/2018/06/mr011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1980px;
 display: block;
}

#img_mr011_14 a:hover{
 background-image: url("../../uploads/2018/06/mr011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1980px;
 display: block;
}

#img_mr012_01 a{
 background-image: url("../../uploads/2020/03/mr012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_mr012_01 a:hover{
 background-image: url("../../uploads/2020/03/mr012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_mr012_02 a{
 background-image: url("../../uploads/2020/03/mr012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_mr012_02 a:hover{
 background-image: url("../../uploads/2020/03/mr012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_mr012_03 a{
 background-image: url("../../uploads/2020/03/mr012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_mr012_03 a:hover{
 background-image: url("../../uploads/2020/03/mr012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_mr012_04 a{
 background-image: url("../../uploads/2020/03/mr012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_mr012_04 a:hover{
 background-image: url("../../uploads/2020/03/mr012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_mr012_05 a{
 background-image: url("../../uploads/2020/03/mr012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_mr012_05 a:hover{
 background-image: url("../../uploads/2020/03/mr012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_mr012_06 a{
 background-image: url("../../uploads/2020/03/mr012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_mr012_06 a:hover{
 background-image: url("../../uploads/2020/03/mr012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_mr012_07 a{
 background-image: url("../../uploads/2020/03/mr012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_mr012_07 a:hover{
 background-image: url("../../uploads/2020/03/mr012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_mr012_08 a{
 background-image: url("../../uploads/2020/03/mr012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_mr012_08 a:hover{
 background-image: url("../../uploads/2020/03/mr012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_mr012_09 a{
 background-image: url("../../uploads/2020/03/mr012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_mr012_09 a:hover{
 background-image: url("../../uploads/2020/03/mr012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_mr012_10 a{
 background-image: url("../../uploads/2020/03/mr012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_mr012_10 a:hover{
 background-image: url("../../uploads/2020/03/mr012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_mr012_11 a{
 background-image: url("../../uploads/2020/03/mr012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_mr012_11 a:hover{
 background-image: url("../../uploads/2020/03/mr012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_mr012_12 a{
 background-image: url("../../uploads/2020/03/mr012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_mr012_12 a:hover{
 background-image: url("../../uploads/2020/03/mr012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_mr012_13 a{
 background-image: url("../../uploads/2020/03/mr012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1980px;
 display: block;
}

#img_mr012_13 a:hover{
 background-image: url("../../uploads/2020/03/mr012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1980px;
 display: block;
}

#img_mr012_14 a{
 background-image: url("../../uploads/2020/03/mr012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1980px;
 display: block;
}

#img_mr012_14 a:hover{
 background-image: url("../../uploads/2020/03/mr012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1980px;
 display: block;
}

#img_mr013_01 a{
 background-image: url("../../uploads/2021/10/mr013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_mr013_01 a:hover{
 background-image: url("../../uploads/2021/10/mr013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_mr013_02 a{
 background-image: url("../../uploads/2021/10/mr013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_mr013_02 a:hover{
 background-image: url("../../uploads/2021/10/mr013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_mr013_03 a{
 background-image: url("../../uploads/2021/10/mr013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_mr013_03 a:hover{
 background-image: url("../../uploads/2021/10/mr013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_mr013_04 a{
 background-image: url("../../uploads/2021/10/mr013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_mr013_04 a:hover{
 background-image: url("https://tokusatsurevoltech.com/wp-content/uploads/2021/08/10/mr013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_mr013_05 a{
 background-image: url("../../uploads/2021/10/mr013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_mr013_05 a:hover{
 background-image: url("../../uploads/2021/10/mr013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_mr013_06 a{
 background-image: url("../../uploads/2021/10/mr013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_mr013_06 a:hover{
 background-image: url("../../uploads/2021/10/mr013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_mr013_07 a{
 background-image: url("../../uploads/2021/10/mr013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_mr013_07 a:hover{
 background-image: url("../../uploads/2021/10/mr013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_mr013_08 a{
 background-image: url("../../uploads/2021/10/mr013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_mr013_08 a:hover{
 background-image: url("../../uploads/2021/10/mr013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_mr013_09 a{
 background-image: url("../../uploads/2021/10/mr013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_mr013_09 a:hover{
 background-image: url("../../uploads/2021/10/mr013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_mr013_10 a{
 background-image: url("../../uploads/2021/10/mr013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_mr013_10 a:hover{
 background-image: url("../../uploads/2021/10/mr013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_mr013_11 a{
 background-image: url("../../uploads/2021/10/mr013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_mr013_11 a:hover{
 background-image: url("../../uploads/2021/10/mr013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_mr013_12 a{
 background-image: url("../../uploads/2021/10/mr013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_mr013_12 a:hover{
 background-image: url("../../uploads/2021/10/mr013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_mr013ex_01 a{
 background-image: url("../../uploads/2022/07/mr013ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_mr013ex_01 a:hover{
 background-image: url("../../uploads/2022/07/mr013ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_mr013ex_02 a{
 background-image: url("../../uploads/2022/07/mr013ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_mr013ex_02 a:hover{
 background-image: url("../../uploads/2022/07/mr013ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_mr013ex_03 a{
 background-image: url("../../uploads/2022/07/mr013ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_mr013ex_03 a:hover{
 background-image: url("../../uploads/2022/07/mr013ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_mr013ex_04 a{
 background-image: url("../../uploads/2022/07/mr013ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_mr013ex_04 a:hover{
 background-image: url("../../uploads/2022/07/mr013ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_mr013ex_05 a{
 background-image: url("../../uploads/2022/07/mr013ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_mr013ex_05 a:hover{
 background-image: url("../../uploads/2022/07/mr013ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_mr013ex_06 a{
 background-image: url("../../uploads/2022/07/mr013ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_mr013ex_06 a:hover{
 background-image: url("../../uploads/2022/07/mr013ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_mr013ex_07 a{
 background-image: url("../../uploads/2022/07/mr013ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_mr013ex_07 a:hover{
 background-image: url("../../uploads/2022/07/mr013ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_mr013ex_08 a{
 background-image: url("../../uploads/2022/07/mr013ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_mr013ex_08 a:hover{
 background-image: url("../../uploads/2022/07/mr013ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_mr013ex_09 a{
 background-image: url("../../uploads/2022/07/mr013ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_mr013ex_09 a:hover{
 background-image: url("../../uploads/2022/07/mr013ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_mr013ex_10 a{
 background-image: url("../../uploads/2022/07/mr013ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_mr013ex_10 a:hover{
 background-image: url("../../uploads/2022/07/mr013ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_mr013ex_11 a{
 background-image: url("../../uploads/2022/07/mr013ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_mr013ex_11 a:hover{
 background-image: url("../../uploads/2022/07/mr013ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_mr013ex_12 a{
 background-image: url("../../uploads/2022/07/mr013ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_mr013ex_12 a:hover{
 background-image: url("../../uploads/2022/07/mr013ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}



#img_cr001_01 a{
 background-image: url("../../uploads/2015/12/cr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_cr001_01 a:hover{
 background-image: url("../../uploads/2015/12/cr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_cr001_02 a{
 background-image: url("../../uploads/2015/12/cr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_cr001_02 a:hover{
 background-image: url("../../uploads/2015/12/cr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_cr001_03 a{
 background-image: url("../../uploads/2015/12/cr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_cr001_03 a:hover{
 background-image: url("../../uploads/2015/12/cr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_cr001_04 a{
 background-image: url("../../uploads/2015/12/cr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_cr001_04 a:hover{
 background-image: url("../../uploads/2015/12/cr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_cr001_05 a{
 background-image: url("../../uploads/2015/12/cr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_cr001_05 a:hover{
 background-image: url("../../uploads/2015/12/cr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_cr001_06 a{
 background-image: url("../../uploads/2015/12/cr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_cr001_06 a:hover{
 background-image: url("../../uploads/2015/12/cr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_cr001_07 a{
 background-image: url("../../uploads/2015/12/cr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_cr001_07 a:hover{
 background-image: url("../../uploads/2015/12/cr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_cr001_08 a{
 background-image: url("../../uploads/2015/12/cr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_cr001_08 a:hover{
 background-image: url("../../uploads/2015/12/cr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_cr001_09 a{
 background-image: url("../../uploads/2015/12/cr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_cr001_09 a:hover{
 background-image: url("../../uploads/2015/12/cr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_cr001_10 a{
 background-image: url("../../uploads/2015/12/cr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_cr001_10 a:hover{
 background-image: url("../../uploads/2015/12/cr001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_cr002_01 a{
 background-image: url("../../uploads/2015/12/cr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_cr002_01 a:hover{
 background-image: url("../../uploads/2015/12/cr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_cr002_02 a{
 background-image: url("../../uploads/2015/12/cr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_cr002_02 a:hover{
 background-image: url("../../uploads/2015/12/cr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_cr002_03 a{
 background-image: url("../../uploads/2015/12/cr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_cr002_03 a:hover{
 background-image: url("../../uploads/2015/12/cr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_cr002_04 a{
 background-image: url("../../uploads/2015/12/cr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_cr002_04 a:hover{
 background-image: url("../../uploads/2015/12/cr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_cr002_05 a{
 background-image: url("../../uploads/2015/12/cr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_cr002_05 a:hover{
 background-image: url("../../uploads/2015/12/cr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_cr002_06 a{
 background-image: url("../../uploads/2015/12/cr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_cr002_06 a:hover{
 background-image: url("../../uploads/2015/12/cr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_cr002_07 a{
 background-image: url("../../uploads/2015/12/cr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_cr002_07 a:hover{
 background-image: url("../../uploads/2015/12/cr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_cr002_08 a{
 background-image: url("../../uploads/2015/12/cr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_cr002_08 a:hover{
 background-image: url("../../uploads/2015/12/cr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_cr002_09 a{
 background-image: url("../../uploads/2015/12/cr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_cr002_09 a:hover{
 background-image: url("../../uploads/2015/12/cr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_cr002_10 a{
 background-image: url("../../uploads/2015/12/cr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_cr002_10 a:hover{
 background-image: url("../../uploads/2015/12/cr002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay001_01 a{
 background-image: url("../../uploads/2016/08/ay001_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay001_01 a:hover{
 background-image: url("../../uploads/2016/08/ay001_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay001_02 a{
 background-image: url("../../uploads/2016/08/ay001_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay001_02 a:hover{
 background-image: url("../../uploads/2016/08/ay001_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay001_03 a{
 background-image: url("../../uploads/2016/08/ay001_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay001_03 a:hover{
 background-image: url("../../uploads/2016/08/ay001_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay001_04 a{
 background-image: url("../../uploads/2016/08/ay001_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay001_04 a:hover{
 background-image: url("../../uploads/2016/08/ay001_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay001_05 a{
 background-image: url("../../uploads/2016/08/ay001_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay001_05 a:hover{
 background-image: url("../../uploads/2016/08/ay001_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay001_06 a{
 background-image: url("../../uploads/2016/08/ay001_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay001_06 a:hover{
 background-image: url("../../uploads/2016/08/ay001_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay001_07 a{
 background-image: url("../../uploads/2016/08/ay001_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay001_07 a:hover{
 background-image: url("../../uploads/2016/08/ay001_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay001_08 a{
 background-image: url("../../uploads/2016/08/ay001_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay001_08 a:hover{
 background-image: url("../../uploads/2016/08/ay001_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay001_09 a{
 background-image: url("../../uploads/2016/08/ay001_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay001_09 a:hover{
 background-image: url("../../uploads/2016/08/ay001_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay001_10 a{
 background-image: url("../../uploads/2016/08/ay001_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay001_10 a:hover{
 background-image: url("../../uploads/2016/08/ay001_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay001_11 a{
 background-image: url("../../uploads/2016/08/ay001_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay001_11 a:hover{
 background-image: url("../../uploads/2016/08/ay001_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay001_12 a{
 background-image: url("../../uploads/2016/08/ay001_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay001_12 a:hover{
 background-image: url("../../uploads/2016/08/ay001_sprite2.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_ay001ex_01 a{
 background-image: url("../../uploads/2018/02/ay001ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay001ex_01 a:hover{
 background-image: url("../../uploads/2018/02/ay001ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay001ex_02 a{
 background-image: url("../../uploads/2018/02/ay001ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay001ex_02 a:hover{
 background-image: url("../../uploads/2018/02/ay001ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay001ex_03 a{
 background-image: url("../../uploads/2018/02/ay001ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay001ex_03 a:hover{
 background-image: url("../../uploads/2018/02/ay001ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay001ex_04 a{
 background-image: url("../../uploads/2018/02/ay001ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay001ex_04 a:hover{
 background-image: url("../../uploads/2018/02/ay001ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay001ex_05 a{
 background-image: url("../../uploads/2018/02/ay001ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay001ex_05 a:hover{
 background-image: url("../../uploads/2018/02/ay001ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay001ex_06 a{
 background-image: url("../../uploads/2018/02/ay001ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay001ex_06 a:hover{
 background-image: url("../../uploads/2018/02/ay001ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay001ex_07 a{
 background-image: url("../../uploads/2018/02/ay001ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay001ex_07 a:hover{
 background-image: url("../../uploads/2018/02/ay001ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay001ex_08 a{
 background-image: url("../../uploads/2018/02/ay001ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay001ex_08 a:hover{
 background-image: url("../../uploads/2018/02/ay001ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay001ex_09 a{
 background-image: url("../../uploads/2018/02/ay001ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay001ex_09 a:hover{
 background-image: url("../../uploads/2018/02/ay001ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay002_01 a{
 background-image: url("../../uploads/2016/09/ay002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay002_01 a:hover{
 background-image: url("../../uploads/2016/09/ay002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay002_02 a{
 background-image: url("../../uploads/2016/09/ay002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay002_02 a:hover{
 background-image: url("../../uploads/2016/09/ay002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay002_03 a{
 background-image: url("../../uploads/2016/09/ay002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay002_03 a:hover{
 background-image: url("../../uploads/2016/09/ay002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay002_04 a{
 background-image: url("../../uploads/2016/09/ay002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay002_04 a:hover{
 background-image: url("../../uploads/2016/09/ay002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay002_05 a{
 background-image: url("../../uploads/2016/09/ay002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay002_05 a:hover{
 background-image: url("../../uploads/2016/09/ay002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay002_06 a{
 background-image: url("../../uploads/2016/09/ay002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay002_06 a:hover{
 background-image: url("../../uploads/2016/09/ay002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay002_07 a{
 background-image: url("../../uploads/2016/09/ay002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay002_07 a:hover{
 background-image: url("../../uploads/2016/09/ay002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay002_08 a{
 background-image: url("../../uploads/2016/09/ay002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay002_08 a:hover{
 background-image: url("../../uploads/2016/09/ay002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay002_09 a{
 background-image: url("../../uploads/2016/09/ay002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay002_09 a:hover{
 background-image: url("../../uploads/2016/09/ay002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay002_10 a{
 background-image: url("../../uploads/2016/09/ay002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay002_10 a:hover{
 background-image: url("../../uploads/2016/09/ay002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay002_11 a{
 background-image: url("../../uploads/2016/09/ay002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay002_11 a:hover{
 background-image: url("../../uploads/2016/09/ay002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay002_12 a{
 background-image: url("../../uploads/2016/09/ay002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay002_12 a:hover{
 background-image: url("../../uploads/2016/09/ay002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_ay003_01 a{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay003_01 a:hover{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay003_02 a{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay003_02 a:hover{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay003_03 a{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay003_03 a:hover{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay003_04 a{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay003_04 a:hover{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay003_05 a{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay003_05 a:hover{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay003_06 a{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay003_06 a:hover{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay003_07 a{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay003_07 a:hover{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay003_08 a{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay003_08 a:hover{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay003_09 a{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay003_09 a:hover{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay003_10 a{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay003_10 a:hover{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay003_11 a{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay003_11 a:hover{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay003_12 a{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay003_12 a:hover{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_ay003_13 a{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1980px;
 display: block;
}

#img_ay003_13 a:hover{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1980px;
 display: block;
}

#img_ay003_14 a{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1980px;
 display: block;
}

#img_ay003_14 a:hover{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1980px;
 display: block;
}

#img_ay003_15 a{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -2310px;
 display: block;
}

#img_ay003_15 a:hover{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -2310px;
 display: block;
}

#img_ay003_16 a{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -2310px;
 display: block;
}

#img_ay003_16 a:hover{
 background-image: url("../../uploads/2016/12/ay003_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -2310px;
 display: block;
}

#img_ay004_01 a{
 background-image: url("../../uploads/2017/02/ay004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay004_01 a:hover{
 background-image: url("../../uploads/2017/02/ay004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay004_02 a{
 background-image: url("../../uploads/2017/02/ay004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay004_02 a:hover{
 background-image: url("../../uploads/2017/02/ay004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay004_03 a{
 background-image: url("../../uploads/2017/02/ay004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay004_03 a:hover{
 background-image: url("../../uploads/2017/02/ay004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay004_04 a{
 background-image: url("../../uploads/2017/02/ay004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay004_04 a:hover{
 background-image: url("../../uploads/2017/02/ay004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay004_05 a{
 background-image: url("../../uploads/2017/02/ay004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay004_05 a:hover{
 background-image: url("../../uploads/2017/02/ay004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay004_06 a{
 background-image: url("../../uploads/2017/02/ay004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay004_06 a:hover{
 background-image: url("../../uploads/2017/02/ay004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay004_07 a{
 background-image: url("../../uploads/2017/02/ay004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay004_07 a:hover{
 background-image: url("../../uploads/2017/02/ay004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay004_08 a{
 background-image: url("../../uploads/2017/02/ay004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay004_08 a:hover{
 background-image: url("../../uploads/2017/02/ay004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay004_09 a{
 background-image: url("../../uploads/2017/02/ay004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay004_09 a:hover{
 background-image: url("../../uploads/2017/02/ay004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay004_10 a{
 background-image: url("../../uploads/2017/02/ay004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay004_10 a:hover{
 background-image: url("../../uploads/2017/02/ay004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay004_11 a{
 background-image: url("../../uploads/2017/02/ay004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay004_11 a:hover{
 background-image: url("../../uploads/2017/02/ay004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay004_12 a{
 background-image: url("../../uploads/2017/02/ay004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay004_12 a:hover{
 background-image: url("../../uploads/2017/02/ay004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_ay004_13 a{
 background-image: url("../../uploads/2017/02/ay004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1980px;
 display: block;
}

#img_ay004_13 a:hover{
 background-image: url("../../uploads/2017/02/ay004_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1980px;
 display: block;
}

#img_ay005_01 a{
 background-image: url("../../uploads/2017/05/ay005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay005_01 a:hover{
 background-image: url("../../uploads/2017/05/ay005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay005_02 a{
 background-image: url("../../uploads/2017/05/ay005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay005_02 a:hover{
 background-image: url("../../uploads/2017/05/ay005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay005_03 a{
 background-image: url("../../uploads/2017/05/ay005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay005_03 a:hover{
 background-image: url("../../uploads/2017/05/ay005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay005_04 a{
 background-image: url("../../uploads/2017/05/ay005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay005_04 a:hover{
 background-image: url("../../uploads/2017/05/ay005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay005_05 a{
 background-image: url("../../uploads/2017/05/ay005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay005_05 a:hover{
 background-image: url("../../uploads/2017/05/ay005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay005_06 a{
 background-image: url("../../uploads/2017/05/ay005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay005_06 a:hover{
 background-image: url("../../uploads/2017/05/ay005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay005_07 a{
 background-image: url("../../uploads/2017/05/ay005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay005_07 a:hover{
 background-image: url("../../uploads/2017/05/ay005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay005_08 a{
 background-image: url("../../uploads/2017/05/ay005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay005_08 a:hover{
 background-image: url("../../uploads/2017/05/ay005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay005_09 a{
 background-image: url("../../uploads/2017/05/ay005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay005_09 a:hover{
 background-image: url("../../uploads/2017/05/ay005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay005_10 a{
 background-image: url("../../uploads/2017/05/ay005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay005_10 a:hover{
 background-image: url("../../uploads/2017/05/ay005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay005_11 a{
 background-image: url("../../uploads/2017/05/ay005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay005_11 a:hover{
 background-image: url("../../uploads/2017/05/ay005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay005_12 a{
 background-image: url("../../uploads/2017/05/ay005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay005_12 a:hover{
 background-image: url("../../uploads/2017/05/ay005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_ay005_13 a{
 background-image: url("../../uploads/2017/05/ay005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1980px;
 display: block;
}

#img_ay005_13 a:hover{
 background-image: url("../../uploads/2017/05/ay005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1980px;
 display: block;
}

#img_ay005_14 a{
 background-image: url("../../uploads/2017/05/ay005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1980px;
 display: block;
}

#img_ay005_14 a:hover{
 background-image: url("../../uploads/2017/05/ay005_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1980px;
 display: block;
}

#img_ay006_01 a{
 background-image: url("../../uploads/2017/08/ay006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay006_01 a:hover{
 background-image: url("../../uploads/2017/08/ay006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay006_02 a{
 background-image: url("../../uploads/2017/08/ay006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay006_02 a:hover{
 background-image: url("../../uploads/2017/08/ay006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay006_03 a{
 background-image: url("../../uploads/2017/08/ay006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay006_03 a:hover{
 background-image: url("../../uploads/2017/08/ay006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay006_04 a{
 background-image: url("../../uploads/2017/08/ay006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay006_04 a:hover{
 background-image: url("../../uploads/2017/08/ay006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay006_05 a{
 background-image: url("../../uploads/2017/08/ay006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay006_05 a:hover{
 background-image: url("../../uploads/2017/08/ay006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay006_06 a{
 background-image: url("../../uploads/2017/08/ay006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay006_06 a:hover{
 background-image: url("../../uploads/2017/08/ay006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay006_07 a{
 background-image: url("../../uploads/2017/08/ay006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay006_07 a:hover{
 background-image: url("../../uploads/2017/08/ay006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay006_08 a{
 background-image: url("../../uploads/2017/08/ay006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay006_08 a:hover{
 background-image: url("../../uploads/2017/08/ay006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay006_09 a{
 background-image: url("../../uploads/2017/08/ay006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay006_09 a:hover{
 background-image: url("../../uploads/2017/08/ay006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay006_10 a{
 background-image: url("../../uploads/2017/08/ay006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay006_10 a:hover{
 background-image: url("../../uploads/2017/08/ay006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay006_11 a{
 background-image: url("../../uploads/2017/08/ay006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay006_11 a:hover{
 background-image: url("../../uploads/2017/08/ay006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay006_12 a{
 background-image: url("../../uploads/2017/08/ay006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay006_12 a:hover{
 background-image: url("../../uploads/2017/08/ay006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_ay006_13 a{
 background-image: url("../../uploads/2017/08/ay006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1980px;
 display: block;
}

#img_ay006_13 a:hover{
 background-image: url("../../uploads/2017/08/ay006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1980px;
 display: block;
}

#img_ay006_14 a{
 background-image: url("../../uploads/2017/08/ay006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1980px;
 display: block;
}

#img_ay006_14 a:hover{
 background-image: url("../../uploads/2017/08/ay006_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1980px;
 display: block;
}

#img_ay007_01 a{
 background-image: url("../../uploads/2017/10/ay007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay007_01 a:hover{
 background-image: url("../../uploads/2017/10/ay007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay007_02 a{
 background-image: url("../../uploads/2017/10/ay007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay007_02 a:hover{
 background-image: url("../../uploads/2017/10/ay007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay007_03 a{
 background-image: url("../../uploads/2017/10/ay007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay007_03 a:hover{
 background-image: url("../../uploads/2017/10/ay007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay007_04 a{
 background-image: url("../../uploads/2017/10/ay007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay007_04 a:hover{
 background-image: url("../../uploads/2017/10/ay007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay007_05 a{
 background-image: url("../../uploads/2017/10/ay007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay007_05 a:hover{
 background-image: url("../../uploads/2017/10/ay007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay007_06 a{
 background-image: url("../../uploads/2017/10/ay007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay007_06 a:hover{
 background-image: url("../../uploads/2017/10/ay007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay007_07 a{
 background-image: url("../../uploads/2017/10/ay007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay007_07 a:hover{
 background-image: url("../../uploads/2017/10/ay007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay007_08 a{
 background-image: url("../../uploads/2017/10/ay007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay007_08 a:hover{
 background-image: url("../../uploads/2017/10/ay007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay007_09 a{
 background-image: url("../../uploads/2017/10/ay007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay007_09 a:hover{
 background-image: url("../../uploads/2017/10/ay007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay007_10 a{
 background-image: url("../../uploads/2017/10/ay007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay007_10 a:hover{
 background-image: url("../../uploads/2017/10/ay007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay007_11 a{
 background-image: url("../../uploads/2017/10/ay007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay007_11 a:hover{
 background-image: url("../../uploads/2017/10/ay007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay007_12 a{
 background-image: url("../../uploads/2017/10/ay007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay007_12 a:hover{
 background-image: url("../../uploads/2017/10/ay007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_ay007_13 a{
 background-image: url("../../uploads/2017/10/ay007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1980px;
 display: block;
}

#img_ay007_13 a:hover{
 background-image: url("../../uploads/2017/10/ay007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1980px;
 display: block;
}

#img_ay007_14 a{
 background-image: url("../../uploads/2017/10/ay007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1980px;
 display: block;
}

#img_ay007_14 a:hover{
 background-image: url("../../uploads/2017/10/ay007_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1980px;
 display: block;
}

#img_ay008_01 a{
 background-image: url("../../uploads/2017/12/ay008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay008_01 a:hover{
 background-image: url("../../uploads/2017/12/ay008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay008_02 a{
 background-image: url("../../uploads/2017/12/ay008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay008_02 a:hover{
 background-image: url("../../uploads/2017/12/ay008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay008_03 a{
 background-image: url("../../uploads/2017/12/ay008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay008_03 a:hover{
 background-image: url("../../uploads/2017/12/ay008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay008_04 a{
 background-image: url("../../uploads/2017/12/ay008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay008_04 a:hover{
 background-image: url("../../uploads/2017/12/ay008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay008_05 a{
 background-image: url("../../uploads/2017/12/ay008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay008_05 a:hover{
 background-image: url("../../uploads/2017/12/ay008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay008_06 a{
 background-image: url("../../uploads/2017/12/ay008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay008_06 a:hover{
 background-image: url("../../uploads/2017/12/ay008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay008_07 a{
 background-image: url("../../uploads/2017/12/ay008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay008_07 a:hover{
 background-image: url("../../uploads/2017/12/ay008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay008_08 a{
 background-image: url("../../uploads/2017/12/ay008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay008_08 a:hover{
 background-image: url("../../uploads/2017/12/ay008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay008_09 a{
 background-image: url("../../uploads/2017/12/ay008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay008_09 a:hover{
 background-image: url("../../uploads/2017/12/ay008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay008_10 a{
 background-image: url("../../uploads/2017/12/ay008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay008_10 a:hover{
 background-image: url("../../uploads/2017/12/ay008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay008_11 a{
 background-image: url("../../uploads/2017/12/ay008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay008_11 a:hover{
 background-image: url("../../uploads/2017/12/ay008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay008_12 a{
 background-image: url("../../uploads/2017/12/ay008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay008_12 a:hover{
 background-image: url("../../uploads/2017/12/ay008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_ay008_13 a{
 background-image: url("../../uploads/2017/12/ay008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1980px;
 display: block;
}

#img_ay008_13 a:hover{
 background-image: url("../../uploads/2017/12/ay008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1980px;
 display: block;
}

#img_ay008_14 a{
 background-image: url("../../uploads/2017/12/ay008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1980px;
 display: block;
}

#img_ay008_14 a:hover{
 background-image: url("../../uploads/2017/12/ay008_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1980px;
 display: block;
}

#img_ay009_01 a{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay009_01 a:hover{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay009_02 a{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay009_02 a:hover{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay009_03 a{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay009_03 a:hover{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay009_04 a{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay009_04 a:hover{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay009_05 a{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay009_05 a:hover{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay009_06 a{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay009_06 a:hover{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay009_07 a{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay009_07 a:hover{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay009_08 a{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay009_08 a:hover{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay009_09 a{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay009_09 a:hover{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay009_10 a{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay009_10 a:hover{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay009_11 a{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay009_11 a:hover{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay009_12 a{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay009_12 a:hover{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_ay009_13 a{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1980px;
 display: block;
}

#img_ay009_13 a:hover{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1980px;
 display: block;
}

#img_ay009_14 a{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1980px;
 display: block;
}

#img_ay009_14 a:hover{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1980px;
 display: block;
}



#img_ay010_01 a{
 background-image: url("../../uploads/2018/08/ay010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay010_01 a:hover{
 background-image: url("../../uploads/2018/08/ay010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay010_02 a{
 background-image: url("../../uploads/2018/08/ay010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay010_02 a:hover{
 background-image: url("../../uploads/2018/08/ay010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay010_03 a{
 background-image: url("../../uploads/2018/08/ay010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay010_03 a:hover{
 background-image: url("../../uploads/2018/08/ay010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay010_04 a{
 background-image: url("../../uploads/2018/08/ay010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay010_04 a:hover{
 background-image: url("../../uploads/2018/08/ay010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay010_05 a{
 background-image: url("../../uploads/2018/08/ay010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay010_05 a:hover{
 background-image: url("../../uploads/2018/08/ay010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay010_06 a{
 background-image: url("../../uploads/2018/08/ay010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay010_06 a:hover{
 background-image: url("../../uploads/2018/08/ay010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay010_07 a{
 background-image: url("../../uploads/2018/08/ay010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay010_07 a:hover{
 background-image: url("../../uploads/2018/08/ay010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay010_08 a{
 background-image: url("../../uploads/2018/08/ay010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay010_08 a:hover{
 background-image: url("../../uploads/2018/08/ay010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay010_09 a{
 background-image: url("../../uploads/2018/08/ay010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay010_09 a:hover{
 background-image: url("../../uploads/2018/08/ay010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay010_10 a{
 background-image: url("../../uploads/2018/08/ay010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay010_10 a:hover{
 background-image: url("../../uploads/2018/08/ay010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay010_11 a{
 background-image: url("../../uploads/2018/08/ay010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay010_11 a:hover{
 background-image: url("../../uploads/2018/08/ay010_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay011_01 a{
 background-image: url("../../uploads/2018/09/ay011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay011_01 a:hover{
 background-image: url("../../uploads/2018/09/ay011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay011_02 a{
 background-image: url("../../uploads/2018/09/ay011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay011_02 a:hover{
 background-image: url("../../uploads/2018/09/ay011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay011_03 a{
 background-image: url("../../uploads/2018/09/ay011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay011_03 a:hover{
 background-image: url("../../uploads/2018/09/ay011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay011_04 a{
 background-image: url("../../uploads/2018/09/ay011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay011_04 a:hover{
 background-image: url("../../uploads/2018/09/ay011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay011_05 a{
 background-image: url("../../uploads/2018/09/ay011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay011_05 a:hover{
 background-image: url("../../uploads/2018/09/ay011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay011_06 a{
 background-image: url("../../uploads/2018/09/ay011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay011_06 a:hover{
 background-image: url("../../uploads/2018/09/ay011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay011_07 a{
 background-image: url("../../uploads/2018/09/ay011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay011_07 a:hover{
 background-image: url("../../uploads/2018/09/ay011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay011_08 a{
 background-image: url("../../uploads/2018/09/ay011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay011_08 a:hover{
 background-image: url("../../uploads/2018/09/ay011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay011_09 a{
 background-image: url("../../uploads/2018/09/ay011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay011_09 a:hover{
 background-image: url("../../uploads/2018/09/ay011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay011_10 a{
 background-image: url("../../uploads/2018/09/ay011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay011_10 a:hover{
 background-image: url("../../uploads/2018/09/ay011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay011_11 a{
 background-image: url("../../uploads/2018/09/ay011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay011_11 a:hover{
 background-image: url("../../uploads/2018/09/ay011_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay012_01 a{
 background-image: url("../../uploads/2018/11/ay012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay012_01 a:hover{
 background-image: url("../../uploads/2018/11/ay012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay012_02 a{
 background-image: url("../../uploads/2018/11/ay012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay012_02 a:hover{
 background-image: url("../../uploads/2018/11/ay012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay012_03 a{
 background-image: url("../../uploads/2018/11/ay012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay012_03 a:hover{
 background-image: url("../../uploads/2018/11/ay012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay012_04 a{
 background-image: url("../../uploads/2018/11/ay012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay012_04 a:hover{
 background-image: url("../../uploads/2018/11/ay012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay012_05 a{
 background-image: url("../../uploads/2018/11/ay012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay012_05 a:hover{
 background-image: url("../../uploads/2018/11/ay012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay012_06 a{
 background-image: url("../../uploads/2018/11/ay012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay012_06 a:hover{
 background-image: url("../../uploads/2018/11/ay012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay012_07 a{
 background-image: url("../../uploads/2018/11/ay012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay012_07 a:hover{
 background-image: url("../../uploads/2018/11/ay012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay012_08 a{
 background-image: url("../../uploads/2018/11/ay012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay012_08 a:hover{
 background-image: url("../../uploads/2018/11/ay012_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay013_01 a{
 background-image: url("../../uploads/2019/01/ay013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay013_01 a:hover{
 background-image: url("../../uploads/2019/01/ay013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay013_02 a{
 background-image: url("../../uploads/2019/01/ay013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay013_02 a:hover{
 background-image: url("../../uploads/2019/01/ay013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay013_03 a{
 background-image: url("../../uploads/2019/01/ay013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay013_03 a:hover{
 background-image: url("../../uploads/2019/01/ay013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay013_04 a{
 background-image: url("../../uploads/2019/01/ay013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay013_04 a:hover{
 background-image: url("../../uploads/2019/01/ay013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay013_05 a{
 background-image: url("../../uploads/2019/01/ay013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay013_05 a:hover{
 background-image: url("../../uploads/2019/01/ay013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay013_06 a{
 background-image: url("../../uploads/2019/01/ay013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay013_06 a:hover{
 background-image: url("../../uploads/2019/01/ay013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay013_07 a{
 background-image: url("../../uploads/2019/01/ay013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay013_07 a:hover{
 background-image: url("../../uploads/2019/01/ay013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay013_08 a{
 background-image: url("../../uploads/2019/01/ay013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay013_08 a:hover{
 background-image: url("../../uploads/2019/01/ay013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay013_09 a{
 background-image: url("../../uploads/2019/01/ay013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay013_09 a:hover{
 background-image: url("../../uploads/2019/01/ay013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay013_10 a{
 background-image: url("../../uploads/2019/01/ay013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay013_10 a:hover{
 background-image: url("../../uploads/2019/01/ay013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay013_11 a{
 background-image: url("../../uploads/2019/01/ay013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay013_11 a:hover{
 background-image: url("../../uploads/2019/01/ay013_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay014_01 a{
 background-image: url("../../uploads/2019/04/ay014_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay014_01 a:hover{
 background-image: url("../../uploads/2019/04/ay014_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay014_02 a{
 background-image: url("../../uploads/2019/04/ay014_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay014_02 a:hover{
 background-image: url("../../uploads/2019/04/ay014_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay014_03 a{
 background-image: url("../../uploads/2019/04/ay014_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay014_03 a:hover{
 background-image: url("../../uploads/2019/04/ay014_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay014_04 a{
 background-image: url("../../uploads/2019/04/ay014_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay014_04 a:hover{
 background-image: url("../../uploads/2019/04/ay014_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay014_05 a{
 background-image: url("../../uploads/2019/04/ay014_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay009_05 a:hover{
 background-image: url("../../uploads/2018/04/ay009_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay014_06 a{
 background-image: url("../../uploads/2019/04/ay014_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay014_06 a:hover{
 background-image: url("../../uploads/2019/04/ay014_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay014_07 a{
 background-image: url("../../uploads/2019/04/ay014_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay014_07 a:hover{
 background-image: url("../../uploads/2019/04/ay014_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay014_08 a{
 background-image: url("../../uploads/2019/04/ay014_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay014_08 a:hover{
 background-image: url("../../uploads/2019/04/ay014_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay014_09 a{
 background-image: url("../../uploads/2019/04/ay014_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay014_09 a:hover{
 background-image: url("../../uploads/2019/04/ay014_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay014_10 a{
 background-image: url("../../uploads/2019/04/ay014_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay014_10 a:hover{
 background-image: url("../../uploads/2019/04/ay014_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay014_11 a{
 background-image: url("../../uploads/2019/04/ay014_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay014_11 a:hover{
 background-image: url("../../uploads/2019/04/ay014_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay014_12 a{
 background-image: url("../../uploads/2019/04/ay014_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay014_12 a:hover{
 background-image: url("../../uploads/2019/04/ay014_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_ay015_01 a{
 background-image: url("../../uploads/2019/07/ay015_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay015_01 a:hover{
 background-image: url("../../uploads/2019/07/ay015_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay015_02 a{
 background-image: url("../../uploads/2019/07/ay015_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay015_02 a:hover{
 background-image: url("../../uploads/2019/07/ay015_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay015_03 a{
 background-image: url("../../uploads/2019/07/ay015_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay015_03 a:hover{
 background-image: url("../../uploads/2019/07/ay015_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay015_04 a{
 background-image: url("../../uploads/2019/07/ay015_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay015_04 a:hover{
 background-image: url("../../uploads/2019/07/ay015_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay015_05 a{
 background-image: url("../../uploads/2019/07/ay015_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay015_05 a:hover{
 background-image: url("../../uploads/2019/07/ay015_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay015_06 a{
 background-image: url("../../uploads/2019/07/ay015_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay015_06 a:hover{
 background-image: url("../../uploads/2019/07/ay015_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay015_07 a{
 background-image: url("../../uploads/2019/07/ay015_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay015_07 a:hover{
 background-image: url("../../uploads/2019/07/ay015_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay015_08 a{
 background-image: url("../../uploads/2019/07/ay015_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay015_08 a:hover{
 background-image: url("../../uploads/2019/07/ay015_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay015_09 a{
 background-image: url("../../uploads/2019/07/ay015_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay015_09 a:hover{
 background-image: url("../../uploads/2019/07/ay015_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay015_10 a{
 background-image: url("../../uploads/2019/07/ay015_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay015_10 a:hover{
 background-image: url("../../uploads/2019/07/ay015_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay015_11 a{
 background-image: url("../../uploads/2019/07/ay015_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay015_11 a:hover{
 background-image: url("../../uploads/2019/07/ay015_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay015_12 a{
 background-image: url("../../uploads/2019/07/ay015_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay015_12 a:hover{
 background-image: url("../../uploads/2019/07/ay015_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_ay015_13 a{
 background-image: url("../../uploads/2019/07/ay015_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1980px;
 display: block;
}

#img_ay015_13 a:hover{
 background-image: url("../../uploads/2019/07/ay015_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1980px;
 display: block;
}

#img_ay015ex_01 a{
 background-image: url("../../uploads/2020/08/ay015ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay015ex_01 a:hover{
 background-image: url("../../uploads/2020/08/ay015ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay015ex_02 a{
 background-image: url("../../uploads/2020/08/ay015ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay015ex_02 a:hover{
 background-image: url("../../uploads/2020/08/ay015ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay015ex_03 a{
 background-image: url("../../uploads/2020/08/ay015ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay015ex_03 a:hover{
 background-image: url("../../uploads/2020/08/ay015ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay015ex_04 a{
 background-image: url("../../uploads/2020/08/ay015ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay015ex_04 a:hover{
 background-image: url("../../uploads/2020/08/ay015ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay015ex_05 a{
 background-image: url("../../uploads/2020/08/ay015ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay015ex_05 a:hover{
 background-image: url("../../uploads/2020/08/ay015ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay015ex_06 a{
 background-image: url("../../uploads/2020/08/ay015ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay015ex_06 a:hover{
 background-image: url("../../uploads/2020/08/ay015ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay015ex_07 a{
 background-image: url("../../uploads/2020/08/ay015ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay015ex_07 a:hover{
 background-image: url("../../uploads/2020/08/ay015ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay015ex_08 a{
 background-image: url("../../uploads/2020/08/ay015ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay015ex_08 a:hover{
 background-image: url("../../uploads/2020/08/ay015ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay015ex_09 a{
 background-image: url("../../uploads/2020/08/ay015ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay015ex_09 a:hover{
 background-image: url("../../uploads/2020/08/ay015ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay015ex_10 a{
 background-image: url("../../uploads/2020/08/ay015ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay015ex_10 a:hover{
 background-image: url("../../uploads/2020/08/ay015ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay015ex_11 a{
 background-image: url("../../uploads/2020/08/ay015ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay015ex_11 a:hover{
 background-image: url("../../uploads/2020/08/ay015ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay015ex2_01 a{
 background-image: url("../../uploads/2020/08/ay015ex2_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay015ex2_01 a:hover{
 background-image: url("../../uploads/2020/08/ay015ex2_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay015ex2_02 a{
 background-image: url("../../uploads/2020/08/ay015ex2_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay015ex2_02 a:hover{
 background-image: url("../../uploads/2020/08/ay015ex2_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay015ex2_03 a{
 background-image: url("../../uploads/2020/08/ay015ex2_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay015ex2_03 a:hover{
 background-image: url("../../uploads/2020/08/ay015ex2_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay015ex2_04 a{
 background-image: url("../../uploads/2020/08/ay015ex2_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay015ex2_04 a:hover{
 background-image: url("../../uploads/2020/08/ay015ex2_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay015ex2_05 a{
 background-image: url("../../uploads/2020/08/ay015ex2_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay015ex2_05 a:hover{
 background-image: url("../../uploads/2020/08/ay015ex2_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay015ex2_06 a{
 background-image: url("../../uploads/2020/08/ay015ex2_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay015ex2_06 a:hover{
 background-image: url("../../uploads/2020/08/ay015ex2_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay015ex2_07 a{
 background-image: url("../../uploads/2020/08/ay015ex2_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay015ex2_07 a:hover{
 background-image: url("../../uploads/2020/08/ay015ex2_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay015ex2_08 a{
 background-image: url("../../uploads/2020/08/ay015ex2_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay015ex2_08 a:hover{
 background-image: url("../../uploads/2020/08/ay015ex2_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay015ex2_09 a{
 background-image: url("../../uploads/2020/08/ay015ex2_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay015ex2_09 a:hover{
 background-image: url("../../uploads/2020/08/ay015ex2_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay015ex2_10 a{
 background-image: url("../../uploads/2020/08/ay015ex2_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay015ex2_10 a:hover{
 background-image: url("../../uploads/2020/08/ay015ex2_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay015ex2_11 a{
 background-image: url("../../uploads/2020/08/ay015ex2_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay015ex2_11 a:hover{
 background-image: url("../../uploads/2020/08/ay015ex2_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay016_01 a{
 background-image: url("../../uploads/2019/09/ay016_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay016_01 a:hover{
 background-image: url("../../uploads/2019/09/ay016_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay016_02 a{
 background-image: url("../../uploads/2019/09/ay016_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay016_02 a:hover{
 background-image: url("../../uploads/2019/09/ay016_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay016_03 a{
 background-image: url("../../uploads/2019/09/ay016_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay016_03 a:hover{
 background-image: url("../../uploads/2019/09/ay016_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay016_04 a{
 background-image: url("../../uploads/2019/09/ay016_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay016_04 a:hover{
 background-image: url("../../uploads/2019/09/ay016_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay016_05 a{
 background-image: url("../../uploads/2019/09/ay016_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay016_05 a:hover{
 background-image: url("../../uploads/2019/09/ay016_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay016_06 a{
 background-image: url("../../uploads/2019/09/ay016_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay016_06 a:hover{
 background-image: url("../../uploads/2019/09/ay016_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay016_07 a{
 background-image: url("../../uploads/2019/09/ay016_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay0016_07 a:hover{
 background-image: url("../../uploads/2019/09/ay016_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay016_08 a{
 background-image: url("../../uploads/2019/09/ay016_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay016_08 a:hover{
 background-image: url("../../uploads/2019/09/ay016_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay016_09 a{
 background-image: url("../../uploads/2019/09/ay016_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay016_09 a:hover{
 background-image: url("../../uploads/2019/09/ay016_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay016_10 a{
 background-image: url("../../uploads/2019/09/ay016_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay016_10 a:hover{
 background-image: url("../../uploads/2019/09/ay016_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay016_11 a{
 background-image: url("../../uploads/2019/09/ay016_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay016_11 a:hover{
 background-image: url("../../uploads/2019/09/ay016_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay016_12 a{
 background-image: url("../../uploads/2019/09/ay016_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay016_12 a:hover{
 background-image: url("../../uploads/2019/09/ay016_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_ay016_13 a{
 background-image: url("../../uploads/2019/09/ay016_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1980px;
 display: block;
}

#img_ay016_13 a:hover{
 background-image: url("../../uploads/2019/09/ay016_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1980px;
 display: block;
}

#img_ay016_14 a{
 background-image: url("../../uploads/2019/09/ay016_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1980px;
 display: block;
}

#img_ay016_14 a:hover{
 background-image: url("../../uploads/2019/09/ay016_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1980px;
 display: block;
}

#img_ay017_01 a{
 background-image: url("../../uploads/2019/12/ay017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay017_01 a:hover{
 background-image: url("../../uploads/2019/12/ay017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay017_02 a{
 background-image: url("../../uploads/2019/12/ay017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay017_02 a:hover{
 background-image: url("../../uploads/2019/12/ay017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay017_03 a{
 background-image: url("../../uploads/2019/12/ay017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay017_03 a:hover{
 background-image: url("../../uploads/2019/12/ay017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay017_04 a{
 background-image: url("../../uploads/2019/12/ay017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay017_04 a:hover{
 background-image: url("../../uploads/2019/12/ay017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay017_05 a{
 background-image: url("../../uploads/2019/12/ay017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay017_05 a:hover{
 background-image: url("../../uploads/2019/12/ay017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay017_06 a{
 background-image: url("../../uploads/2019/12/ay017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay017_06 a:hover{
 background-image: url("../../uploads/2019/12/ay017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay017_07 a{
 background-image: url("../../uploads/2019/12/ay017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay017_07 a:hover{
 background-image: url("https://tokusatsurevoltech.com/wp-content/uploads/2019/012/ay017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay017_08 a{
 background-image: url("../../uploads/2019/12/ay017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay017_08 a:hover{
 background-image: url("../../uploads/2019/12/ay017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay017_09 a{
 background-image: url("../../uploads/2019/12/ay017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay017_09 a:hover{
 background-image: url("../../uploads/2019/12/ay017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay017_10 a{
 background-image: url("../../uploads/2019/12/ay017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay017_10 a:hover{
 background-image: url("../../uploads/2019/12/ay017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay017_11 a{
 background-image: url("../../uploads/2019/12/ay017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay017_11 a:hover{
 background-image: url("../../uploads/2019/12/ay017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay017_12 a{
 background-image: url("../../uploads/2019/12/ay017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay017_12 a:hover{
 background-image: url("../../uploads/2019/12/ay017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_ay017_13 a{
 background-image: url("../../uploads/2019/12/ay017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1980px;
 display: block;
}

#img_ay017_13 a:hover{
 background-image: url("../../uploads/2019/12/ay017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1980px;
 display: block;
}

#img_ay017_14 a{
 background-image: url("../../uploads/2019/12/ay017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1980px;
 display: block;
}

#img_ay017_14 a:hover{
 background-image: url("../../uploads/2019/12/ay017_sprite.png");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1980px;
 display: block;
}

#img_ay018_01 a{
 background-image: url("../../uploads/2020/04/ay018_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay018_01 a:hover{
 background-image: url("../../uploads/2020/04/ay018_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay018_02 a{
 background-image: url("../../uploads/2020/04/ay018_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay018_02 a:hover{
 background-image: url("../../uploads/2020/04/ay018_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay018_03 a{
 background-image: url("../../uploads/2020/04/ay018_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay018_03 a:hover{
 background-image: url("../../uploads/2020/04/ay018_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay018_04 a{
 background-image: url("../../uploads/2020/04/ay018_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay018_04 a:hover{
 background-image: url("../../uploads/2020/04/ay018_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay018_05 a{
 background-image: url("../../uploads/2020/04/ay018_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay018_05 a:hover{
 background-image: url("../../uploads/2020/04/ay018_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay018_06 a{
 background-image: url("../../uploads/2020/04/ay018_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay018_06 a:hover{
 background-image: url("../../uploads/2020/04/ay018_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay018_07 a{
 background-image: url("../../uploads/2020/04/ay018_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay018_07 a:hover{
 background-image: url("../../uploads/2020/04/ay018_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay018_08 a{
 background-image: url("../../uploads/2020/04/ay018_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay018_08 a:hover{
 background-image: url("../../uploads/2020/04/ay018_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay018_09 a{
 background-image: url("../../uploads/2020/04/ay018_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay018_09 a:hover{
 background-image: url("../../uploads/2020/04/ay018_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay018_10 a{
 background-image: url("../../uploads/2020/04/ay018_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay018_10 a:hover{
 background-image: url("../../uploads/2020/04/ay018_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay018_11 a{
 background-image: url("../../uploads/2020/04/ay018_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay018_11 a:hover{
 background-image: url("../../uploads/2020/04/ay018_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay018_12 a{
 background-image: url("../../uploads/2020/04/ay018_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay018_12 a:hover{
 background-image: url("../../uploads/2020/04/ay018_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_ay018_13 a{
 background-image: url("../../uploads/2020/04/ay018_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1980px;
 display: block;
}

#img_ay018_13 a:hover{
 background-image: url("../../uploads/2020/04/ay018_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1980px;
 display: block;
}

#img_ay018_14 a{
 background-image: url("../../uploads/2020/04/ay018_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1980px;
 display: block;
}

#img_ay018_14 a:hover{
 background-image: url("../../uploads/2020/04/ay018_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1980px;
 display: block;
}

#img_ay019_01 a{
 background-image: url("../../uploads/2020/05/ay019_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay019_01 a:hover{
 background-image: url("../../uploads/2020/05/ay019_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay019_02 a{
 background-image: url("../../uploads/2020/05/ay019_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay019_02 a:hover{
 background-image: url("../../uploads/2020/05/ay019_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay019_03 a{
 background-image: url("../../uploads/2020/05/ay019_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay019_03 a:hover{
 background-image: url("../../uploads/2020/05/ay019_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay019_04 a{
 background-image: url("../../uploads/2020/05/ay019_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay019_04 a:hover{
 background-image: url("../../uploads/2020/05/ay019_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay019_05 a{
 background-image: url("../../uploads/2020/05/ay019_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay019_05 a:hover{
 background-image: url("../../uploads/2020/05/ay019_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay019_06 a{
 background-image: url("../../uploads/2020/05/ay019_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay019_06 a:hover{
 background-image: url("../../uploads/2020/05/ay019_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay019_07 a{
 background-image: url("../../uploads/2020/05/ay019_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay019_07 a:hover{
 background-image: url("../../uploads/2020/05/ay019_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay019_08 a{
 background-image: url("../../uploads/2020/05/ay019_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay019_08 a:hover{
 background-image: url("../../uploads/2020/05/ay019_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay019_09 a{
 background-image: url("../../uploads/2020/05/ay019_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay019_09 a:hover{
 background-image: url("../../uploads/2020/05/ay019_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay019_10 a{
 background-image: url("../../uploads/2020/05/ay019_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay019_10 a:hover{
 background-image: url("../../uploads/2020/05/ay019_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay019_11 a{
 background-image: url("../../uploads/2020/05/ay019_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay019_11 a:hover{
 background-image: url("../../uploads/2020/05/ay019_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay019_12 a{
 background-image: url("../../uploads/2020/05/ay019_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay019_12 a:hover{
 background-image: url("../../uploads/2020/05/ay019_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_ay019_13 a{
 background-image: url("../../uploads/2020/05/ay019_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1980px;
 display: block;
}

#img_ay019_13 a:hover{
 background-image: url("../../uploads/2020/05/ay019_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1980px;
 display: block;
}

#img_ay019_14 a{
 background-image: url("../../uploads/2020/05/ay019_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1980px;
 display: block;
}

#img_ay019_14 a:hover{
 background-image: url("../../uploads/2020/05/ay019_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1980px;
 display: block;
}

#img_ay020_01 a{
 background-image: url("../../uploads/2020/07/ay020_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay020_01 a:hover{
 background-image: url("../../uploads/2020/07/ay020_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay020_02 a{
 background-image: url("../../uploads/2020/07/ay020_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay020_02 a:hover{
 background-image: url("../../uploads/2020/07/ay020_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay020_03 a{
 background-image: url("../../uploads/2020/07/ay020_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay020_03 a:hover{
 background-image: url("../../uploads/2020/07/ay020_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay020_04 a{
 background-image: url("../../uploads/2020/07/ay020_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay020_04 a:hover{
 background-image: url("../../uploads/2020/07/ay020_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay020_05 a{
 background-image: url("../../uploads/2020/07/ay020_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay020_05 a:hover{
 background-image: url("../../uploads/2020/07/ay020_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay020_06 a{
 background-image: url("../../uploads/2020/07/ay020_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay020_06 a:hover{
 background-image: url("../../uploads/2020/07/ay020_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay020_07 a{
 background-image: url("../../uploads/2020/07/ay020_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay020_07 a:hover{
 background-image: url("../../uploads/2020/07/ay020_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay020_08 a{
 background-image: url("../../uploads/2020/07/ay020_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay020_08 a:hover{
 background-image: url("../../uploads/2020/07/ay020_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay020_09 a{
 background-image: url("../../uploads/2020/07/ay020_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay020_09 a:hover{
 background-image: url("../../uploads/2020/07/ay020_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay020_10 a{
 background-image: url("../../uploads/2020/07/ay020_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay020_10 a:hover{
 background-image: url("../../uploads/2020/07/ay020_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay020_11 a{
 background-image: url("../../uploads/2020/07/ay020_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay020_11 a:hover{
 background-image: url("../../uploads/2020/07/ay020_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay020_12 a{
 background-image: url("../../uploads/2020/07/ay020_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay020_12 a:hover{
 background-image: url("../../uploads/2020/07/ay020_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_ay020_13 a{
 background-image: url("../../uploads/2020/07/ay020_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1980px;
 display: block;
}

#img_ay020_13 a:hover{
 background-image: url("../../uploads/2020/07/ay020_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1980px;
 display: block;
}

#img_ay020_14 a{
 background-image: url("../../uploads/2020/07/ay020_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1980px;
 display: block;
}

#img_ay020_14 a:hover{
 background-image: url("../../uploads/2020/07/ay020_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1980px;
 display: block;
}

#img_ay021_01 a{
 background-image: url("../../uploads/2020/10/ay021_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay021_01 a:hover{
 background-image: url("../../uploads/2020/10/ay021_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay021_02 a{
 background-image: url("../../uploads/2020/10/ay021_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay021_02 a:hover{
 background-image: url("../../uploads/2020/10/ay021_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay021_03 a{
 background-image: url("../../uploads/2020/10/ay021_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay021_03 a:hover{
 background-image: url("../../uploads/2020/10/ay021_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay021_04 a{
 background-image: url("../../uploads/2020/10/ay021_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay021_04 a:hover{
 background-image: url("../../uploads/2020/10/ay021_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay021_05 a{
 background-image: url("../../uploads/2020/10/ay021_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay021_05 a:hover{
 background-image: url("../../uploads/2020/10/ay021_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay021_06 a{
 background-image: url("../../uploads/2020/10/ay021_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay021_06 a:hover{
 background-image: url("../../uploads/2020/10/ay021_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay021_07 a{
 background-image: url("../../uploads/2020/10/ay021_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay021_07 a:hover{
 background-image: url("../../uploads/2020/10/ay021_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay021_08 a{
 background-image: url("../../uploads/2020/10/ay021_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay021_08 a:hover{
 background-image: url("../../uploads/2020/10/ay021_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay021_09 a{
 background-image: url("../../uploads/2020/10/ay021_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay021_09 a:hover{
 background-image: url("../../uploads/2020/10/ay021_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay021_10 a{
 background-image: url("../../uploads/2020/10/ay021_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay021_10 a:hover{
 background-image: url("../../uploads/2020/10/ay021_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay021_11 a{
 background-image: url("../../uploads/2020/10/ay021_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay021_11 a:hover{
 background-image: url("../../uploads/2020/10/ay021_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay021_12 a{
 background-image: url("../../uploads/2020/10/ay021_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay021_12 a:hover{
 background-image: url("../../uploads/2020/10/ay021_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_ay022_01 a{
 background-image: url("../../uploads/2020/12/ay022_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay022_01 a:hover{
 background-image: url("../../uploads/2020/12/ay022_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay022_02 a{
 background-image: url("../../uploads/2020/12/ay022_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay022_02 a:hover{
 background-image: url("../../uploads/2020/12/ay022_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay022_03 a{
 background-image: url("../../uploads/2020/12/ay022_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay022_03 a:hover{
 background-image: url("../../uploads/2020/12/ay022_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay022_04 a{
 background-image: url("../../uploads/2020/12/ay022_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay022_04 a:hover{
 background-image: url("../../uploads/2020/12/ay022_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay022_05 a{
 background-image: url("../../uploads/2020/12/ay022_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay022_05 a:hover{
 background-image: url("../../uploads/2020/12/ay022_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay022_06 a{
 background-image: url("../../uploads/2020/12/ay022_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay022_06 a:hover{
 background-image: url("../../uploads/2020/12/ay022_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay022_07 a{
 background-image: url("../../uploads/2020/12/ay022_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay022_07 a:hover{
 background-image: url("../../uploads/2020/12/ay022_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay022_08 a{
 background-image: url("../../uploads/2020/12/ay022_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay022_08 a:hover{
 background-image: url("../../uploads/2020/12/ay022_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay022_09 a{
 background-image: url("../../uploads/2020/12/ay022_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay022_09 a:hover{
 background-image: url("../../uploads/2020/12/ay022_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay022_10 a{
 background-image: url("../../uploads/2020/12/ay022_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay022_10 a:hover{
 background-image: url("../../uploads/2020/12/ay022_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay022_11 a{
 background-image: url("../../uploads/2020/12/ay022_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay022_11 a:hover{
 background-image: url("../../uploads/2020/12/ay022_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay022_12 a{
 background-image: url("../../uploads/2020/12/ay022_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay022_12 a:hover{
 background-image: url("../../uploads/2020/12/ay022_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_ay022_13 a{
 background-image: url("../../uploads/2020/12/ay022_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1980px;
 display: block;
}

#img_ay022_13 a:hover{
 background-image: url("../../uploads/2020/12/ay022_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1980px;
 display: block;
}

#img_ay023_01 a{
 background-image: url("../../uploads/2021/03/ay023_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay023_01 a:hover{
 background-image: url("../../uploads/2021/03/ay023_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay023_02 a{
 background-image: url("../../uploads/2021/03/ay023_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay023_02 a:hover{
 background-image: url("../../uploads/2021/03/ay023_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay023_03 a{
 background-image: url("../../uploads/2021/03/ay023_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay023_03 a:hover{
 background-image: url("../../uploads/2021/03/ay023_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay023_04 a{
 background-image: url("../../uploads/2021/03/ay023_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay023_04 a:hover{
 background-image: url("../../uploads/2021/03/ay023_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay023_05 a{
 background-image: url("../../uploads/2021/03/ay023_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay023_05 a:hover{
 background-image: url("../../uploads/2021/03/ay023_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay023_06 a{
 background-image: url("../../uploads/2021/03/ay023_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay023_06 a:hover{
 background-image: url("../../uploads/2021/03/ay023_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay023_07 a{
 background-image: url("../../uploads/2021/03/ay023_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay023_07 a:hover{
 background-image: url("../../uploads/2021/03/ay023_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay023_08 a{
 background-image: url("../../uploads/2021/03/ay023_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay023_08 a:hover{
 background-image: url("../../uploads/2021/03/ay023_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay023_09 a{
 background-image: url("../../uploads/2021/03/ay023_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay023_09 a:hover{
 background-image: url("../../uploads/2021/03/ay023_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay023_10 a{
 background-image: url("../../uploads/2021/03/ay023_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay023_10 a:hover{
 background-image: url("../../uploads/2021/03/ay023_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay023_11 a{
 background-image: url("../../uploads/2021/03/ay023_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay023_11 a:hover{
 background-image: url("../../uploads/2021/03/ay023_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay023_12 a{
 background-image: url("../../uploads/2021/03/ay023_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay023_12 a:hover{
 background-image: url("../../uploads/2021/03/ay023_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_ay023_13 a{
 background-image: url("../../uploads/2021/03/ay023_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1980px;
 display: block;
}

#img_ay023_13 a:hover{
 background-image: url("../../uploads/2021/03/ay023_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1980px;
 display: block;
}

#img_ay023_14 a{
 background-image: url("../../uploads/2021/03/ay023_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1980px;
 display: block;
}

#img_ay023_14 a:hover{
 background-image: url("../../uploads/2021/03/ay023_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1980px;
 display: block;
}

#img_ay023ex_01 a{
 background-image: url("../../uploads/2021/03/ay023ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay023ex_01 a:hover{
 background-image: url("../../uploads/2021/03/ay023ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay023ex_02 a{
 background-image: url("../../uploads/2021/03/ay023ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay023ex_02 a:hover{
 background-image: url("../../uploads/2021/03/ay023ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay023ex_03 a{
 background-image: url("../../uploads/2021/03/ay023ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay023ex_03 a:hover{
 background-image: url("../../uploads/2021/03/ay023ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay023ex_04 a{
 background-image: url("../../uploads/2021/03/ay023ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay023ex_04 a:hover{
 background-image: url("../../uploads/2021/03/ay023ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay023ex_05 a{
 background-image: url("../../uploads/2021/03/ay023ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay023ex_05 a:hover{
 background-image: url("../../uploads/2021/03/ay023ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay023ex_06 a{
 background-image: url("../../uploads/2021/03/ay023ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay023ex_06 a:hover{
 background-image: url("../../uploads/2021/03/ay023ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay023ex_07 a{
 background-image: url("../../uploads/2021/03/ay023ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay023ex_07 a:hover{
 background-image: url("../../uploads/2021/03/ay023ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay023ex_08 a{
 background-image: url("../../uploads/2021/03/ay023ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay023ex_08 a:hover{
 background-image: url("../../uploads/2021/03/ay023ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay023ex_09 a{
 background-image: url("../../uploads/2021/03/ay023ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay023ex_09 a:hover{
 background-image: url("../../uploads/2021/03/ay023ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay023ex_10 a{
 background-image: url("../../uploads/2021/03/ay023ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay023ex_10 a:hover{
 background-image: url("../../uploads/2021/03/ay023ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay023ex_11 a{
 background-image: url("../../uploads/2021/03/ay023ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay023ex_11 a:hover{
 background-image: url("../../uploads/2021/03/ay023ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay023ex_12 a{
 background-image: url("../../uploads/2021/03/ay023ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay023ex_12 a:hover{
 background-image: url("../../uploads/2021/03/ay023ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_ay024_01 a{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay024_01 a:hover{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay024_02 a{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay024_02 a:hover{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay024_03 a{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay024_03 a:hover{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay024_04 a{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay024_04 a:hover{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay024_05 a{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay024_05 a:hover{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay024_06 a{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay024_06 a:hover{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay024_07 a{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay024_07 a:hover{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay024_08 a{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay024_08 a:hover{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay024_09 a{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay024_09 a:hover{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay024_10 a{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay024_10 a:hover{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay024_11 a{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay024_11 a:hover{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay024_12 a{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay024_12 a:hover{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_ay025_01 a{
 background-image: url("../../uploads/2021/06/ay025_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay025_01 a:hover{
 background-image: url("../../uploads/2021/06/ay025_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay025_02 a{
 background-image: url("../../uploads/2021/06/ay025_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay025_02 a:hover{
 background-image: url("../../uploads/2021/06/ay025_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay025_03 a{
 background-image: url("../../uploads/2021/06/ay025_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay025_03 a:hover{
 background-image: url("../../uploads/2021/06/ay025_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay025_04 a{
 background-image: url("../../uploads/2021/06/ay025_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay025_04 a:hover{
 background-image: url("../../uploads/2021/06/ay025_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay025_05 a{
 background-image: url("../../uploads/2021/06/ay025_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay025_05 a:hover{
 background-image: url("../../uploads/2021/06/ay025_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay025_06 a{
 background-image: url("../../uploads/2021/06/ay025_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay025_06 a:hover{
 background-image: url("../../uploads/2021/06/ay025_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay025_07 a{
 background-image: url("../../uploads/2021/06/ay025_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay025_07 a:hover{
 background-image: url("../../uploads/2021/06/ay025_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay025_08 a{
 background-image: url("../../uploads/2021/06/ay025_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay025_08 a:hover{
 background-image: url("../../uploads/2021/06/ay025_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay025_09 a{
 background-image: url("../../uploads/2021/06/ay025_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay025_09 a:hover{
 background-image: url("../../uploads/2021/06/ay025_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay025_10 a{
 background-image: url("../../uploads/2021/06/ay025_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay025_10 a:hover{
 background-image: url("../../uploads/2021/06/ay025_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay025_11 a{
 background-image: url("../../uploads/2021/06/ay025_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay025_11 a:hover{
 background-image: url("../../uploads/2021/06/ay025_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay025_12 a{
 background-image: url("../../uploads/2021/06/ay025_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay025_12 a:hover{
 background-image: url("../../uploads/2021/06/ay025_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_ay025_13 a{
 background-image: url("../../uploads/2021/06/ay025_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1980px;
 display: block;
}

#img_ay025_13 a:hover{
 background-image: url("../../uploads/2021/06/ay025_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1980px;
 display: block;
}

#img_ay025_14 a{
 background-image: url("../../uploads/2021/06/ay025_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1980px;
 display: block;
}

#img_ay025_14 a:hover{
 background-image: url("../../uploads/2021/06/ay025_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1980px;
 display: block;
}

#img_ay025ex_01 a{
 background-image: url("../../uploads/2021/07/ay025ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay025ex_01 a:hover{
 background-image: url("../../uploads/2021/07/ay025ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay025ex_02 a{
 background-image: url("../../uploads/2021/07/ay025ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay025ex_02 a:hover{
 background-image: url("../../uploads/2021/07/ay025ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay025ex_03 a{
 background-image: url("../../uploads/2021/07/ay025ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay025ex_03 a:hover{
 background-image: url("../../uploads/2021/07/ay025ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay025ex_04 a{
 background-image: url("../../uploads/2021/07/ay025ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay025ex_04 a:hover{
 background-image: url("../../uploads/2021/07/ay025ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay025ex_05 a{
 background-image: url("../../uploads/2021/07/ay025ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay025ex_05 a:hover{
 background-image: url("../../uploads/2021/07/ay025ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay025ex_06 a{
 background-image: url("../../uploads/2021/07/ay025ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay025ex_06 a:hover{
 background-image: url("../../uploads/2021/07/ay025ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay025ex_07 a{
 background-image: url("../../uploads/2021/07/ay025ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay025ex_07 a:hover{
 background-image: url("../../uploads/2021/07/ay025ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay025ex_08 a{
 background-image: url("../../uploads/2021/07/ay025ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay025ex_08 a:hover{
 background-image: url("../../uploads/2021/07/ay025ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay025ex_09 a{
 background-image: url("../../uploads/2021/07/ay025ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay025ex_09 a:hover{
 background-image: url("../../uploads/2021/07/ay025ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay025ex_10 a{
 background-image: url("../../uploads/2021/07/ay025ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay025ex_10 a:hover{
 background-image: url("../../uploads/2021/07/ay025ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay024_01 a{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay024_01 a:hover{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay024_02 a{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay024_02 a:hover{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay024_03 a{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay024_03 a:hover{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay024_04 a{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay024_04 a:hover{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay024_05 a{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay024_05 a:hover{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay024_06 a{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay024_06 a:hover{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay024_07 a{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay024_07 a:hover{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay024_08 a{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay024_08 a:hover{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay024_09 a{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay024_09 a:hover{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay024_10 a{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay024_10 a:hover{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay024_11 a{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay024_11 a:hover{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay024_12 a{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay024_12 a:hover{
 background-image: url("../../uploads/2021/05/ay024_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_ay026_01 a{
 background-image: url("../../uploads/2021/08/ay026_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay026_01 a:hover{
 background-image: url("../../uploads/2021/08/ay026_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay026_02 a{
 background-image: url("../../uploads/2021/08/ay026_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay026_02 a:hover{
 background-image: url("../../uploads/2021/08/ay026_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay026_03 a{
 background-image: url("../../uploads/2021/08/ay026_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay026_03 a:hover{
 background-image: url("../../uploads/2021/08/ay026_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay026_04 a{
 background-image: url("../../uploads/2021/08/ay026_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay026_04 a:hover{
 background-image: url("../../uploads/2021/08/ay026_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay026_05 a{
 background-image: url("../../uploads/2021/08/ay026_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay026_05 a:hover{
 background-image: url("../../uploads/2021/08/ay026_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay026_06 a{
 background-image: url("../../uploads/2021/08/ay026_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay026_06 a:hover{
 background-image: url("../../uploads/2021/08/ay026_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay026_07 a{
 background-image: url("../../uploads/2021/08/ay026_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay026_07 a:hover{
 background-image: url("../../uploads/2021/08/ay026_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay026_08 a{
 background-image: url("../../uploads/2021/08/ay026_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay026_08 a:hover{
 background-image: url("../../uploads/2021/08/ay026_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay026_09 a{
 background-image: url("../../uploads/2021/08/ay026_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay026_09 a:hover{
 background-image: url("../../uploads/2021/08/ay026_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay026_10 a{
 background-image: url("../../uploads/2021/08/ay026_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay026_10 a:hover{
 background-image: url("../../uploads/2021/08/ay026_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay026_11 a{
 background-image: url("../../uploads/2021/08/ay026_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay026_11 a:hover{
 background-image: url("../../uploads/2021/08/ay026_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay026_12 a{
 background-image: url("../../uploads/2021/08/ay026_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay026_12 a:hover{
 background-image: url("../../uploads/2021/08/ay026_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_ay026_13 a{
 background-image: url("../../uploads/2021/08/ay026_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1980px;
 display: block;
}

#img_ay026_13 a:hover{
 background-image: url("../../uploads/2021/08/ay026_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1980px;
 display: block;
}

#img_ay026_14 a{
 background-image: url("../../uploads/2021/08/ay026_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1980px;
 display: block;
}

#img_ay026_14 a:hover{
 background-image: url("../../uploads/2021/08/ay026_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1980px;
 display: block;
}

#img_ay027_01 a{
 background-image: url("../../uploads/2021/12/ay027_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay027_01 a:hover{
 background-image: url("../../uploads/2021/12/ay027_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay027_02 a{
 background-image: url("../../uploads/2021/12/ay027_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay027_02 a:hover{
 background-image: url("../../uploads/2021/12/ay027_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay027_03 a{
 background-image: url("../../uploads/2021/12/ay027_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay027_03 a:hover{
 background-image: url("../../uploads/2021/12/ay027_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay027_04 a{
 background-image: url("../../uploads/2021/12/ay027_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay027_04 a:hover{
 background-image: url("../../uploads/2021/12/ay027_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay027_05 a{
 background-image: url("../../uploads/2021/12/ay027_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay027_05 a:hover{
 background-image: url("../../uploads/2021/12/ay027_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay027_06 a{
 background-image: url("../../uploads/2021/12/ay027_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay027_06 a:hover{
 background-image: url("../../uploads/2021/12/ay027_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay027_07 a{
 background-image: url("../../uploads/2021/12/ay027_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay027_07 a:hover{
 background-image: url("../../uploads/2021/12/ay027_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay027_08 a{
 background-image: url("../../uploads/2021/12/ay027_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay027_08 a:hover{
 background-image: url("../../uploads/2021/12/ay027_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay027_09 a{
 background-image: url("../../uploads/2021/12/ay027_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay027_09 a:hover{
 background-image: url("../../uploads/2021/12/ay027_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay027_10 a{
 background-image: url("../../uploads/2021/12/ay027_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay027_10 a:hover{
 background-image: url("../../uploads/2021/12/ay027_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay027_11 a{
 background-image: url("../../uploads/2021/12/ay027_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay027_11 a:hover{
 background-image: url("../../uploads/2021/12/ay027_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay027_12 a{
 background-image: url("../../uploads/2021/12/ay027_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay027_12 a:hover{
 background-image: url("../../uploads/2021/12/ay027_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_ay027_13 a{
 background-image: url("../../uploads/2021/12/ay027_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1980px;
 display: block;
}

#img_ay027_13 a:hover{
 background-image: url("../../uploads/2021/12/ay027_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1980px;
 display: block;
}

#img_ay027_14 a{
 background-image: url("../../uploads/2021/12/ay027_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1980px;
 display: block;
}

#img_ay027_14 a:hover{
 background-image: url("../../uploads/2021/12/ay027_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1980px;
 display: block;
}

#img_ay027ex_01 a{
 background-image: url("../../uploads/2022/04/ay027ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay027ex_01 a:hover{
 background-image: url("../../uploads/2022/04/ay027ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay027ex_02 a{
 background-image: url("../../uploads/2022/04/ay027ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay027ex_02 a:hover{
 background-image: url("../../uploads/2022/04/ay027ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay027ex_03 a{
 background-image: url("../../uploads/2022/04/ay027ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay027ex_03 a:hover{
 background-image: url("../../uploads/2022/04/ay027ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay027ex_04 a{
 background-image: url("../../uploads/2022/04/ay027ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay027ex_04 a:hover{
 background-image: url("../../uploads/2022/04/ay027ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay027ex_05 a{
 background-image: url("../../uploads/2022/04/ay027ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay027ex_05 a:hover{
 background-image: url("../../uploads/2022/04/ay027ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay027ex_06 a{
 background-image: url("../../uploads/2022/04/ay027ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay027ex_06 a:hover{
 background-image: url("../../uploads/2022/04/ay027ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay027ex_07 a{
 background-image: url("../../uploads/2022/04/ay027ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay027ex_07 a:hover{
 background-image: url("../../uploads/2022/04/ay027ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay027ex_08 a{
 background-image: url("../../uploads/2022/04/ay027ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay027ex_08 a:hover{
 background-image: url("../../uploads/2022/04/ay027ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay027ex_09 a{
 background-image: url("../../uploads/2022/04/ay027ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay027ex_09 a:hover{
 background-image: url("../../uploads/2022/04/ay027ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay027ex_10 a{
 background-image: url("../../uploads/2022/04/ay027ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay027ex_10 a:hover{
 background-image: url("../../uploads/2022/04/ay027ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay027ex_11 a{
 background-image: url("../../uploads/2022/04/ay027ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay027ex_11 a:hover{
 background-image: url("../../uploads/2022/04/ay027ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay027ex_12 a{
 background-image: url("../../uploads/2022/04/ay027ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay027ex_12 a:hover{
 background-image: url("../../uploads/2022/04/ay027ex_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_ay028_01 a{
 background-image: url("../../uploads/2022/06/ay028_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay028_01 a:hover{
 background-image: url("../../uploads/2022/06/ay028_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay028_02 a{
 background-image: url("../../uploads/2022/06/ay028_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay028_02 a:hover{
 background-image: url("../../uploads/2022/06/ay028_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay028_03 a{
 background-image: url("../../uploads/2022/06/ay028_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay028_03 a:hover{
 background-image: url("../../uploads/2022/06/ay028_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay028_04 a{
 background-image: url("../../uploads/2022/06/ay028_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay028_04 a:hover{
 background-image: url("../../uploads/2022/06/ay028_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay028_05 a{
 background-image: url("../../uploads/2022/06/ay028_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay028_05 a:hover{
 background-image: url("../../uploads/2022/06/ay028_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay028_06 a{
 background-image: url("../../uploads/2022/06/ay028_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay028_06 a:hover{
 background-image: url("../../uploads/2022/06/ay028_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay028_07 a{
 background-image: url("../../uploads/2022/06/ay028_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay028_07 a:hover{
 background-image: url("../../uploads/2022/06/ay028_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay028_08 a{
 background-image: url("../../uploads/2022/06/ay028_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay028_08 a:hover{
 background-image: url("../../uploads/2022/06/ay028_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay028_09 a{
 background-image: url("../../uploads/2022/06/ay028_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay028_09 a:hover{
 background-image: url("../../uploads/2022/06/ay028_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay028_10 a{
 background-image: url("../../uploads/2022/06/ay028_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay028_10 a:hover{
 background-image: url("../../uploads/2022/06/ay028_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay028_11 a{
 background-image: url("../../uploads/2022/06/ay028_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay028_11 a:hover{
 background-image: url("../../uploads/2022/06/ay028_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay028_12 a{
 background-image: url("../../uploads/2022/06/ay028_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay028_12 a:hover{
 background-image: url("../../uploads/2022/06/ay028_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_ay029_01 a{
 background-image: url("../../uploads/2022/07/ay029_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay029_01 a:hover{
 background-image: url("../../uploads/2022/07/ay029_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay029_02 a{
 background-image: url("../../uploads/2022/07/ay029_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay029_02 a:hover{
 background-image: url("../../uploads/2022/07/ay029_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay029_03 a{
 background-image: url("../../uploads/2022/07/ay029_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay029_03 a:hover{
 background-image: url("../../uploads/2022/07/ay029_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay029_04 a{
 background-image: url("../../uploads/2022/07/ay029_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay029_04 a:hover{
 background-image: url("../../uploads/2022/07/ay029_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay029_05 a{
 background-image: url("../../uploads/2022/07/ay029_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay029_05 a:hover{
 background-image: url("../../uploads/2022/07/ay029_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay029_06 a{
 background-image: url("../../uploads/2022/07/ay029_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay029_06 a:hover{
 background-image: url("../../uploads/2022/07/ay029_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay029_07 a{
 background-image: url("../../uploads/2022/07/ay029_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay029_07 a:hover{
 background-image: url("../../uploads/2022/07/ay029_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay029_08 a{
 background-image: url("../../uploads/2022/07/ay029_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay029_08 a:hover{
 background-image: url("../../uploads/2022/07/ay029_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay029_09 a{
 background-image: url("../../uploads/2022/07/ay029_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay029_09 a:hover{
 background-image: url("../../uploads/2022/07/ay029_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay029_10 a{
 background-image: url("../../uploads/2022/07/ay029_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay029_10 a:hover{
 background-image: url("../../uploads/2022/07/ay029_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay029_11 a{
 background-image: url("../../uploads/2022/07/ay029_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay029_11 a:hover{
 background-image: url("../../uploads/2022/07/ay029_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay029_12 a{
 background-image: url("../../uploads/2022/07/ay029_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay029_12 a:hover{
 background-image: url("../../uploads/2022/07/ay029_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_ay030_01 a{
 background-image: url("../../uploads/2022/07/ay030_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_ay030_01 a:hover{
 background-image: url("../../uploads/2022/07/ay030_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_ay030_02 a{
 background-image: url("../../uploads/2022/07/ay030_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_ay030_02 a:hover{
 background-image: url("../../uploads/2022/07/ay030_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_ay030_03 a{
 background-image: url("../../uploads/2022/07/ay030_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_ay030_03 a:hover{
 background-image: url("../../uploads/2022/07/ay030_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_ay030_04 a{
 background-image: url("../../uploads/2022/07/ay030_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_ay030_04 a:hover{
 background-image: url("../../uploads/2022/07/ay030_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_ay030_05 a{
 background-image: url("../../uploads/2022/07/ay030_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_ay030_05 a:hover{
 background-image: url("../../uploads/2022/07/ay030_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_ay030_06 a{
 background-image: url("../../uploads/2022/07/ay030_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_ay030_06 a:hover{
 background-image: url("../../uploads/2022/07/ay030_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_ay030_07 a{
 background-image: url("../../uploads/2022/07/ay030_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_ay030_07 a:hover{
 background-image: url("../../uploads/2022/07/ay030_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_ay030_08 a{
 background-image: url("../../uploads/2022/07/ay030_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_ay030_08 a:hover{
 background-image: url("../../uploads/2022/07/ay030_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_ay030_09 a{
 background-image: url("../../uploads/2022/07/ay030_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_ay030_09 a:hover{
 background-image: url("../../uploads/2022/07/ay030_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_ay030_10 a{
 background-image: url("../../uploads/2022/07/ay030_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_ay030_10 a:hover{
 background-image: url("../../uploads/2022/07/ay030_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_ay030_11 a{
 background-image: url("../../uploads/2022/07/ay030_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_ay030_11 a:hover{
 background-image: url("../../uploads/2022/07/ay030_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_ay030_12 a{
 background-image: url("../../uploads/2022/07/ay030_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1650px;
 display: block;
}

#img_ay030_12 a:hover{
 background-image: url("../../uploads/2022/07/ay030_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1650px;
 display: block;
}

#img_mt001_01 a{
 background-image: url("../../uploads/2016/06/mt001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_mt001_01 a:hover{
 background-image: url("../../uploads/2016/06/mt001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_mt001_02 a{
 background-image: url("../../uploads/2016/06/mt001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_mt001_02 a:hover{
 background-image: url("../../uploads/2016/06/mt001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_mt001_03 a{
 background-image: url("../../uploads/2016/06/mt001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_mt001_03 a:hover{
 background-image: url("../../uploads/2016/06/mt001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_mt001_04 a{
 background-image: url("../../uploads/2016/06/mt001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_mt001_04 a:hover{
 background-image: url("../../uploads/2016/06/mt001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_mt001_05 a{
 background-image: url("../../uploads/2016/06/mt001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_mt001_05 a:hover{
 background-image: url("../../uploads/2016/06/mt001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}


#img_mt002_01 a{
 background-image: url("../../uploads/2016/06/mt001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_mt002_01 a:hover{
 background-image: url("../../uploads/2016/06/mt001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_mt002_02 a{
 background-image: url("../../uploads/2016/06/mt001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_mt002_02 a:hover{
 background-image: url("../../uploads/2016/06/mt001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_mt002_03 a{
 background-image: url("../../uploads/2016/06/mt001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_mt002_03 a:hover{
 background-image: url("../../uploads/2016/06/mt001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_mt002_04 a{
 background-image: url("../../uploads/2016/06/mt001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_mt002_04 a:hover{
 background-image: url("../../uploads/2016/06/mt001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_mt002_05 a{
 background-image: url("../../uploads/2016/06/mt001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_mt002_05 a:hover{
 background-image: url("../../uploads/2016/06/mt001_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_mt003_01 a{
 background-image: url("../../uploads/2016/06/mt002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_mt003_01 a:hover{
 background-image: url("../../uploads/2016/06/mt002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_mt003_02 a{
 background-image: url("../../uploads/2016/06/mt002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_mt003_02 a:hover{
 background-image: url("../../uploads/2016/06/mt002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_mt003_03 a{
 background-image: url("../../uploads/2016/06/mt002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_mt003_03 a:hover{
 background-image: url("../../uploads/2016/06/mt002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_mt003_04 a{
 background-image: url("../../uploads/2016/06/mt002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_mt003_04 a:hover{
 background-image: url("../../uploads/2016/06/mt002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_mt003_05 a{
 background-image: url("../../uploads/2016/06/mt002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_mt003_05 a:hover{
 background-image: url("../../uploads/2016/06/mt002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}


#img_mt004_01 a{
 background-image: url("../../uploads/2016/06/mt002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_mt004_01 a:hover{
 background-image: url("../../uploads/2016/06/mt002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_mt004_02 a{
 background-image: url("../../uploads/2016/06/mt002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_mt004_02 a:hover{
 background-image: url("../../uploads/2016/06/mt002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_mt004_03 a{
 background-image: url("../../uploads/2016/06/mt002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_mt004_03 a:hover{
 background-image: url("../../uploads/2016/06/mt002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_mt004_04 a{
 background-image: url("../../uploads/2016/06/mt002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_mt004_04 a:hover{
 background-image: url("../../uploads/2016/06/mt002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_mt004_05 a{
 background-image: url("../../uploads/2016/06/mt002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_mt004_05 a:hover{
 background-image: url("../../uploads/2016/06/mt002_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}

#img_lr051_01 a{
 background-image: url("../../uploads/2016/08/lr051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left top;
 display: block;
}

#img_lr051_01 a:hover{
 background-image: url("../../uploads/2016/08/lr051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px top;
 display: block;
}

#img_lr051_02 a{
 background-image: url("../../uploads/2016/08/lr051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px top;
 display: block;
}

#img_lr051_02 a:hover{
 background-image: url("../../uploads/2016/08/lr051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px top;
 display: block;
}

#img_lr051_03 a{
 background-image: url("../../uploads/2016/08/lr051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -330px;
 display: block;
}

#img_lr051_03 a:hover{
 background-image: url("../../uploads/2016/08/lr051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -330px;
 display: block;
}

#img_lr051_04 a{
 background-image: url("../../uploads/2016/08/lr051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -330px;
 display: block;
}

#img_lr051_04 a:hover{
 background-image: url("../../uploads/2016/08/lr051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -330px;
 display: block;
}

#img_lr051_05 a{
 background-image: url("../../uploads/2016/08/lr051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -660px;
 display: block;
}

#img_lr051_05 a:hover{
 background-image: url("../../uploads/2016/08/lr051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -660px;
 display: block;
}

#img_lr051_06 a{
 background-image: url("../../uploads/2016/08/lr051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -660px;
 display: block;
}

#img_lr051_06 a:hover{
 background-image: url("../../uploads/2016/08/lr051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -660px;
 display: block;
}

#img_lr051_07 a{
 background-image: url("../../uploads/2016/08/lr051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -990px;
 display: block;
}

#img_lr051_07 a:hover{
 background-image: url("../../uploads/2016/08/lr051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -990px;
 display: block;
}

#img_lr051_08 a{
 background-image: url("../../uploads/2016/08/lr051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -990px;
 display: block;
}

#img_lr051_08 a:hover{
 background-image: url("../../uploads/2016/08/lr051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -990px;
 display: block;
}

#img_lr051_09 a{
 background-image: url("../../uploads/2016/08/lr051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1320px;
 display: block;
}

#img_lr051_09 a:hover{
 background-image: url("../../uploads/2016/08/lr051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1320px;
 display: block;
}

#img_lr051_10 a{
 background-image: url("../../uploads/2016/08/lr051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -660px -1320px;
 display: block;
}

#img_lr051_10 a:hover{
 background-image: url("../../uploads/2016/08/lr051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -990px -1320px;
 display: block;
}

#img_lr051_11 a{
 background-image: url("../../uploads/2016/08/lr051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : left -1650px;
 display: block;
}

#img_lr051_11 a:hover{
 background-image: url("../../uploads/2016/08/lr051_sprite.jpg");
 background-repeat : no-repeat ;
 width : 325px ;
 height : 325px ;
 background-position : -330px -1650px;
 display: block;
}



#img_revosta_icon a{
 background-image: url("images/revosta_sprite.png");
 background-repeat : no-repeat ;
 width : 198px ;
 height : 36px ;
 background-position : left top;
 display: block;
}

#img_revosta_icon a:hover{
 background-image: url("images/revosta_sprite.png");
 background-repeat : no-repeat ;
 width : 198px ;
 height : 36px ;
 background-position : -210px top;
 display: block;
}

#table_shop{
 font-size: 8pt;
 border-collapse: collapse;
 margin: 10px 0 0 0;
}

#table_shop th{
 color: #838383;
 border-bottom: 1px solid #000000;
 padding: 5px;
}

#table_shop td{
 border-bottom: 1px solid #000000;
 padding: 5px;
}

#table_shop a{
 color: #ff0000;
}

.border_right{
 border-right: 1px solid #000000;
}

th#ken{
 width: 80px;
}

th#shop{
 width: 160px;
}

th#address{
 width: 270px;
}

th#tel{
 width: 120px;
}

th#job{
 width: 75px;
}

/* Begin promotion_data */

.page_inner h3.promotion_title{
 background-color: #9FA0A0;
 color: #ffffff;
 padding: 10px 0 10px 15px;
 height: auto;
}

#promotion_data{
}

#promotion_data h4{
 text-indent: 0;
}

.promotion_inner{
 text-align: center;
 border: 1px solid #000000;
}

#promotion_data li{
 display: block;
 float: left;
 width: 210px;
 margin: 0 10px 20px 0;
}

#promotion_data2 li{
 display: block;
 float: left;
 width: 430px;
 margin: 0 10px 20px 0;
}

.promotion_image{
 width: 210px;
 height: 210px;
 padding: 10px 0;
}

.promotion_image2{
 width: 430px;
 height: 300px;
 padding: 10px 0;
}

.download_area{
 padding: 10px 0;
}

.border_t{
 border-top: 1px solid #000000;
}

.border_b{
 border-bottom: 1px solid #000000;
}

.margin_top20{
 margin-top: 20px;
}

#download_data li{
 display: block;
 float: left;
 width: 315px;
 margin: 0 10px 20px 0;
}

.download_image{
 width: 315px;
 height: 240px;
 padding: 5px 0;
}

/* Begin contest */

#contest_main{
 position: relative;
 width: 650px;
 height: 350px;
 margin: 0 0 10px 0;
 z-index: 1;
}

#contest_period{
 position: absolute;
 z-index: 2;
 top: 210px;
 left: 160px;
 font-size: 11pt;
 font-weight: bold;
 border-bottom: 1px solid #000000;
 padding: 0 5px;
}

#linkarea_outline{
 position: absolute;
 z-index: 2;
 top: 300px;
 left: 130px;
 font-size: 11pt;
 font-weight: bold;
}

#linkarea_outline a{
 color: #ff0000;
 text-decoration: underline;
}

#linkarea_outline a:visited{
 color: #ff0000;
}

#linkarea_outline a:hover{
 color: #ff6600;
 text-decoration: none;
}

#contest_news{
 width: 650px;
 border:1px solid #C9CACA;
 margin: 0 0 10px 0;
 padding: 5px;
}

#entry_pv{
 width: 650px;
 border:1px solid #C9CACA;
 margin: 0 0 10px 0;
 padding: 5px;
}

#contest_menu_area{
 margin: 0 0 40px 0;
 padding: 0;
 text-indent: 0;
 text-align: center;
 font-size: 12pt;
 font-weight: bold;
}

#contest_menu_area li{
 margin: 0 0 10px 0;
}

#contest_menu_area li a{
 display: block;
 width: 192px;
 height: 35px;
 border: 2px solid #898989;
 background-color: #898989;
 color: #ffffff;
 padding: 15px 0 0 0;
}

#contest_menu_area li a:visited{
 border: 2px solid #898989;
 background-color: #898989;
 color: #ffffff;
}

#contest_menu_area li a:hover{
 border: 2px solid #000000;
 background-color: #ffffff;
 color: #000000;
 text-decoration: none;
}

#contest_banner_area{
 padding: 0;
 text-indent: 0;
}

#contest_banner_area li{
 width: 196px;
 height: 50px;
 margin: 0 0 10px 0;
}

.contest_inner{
 margin: 0 0 20px 0;
}

.contest_inner h3{
 margin: 0 0 10px 0;
}

.contest_inner h4{
 width: 98%;
 border-bottom: 2px solid #000000;
}

.contest_inner p{
 padding: 5px;
 margin: 0 0 10px 0;
}

.step_area{
 width: 650px;
 height: 100px;
 margin: 20px 0;
}

.step_area_l{
 float: left;
 width: 150px;
 height: 100px;
 margin: 0;
 padding: 0;
}

.step_area_r{
 float: right;
 width: 480px;
 height: 90px;
 margin: 0;
 padding: 0 5px;
}

.step_area h4{
 font-size: 11pt;
 border-bottom: 3px solid #898989;
}

.step_arrows{
 width: 25px;
 height: 25px;
 margin: 10px 0 10px 60px;
}

.pv_sample{
 width: 660px;
 margin: 10px 0 10px 5px;
}

.pv_sample li{
 float: left;
 width: 210px;
 margin: 0 5px 10px 5px;
 text-indent: 0;
}

.contest_inner dl{
 text-align: left;
 margin: 10px;
}

.contest_inner dt{
 border-left: 8px solid #999999;
 border-bottom: 1px solid #999999;
 padding: 5px 5px 5px 10px;
 margin: 15px 0 10px 0;
 font-size: 11pt;
 font-weight: bold;
}

.contest_inner dd{
 text-align: center;
 margin: 10px auto;
 padding: 10px 0;
 background-color: #dcdcdc;
}

.dl_style{
 width: 660px;
 text-align: center;
}

.dl_style li{
 float: left;
 width: 200px;
 margin: 10px 10px 10px 0;
}

#howto_intro{
 width: 660px;
 height: 200px;
 margin: 0 0 10px 0;
}

#howto_intro_l{
 float: left;
 width: 350px;
}

#howto_intro_r{
 float: right;
 width: 300px;
}

#profile_area{
 width: 660px;
 height: 180px;
 margin: 10px 0 20px 0;
}

#profile_area_l{
 float: left;
 width: 200px;
 height: 180px;
 text-align: center;
}

#profile_name{
 font-size: 12pt;
 font-weight: bold;
 border-bottom: 2px solid #999999;
 margin: 10px 0;
}

#profile_area_r{
 float: right;
 width: 460px;
}

#howto_text dd{
 padding: 10px;
 text-align: left;
}

#howto_text strong{
 color: #b22222;
 font-size: 105%;
}

#contest_faq dd{
 padding: 10px;
 text-align: left;
}

/* header banner 追加 */

#bnr_header_top{
 position: absolute;
 z-index: 2;
 top: 10px;
 left: 793px;
}

#bnr_header_bottom{
 position: absolute;
 z-index: 2;
 top: 48px;
 left: 793px;
}

/* renew2012087 */

#main_banner{
 width: 898px:
 height: 550px;
 padding: 0;
 margin: 0 0 10px 0;
 position: relative;
}

#main_banner_slide{
 width: 100%;
 height: 100%;
 overflow: hidden;
}

#main_banner_slide{
 width: 898px;
 height: 550px;
 padding: 0;
 list-style-type: none;
}

#main_banner_slide li{
 float: left;
 display: inline;
}

#main_banner_slide li img{
 border: none;
}

ul#topslide_number{
 height: 25px;
 z-index: 2;
 position: absolute;
 list-style-type: none;
 left: 760px;
 top: 500px;
}

#topslide_number li{
 float: left;
 margin: 0 5px 0 0;
}

div#index_middle_area{
 width: 670px;
 height: 100%;
 margin: 0;
 padding: 15px;
 border: 1px solid #CCC;
}

div#index_middle_l{
 float: left;
 width: 380px;
 height: 300px;
 margin: 0;
 padding: 0;
}

div#index_middle_r{
 float: right;
 width: 265px;
 height: 300px;
 margin: 0;
 padding: 0;
}

div#link_lineup{
 width: 700px;
 height: 35px;
 margin: 5px 0 20px;
 padding: 0;
}

div#link_lineup a{
 display: block;
 width: 700px;
 height: 35px;
 background: #fff url('../../uploads/2012/08/bnr_go_lineup.jpg') no-repeat left top;
}

div#link_lineup a:hover{
 background: #fff url('../../uploads/2012/08/bnr_go_lineup_on.jpg') no-repeat left top;
}

div#pickup_area{
 width: 700px;
}

div#pickup_area ul{
 width: 700px;
 list-style-type: none;
 margin: 0;
 padding: 0;
}

div#pickup_area ul li{
 float: left;
 width: 198px;
 min-height: 211px;
 border: 1px solid #ccc;
 margin: 0 20px 10px 0;
 padding: 10px;
 background: #fff url('../../uploads/2012/08/icon_pickup.jpg') no-repeat 10px 10px;
}

div#pickup_area ul li.list_nomargin,
ul#family_link li.list_nomargin{
 margin-right: 0;
}

div#pickup_area ul li div.pu_category{
 margin: 4px 0 0 90px;
 color: #036EB8;
}

div#pickup_area ul li div.pu_text{
 margin: 10px 0 5px 0;
}

div#pickup_area ul li p.pu_image{
 width: 200px;
 height: 150px;
 margin: 0;
 padding: 0;
}

div#pickup_area ul li p a{
 display: block;
 width: 200px;
 height: 150px;
 margin: 0;
 padding: 0;
 background-image: url('../../uploads/2013/09/pickup_sprite2.jpg');
 background-repeat: no-repeat;
}

div#pickup_area ul li p#pu_otp a{
 background-position: -420px top;
}

div#pickup_area ul li p#pu_otp a:hover{
 background-position: -630px top;
}

div#pickup_area ul li p#pu_youtube a{
 background-position: -840px top;
}

div#pickup_area ul li p#pu_youtube a:hover{
 background-position: -1050px top;
}

div#pickup_area ul li p#pu_mark7 a{
 background-position: -420px -320px;
}

div#pickup_area ul li p#pu_mark7 a:hover{
 background-position: -630px -320px;
}

div#pickup_area ul li p#pu_tumbler a{
 background-position: -840px -320px;
}

div#pickup_area ul li p#pu_tumbler a:hover{
 background-position: -1050px -320px;
}

div#pickup_area ul li p#pu_tumbler_camo a{
 background-position: left -480px;
}

div#pickup_area ul li p#pu_tumbler_camo a:hover{
 background-position: -210px -480px;
}

div#pickup_area ul li p#pu_thunderbird2 a{
 background-position: -420px -480px;
}

div#pickup_area ul li p#pu_thunderbird2 a:hover{
 background-position: -630px -480px;
}

div#pickup_area ul li p#pu_ironman1 a{
 background-position: -840px -480px;
}

div#pickup_area ul li p#pu_ironman1 a:hover{
 background-position: -1050px -480px;
}

div#pickup_area ul li p#pu_thunderbird2ex a{
 background-position: left -640px;
}

div#pickup_area ul li p#pu_thunderbird2ex a:hover{
 background-position: -210px -640px;
}

div#pickup_area ul li p#pu_mighty a{
 background-position: -420px -640px;
}

div#pickup_area ul li p#pu_mighty a:hover{
 background-position: -630px -640px;
}

div#pickup_area ul li p#pu_cannon a{
 background-position: -840px -640px;
}

div#pickup_area ul li p#pu_cannon a:hover{
 background-position: -1050px -640px;
}

div#pickup_area ul li p#pu_jessie a{
 background-position: left -800px;
}

div#pickup_area ul li p#pu_jessie a:hover{
 background-position: -210px -800px;
}



#index_wrap_r{
 float: right;
 width: 178px;
 padding: 5px;
 border: 1px solid #000;
}

div#list_hotline{
 margin: 5px auto 10px;
 padding: 5px 10px;
 border: 1px solid #ccc;
}

div#link_bnr_area{
 border: 1px solid #000;
 padding-top: 10px;
 padding-bottom: 10px;
}

div#link_bnr_area h4{
 width: 840px;
 margin: 0 auto;
}

ul#family_link{
 list-style-type: none;
 width: 840px;
 margin: 0 auto;
 padding: 0;
}

ul#family_link li{
 float: left;
 width: 160px;
 height: 45px;
 margin: 10px 10px 0 0;
}




/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */