@charset "utf-8";

/* Reset
---------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	line-height: 1.4;
	color: #333;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, address {
	margin: 0; 
	padding: 0; 
	font-size: 100%; 
	font-weight: normal;
}
 
ol, ul {
	list-style: none;
}

fieldset, img {
	border: 0;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

address, caption, em, strong, th {
	font-style: normal; 
	font-weight: normal;
}


/* Anchors
---------------------------------------- */
a {
	text-decoration: none;
}

a:link {
}

a:visited {
}

a:hover {
	text-decoration: underline;
}

a:active {
}



/* header
---------------------------------------- */
#headerArea {
	height: 453px;
	background: #191347 url(../img/header_bg.gif) 80% top repeat-x;
}

#womens #cac {
	background: url(../img/cac_womens.png) center 9px no-repeat;
}

#unisex #cac {
	background: url(../img/cac_unisex.png) center 9px no-repeat;
}

#kids #cac {
	background: url(../img/cac_kids.png) center 9px no-repeat;
}

#header {
	width: 900px;
	height: 442px;
	margin: 0 auto;
	padding: 11px 0 0 0;
	position: relative;
}

#header a {
	outline: 0;
}

#header h1 {
	width: 127px;
	height: 56px;
	margin: 0 0 16px 4px;
	text-indent: -9999px;
	background: url(../img/logo.png) no-repeat;
}

#header p.title {
	margin: 0 0 6px 0;
}

#header p.image {
	margin: 0 0 20px 4px;
}

#header p.text {
	width: 461px;
	height: 49px;
	margin: 0 0 0 6px;
	text-indent: -9999px;
	background: url(../img/header_text.png) no-repeat;
}

#header p.btnCac {
	position: absolute;
	right: 84px;
	top: 288px;
}

#header p.btnCac a {
	width: 284px;
	height: 74px;
	background: url(../img/btn_cac.png) no-repeat;
	display: block;
	text-indent: -9999px;
}

#header p.btnCac a:hover {
	background-position: 0 -74px;
}

#header ul {
	position: absolute;
	left: 44px;
	top: 390px;
}

#header ul li {
	float: left;
	text-indent: -9999px;
}

#header ul li a {
	height: 60px;
	display: block;
}


#header ul li.womens a {
	width: 271px;
	background: url(../img/navi_womens.png) 0 0 no-repeat;
}

#header ul li.unisex a {
	width: 270px;
	background: url(../img/navi_unisex.png) 0 0 no-repeat;
}

#header ul li.kids a {
	width: 271px;
	background: url(../img/navi_kids.png) 0 0 no-repeat;
}

#header ul li a:hover {
	background-position: 0 -60px;
}

#header ul li.current a,
#header ul li.current a:hover {
	background-position: 0 -120px;
}


/* contents
---------------------------------------- */
#contents {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}

#contents h2 {
	margin-bottom: 20px;
}

#contents ul.pnavi {
	position: absolute;
	right: 5px;
	top: 25px;
}

#contents ul.pnavi img {
	vertical-align: top;
}

#contents ul.pnavi li {
	width: 106px;
	height: 30px;
	margin-left: 5px;
	float: left;
}

#contents .section {
	width: 800px;
}

#contents .section .imageArea {
	width: 470px;
	float: left;
}

#contents .section .textArea {
	width: 310px;
	float: right;
}

#contents .section .textArea h3 {
	margin-bottom: 14px;
}

#contents .section .textArea dl {
	width: 310px;
	padding-bottom: 3px;
}

#contents .section .textArea dl img {
	vertical-align: top;
}

#contents .section .textArea dl dt {
	width: 56px;
	height: 21px;
	float: left;
}

#contents .section .textArea dl dd {
	height: 21px;
	margin: 0 0 9px 67px;
}

#contents .section .textArea ul {
	list-style: disc;
	margin: 0 0 0 15px;
}

#contents .section .textArea p.btn {
	margin: 10px 0 0;
}

#contents .pagetop {
	width: 798px;
	margin: 25px 0;
	padding-right: 2px;
	text-align: right;
	background: url(../img/border.gif) 0 8px repeat-x;
	
}


/* product image
---------------------------------------- */
#contents .section .imageArea .lImage {
	width: 326px;
	height: 286px;
	padding: 7px;
	float: left;
	background: url(../img/image_bg.gif) no-repeat;
}

#contents .section .imageArea .lImage img {
	position: absolute;
}

#contents .section .imageArea ul {
	float: right;
}

#contents .section .imageArea ul li a,
#contents .section .imageArea ul li.nolink {
	width: 112px;
	margin-bottom: 6px;
	padding: 4px 4px 4px 9px;
	display: block;
	outline: 0;
}

#contents .section .imageArea ul.thumb2 li a {
	height: 139px;
	background: url(../img/thumb2_bg.gif) 0 0 no-repeat;
}

#contents .section .imageArea ul.thumb3 li a,
#contents .section .imageArea ul.thumb3 li.nolink {
	height: 88px;
	background: url(../img/thumb3_bg.gif) 0 0 no-repeat;
}

#contents .section .imageArea ul.thumb4 li a,
#contents .section .imageArea ul.thumb4 li.nolink {
	height: 62px;
	background: url(../img/thumb4_bg.gif) 0 0 no-repeat;
}

#contents .section .imageArea ul.thumb5 li a {
	height: 47px;
	background: url(../img/thumb5_bg.gif) 0 0 no-repeat;
}

#contents .section .imageArea ul.thumb6 li a {
	height: 37px;
	background: url(../img/thumb6_bg.gif) 0 0 no-repeat;
}

#contents .section .imageArea ul li a:hover {
	background-position: -125px 0;
}

#contents .section .imageArea ul li.selected a,
#contents .section .imageArea ul li.selected a:hover {
	background-position: -250px 0;
}

#contents .section .imageArea ul li.nolink {
	background-position: -250px 0 !important;
}


#contents .section .imageArea ul li img {
	vertical-align: top;
}


/* contents bottom
---------------------------------------- */
#contents .attention {
	width: 800px;
	margin-bottom: 20px;
	background: #f2f2f2 url(../img/attention_bg_top.gif) no-repeat;
}

#contents .attention h4 {
	padding: 20px 0 0 20px;
}

#contents .attention p {
	width: 760px;
	padding: 12px 20px 20px;
	background: url(../img/attention_bg_bottom.gif) left bottom no-repeat;
}

#contents ul#bottomNavi li {
	float: left;
	margin-right: 16px;
}

#contents ul#bottomNavi li.last {
	margin-right: 0;
}

#contents #bannerArea {
	margin-bottom: 20px;
	background: url(../img/bannerarea_bg.gif) center top repeat-y;
}

#contents #bannerArea p.left {
	float: left;
	margin-left: 17px;
}

#contents #bannerArea p.right {
	float: right;
	margin-right: 17px;
}

#contents #bannerArea img {
	vertical-align: top;
}


/* footer
---------------------------------------- */
#footerArea {
	background: url(../img/footer_bg.gif) 80% top repeat-x;
}

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 15px 0 20px;
}

#footer img {
	vertical-align: top;
}

#footer ul {
	width: 640px;
	float: left;
}

#footer ul li {
	height: 11px;
	border-right: 2px solid #fff;
	margin-right: 12px;
	padding: 5px 12px 5px 0;
	float: left;
}

#footer ul li.last {
	border-right: none;
	margin-right: 0;
	padding: 5px 0px;
	float: left;
}

#footer p.dokodemo {
	width: 146px;
	height: 24px;
	margin-bottom: 20px;
	float: right;
}

#footer p.copyright {
	height: 12px;
	clear: both;
	text-align: center;
}



/* clearfix
---------------------------------------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/* Mac版IEのみに適用 \*//*/
	height: auto;
	overflow: hidden;
	/**/
}
