@charset "UTF-8";

/* ********** reset ********** */

* {
	margin:0;
	padding:0;
}
img {border:none;}
table.topside {	border-collapse:collapse;}
table.topside, tr.topside, td.topside, th.topside {border:none;}
ul,li {list-style-type: none;}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	font-size:12px;
	color: #333;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF0000;
	text-decoration: underline;
}

#rapper {
width: 1000px;
background-image:url(http://recollection.akatsuki.me/shop/hp_photo/information/info000086.jpg);
/*background-repeat:no-repeat;*/
background-repeat:repeat-y;
}

#container {
width: 940px;
padding: 0 30px;
margin: 0 auto 0;
}

h3 {
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	border-width:0px 0px 2px 15px;
	border-style: solid;
	border-color:#000000;
	color:#000000;
	font-size:18px;
}

h4 {
	color:#000000;
	font-size:16px;
}

#pad15 {
	padding-left:30px;
	padding-right:10px;
	width:730px;
}

/* ********** ここからヘッダーだよ ********** */

#header {
	width: 940px;
	height: 130px;
	}

	
#header h2 {
	font-size:8px;
	text-align: center;
}

#header_menu {
	margin: 0px 0 0 0;
	width: 940px;
	height:105px;
	background-image:url(http://recollection.akatsuki.me/shop/hp_photo/information/info000073.jpg);
}

#s_01 a{
	width: 175px;
	height: 40px;
	margin:65 0 0 0;
	background-image: url(http://recollection.akatsuki.me/shop/hp_photo/information/info000074.jpg);
	text-indent: -9999px;
	display: block;
}

#s_01 a:hover{
	background-image: url(http://recollection.akatsuki.me/shop/hp_photo/information/info000075.jpg);
}

#s_02 a{
	width: 153px;
	height: 40px;
	margin:65 0 0 0;
	background-image: url(http://recollection.akatsuki.me/shop/hp_photo/information/info000076.jpg);
	text-indent: -9999px;
	display: block;
}

#s_02 a:hover{
	background-image: url(http://recollection.akatsuki.me/shop/hp_photo/information/info000077.jpg);
}

#s_03 a{
	width: 153px;
	height: 40px;
	margin:65 0 0 0;
	background-image: url(http://recollection.akatsuki.me/shop/hp_photo/information/info000078.jpg);
	text-indent: -9999px;
	display: block;
}

#s_03 a:hover{
	background-image: url(http://recollection.akatsuki.me/shop/hp_photo/information/info000079.jpg);
}

#s_04 a{
	width: 153px;
	height: 40px;
	margin:65 0 0 0;
	background-image: url(http://recollection.akatsuki.me/shop/hp_photo/information/info000080.jpg);
	text-indent: -9999px;
	display: block;
}

#s_04 a:hover{
	background-image: url(http://recollection.akatsuki.me/shop/hp_photo/information/info000081.jpg);
}

#s_05 a{
	width: 153px;
	height: 40px;
	margin:65 0 0 0;
	background-image: url(http://recollection.akatsuki.me/shop/hp_photo/information/info000082.jpg);
	text-indent: -9999px;
	display: block;
}

#s_05 a:hover{
	background-image: url(http://recollection.akatsuki.me/shop/hp_photo/information/info000083.jpg);
}

#s_06 a{
	width: 153px;
	height: 40px;
	margin:65 0 0 0;
	background-image: url(http://recollection.akatsuki.me/shop/hp_photo/information/info000084.jpg);
	text-indent: -9999px;
	display: block;
}

#s_06 a:hover{
	background-image: url(http://recollection.akatsuki.me/shop/hp_photo/information/info000085.jpg);
}


#header_menu li{
	float: left;
}

/* --- 商品画像リモートコントロール --- */

#imgHover {
	position: relative;
	margin-top: 0px;
	width: 605px;
	height: 510px;
	left: 7px;
	}
	
#imgHover #imgFrame {
	border: solid 1px #999;
	position: absolute;
	top: 0px;
	text-align: center;
	width: 498px;
	height: 498px;
	left: 0px;
	margin: 0;
	}
		
#imgHover #imgHoverList {
	list-style: none;
	position: absolute;
	width: 100px;
	height: 500px;
	left: 505px;
	padding: 0;
	border: 0;
	margin: 0;
	}
	
#imgHover ul li {
	float: left;
	margin-bottom: 0px;
	text-align: center;
	border: solid 1px #999;
	width: 98px;
	height: 98px;
	}
	
#imgHover ul li img {
	border: none;
	}
					
#imgHover ul li a {
	display: block;
	}
					
#imgHover ul li a:hover {
	position: static;
	}
					
#imgHover ul li a .mainImage {
	display: none;
	}
					
#imgHover ul li a:hover .mainImage {
	display: block;
	position: absolute;
	top: 1px;
	left: -504px;
	}


/* --- リンク画像半透明コントロール --- */
a:hover img.hoverImg{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}


/* --- フッターのCSS --- */
TABLE.footer{
  background-color:#000000;
  font-size:9pt;
  color:#FFFFFF;
}
#footer a:link{
  color:#FFFFFF;
  font-size:9pt;
  text-decoration: none;
}
#footer a:visited{
  color:#FFFFFF;
  font-size:9pt;
  text-decoration: none;
}
#footer a:hover{
  color:#999999;
  font-size:9pt;
  text-decoration: underline;
}
#footer a:active{
  color:#FF0000;
  font-size:9pt;
  text-decoration: underline;
}

/* --- マージン15 --- */
#margin15{
  margin:15px 15px 15px 15px;
}

