body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Page reset */
	margin:0px;
	padding:0px;
}

body{
	/* Setting default text color, background and a font stack */
	color:#444444;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	background-image: url("../images/body_bg.gif");
  background-repeat: repeat-x;
  text-align: left;
}

#footer{ text-align:center}
/* Gallery styles */

#gallery{
	/* CSS3 Box Shadow 
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;*/
	
	/* CSS3 Rounded Corners 
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;*/
	
	border:1px solid white;
	
	background:url(../images/panel.jpg) repeat-x top center #ffffff;

	/* The width of the gallery */
	width:800px;
	overflow:hidden;
	
}

#slides{
	/* This is the slide area */
	height:350px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:800px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:45px;
}

#menu ul{
	margin:0px;
	padding:0px;
}

#menu li{
	/* Every thumbnail is a li element */
	width:130px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
	float:left
}

#menu li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(../images/pic_bg.png) repeat;
}

#menu li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(../images/active_bg.png) no-repeat;
}

#menu li.act a{
	cursor:default;
}

#menu .fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(../images/divider.png) no-repeat right;
}

#menu li a{
	display:block;
	background:url(../images/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}

#menu a img{
	border:none;
}


/* The styles below are only necessary for the demo page */



#main{
	/* The main container */
	margin:15px auto;
	text-align:center;
	position:relative;
}

:root *>  #main{	/* IE6〜IE8以外 */

	margin:15px auto;
	text-align:center;
	position:relative;
	width:800px

}


a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;

}

p{
	padding:10px;
	text-align:center;
}

#women .slide span{ font-size:20px; color:#FF3621}
#men .slide span{ font-size:20px; color: #06C}


.slide table{margin:0px; padding:0px; background-color:#FFF; width:800px; height:330px}
.slide td{ text-align:center; margin:0px; padding:0px; font-size:13px;}


a.imghover:hover img {
filter:alpha(opacity=70);
opacity:0.7;
}


/* ---------------------------------------------------- */
/*                        index                         */
/*----------------------------------------------------- */

.lead {
	text-align:left;
	width:800px;
	margin:15px auto 30px;
}

#guide {
	text-align: center;
}

#guide #box {
	width:800px;
	margin:5px auto 30px;
}

#guide #box p {
	text-align:left;
}

#guide #box:after {
  clear: both;
  content: "";
  display: block;
}

#guide #box_womens {
  float: left;
  width: 390px;
}

#guide #box_mens {
  float: right;
  overflow: hidden;
  width: 390px;
}

#guide #box_womens h2 {
	border-bottom:3px solid #FF3621;
	border-left:12px solid #FF3621;
	color:#FF3621;
	text-align:left;
	padding-left:12px;
	line-height:1.7em;
}

#guide #box_mens h2 {
	border-bottom:3px solid #06C;
	border-left:12px solid #06C;
	color:#06C;
	text-align:left;
	padding-left:12px;
	line-height:1.7em;
}

#guide .size_list {
  margin: 0;
	width:173px;
	float: left;
}

#guide .size_list li {
	list-style-type:none;
	width:173px;
	margin:8px 0 0 0;
}

#guide .size_list img {
	border:none;
}

#guide .size_list p {
	padding:5px;
	text-align:left;
}


/* ---------------------------------------------------- */
/*                        着丈ページ                    */
/*----------------------------------------------------- */

h1{
	font-size:14px;
	width:800px;
	color:#fff;
	padding:4px;
	margin:5px auto;
}

#women #header,#men #header{
	text-align:center;
	position:relative;
}

#women #header #wrapper {
	width:800px;
	height:95px;
	background-color:#ff3621;
	text-align:center;
	margin:0px auto;
	position:relative;
}

#men #header #wrapper {
	width:800px;
	height:95px;
	background-color: #39F;
	text-align:center;
	margin:0px auto;
	position:relative;
}

.height{
	font-size:14px;
	position:absolute;
	top:32px;
	left:10px;
	font-size:38px;
	color:#FFF;
	font-weight:bold;
}

.sex{
	font-size:14px;
	position:absolute;
	top:8px;
	left:10px;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
}

.size {
	font-size:14px;
	position:absolute;
	top:8px;
	left:100px;
	font-size:12px;
	color:#FFF;
	border-bottom:dashed 2px #FFF;
	height:10px;
}

#gNavi {
	margin:15px auto 0;
	padding:0 10px 5px 10px;
	width:800px
}
 
#gNavi li,
#gNavi li.on {
	display:inline;
	list-style:none;
	padding:5px;
	margin-right:10px;
}

#women #gNavi li.on {
	background-color:#f00;
}

#men #gNavi li.on {
	background-color:#3399FF;
}

/* 女性 */
#women #header #gNavi li a {  
 	color:#f00;
	border-bottom:solid 3px #f00;
}

#women #header #gNavi li a:hover {
	color:#d21400; 
	border-bottom:solid 3px #d21400; 
}

#women #header #gNavi li.on a,
#women #header #gNavi li.on a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:none;
}

/* 男性 */
#men #header #gNavi li a {  
	color:#3399FF;  
	border-bottom:solid 3px #3399FF;  
}

#men #header #gNavi li a:hover {
	color:#0035cc;
	border-bottom:solid 3px #004dcc;
}

#men #header #gNavi li.on a:hover,
#men #header #gNavi li.on a {
	color:#fff;
	text-decoration:none;
	border-bottom:none;
}