@charset "utf-8";

/* 基本スタイル

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

/* 固定幅の2段組レイアウト
---------------------------------------------*/
#content {
	width: auto;
	margin-top: 68px;
	margin-left:170px;
	background: url() left repeat-y;
	padding: 0px 0px 0px 0px;
}
#logo {
	position: absolute;
	left:2px;
	top: 15px;
	width: 402px;
	height: 40px;
	}
		
#globalNav {
	position: absolute;
	left:5px;
	top: 64px;
	width: 220px;
	line-height: 20px;
	margin-bottom: 0px;
	padding: 4px 0px 0px 4px
	
}

#globalNav ul li a:hover 	{background-color: #FF9900}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


/* 大見出し
---------------------------------------------*/
h1 {
	margin-bottom: 20px;
}

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

#productList {
	margin-top: 0px;
	margin-left:-30px;
	}
#productList h2 {
	border-top: 1px solid #CCCCCC;
}

#productList li {
	float: left;
	width: 270px;
	margin: 10px 10px 0px 0px;
	text-align: center;
	
	}
#productList dl {
	margin: 1px 0;
	font-size: 90%;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: #000000;
}
#productList dt {
　　width: 270px;
	padding: 0px 0;
	text-align: center;
	background: #000000;
	border-top: 1px solid #E8E8E8;
}
#productList dd {
　　width: 270px;
	padding: 0px 0;
	background: #000000;
}

#productList img {
　　margin-right: 10px ;
    margin-bottom: 10px ;
	padding: 3px ;
	border: 1px solid #E8E8E8;
}

/* フッター
---------------------------------------------*/
#footer {
	background: url() left top repeat-x;
	clear: both;
	position: relative;
	width: 230px;
	margin-left:0px;
	padding: 0px 0px 0px 0px;
	left: 10px;
	top: 40px;
	height: 70px;
	
	
}

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

/* 
---------------------------------------------*/
#footerNav01 {
	position: absolute;
	right:330px;
	top: 12px;
	width: 200px;
	left: 943px;
}

#footerNav01 p {
	position: absolute;
	left: -865px;
	top: -10px;
	
}	
/* 
---------------------------------------------*/
#footerNav02 {
	position: absolute;
	right: 270px;
	top: 12px;
	width: 43px;
	left: 765px;
	height: 11px;
}
#footerNav02 p {
	position: absolute;
	left: -687px;
	top: 10px;
	
}	
/* 
---------------------------------------------*/
#footerNav03 {
	position: absolute;
	right:270px;
	top: -20px;
	width: 80px;
	left: 79px;
	
}
#footerNav03 p {
	position: absolute;
	left: -692px;
	top: 41px;
	
}	
	/* 
---------------------------------------------*/
#footerNav04 {
	position: absolute;
	right:230px;
	top: 10px;
	width: 52px;
	left: 817px;
	
}
#footerNav04 p {
	position: absolute;
	left: -802px;
	top: 63px;
	
}	

/* 
---------------------------------------------*/
#footerNav05 {
	position: absolute;
	right:230px;
	top: 10px;
	width: 52px;
	left: 881px;
	
}
#footerNav05 p {
	position: absolute;
	left: -867px;
	top: 83px;
	
}	
/* 
---------------------------------------------*/
#footerNav06 {
	position: absolute;
	right:230px;
	top: 15px;
	width: 52px;
	left: 637px;
}

#footerNav06 p {
	position: absolute;
	left: -623px;
	top: 97px;
	
}	
/* 
---------------------------------------------*/
#footerNav07 {
	position: absolute;
	right:230px;
	top: 15px;
	width: 52px;
	left: 573px;
}

#footerNav07 p {
	position: absolute;
	left: -495px;
	top: 25px;
	
}	

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


#productList {
	margin-top: 30px;
}

#productList  li {
	float: left;
	width: 410px;
	margin: 2px 3px 2px 3px;
	text-align: center;
	}

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