/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: bottom; 
	border: none;
}

body {
	text-align: center;
}

#container {
	width: 750px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}


#header div.btn {
	position: relative;
	height: 97px;
	background: url(../common_new/header_bg.jpg) no-repeat;
}

#header .btn div.top {
	position: absolute;
	top: 0; left: 0;
}
#header .btn div.mustItem {
	position: absolute;
	top: 14px; left: 193px;
}
#header .btn div.nail {
	position: absolute;
	top: 14px; left: 393px;
}
#header .btn div.kobeSS {
	position: absolute;
	top: 51px; left: 193px;
}
#header .btn div.kobeAW {
	position: absolute;
	top: 51px;
	left: 393px;
	background: url(../common_new/header_bg.jpg) no-repeat;
}
#header .btn div.tiger {
	position: absolute;
	top: 0; left: 625px;
}

#header div.textLink {
	padding: 5px 8px 8px 0;
}

#header div.textLink a {
	float: right;
	margin: 0 0 0 10px;
	color: #FF268D;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
	
}

#header .textLink a:link,
#header .textLink a:visited {
	color: #FF268D;
	text-decoration: underline;
}

#header .textLink a:hover,
#header .textLink a:active {
	color: #FF268D;
	text-decoration: none;
}

#footer {
	margin: 20px 0 0 0;
	height: 32px;
	background: url(../common_new/footer_bg.gif) no-repeat;
}

#footer div.copyright {
	float: left;
	width: 250px;
}

#footer div.sahara {
	float: right;
	width: 120px;
}



/* --------------- 2009S/S header --------------- */
#header2009 {
	height: 90px;
	margin: 0 0 20px 0;
	background-image: url(../common/2009ss/header_bg.gif);
	background-position: center top;
}
#header2009 #headerContents {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#header2009 #headerContents .headerMenu {
	float: left;
	width: 440px;
}

#header2009 #headerContents .headerMenu2{
	float: left;
	width: 625px;
}

#header2009 #headerContents .headerLink {
	float: right;
	width: 175px;
}

#header2009 #headerContents .headerMenu ul,
#header2009 #headerContents .headerMenu2 ul {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: left;
}
#header2009 #headerContents .headerMenu ul li,
#header2009 #headerContents .headerMenu2 ul li{
	float: left;
	width: 154px;
	height: 52px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#header2009 #headerContents .headerMenu ul li.logo,
#header2009 #headerContents .headerMenu2 ul li.logo {
	width: 110px;
	height: 52px;
	margin: 0;
	padding: 0 15px 0 0;
}

#header2009 #headerContents .headerLink p {
	font-size: 10px;
	line-height: 1.4;
	text-align: left;
	margin: 0;
	padding: 25px 0 0 0;
	color: #FFFFFF;
}

#header2009 #headerContents .headerLink p span{
	color:#D06AAC;
	padding-right:5px;
}

#header2009 #headerContents .headerLink p a:link,
#header2009 #headerContents .headerLink p a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#header2009 #headerContents .headerLink p a:hover,
#header2009 #headerContents .headerLink p a:active,
#header2009 #headerContents .headerLink2 a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

#header2009 #headerContents .headerLink2{
	float: right;
	width: 175px;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 1.5;
	text-align: left;
	margin: 0;
	padding: 25px 0 0 0;
}

#header2009 #headerContents .headerLink2 span{
	color:#D06AAC;
	padding-right:5px;
}


#header2009 #headerContents .headerLink2 a{
	color: #FFFFFF;
	text-decoration: none;
}

/* --------------- 2009S/S footer --------------- */
#footer2009 {
	background-color: #B23678;
}
#footer2009 #footerContents {
	width: 800px;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#footer2009 #footerContents .copyright {
	float: left;
	width: 600px;
	text-align: left;
}
#footer2009 #footerContents .logo {
	float: right;
	width: 200px;
	text-align: right;
}

