@charset "UTF-8";
/* CSS Document */

.shirt_wrap {
	position: absolute;
	top: 120px;
	left: 250px;
	width: 680px;
	height: 520px;
}

.shirt_wrap div#ban_t_main {
	position: relative;
	top: 0;
	left: 30px;
	height: 49px;
	width: 660px;
	background-color: #F6A7B4;
	background-image: url(images/location/location_shirts_main.gif);
	background-position: left;
	background-repeat: no-repeat;
}
	
.shirt_wrap div#ban_t_women {
	position: relative;
	top: 0;
	left: 30px;
	height: 49px;
	width: 660px;
	background-image:url(images/location/location_shirts_women.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #B7C5DD;
}


.shirt_wrap div#ban_t_men {
	position: relative;
	top: 0;
	left: 30px;
	height: 49px;
	width: 660px;
	background-image:url(images/location/location_shirts_men.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #AAD16A;
}

.shirt_wrap div#ban_t_child {
	position: relative;
	top: 0;
	left: 30px;
	height: 49px;
	width: 660px;
	background-image:url(images/location/location_shirts_child.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #B8D7DA;
}

.shirt_wrap img {
	padding:  40px 0 0 70px;
}

.shirt_wrap table img {
	position: relative;
	padding: 0;
	left: 50px;
	top: 10px;
}

.shirt_wrap h4 {margin: 0; padding: 15px 0 0 20px; font-size:14px;}

.shirt_wrap ul {font-size: 12px; line-height: 150%;}

.shirt_wrap td.pop_thumb a img.hidden {display: none;}

table img.product_title {position: relative; left: 10px;}

.shirt_wrap form {padding: 0 0 0 18px; font-size:14px;}

.shirt_wrap form input#add {margin: 6px 0 0 -6px;}

.shirt_wrap ul li#note {list-style: none; margin: 10px 0 0 -15px;}

.shirt_wrap ul li#note span {font-size: 14px; font-weight: bold;}

.shirt_wrap td.pop_thumb a:hover img.hidden {
	display: block;
	position: absolute;
	top: 59px;
}



.shirt_wrap div.back a {
	position: absolute; 
	left: 30px; 
	bottom: 0px;
	font-size: 12px;
	text-decoration: none;
	color: #35579E;
}

.shirt_wrap div.back a:hover {color:#4E87C0;}