@charset "utf-8";

/* 基本スタイルギャラリーページ
--------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
text-align:left;
margin-left:100px;


	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #ffffff;
	background: #000000;
}
a {
	color: #003399;
}
a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E3037F;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width:4500px;
	background-color:#000000;
		padding-top: 66px;
}
/* ロゴとナビゲーション
---------------------------------------------*/
h1 {
	position: absolute;
	left: 17px;
	top: 8px;
	color:#CCCCCC;
	}

/* メインイメージと2段組
---------------------------------------------*/
#content {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #000000;
	padding-bottom: 30px;
}
#about {

	float:;
	width: 100%;
	
}

/* 商品一覧
---------------------------------------------*/
#productList {
	margin-top: 45px;
}

#productList li {
	float: left;
	margin: 10px 10px　0px 0px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #FFFFFF;
	text-align: left margin 10px ;
	
}
　
#productList dl {
	margin: 1px 0;
	font-size: 100%;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#productList dt {
	padding: 2px 0;
	text-align: center;
	background: #E5DACA;
	border-top: 1px solid #DABF9A;
}
#productList dd {
	padding: 2px 0;
}
td img {display: block;}
/* フッダー
---------------------------------------------*/
#pan {

	clear: both;
		background:#000000;
		}
		
	
	#footer {
	padding-left: 10px ;
	clear: both;
	color: #FFFFFF;
	background: url(../images/gallary_bg.gif) left bottom repeat-x;
	
	}
