@charset "UTF-8";

/* CSS Infomation --------------------

Website: 伊東製靴店
Design office: contrast - http://www.cs321.jp/

File name: home.css
Description: トップページのスタイルです。
Date: 2010/10/13
Editors: Wataru Shitami

Table of contents:

--------------------------------------*/



/* Update history --------------------

Version: 1.0.0
Date: 2010/10/13
Last editor: Wataru Shitami
Contents of update: -

--------------------------------------*/



#Gallery {
	width: 895px;
	height: 375px;
	overflow: hidden;
	margin-left: 27px;
	padding-top: 27px;
}

#GalleryNav {
	width: 16px;
	height: 103px;
	background: url(../img/gallery.png) no-repeat 5px 60px;
	position: absolute;
	top: 27px;
	right: 12px;
}

#GalleryNav li {
	width: 16px;
	height: 24px;
	overflow: hidden;
	margin-bottom: 2px;
	line-height: 0;
	font-size: 1px;
}

#GalleryNav a {
	display: block;
	width: 16px;
	height: 24px;
	overflow: hidden;
	position: relative;
}

#GalleryNav img {
	position: absolute;
	top: 0;
	left: 0;
}

#GalleryNav img:hover { top: -24px; }

#Update {
	width: 432px;
  float: left;
}

#Update h2 {
	border-bottom: none;
  margin-bottom: 20px;
}

#Update ul {
	width: 897px;
	padding-left: 27px;
} 

#Update li {
  margin-left: 42px;
}

#Update li a {
  margin-left: 0.5em;
}

#Shop {
	margin-top: 50px;
  padding-right: 27px;
  margin-bottom: 50px;
  float: right;
}

#NewModel {
  clear: both;
}

#NewModel h2 {
	border-bottom: none;
  margin-bottom: 20px;
}

#ItemList {
	width: 928px;
	margin-right: -32px;
  padding-left: 27px;
}

#ItemList li {
	width: 200px;
	padding-top: 140px;
	margin-right: 32px;
	float: left;
	display: inline;
	position: relative;
}

#ItemList h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84.6%;
	font-weight: bold;
	float: left;
}

.ItemImage {
	position: absolute;
	top: 0;
	left: 0;
}

.ItemImage a:hover {
	filter:alpha(opacity=80);  /* IE7以下用 */
	-ms-filter: "alpha(opacity=80)"; /* IE8用 */
	-moz-opacity:0.8; /* Firefox 1.5未満, Netscape用 */
	-khtml-opacity: 0.8;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
	opacity: 0.8; /* Firefox 1.5以上, Opera, Safari用 */
}

.ItemMore {
	margin-top: 2px;
	float: right;
}

.ItemMore a {
	display: block;
	width: 80px;
	height: 13px;
	overflow: hidden;
	position: relative;
}

.ItemMore img {
	position: absolute;
	top: 0;
	left: 0;
}

.ItemMore img:hover {
	top: -13px;
}

#Brand h2 {
  border-bottom: none;
  margin-bottom: 20px;
}

#Brand ul {
	width: 897px;
	margin: 0 -2px 0 27px;
}

#Brand li {
	width: 297px;
	margin-right: 2px;
	float: left;
	display: inline;
}

#Brand h3 { margin-bottom: 20px; }

.BrandComment {
	width: 130px;
	font-family: Osaka, sans-serif;
	font-size: 77%;
	margin-left: 20px;
	float: left;
	display: inline;
}

.BrandMore {
	margin-right: 20px;
	float: right;
	display: inline;
}

.BrandMore a:hover {
	filter:alpha(opacity=50);  /* IE7以下用 */
	-ms-filter: "alpha(opacity=50)"; /* IE8用 */
	-moz-opacity:0.5; /* Firefox 1.5未満, Netscape用 */
	-khtml-opacity: 0.5;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
	opacity: 0.5; /* Firefox 1.5以上, Opera, Safari用 */
}
