/*-------------------------------------------------------------FONT -*/
.nomal { font-size: 14px; line-height: 18px; font-family: "ＭＳ Ｐゴシック", "Osaka";
}
.medium {
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bolder;
	line-height: 22px;
}
.small { font-size: 12px; line-height: 14px; font-family: "ＭＳ Ｐゴシック", "Osaka"; float: left; color: #FFFFFF;
}
.small1 {
	font-size: 12px;
	line-height: 16px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	background-color: #000000;
	width: 140px;
	color: #FFFFFF;
}
.ssmall { font-size: 12px;
         line-height: 14px;
		 font-family: "ＭＳ Ｐゴシック", "Osaka";
		 width:150px;
		 float: left;
		 color: #FFFFFF;
		 text-align: left;
		 margin-left: 5px;
}
.sssmall { font-size: 12px;
         line-height: 14px;
		 font-family: "ＭＳ Ｐゴシック", "Osaka";
		 width:150px;
		 float: left;
		 color: #FFFFFF;
		 text-align: left;
		 margin-left: 5px;
}
.asmall { font-size: 13px;
         line-height: 15px;
		 font-family: "ＭＳ Ｐゴシック", "Osaka";
		 float: left;
		 width:250px;
		 color: #ffffff;
		 text-align: left;
		 margin-left: 5px;
}
.asmall { font-size: 13px;
         line-height: 15px;
		 font-family: "ＭＳ Ｐゴシック", "Osaka";
		 float: left;
		 width:250px;
		 color: #ffffff;
		 text-align: left;
		 margin-left: 15px;
}
.large { font-size: 18px; line-height: 20px; font-family: "ＭＳ Ｐゴシック", "Osaka";
 font-weight: bolder;}
a {
	color: #333333;
	text-decoration : none;
}
a:link { color: #ffffff; }
a:visited { color: #ffffff; }
a:hover { color: #696969; }
a:active { color: #ffffff; }
img{
	border: 0px none #fff;
}
/*-------------------------------------------------------------ELEMENT -*/
body{
	width:1200px;
	margin:0 auto;
	color: #666666;
	line-height:140%;
	background-color: #000000;
}

/*-------------------------------------------------------------lightbox -*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #000000; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px;}

/*-------------------------------------------------------------MENU -*/
#globalnavi{
	width: 900px;
	height: 30px;
	margin: 0; 
	padding :0;
}
#globalnavi ul {
	margin: 0; 
	padding :0; 
	list-style-type : none; 
}
#globalnavi li {
	display : inline; 
	padding :0; 
	margin:0 3px;
	float:left; 
}
#globalnavi #globalnavi1 a {
	background-image:url(../img/globalnavi1.gif); 
	width:90px; 
	height:30px;
	background-repeat:no-repeat; 
	margin-left: 0px; 
	padding:0;
	background-color:#fff;
	display:block;
}
#globalnavi #globalnavi1 a:hover {
	background-color:#fff; 
	background-image:url(../img/globalnavi1_over.gif);
	width:90px; 
	height:30px; 
	background-repeat:no-repeat;
	margin-left: 0px;
	padding:0;
	display:block;
}
#globalnavi #globalnavi2 a {
	background-image:url(../img/globalnavi2.gif); 
	width:130px; 
	height:30px;
	background-repeat:no-repeat; 
	margin-left: 6px; 
	padding:0;
	background-color:#fff;
	display:block;
}
#globalnavi #globalnavi2 a:hover {
	background-color:#fff; 
	background-image:url(../img/globalnavi2_over.gif);
	width:130px; 
	height:30px; 
	background-repeat:no-repeat;
	margin-left: 6px;
	padding:0;
	display:block;
}
#globalnavi #globalnavi3 a {
	background-image:url(../img/globalnavi3.gif); 
	width:110px; 
	height:30px;
	background-repeat:no-repeat; 
	margin-left: 6px; 
	padding:0;
	background-color:#fff;
	display:block;
}
#globalnavi #globalnavi3 a:hover {
	background-color:#fff; 
	background-image:url(../img/globalnavi3_over.gif);
	width:110px; 
	height:30px; 
	background-repeat:no-repeat;
	margin-left: 6px;
	padding:0;
	display:block;
}
#globalnavi #globalnavi4 a {
	background-image:url(../img/globalnavi4.gif); 
	width:90px; 
	height:30px;
	background-repeat:no-repeat; 
	margin-left: 6px; 
	padding:0;
	background-color:#fff;
	display:block;
}
#globalnavi #globalnavi4 a:hover {
	background-color:#fff; 
	background-image:url(../img/globalnavi4_over.gif);
	width:90px; 
	height:30px; 
	background-repeat:no-repeat;
	margin-left: 6px;
	padding:0;
	display:block;
}
/*-------------------------------------------------------------MAIN -*/
#header{
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 15px;
	margin-right: 30px;
	width:1200px;
}
#main{
	height: 700px;
	width: 950px;
	padding: 0px;
	float: left;
}
#menu{
	padding: 0px;
	float: right;
	width: 250px;
	height: 700px;
	background-image: url(../img/bk.gif);
	text-align: center;
}
#menu1{
	padding: 0px;
	float: right;
	width: 250px;
	height: 190px;
	background-image: url(../img/bk.gif);
	text-align: center;
}
#menu2{
	padding: 0px;
	float: right;
	width: 250px;
	height: 110px;
	background-image: url(../img/bk.gif);
	text-align: center;
}
#menu2_{
	padding: 0px;
	float: right;
	width: 250px;
	height: 148px;
	background-image: url(../img/bk.gif);
	text-align: center;
}
#menu3{
	padding: 0px;
	float: right;
	width: 250px;
	height: 60px;
	background-image: url(../img/bk.gif);
	text-align: center;
}
#menu4{
	padding: 0px;
	float: right;
	width: 250px;
	height: 260px;
	background-image: url(../img/bk.gif);
}
#menu5{
	padding: 0px;
	float: right;
	width: 250px;
	height: 35px;
	background-image: url(../img/bk.gif);
	text-align: center;
}
#menu6{
	padding: 0px;
	float: right;
	width: 900px;
	height: 400px;
	background-image: url(../img/bk.gif);
	text-align: center;
}

#menu7{
	width: 230px;
	height: 35px;
    background-color: #000000;
    margin-left: 10px;
}
#menu71{
	width: 250px;
	height: 225px;
    margin-left: 0px;
	float: left;
}
#menu8{
    background-color: #000000;
    margin-left: 10px;
}
#menu21{
	padding: 0px;
	float: right;
	width: 250px;
	height: 230px;
	background-image: url(../img/bk.gif);
	text-align: center;
}
#mainpr{
	padding: 10px;
	height: 240px;
	width: 150px;
	float: right;
	background-image: url(../img/gbg.gif);
}
#mainpr1{
	padding: 10px;
	height: 240px;
	width: 150px;
	float: right;
	background-image: url(../img/bbg.gif);
}
#slideshow { position:relative; width:630px; height:420px; }
#slideshow img { position:absolute; top:0; left:0; z-index:8; }
#slideshow img.active { z-index:10; }
#slideshow img.last-active { z-index:9; }
.category{
	width: 900px;
	margin: 5px;
}

.categoryleft{
	width: 700px;
	float: left;
}
.categoryright{
	width: 200px;
	float: right;
	margin-left: 10px;
}
.content1{
	width: 150px;
	float: left;
	margin: 0px 15px 30px;
	height: 50px;
}
.news{
	float: left;
	height: 225px;
	width: 250px;
	margin: 0px 0px 0px;
}
.newstitle{
	height: 25px;
	width: 280px;
}
.newsmain{
	height: 250px;
	width: 268px;
	overflow:auto;
	padding: 5px;
	background-image: url(../img/bg.gif);
}
.snewstitle{
	height: 25px;
	width: 250px;
}
.snewsmain{
	height: 200px;
	width: 230px;
	overflow:auto;
	padding: 0px;
	border-left: 4px solid #ffffff;
	margin-left: 10px;
	background-color: #000000;
}
.nextback{
	float: right;
	margin: 5px;
}
.nextbacktop{
	margin: 5px;
}
.snap{
	margin-top: 25px;
	margin-bottom: 100px;
	margin-left: 9px;
	float: left;
	width: 140px;
	height: 250px;
}
#waku{
	width: 560px;
	margin-right: 0px;
	margin-left: 0px;
}
.backnumber{
	float: left;
	width: 280px;
	margin: 13px;
}
.image{
	height: 200px;
	width: 930px;
	margin-top: 10px;
}
.simage{
	height: 200px;
	width: 455px;
	margin-top: 10px;
}
#footer{
	font-size: 12px;
	text-align: right;
	width: 900px;
	margin-top: 30px;
	margin-bottom: 30px;
}

/*-------------------------------------------------------------SHOP -*/
.shop1{
	width: 260px;
	float: left;
	margin-right: 25px;
	margin-left: 25px;
}
.shopleft{
	width: 435px;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}
.shopright{
	width: 435px;
	float: right;
	margin-right: 15px;
	margin-left: 15px;
}
#dataleft{
	float: left;
	width: 600px;
	font-size: 14px; 
	line-height: 18px; 
	font-family: Arial, 
	Helvetica, sans-serif, "?q?‰?M?m?p?S Pro W3", Osaka, "?l?r ?o?S?V?b?N";
}
#dataright{
	float: right;
	width: 300px;
}
.shopdata{
	float: left;
	width: 280px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.shopdatal{
	float: left;
	width: 100px;
}
.shopdatar{
	float: right;
	width: 160px;
	margin: 2px 10px 0px;
}
.content{
	width: 280px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	text-decoration: none;
	padding-top: 5px;
}
.cont{
	width: 280px;
	padding-right: 10px;
	padding-left: 0px;
	float: left;
	text-decoration: none;
	padding-top: 5px;
}
.shopdata1{
	float: left;
	width: 280px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 0px;
}
.shopdatal1{
	float: left;
	width: 100px;
}
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 5px;
background-color: #000000;
}
.vscrollerbar {
width: 5px;
background-color: #ffffff;
}
.hscrollerbase {
height: 0px;
background-color: #000000;
}
.hscrollerbar {
height: 0px;
background-color: #ffffff;
}

.scrollerjogbox {
width: 5px;
height: 0px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #ffffff;
}
#mycustomscroll {
width: 230px;
height: 150px;
overflow: auto;
position: relative;
background-color: #000000;
margin-left: 10px;
}