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

body{ margin: 0; padding: 0; text-align:center; }

#container {
	width: 1024px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	position: absolute;
    left: 50%;
    width: 1024px;
    margin-left: -500px; /* MUST be half the width */
	text-align: left;
	border: 2px solid #000033;	
} 

#head {
	margin:0px;
	padding:0px;
	clear: left;
	float: left;
	background-image: url(../images/head.jpg);
	background-repeat: repeat-x;
	left: 0px;
	top: 0px;
	width: 100%;
}

#headrogo {
	margin:0px;
	clear:left;
	float:left;
	padding:0px;
}

#navcontainer {
	float:left;
	clear:right;
	padding-top: 50px;
	width: 600px;
	height: auto;
}


#box {
	width: auto;
	height:auto;
	padding-top: 10px;
	padding-bottom: 20px;
	border: 1px solid #006699;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 70px;
	margin-right:70px;
}

.box {
	width: auto;
	height:auto;
	padding-top: 10px;
	padding-bottom: 20px;
	border: 1px solid #006699;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 70px;
	margin-right:70px;
	text-align: center;
}

.box2 {
	width: 750px;
	height:auto;
	padding-top: 10px;
	padding-bottom: 20px;
	border: 1px solid #000033;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: auto;
	margin-right:auto;
	clear: right;
	
}

.float1
      {
	float: left;
	margin-right: 20px;
	      }
.float2 {
float:right;
margin-left:20px;
}	  
	  
	  .floatclear
      {
         clear: both;
      }

.flot3 {
	float:left;
}

.daterbox {
	font-family: Osaka, Verdana, Arial, sans-serif;
	font-size:9px;
	width:90%;
	height:auto;
	float: left;
	text-align: left;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 70px;
	clear: left;
}

.logobox {
	font-family: Osaka, Verdana, Arial, sans-serif;
	width:auto;
	height:auto;
	margin-top: auto;
	margin-bottom: 10px;
	margin-left: 70px;
	text-align: center;
	margin-right: 70px;
	clear: left;
	}
	
.style1{
	font-family: Osaka, Verdana, Arial, sans-serif;
	font-size:10px;	
}
.style2 {
	font-family: Osaka, Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
}
.style3 {
	font-family: Osaka, Verdana, Arial, sans-serif;
	font-size:10px;
	color:#990000;
	font-weight: bold;
	float: left;
	}
	
.style4 {
	font-family: Osaka, Verdana, Arial, sans-serif;
	font-size:10px;
	color:#330099;
	font-weight:bold;
	}

.style5 {
	font-family: Osaka, Verdana, Arial, sans-serif;
	font-size:10px;
	color:#006699;
	font-weight:bold;
	}
	
.style6 {
	font-family: Osaka, Verdana, Arial, sans-serif;
	font-size:12px;
	color:#CC3333;
	}

.style7 {		
	font-family: Osaka, Verdana, Arial, sans-serif;
	font-size:12px;
	color:#000000;
	
	}

.style9 {
	font-family: Osaka, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#336666;
	}
	
.style10 {
	font-family: Osaka, Verdana, Arial, sans-serif;
	font-size:12px;
	color:#CC3366;
	border-left:12px solid #CC3366;
	padding: 0 0 0 5px;
	line-height: 40px;
	}
.style11 {
	font-family: Osaka, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#336666;
	padding-left: 20px;
	line-height: 30px;
	}

.style12 {
	font-family: Osaka, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#CC3333;
	font-weight: bold;
	}

.style13 {
	font-family: Osaka, Verdana, Arial, sans-serif;
	font-size:10px;
	color:#FF3333;
	padding-left: 20px;
	}

.style14 {
	height:auto;
	font-size:14px;
	color:#003333;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #000033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
	padding-left: 5px;
	line-height: 30px;
	width: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

.style15 {
	font-family: Osaka, Verdana, Arial, sans-serif;
	font-size:10px;
	color:#FF3333;
	}

#coment {
	width:230px;
	height:150px;
	float:left;
	margin-right:20px;
	clear: right;
}

#coment2 {
	width:160px;
	height:190px;
	float:left;
	margin-right:0px;
}

#fooder {
	background-color: #000000;
	margin: 0px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	clear: left;
	text-align: center;
}


 #navlist
{
margin: 0;
padding: 10px 5px 20px 10px;
}

#navlist ul, #navlist li
{

display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 13px;
	font-weight: normal;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #CCCC99;
	font-size: 12px;
	border-left:8px solid #000000;
	padding-left: 5px;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	padding-left: 5px;
	background: transparent;
	color: #99FFCC;
	border-left: 8px solid #99FFCC;
}

navlist a:hover {
	color: #99FFCC;
}

.navlist
{
margin: 0;
padding: 10px 5px 20px 10px;
}

.navlist ul, .navlist li
{

display: inline;
list-style-type: none;
}

.navlist a:link, .navlist a:visited
{
	float: left;
	line-height: 13px;
	font-weight: normal;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #CCCC99;
	font-size: 12px;
	border-left:8px solid #000000;
	padding-left: 5px;
}

.navlist a:link#current, .navlist a:visited.current, .navlist a:hover
{
	padding-left: 5px;
	background: transparent;
	color: #99FFCC;
	border-left: 8px solid #99FFCC;
}

.navlist a:hover {
	color: #99FFCC;
}

h1 {
	height:auto;
	font-size:14px;
	color:#000000;
	font-weight: bold;
	font-family: Osaka, Verdana, Arial, sans-serif;
}


h2 {
	height:auto;
	font-size:14px;
	color:#006699;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	padding-left: 5px;
	line-height: 30px;
	width: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: Osaka, Verdana, Arial, sans-serif;
	text-align: left;
}

h2 span {
	font-size:9px;
	vertical-align:middle;
	color:#009966;
	font-family: Osaka, Verdana, Arial, sans-serif;	
}

p {
	text-align:justify;
	font-size: 10px;
	font-family: Osaka, Verdana, Arial, sans-serif;
}

h3 {
	font-size:11px;
	color:#003399;
	border-bottom:2px solid #003399;
	margin-bottom:20px;
	font-family: Osaka, Verdana, Arial, sans-serif;
	text-align: left;
}

h4 {
	font-size:9px;
	color:#009900;
	float: left;
	clear: left;
	margin-bottom: 20px;
	font-family: Osaka, Verdana, Arial, sans-serif;	
}

h5 {
	height:auto;
	font-size:14px;
	color:#666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	width: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: Osaka, Verdana, Arial, sans-serif;
	text-align: left;
}


#linkbox {
	margin:0 70px 0 70px;
	text-align:center;
	font-size:12px;
	clear: left;
	width: auto;
	float: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	font-family: Osaka, Verdana, Arial, sans-serif;
}

.linkbox {
	margin:0 70px 0 70px;
	text-align:center;
	font-size:12px;
	clear: left;
	width: auto;
	float: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	font-family: Osaka, Verdana, Arial, sans-serif;
}

#linkbox2 {
	margin:auto;
	text-align:center;
	font-size:10px;
	clear: both;
	width: 580px;
	float: none;
	font-family: Osaka, Verdana, Arial, sans-serif;	
}


.linkbox2 {
	margin:auto;
	text-align:center;
	font-size:10px;
	clear: both;
	width: 580px;
	float: none;
	font-family: Osaka, Verdana, Arial, sans-serif;	
}

#picturebox {
	width:auto;
	text-align:justify;
	padding: 35px;
	border: 1px solid #999999;
	background-repeat: repeat;
	background-position: right top;
	background-color: #FFFFFF;
	height: auto;
}

.picturebox {
	width:auto;
	text-align:justify;
	padding: 35px;
	border: 1px solid #999999;
	background-repeat: repeat;
	background-position: right top;
	background-color: #FFFFFF;
	height: auto;
}

#picturebox4 {
	width:auto;
	text-align:justify;
	padding: 35px;
	border: 1px solid #999999;
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFFFFF;
	height: auto;
	background-image: url(../store/snowboard/vectorglide/images/090418vg.jpg);
}
.pbox {
	width:auto;
	margin-right:10px;
}

.pbox2 {
	width:auto;
}

.pbox3 {
	width:225px;
	height: 50px;
	}
	
#pcturebox2 {
	width:225px;
	font-size:9px;
	color:#666666;
	float: left;
	clear: both;
	font-family: Osaka, Verdana, Arial, sans-serif;
	text-align: justify;
	height: 25px;
}

.pcturebox2 {
	width:225px;
	font-size:9px;
	color:#666666;
	float: left;
	clear: both;
	font-family: Osaka, Verdana, Arial, sans-serif;
	text-align: justify;
	height: 25px;
}

#pcturebox3 {
	width:480px;
	font-size:9px;
	color:#666666;
	float: left;
	clear: both;
	font-family: Osaka, Verdana, Arial, sans-serif;
	text-align: justify;
	height: 194px;
}


ul#thmbnlImg {
	list-style-type: none;
	width: 770px;
	height: inherit;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-top-color: #006699;
	border-right-color: #006699;
	overflow: hidden;
}

#thmbnlImg li {
	float: left;
	margin: 0px;
	padding: 15px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #006699;
	border-left-color: #006699;
	background-color: #FFFFFF;
}

.thmbnlImg img {
        vertical-align: bottom;
}

ul.thmbnlImg {
	list-style-type: none;
	width: 770px;
	height: inherit;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-top-color: #006699;
	border-right-color: #006699;
	overflow: hidden;
}

.thmbnlImg li {
	float: left;
	margin: 0px;
	padding: 15px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #006699;
	border-left-color: #006699;
	background-color: #FFFFFF;
}

.thmbnlImg img {
        vertical-align: bottom;
}

.gallery {
	width:auto;
	height:380px;
	padding:10px;
	border:1px solid #006699;
	position:relative;
	background-image: url(../store/clothing/turtlefur/images/back_img.jpg);
	background-color: #E6E6E6;
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
}
.gallery b.default {
	position:absolute;
	left:10px;
	top:10px;
	width:430px;
	height:350px;
}
.gallery b.default img {
	display:block;
	margin:18px auto 10px auto;
	border:1px solid #eee;
	border-color:#006699;
}
.gallery b.default span {
	display:block;
	color:#666666;
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	font-size:11px;
	width:225px;
	margin:0 auto;
}

.gallery ul {
	list-style:none;
	padding:0;
	width:400px;
	position:relative;
	float:right;
}
.gallery ul li {
	display:inline;
	width:113px;
	height:150px;
	float:left;
	margin:10px 0 5px 10px;
	
}
.gallery ul li a {
	display:block;
	width:113px;
	height:150px;
	text-decoration:none;
	border:1px solid #006699;
}

.gallery ul li a span {display:none;}
.gallery ul li a img {display:block; width:113px; height:150px; border:0;}
.gallery ul li a:hover {border-color:#006699; float:left;}
.gallery ul li a:hover b {
	position:absolute;
	left:-370px;
	top:2px;
	width:330px;
	height:350px;
	background:#e6e6e6;
	z-index:10;
}
.gallery ul li a:hover span {display:block; color:#666666; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:225px; margin:0 auto;}
.gallery ul li a:hover img {margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #006699;}

.gallery ul li a:active, .gallery ul li a:focus {
	white-space:normal;
	border-color:#006699;
	background:#e6e6e6;
	float:left;
}
.gallery ul li a:active b, .gallery ul li a:focus b {
	position:absolute;
	left:-370px;
	top:2px;
	width:330px;
	height:350px;
	text-align:center;
	background:#e6e6e6;
	z-index:10;
}
.gallery ul li a:active span, .gallery ul li a:focus span {display:block; color:#666666; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:225px; margin:0 auto;}
.gallery ul li a:active img, .gallery ul li a:focus img{
	margin:0 auto 10px auto;
	width:225px;
	height:300px;
	border:1px solid #006699;
}

table {
	width:auto;
	height:auto;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	border-collapse: collapse;
	background-color: white;
	font-size: 9px;
	font-family:verdana, arial, sans-serif;
}
th {
	border-width: 1px;
	padding: 10px;
	border-style: dotted;
	border-color:#006699;
	background-color:#CCCCCC;
	font-size: 9px;
	font-family:verdana, arial, sans-serif;
	text-align: center;
}
td {
	border-width: 1px;
	padding: 10px;
	border-style: dotted;
	border-color: #006699;
	background-color:#FFFFFF;
	font-size: 9px;
	font-family:verdana, arial, sans-serif;
	text-align: center;
}

.tablea	{
	border-collapse: collapse;
	background-color: #FFFFFF;
 }
 
.tablea th {	 
background-color: #FFFFFF;
padding: 0px;
font-size: 9px;
font-family:verdana, arial, sans-serif;
 }
 
.tablea td	{
	background-color: #FFFFFF;
	padding: 5px;
	font-size: 9px;
    font-family:verdana, arial, sans-serif;
}

.tablea td.wh	{
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #CC9966;
	background-color: #FFFFFF;
	padding: 5px;
	font-size: 9px;
    font-family:verdana, arial, sans-serif;
}

.tableb {
	width:100%;
	height:auto;
	border-width: 1px;
	border-style: dotted;
	border-color: #666666;
	border-collapse: collapse;
	background-color: white;
	font-size: 9px;
	font-family:verdana, arial, sans-serif;
}

.tableb th {
	border-width: 1px;
	padding: 10px;
	border-style: dotted;
	border-color:#006699;
	background-color:#CCCCCC;
	font-size: 9px;
	font-family:verdana, arial, sans-serif;
	text-align: center;
}

.tableb td {
	border-width: 1px;
	padding: 20px;
	border-style: dotted;
	border-color: #666666;
	background-color:#FFFFFF;
	font-size: 9px;
	font-family:verdana, arial, sans-serif;
	text-align: center;
	vertical-align: text-top;
}

div.thumb {
margin: 1px;
border: 1px solid #A0ACC0;
height: auto;
float: left;
}	
.thumb img{
display: inline;
margin: 5px;
border: 1px solid #A0ACC0;
}
.thumb a:hover img {border: 1px solid black;}


/*widthは並べたい枚数にあわせて調整*/
#gallery5{
	width:850px;
	background-color:#ffffff;
}
/*widthは写真の大きさにあわせて調整
font-sizeは固定した方が良い*/
dl{
	margin:0px;
	margin-right:10px;
	margin-bottom:5em;
	padding:0;
	float:left;
	width:270px;
	font-size:12px;
}
dt{
	clear: left;
	float: left;
	margin: 0 0 10px 0;
	width: 256px;
	padding-left: 5px;
	color: #666666;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	}
dd{
	margin-bottom: 1px;
	margin-left: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}
/*heightは行数＋αにしておく。
コメントの文字数はあらかじめ決めておきましょう。*/
dd.link{
	margin-left:33px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-image: url(../images/navi_3.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	line-height: 20px;
}
dd.linklink{
	margin-left:70px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-image: url(../images/navi_2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	line-height: 20px;
}
dd.title{
    height:1.2em;
}
