@charset "UTF-8";

/* ユニバーサルレイアウト　*/
*{
	margin:0px;
	padding:0px;
	font-style:normal
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.5em;
	color:#333;
	background-color:#FFF;
	text-align:center;
	background-image:url(images/bodyBackimage.gif);
	background-repeat:repeat-x;                                            
}

ul {
	list-style-type:none;
}

/* リンクレイアウト　*/

a, a:link {
	color:#333;
	text-decoration:none;
	background-color:transparent;
}

a:hover {
	color:#09F;
	text-decoration:underline;
	}
a:active #activeBotton {
	position:relative;
	top:1px;
	left:1px;
}

a img {
	border-style:none;
}

strong {
	color:#09F;
	text-decoration:underline;
	}

clear {
	clear:both;
	line-height:1px;
}

/*  表組みについて*/
table {
	margin:10px;
	border-collapse:collapse;
	border:#999 solid 1px;
	font-size:12px;
	width:580px;
	height:auto;
	letter-spacing:-0.02em;
	line-height:1.2em;
}


/*　販売店リスト表　*/
table.shopList {
	margin:10px;
	border-collapse:collapse;
	border:#999 solid 1px;
	font-size:13px;
	width:580px;
	height:auto;
	letter-spacing:-0.02em;
	line-height:1.2em;
}


th {
	padding:5px;
	background-color:#CCC;
	text-align:center;
	border:#999 1px solid;
}

th.shopName {
	width:130px;
}
th.post {
	width:70px;
}
th.tel {
	width:100px;
}
.shopList td {
	padding:5px;
	background-color:#FFF;
	text-align:left;
	border:#999 1px solid;
}



/*　解説表　*/
table.kaisetu {
	width:576px;
}
th.volum {
	width:50px;
}
th.year {
    width:50px;
}
th.price {
	width:60px;
}
th.jancode {
	width:115px;
}
td.title {
	text-align:left;
}
td.kasetuValu {
	text-align:center;
}

/*　オンラインショップ表　*/
table.athleteOnlineShop {
	width:425px;
}

th.table02 {
	width:70px;
}
th.table03 {
	width:110px;
}
td {
	text-align:center;
	padding:5px;
	border:#999 1px solid;
}
td.title {
	text-align:left;
	line-height:1.2em;
}
td.price {
	text-align:right;
	line-height:1.2em;
	width:60px;
}
td.cart {
	text-align:center;
	line-height:1.2em;
	width:120px;
}




	

#container {
	width:890px;
	position:relative;
	height:auto;
	margin:0 auto;
	text-align:left;	
	}


/* headerレイアウト各ページ共通*/
/*　メインロゴ*/
#headerMainLogo {
	position:absolute;
	top:10px;
	left:0px;
}

/*　サブナビゲーション　*/
#headerSubNavi{
	height:20px;
    width:610px;
	position:absolute;
	top:10px;
	right:0px;
	}

#headerSubNavi ul li {
	display:block;
	float:left;
}

#headerSubNavi ul li#headerSubNavi01 a {
	width:65px;
	height:20px;
	display:block;
	color:#666;
	background-image:url(images/subNaviMarkALink.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-align:left;
	line-height:1.5em;
	padding-left:10px;
}
#headerSubNavi ul li#headerSubNavi02 a {
	width:150px;
	height:20px;
	display:block;
	color:#666;
	background-image:url(images/subNaviMarkALink.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-align:left;
	line-height:1.5em;
	padding-left:10px;
}
#headerSubNavi ul li#headerSubNavi03 a {
	width:140px;
	height:20px;
	display:block;
	color:#666;
	background-image:url(images/subNaviMarkALink.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-align:left;
	line-height:1.5em;
	padding-left:10px;
}
#headerSubNavi ul li#headerSubNavi04 a {
	width:110px;
	height:20px;
	display:block;
	color:#666;
	background-image:url(images/subNaviMarkALink.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-align:left;
	line-height:1.5em;
	padding-left:10px;
}
#headerSubNavi ul li#headerSubNavi05 a {
	width:90px;
	height:20px;
	display:block;
	color:#666;
	background-image:url(images/subNaviMarkALink.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-align:left;
	line-height:1.5em;
	padding-left:10px;
}

#headerSubNavi ul li#headerSubNavi01 a:hover,
#headerSubNavi ul li#headerSubNavi02 a:hover,
#headerSubNavi ul li#headerSubNavi03 a:hover,
#headerSubNavi ul li#headerSubNavi04 a:hover,
#headerSubNavi ul li#headerSubNavi05 a:hover {
	color:#09F;
}

#headerTwitter {
	position:absolute;
	top:10px;
	left:200px;
}


/*　サブロゴ各ページ共通　*/

#headerSubLogo {
	position:absolute;
	top:35px;
	left:740px;
}

/*　グローバルナビゲーション各ページ共通　*/

#globalNavi ul{
	position:absolute;
	top:60px;
	left:0px;
	height:40px;
	width:888px;
	}

#globalNavi ul li  {
	display:block;
	float:left;
}
#globalNavi ul li#globalNavi01 {
	border-right:#FFF solid 1px;
	background-image:url(images/gnavi01A.gif);
	background-repeat:no-repeat;
	}

#globalNavi ul li#globalNavi02 {
	border-right:#FFF solid 1px;
	background-image:url(images/gnavi02A.gif);
	background-repeat:no-repeat;
}

#globalNavi ul li#globalNavi03 {
	border-right:#FFF solid 1px;
	background-image:url(images/gnavi03A.gif);
	background-repeat:no-repeat;
}
#globalNavi ul li#globalNavi04 {
	border-right:#FFF solid 1px;
	background-image:url(images/gnavi04A.gif);
	background-repeat:no-repeat;
}
#globalNavi ul li#globalNavi05 {
	border-right:#FFF solid 1px;
	background-image:url(images/gnavi05A.gif);
	background-repeat:no-repeat;
	}
#globalNavi ul li#globalNavi06 {
	background-image:url(images/gnavi06A.gif);
	background-repeat:no-repeat;
}

#globalNavi ul li#globalNavi01 a {
	width:130px;
	height:40px;
	display:block;
	text-indent:-9999px;
}
#globalNavi ul li#globalNavi02 a {
	width:193px;
	height:40px;
	text-indent:-9999px;
	display:block;
}
#globalNavi ul li#globalNavi03 a {
	width:130px;
	height:40px;
	text-indent:-9999px;
	display:block;
}
#globalNavi ul li#globalNavi04 a {
	width:130px;
	height:40px;
	text-indent:-9999px;
	display:block;
}
#globalNavi ul li#globalNavi05 a {
	width:140px;
	height:40px;
	text-indent:-9999px;
	display:block;
}
#globalNavi ul li#globalNavi06 a {
	width:160px;
	height:40px;
	text-indent:-9999px;
	display:block;
}
#globalNavi ul li#globalNavi01 a:hover {
	background-image:url(images/gnavi01hover.gif);
	color:#FFF;
}
#globalNavi ul li#globalNavi02 a:hover {
	background-image:url(images/gnavi02hover.gif);
	color:#FFF;
}
#globalNavi ul li#globalNavi03 a:hover {
	background-image:url(images/gnavi03hover.gif);
	color:#FFF;
}
#globalNavi ul li#globalNavi04 a:hover {
	background-image:url(images/gnavi04hover.gif);
	color:#FFF;
}
#globalNavi ul li#globalNavi05 a:hover {
	background-image:url(images/gnavi05hover.gif);
	color:#FFF;
}
#globalNavi ul li#globalNavi06 a:hover {
	background-image:url(images/gnavi06hover.gif);
	color:#FFF;
}


/* footerレイアウト（各ページ共通。ただし、各ページ位置の調整の必要あり）　*/
#footer {
	position:absolute;
	top:830px;
	width:888px;
	height:180px;
	background-image:url(images/footer.gif);
	text-align:center;
}

#footer #footer01{
	display:block;
	padding-top:20px;
	height:20px;
	}


#footer #footer02{
	display:block;
	padding-top:10px;
	height:20px;
}

#footer a{
	color:#FFF;
}

#footer a:hover {
	text-decoration: underline;
}

#footer address {
	clear:both;
	display:block;
	padding-top:10px;
	height:20px;
	color:#FFF;
}
#footer em {
	color:#FFF;
}







/*　チームジャージギャラリーhtml版　社長のご提案　TeamJerseyPhotoGallery.html　*/

#athleteMainKaisetu {
	margin-top:100px;
	left:0px;
	width:888px;
}



	
/*　　チームジャージギャラリーhtml版　社長のご提案　TeamJerseyPhotoGallery.htmlのfooter　　*/
#footerShopList {
	width:888px;
	height:180px;
	background-image:url(images/footer.gif);
	text-align:center;
	margin-top:50px;
	clear:both;
}

#footerShopList01{
	padding-top:20px;
	height:15px;
	}


#footerShopList02{
	height:15px;
	padding-top:10px;
}

#footerShopList a{
	color:#FFF;
}

#footerShopList a:hover {
	text-decoration: underline;
}

#footerShopList address {
	clear:both;
	display:block;
	padding-top:10px;
	height:15px;
	color:#FFF;
}
#footerShopList em {
	color:#FFF;
}


/* チームジャージギャラリーhtml版　社長のご提案　TeamJerseyPhotoGallery.html */
div#teamName {
	float:left;
	width:126px;
	height:150px;
	margin-top:5px;
}

#teamName h5 {
	text-align:center;
	padding-top:10px;
	padding-bottom:5px;
}

#teamName p {
	font-size:11px;
	line-height:1.2em;
	text-align:center;
}
	


/*  ★★★★★★チームジャージギャラリー(superAthlete_teamJerseyGallery.html)ページレイアウト★★★★★★★★　*/

/*　ギャラリーの掲載位置、その他　*/

#teamJerseyGalleryBanner {
	position:absolute;
	top:103px;
	width:888px;
	height:500px;
	text-align:center;
	background-color:#000;
	}

.teamJerseyGallerypankuzulist {
	position:absolute;
	top:610px;
	font-size:12px;
	width:888px;
}

#teamJerseyGalleryathleteMainKaisetu {
	position:absolute;
	top:630px;
	left:0px;
	width:888px;
}

/*　フッターの位置調整　*/


#superAthlete_teamJerseyGallery {
	width:888px;
	height:180px;
	background-image:url(images/footer.gif);
	text-align:center;
	margin-top:50px;
}

#superAthlete_teamJerseyGallery01{
	padding-top:20px;
	height:15px;
	}


#superAthlete_teamJerseyGallery02{
	height:15px;
	padding-top:10px;
}

#superAthlete_teamJerseyGallery a{
	color:#FFF;
}

#superAthlete_teamJerseyGallery a:hover {
	text-decoration: underline;
}

#superAthlete_teamJerseyGallery address {
	clear:both;
	display:block;
	padding-top:10px;
	height:15px;
	color:#FFF;
}
#superAthlete_teamJerseyGallery em {
	color:#FFF;
}

