@charset "utf-8";

/* 基本スタイル

2011.03.24  日曜日プレー写真 CSS 更新する
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
   	font-size: 10pt;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	/*\*/
	letter-spacing: 0.05em;
	/**/
	color: #CCCCCC;
	background: #FFFFFF url() left top repeat-x;
	background-color: #000000;
}
img {
	border: none;
	vertical-align: top;
}

/* 固定幅の2段組レイアウト
---------------------------------------------*/
#content {
	width: auto;
	margin-top: 80px;
	margin-left: 5%;
	background: url() left repeat-y;
	padding: 0px 0px 0px 0px;
}
#logo {
	position: absolute;
	top: 17px;
	width: 603px;
	height: 52px;
	margin-left: 6%;
	left: 0px;
	}
		

/* 大見出し
---------------------------------------------*/
h1 {
	margin-bottom:　5px;
	margin-left: 0%;
	
}


/* フッター
---------------------------------------------*/
#footer {
	background: url() left top repeat-x;
	clear: both;
	position: relative;
	width: auto;
	padding: 5px 5px 5px 5px;
	top: 5px;
	height: 30px;
	margin-left: 11%;
	background-color: #222222;
	border: solid 1px #888888;
	
}

#footer p {
	position: absolute;
	left: 3px;
	top: 65px;
	width: 280px;
}

/* 

/* 2010.03.15 
画像の大きさを変更する
プレー写真　400px　270px
---------------------------------------------*/

#productList {
	margin-top: 10px;
}

#productList  li {
	float: left;
	width: 600px;
	margin: 4px 10px 4px 10px;
	text-align: center;
	}

#productList  img {
    margin-bottom: 2px ;
	padding: 4px ;
	border:solid 1px #3E3E3E;
}	
	
