/* 基本レイアウト設定 ---------------------------------- 
 width,height,float,backgournd,padding,margin
 @import "lightbox.css";
 @import "site/module.css";
------------------------------------------------------- */

/* 実際のBODYスタイル */
#BodyArea{ margin-left: auto; margin-right: auto; background-color:#FFFFFF; width:850px; height:100%;}
/* ヘッダー部分スタイル */
#header { height: 100px;width : 850px;}
/* ボディー部分 */
#body {
	text-align:left;
	height:1500px;
	background-image : url(../file/bg_middle.gif);
	background-repeat : repeat-y;background-position : 0px 0px;
}
#menu { width:625px; margin:0 0 30px 15px;}

#menu #ListBtn{
	padding-right:7px;
	text-align:right;
	background-image : url(../file/btn/line.gif);
	background-repeat : no-repeat;
	background-position : 100% 0;
}

#menu #ListBtn IMG{
	padding-left:3px;
	background-image : url(../file/btn/line.gif);
	background-repeat : no-repeat;
	background-position : 0px 0px;
	margin-right:-4px;
}

#text { float: right; width: 630px;  height:100%;}
#footer {
	clear:both;
	border-top:3px solid #A7A956;
	height: 100px;
}

#BodyTable{
	height:100%;
	width:850px;
	background-image : url(../file/bg_bottom.gif);
	background-repeat : no-repeat;background-position : 100% 100%;
}

#BodyTd{
	vertical-align:top;
	padding:40px 50px 0 85px;
	background-image : url(../file/bg_header.gif);
	background-repeat : no-repeat;background-position : 0px 0px;
}

#top_left{
	float:left;
	width:410px;
	padding:15px;
	/* background-color:red; */
}

#top_right{
	/* background-color:blue; */
	float:right;
	width:380px;
	padding:15px;
}

/* 共通スタイル ---------------------------------- 
 width,height,float,backgournd,padding,margin
------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	padding:0;margin:0;
	border-spacing: 0px;
	font-size: 11px;
	font-weight:normal;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
	color:#8C8C8C;
}

INPUT,TEXTAREA{
	padding:3px;
	border:1px solid #A7A956;
}
.submit{
	padding:2px;
	background-color:#F1F2E0;
}
img { border: none; }
ul, ol { list-style: none; }

body{
	scrollbar-face-color: #A7A956;
	scrollbar-arrow-color: #CCCC92;
	scrollbar-base-color: #CCCC92;
	scrollbar-shadow-color: #CCCC92
	scrollbar-highlight-color: #A7A956;
	background-color:#FFFFFF;
}

A:LINK	{color : #A7A956; text-decoration : underline; }
A:VISITED	{color : #A7A956; text-decoration : none; }
A:ACTIVE	{color : #A7A956; text-decoration : underline; }
A:HOVER	{color : #ff8000; text-decoration : underline blink; }

.s_font{
	font-size:9px;
	line-height:12px;
	padding:0 0 3px 3px;
}
.FormSet{
	margin-left:-80px;
	text-align:center;
	clear:both;
}
.table_style TH{
	padding:7px 5px;
	text-align:left;
}
.table_style TD{
	text-align:left;
}


/* 共通ページ(プライバシーポリシー、通販法における表記など)
--------------------------------------------------------------------------- */
.table_style{
	width:95%;
	background-color : #D6D7A9;
	margin-top:3px;
	margin-bottom:10px;
}

.td_style1{
	width : 20%; 
	padding:3px;
	padding-left:7px;
	background-color : #F1F2E0;
	vertical-align:top;
}

.td_style2{
	 
	padding:3px;
	padding-left:7px;
	background-color : #FFF;
}

.MainTitle{
	font-size:15px;
	font-weight:bold;
}

.InnerTitle{
	background-image : url(../file/icon/flower.gif);
	background-repeat : no-repeat;background-position : 0px 50%;
	font-weight:bold;
	font-size:13px;
	padding-left:20px;
}
.MainDetail{
	margin:10px 0 40px 15px;
	line-height:20px;
	font-size:11px;
}

/* フッター
------------------------------------------------------------------------------------------ */
.footter{
	font-size : 9pt;
	text-align: right;
	line-height : 180%;
	padding:10px 10px 0px 0px;
}

/* 著作権表示
--------------------------------------------------------------------------- */
.copyright{
  color: #888;
  text-align : right;
  padding : 5px 0px 5px 0px;
  line-height:180%;
}
.copyright a:link , .copyright a:hover, .copyright a:active, .copyright a:visited{
	COLOR: #888;
}


/* 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: #fff; 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(file/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(file/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; background-color: #000; }

/* --------------------------------------------------------------------------- */
