@charset "shift_jis";

* {
	margin:0;
	padding:0;
	border: 0;
}
body{
	font-size:12px;
	min-height: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(common/bg.gif);
	background-repeat: repeat;
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #666666;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #eeeeee;
}
html {
	overflow-y:scroll;
	height: 100%;
	min-height: 100%;
}
html, body {
	height: 100%;
	min-height: 100%;
}
p {
	line-height:20px;
	font-size: 12px;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	float: left;
	background-color: #FFF;
	padding-right: 5px;
}

h2 {
	line-height:20px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
h3 {
	line-height:20px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
hr {
	border-bottom:dotted #000 1px;
	margin-bottom:3px;
}
input         {
	border: solid #666 1px;
	padding: 2px 5px;
	background-color: #FFF;
}
textarea {
	padding: 2px 5px;
	border: solid #666 1px;
}
.red {
	color: #F00;
}
.orange {
	color: #F60;
}
.yellow {
	color: #C0B400;
	font-weight: bold;
}
.blue {
	color: #00ABCD;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #000;
	font-size: 12px;
	line-height: 20px;
}
a:visited {
	text-decoration: none;
	color: #000;
	font-size: 12px;
	line-height: 20px;
}
a:hover {
	color: #F00;
	font-size: 12px;
	text-decoration: underline;
	line-height: 20px;
}
a:active {
	color: #F00;
	font-size: 12px;
	text-decoration: underline;
	line-height: 20px;
}
#navi {
	height: 80px;
	width: 900px;
	position: relative;
	z-index: 10;
}
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 2px;
	right: 0px;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 40px;
	list-style: none;
	background-repeat: no-repeat;
	float: left;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -3000px;
	height: 40px;
	background-repeat: no-repeat;
}
.m1 {
	background-image: url(common/navi/m1_h.gif);
	width: 46px;
}
.m1 a {
	background-image: url(common/navi/m1.gif);
	width: 46px;
}
.m2 {
	background-image: url(common/navi/m2_h.gif);
	width: 122px;
}
.m2 a {
	background-image: url(common/navi/m2.gif);
	width: 122px;
}
.m3 {
	background-image: url(common/navi/m3_h.gif);
	width: 104px;
}
.m3 a {
	background-image: url(common/navi/m3.gif);
	width: 104px;
}
.m4 {
	background-image: url(common/navi/m4_h.gif);
	width: 136px;
}
.m4 a {
	background-image: url(common/navi/m4.gif);
	width: 136px;
}
.m5 {
	background-image: url(common/navi/m5_h.gif);
	width: 54px;
}
.m5 a {
	background-image: url(common/navi/m5.gif);
	width: 54px;
}
.m6 {
	background-image: url(common/navi/m6_h.gif);
	width: 57px;
}
.m6 a {
	background-image: url(common/navi/m6.gif);
	width: 57px;
}
.m7 {
	background-image: url(common/navi/m7_h.gif);
	width: 110px;
}
.m7 a {
	background-image: url(common/navi/m7.gif);
	width: 110px;
}
ul.menu li a:hover {
	background: none;
}

#flash {
	width:900px;
	height:500px;
	background-image:url(2010top.jpg);
}
#content {
	width:900px;
	background-color: #FFF;
	margin: 0 auto;
	padding: 0 25px 0 25px;
	min-height: 100%;
}

#logo {
	width:160px;
	height:80px;
	z-index:1;
	float: left;
}
#copyright {
	float: right;
}
#news_menu {
	width:270px;
	height:100%;
	z-index:1;
	float: left;
}
#news_menu ul li {
	font-size: 10px;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0 1px;
	list-style: none;
}
#news_menu ul li a   {
	font-size: 10px;
}
#news_content {
	width:610px;
	height:100%;
	z-index:1;
	float: right;
	background-image: url(img/content_bg.gif);
	background-repeat: no-repeat;
}
#links {
	width: 290px;
	height: 196px;
	margin-left: 15px;
	float: left;
}
.linkpaddingRB    {
	padding-right: 10px;
	padding-bottom: 10px;
}
.linkpaddingB    {
	padding-bottom: 10px;
}
.linkpaddingR    {
	padding-right: 10px;
}


#video {
	height: 100%;
	width: 290px;
	float: left;
	margin-left: 15px;
}
#footer {
	width:900px;
	z-index:1;
	bottom: 0px;
	padding-top: 10px;
	height: 40px;
	clear: both;
	background-image: url(common/footer_bg.gif);
	background-repeat: no-repeat;
}
#footer_links {
	float: left;
	width:480px;
}
#footer ul {
	float:left;
	background:url(common/footer_bar.gif) repeat-y left top;
	padding:0 0 0 7px;
	}
#footer li {
	display:inline;
	background:url(common/footer_bar.gif) repeat-y right top;
	margin:0 7px 0 0;
	padding:0 7px 0 0;
}
#jersey_menu {
	width:270px;
	height:100%;
	z-index:1;
	float: left;
}
#jersey_content {
	width:610px;
	height:100%;
	z-index:1;
	float: right;
	background-repeat: no-repeat;
	background-image: url(img/content_bg.gif);
}
#jersey_content table tr td  {
	padding-left: 5px;
}
.jmenu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.jmenu li {
	padding: 0;
	margin: 0;
	height: 45px;
	list-style: none;
	background-repeat: no-repeat;
}
.jmenu li a, .jmenu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -3000px;
	height: 45px;
	background-repeat: no-repeat;
}
.j1 {
	background-image: url(img/jersey_info_top_h.gif);
	width: 270px;
}
.j1 a {
	background-image: url(img/jersey_info_top.gif);
	width: 270px;
}
.j2 {
	background-image: url(img/jersey_info_type_h.gif);
	width: 270px;
}
.j2 a {
	background-image: url(img/jersey_info_type.gif);
	width: 270px;
}
.j3 {
	background-image: url(img/jersey_info_order_h.gif);
	width: 270px;
}
.j3 a {
	background-image: url(img/jersey_info_order.gif);
	width: 270px;
}
.j4 {
	background-image: url(img/jersey_info_notice_h.gif);
	width: 270px;
}
.j4 a {
	background-image: url(img/jersey_info_notice.gif);
	width: 270px;
}
.j5 {
	background-image: url(img/jersey_info_print_h.gif);
	width: 270px;
}
.j5 a {
	background-image: url(img/jersey_info_print.gif);
	width: 270px;
}
.j6 {
	background-image: url(img/jersey_info_data_h.gif);
	width: 270px;
}
.j6 a {
	background-image: url(img/jersey_info_data.gif);
	width: 270px;
}
.j7 {
	background-image: url(img/jersey_info_upload_h.gif);
	width: 270px;
}
.j7 a {
	background-image: url(img/jersey_info_upload.gif);
	width: 270px;
}
.j8 {
	background-image: url(img/jersey_info_payment_h.gif);
	width: 270px;
}
.j8 a {
	background-image: url(img/jersey_info_payment.gif);
	width: 270px;
}
.j9 {
	background-image: url(img/jersey_info_download_h.gif);
	width: 270px;
}
.j9 a {
	background-image: url(img/jersey_info_download.gif);
	width: 270px;
}
ul.jmenu li a:hover {
	background: none;
}
#club_menu {
	width:270px;
	height:100%;
	z-index:1;
	float: left;
}
#club_content {
	width:610px;
	height:100%;
	z-index:1;
	float: right;
	background-repeat: no-repeat;
	background-image: url(img/content_bg.gif);
}
.cmenu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.cmenu li {
	padding: 0;
	margin: 0;
	height: 45px;
	list-style: none;
	background-repeat: no-repeat;
}
.cmenu li a, .cmenu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -3000px;
	height: 45px;
	background-repeat: no-repeat;
}
.c1 {
	background-image: url(img/club_info_about_h.gif);
	width: 270px;
}
.c1 a {
	background-image: url(img/club_info_about.gif);
	width: 270px;
}
.c2 {
	background-image: url(img/club_info_new_member_h.gif);
	width: 270px;
}
.c2 a {
	background-image: url(img/club_info_new_member.gif);
	width: 270px;
}
.c3 {
	background-image: url(img/club_info_renew_h.gif);
	width: 270px;
}
.c3 a {
	background-image: url(img/club_info_renew.gif);
	width: 270px;
}
.c4 {
	background-image: url(img/club_info_return_h.gif);
	width: 270px;
}
.c4 a {
	background-image: url(img/club_info_return.gif);
	width: 270px;
}
ul.cmenu li a:hover {
	background: none;
}
#corp_menu {
	width:270px;
	height:100%;
	z-index:1;
	float: left;
}
#corp_content {
	width:610px;
	height:100%;
	z-index:1;
	float: right;
	background-image: url(img/content_bg.gif);
	background-repeat: no-repeat;
}
#corp_content table tr td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.kmenu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.kmenu li {
	padding: 0;
	margin: 0;
	height: 45px;
	list-style: none;
	background-repeat: no-repeat;
}
.kmenu li a, .kmenu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -3000px;
	height: 45px;
	background-repeat: no-repeat;
}
.k1 {
	background-image: url(img/corp_info_concept_h.gif);
	width: 270px;
}
.k1 a {
	background-image: url(img/corp_info_concept.gif);
	width: 270px;
}
.k2 {
	background-image: url(img/corp_info_about_h.gif);
	width: 270px;
}
.k2 a {
	background-image: url(img/corp_info_about.gif);
	width: 270px;
}
.k3 {
	background-image: url(img/corp_info_location_h.gif);
	width: 270px;
}
.k3 a {
	background-image: url(img/corp_info_location.gif);
	width: 270px;
}
.k4 {
	background-image: url(img/corp_info_history_h.gif);
	width: 270px;
}
.k4 a {
	background-image: url(img/corp_info_history.gif);
	width: 270px;
}
.k5 {
	background-image: url(img/corp_info_work_h.gif);
	width: 270px;
}
.k5 a {
	background-image: url(img/corp_info_work.gif);
	width: 270px;
}
ul.kmenu li a:hover {
	background: none;
}
#collection_content {
	width: 900px;
	clear: both;
}
#collection_navi {
	width: 619px;
	float:right;
	height:100%;
}
#collection_image {
	width: 271px;
	float:left;
}
#collection_navi #column4 ul li ul li  {
	float: left;
	width: 125px;
}
#collection_navi ul li a:hover {
	background: url(img/arrow.gif) no-repeat top left;
	margin-left: -12px;
	padding-left: 12px;
	text-decoration: none;
	background-position: 0 -2px;
	min-width: 100px;
	padding-right: 12px;
}
#collection_navi ul  {
	list-style-type: none;
	line-height: 20px;
}
#column1 {
	float:left;
	width: 123px;
}
#column2 {
	float:left;
	width: 100px;
}
#column3 {
	float:left;
	width: 140px;
}
#column4 {
	float:left;
	width: 250px;
}
#item {
	float:left;
	width: 195px;
	padding:0 15px 10px 15px;
	text-align:center;
}
#month {
	background-image: url(img/content_bg_900.gif);
	width: 900px;
	background-repeat: no-repeat;
	clear: both;
	height: 20px;
}
#spoleggi_image {
	width: 500px;
	float: left;
}
#spoleggi_detail {
	width: 390px;
	float: right;
}
#gokupan_image {
	width: 500px;
	float: left;
	height: 570px;
}
#gokupan_detail {
	width: 390px;
	float: right;
	height: 570px;
}
#product_image {
	width: 500px;
	float: left;
	border: solid #cccccc 1px;
	margin-bottom: 20px;
}
#product_details {
	width: 390px;
	float: right;
}
#product_details p a img {
	border: 1px solid #CCC;
}
#mawusM {
	width: 110px;
	float: left;
	padding: 5px;
	border: solid #ccc 1px;
	height: 220px;
}
#mawusA {
	width: 110px;
	float: left;
	padding: 5px;
	border-top: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	height: 220px;
}
#mawusW {
	width: 110px;
	float: left;
	padding: 5px;
	border: solid #ccc 1px;
	height: 220px;
}
#mawusU {
	width: 110px;
	float: left;
	padding: 5px;
	border-top: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	height: 220px;
}
#mawusS {
	width: 110px;
	float: left;
	padding: 5px;
	border: solid #ccc 1px;
	margin-bottom: 20px;
	height: 220px;
}
.xmenu {
	margin: 0;
	list-style: none;
	clear: both;
}
.xmenu li {
	padding: 0;
	margin: 0;
	height: 300px;
	list-style: none;
	background-repeat: no-repeat;
	float:left;
}
.xmenu li a, .xmenu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -3000px;
	height: 300px;
	background-repeat: no-repeat;
}
.x1 {
	background-image: url(collection/img/m1_h.jpg);
	width: 225px;
}
.x1 a {
	background-image: url(collection/img/m1.jpg);
	width: 225px;
}
.x2 {
	background-image: url(collection/img/m2_h.jpg);
	width: 225px;
}
.x2 a {
	background-image: url(collection/img/m2.jpg);
	width: 225px;
}
.x3 {
	background-image: url(collection/img/m3_h.jpg);
	width: 225px;
}
.x3 a {
	background-image: url(collection/img/m3.jpg);
	width: 225px;
}
.x4 {
	background-image: url(collection/img/m4_h.jpg);
	width: 225px;
}
.x4 a {
	background-image: url(collection/img/m4.jpg);
	width: 225px;
}
ul.xmenu li a:hover {
	background: none;
}
#video p a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#news {
	height: 196px;
	width: 290px;
	float: left;
}
#news_overflow {
	overflow-y: auto;
	overflow-x: none;
	height: 144px;
	border: dotted #ccc 1px;
	padding: 5px;
}
#shops_menu {
	width:270px;
	height:100%;
	z-index:1;
	float: left;
}
#shops_content {
	width:610px;
	height:100%;
	z-index:1;
	float: right;
	background-image: url(img/content_bg.gif);
	background-repeat: no-repeat;
}
#shops_map {
	width: 610px;
	text-align: right;
	z-index: 4;

}
#shops_icons {
	width: 500px;
	margin-top: -415px;
	z-index: 10;
	position: absolute;
}



.smenu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.smenu li {
	padding: 0;
	margin: 0;
	height: 45px;
	list-style: none;
	background-repeat: no-repeat;
}
.smenu li a, .smenu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -3000px;
	height: 45px;
	background-repeat: no-repeat;
}
.s1 {
	background-image: url(img/shops_info_stores_h.gif);
	width: 270px;
}
.s1 a {
	background-image: url(img/shops_info_stores.gif);
	width: 270px;
}
.s2 {
	background-image: url(img/shops_info_others_h.gif);
	width: 270px;
}
.s2 a {
	background-image: url(img/shops_info_others.gif);
	width: 270px;
}
ul.smenu li a:hover {
	background: none;
}
#privacy_content {
	width: 610px;
	float: right;
	background-image: url(img/content_bg.gif);
	background-repeat: no-repeat;
}
#contact_content {
	width: 610px;
	float: right;
	background-repeat: no-repeat;
	background-image: url(img/content_bg.gif);
}
#contact_content table tr td   {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#links_content {
	width: 610px;
	float: right;
	background-repeat: no-repeat;
	background-image: url(img/content_bg.gif);
}
#sitemap_content {
	width: 610px;
	float: right;
}
#video_content {
	width: 610px;
	float: right;
}
#queen_cup {
	float: right;
	padding-right: 8px;
	z-index: 20;
	position: relative;
	padding-top: 5px;
}
#sitemap_content li {
	background: url(img/arrow.gif) no-repeat top left;
	padding-left: 20px;
	line-height: 20px;
}

#sitemap_content ul {
	margin: 0px;
	padding: 0px;
	list-style: none
}
#list1 {
	width: 300px;
	float: left;
}
#list2 {
	width: 200px;
	float: right;
}
#English_coming_soon {
	background-color: #FFF;
	padding: 50px;
	width: 300px;
	text-align: center;
	margin: 20px auto;
}
#shops_content div table tr td{
	padding: 4px 5px 4px 5px;
	vertical-align: top;
}
.small {
	font-size: 10px;
	font-weight: bold;
}
.white {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	line-height: 20px;
}
#tommybanner {
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: 140px;
	z-index: 20;
}
