@charset "utf-8";

body {
	background:url(img/bgline.png) repeat-y center top fixed;
}

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote,table,th,td{
	margin: 0;
	padding: 0;
}

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

address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{
	font-style: normal;
	font-weight: normal;
}

fieldset,img,abbr{ border: 0; }
caption,th{ text-align: left; }
q:before,q:after{ content: ''; }
a{ text-decoration: none; }
img{
	border: none;
	vertical-align: bottom;
}

/*--------------------------------------------------------
■リンク設定
--------------------------------------------------------*/
a{ text-decoration: underline; }
a:link{ color: #2A55FF; }
a:visited{ color: #5500FF; }
a:hover{ color: #007FFF; }


/*--------------------------------------------------------
■枠設定
--------------------------------------------------------*/
#container {
	background-color:#FFF;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #7CD302;
	border-right: 1px solid #7CD302;

}
#content {
	margin-top: auto;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	background-color:#FFFFFF;
}
#header {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	height: 295px;
}


#footer{
	font-size:9.5pt;
	margin:20px 0 0 0;
	padding:5px 20px 5px 20px;
	text-align:right;
}


#footer-logo {
	margin:20px 0 0 0;
	background-image: url(img/footer.jpg);
	height: 50px;
}


/*--------------------------------------------------------
■トータル設定
--------------------------------------------------------*/

body{
	margin: 0;
	text-align: center;
	font-family: meiryo, "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}

p{ line-height: 1.4em; }

pre{
	font-size: 11pt;
	margin:15px;
	line-height: 1.8em;
	font-family: meiryo, "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
}

.normaltxt {
	font-size: 11pt;
	line-height: 1.8em;
	margin:10px 30px 10px 30px;
}

.centertxt {
	font-size: 11pt;
	line-height: 1.8em;
	margin:10px 30px 10px 50px;
	text-align:center;
}


ul {
	margin:10px 20px 10px 50px;
}

ol {
	margin:10px 20px 10px 50px;
}

li {
	font-size: 11pt;
	line-height: 1.8em;

}

/*--------------------------------------------------------
見出し
--------------------------------------------------------*/

h1{
	z-index: 1;
	position: absolute;
	margin: 7px 0 0 16px;
	font-size: 8.5pt;
	color: #fff;/*文字色*/
}


h2 {
	clear: both;
	padding-left: 15px;
	font-size: 20pt;
	font-weight: bold;
	line-height: 22pt;
	color: #FFF;/*背景画像*/
	background-image: url(img/subtitle.png);
	background-repeat: no-repeat;
	margin: 50px 0 15px 20px;
	height: 56px;
	padding-top: 12px;
}


h3{
	clear: both;
	margin: 10px 10px 10px 10px;
	padding: 2px 0 0 10px;
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	line-height: 13pt;
	color: #333;/*文字色*/
	background: url(../images/h3back-blue1.gif);/*背景画像*/
}

h4{
	clear: both;
	margin: 12px 25px 8px 20px;
	padding: 0 0 0 10px;
	text-align: left;
	font-size: 17pt;
	font-weight: bold;
	line-height: 45px;
	width:92%;
	color: #333;/*文字色*/
	background: url(img/h4bg.png);/*背景画像*/
}

h4 a {
	color:#fff;
}
/*------------------------------------------------------------
イメージの設定
-------------------------------------------------------------*/
.imgcenter {
	text-align:center;
	margin:20px 0 30px 0;
}

.imgborder {
	border:1px solid #666;
}

.imgleft {
	text-align: left;
	margin:30px 0 20px 20px;
}

.imgleftin {
	text-align: left;
	margin:20px 0 15px 35px;
}


/*------------------------------------------------------------
購入ボックスの設定
-------------------------------------------------------------*/
.sellbox {
	margin:50px 80px 30px 80px;
	padding:40px 0 20px 0;
	border:1px solid #888;
	text-align:center;
}


/*------------------------------------------------------------
color・・・フォントカラーの設定
-------------------------------------------------------------*/
.black{ color: #000!important; }/*黒色*/
.red{ color: #ff0000!important; }/*赤色*/
.blue{ color: #0000dd!important; }/*青色*/
.green{ color: #008000!important; }/*緑色*/
.yellow{ color: #ffff00!important; }/*黄色*/
.navy{ color: #1F26A9!important; }/*紺色*/
.gray{ color: #ccc!important; }/*灰色*/
.orange{ color: #ff6600!important; }/*橙色*/
.pink{ color: #cc6699!important; }/*ピンク色*/
.purple{ color: #660099!important; }/*紫色*/
.olive{ color: #808000!important; }/*黄土色*/
.lime{ color: #00ff00!important; }/*黄緑*/
.aqua{ color: #167FA6!important; }/*水色*/

/*  太字  */
.bblack{ color: #000!important; font-weight:bolder; }/*黒色*/
.bred{ color: #ff0000!important; font-weight:bolder; }/*赤色*/
.bblue{ color: #0000dd!important; font-weight:bolder; }/*青色*/
.bgreen{ color: #008000!important; font-weight:bolder; }/*緑色*/
.byellow{ color: #ffff00!important; font-weight:bolder; }/*黄色*/
.bnavy{ color: #1F26A9!important; font-weight:bolder; }/*紺色*/
.bgray{ color: #ccc!important; font-weight:bolder; }/*灰色*/
.borange{ color: #ff6600!important; font-weight:bolder; }/*橙色*/
.bpink{ color: #cc6699!important; font-weight:bolder; }/*ピンク色*/
.bpurple{ color: #660099!important; font-weight:bolder; }/*紫色*/
.bolive{ color: #808000!important; font-weight:bolder; }/*黄土色*/
.blime{ color: #00ff00!important; font-weight:bolder; }/*黄緑*/
.baqua{ color: #167FA6!important; font-weight:bolder; }/*水色*/

/*  太字＋アンダーライン  */
.ubblack{ color: #000!important;
	font-weight:bolder;
	text-decoration:underline; 
	}/*黒色*/
.ubred{ color: #ff0000!important;
	font-weight:bolder;
	text-decoration:underline;
	}/*赤色*/
.ubblue{ color: #0000dd!important;
	font-weight:bolder;
	text-decoration:underline;
	}/*青色*/
.ubgreen{ color: #008000!important;
	font-weight:bolder;
	text-decoration:underline;
	}/*緑色*/
.ubyellow{ color: #ffff00!important;
	font-weight:bolder;
	text-decoration:underline;
	}/*黄色*/
.ubnavy{ color: #1F26A9!important;
	font-weight:bolder;
	text-decoration:underline;
	}/*紺色*/
.ubgray{ color: #ccc!important; 
	font-weight:bolder; 
	text-decoration:underline; 
	}/*灰色*/
.uborange{ color: #ff6600!important; 
	font-weight:bolder; 
	text-decoration:underline; 
	}/*橙色*/
.ubpink{ color: #cc6699!important; 
	font-weight:bolder; 
	text-decoration:underline; 
	}/*ピンク色*/
.ubpurple{ color: #660099!important; 
	font-weight:bolder; 
	text-decoration:underline; 
	}/*紫色*/
.ubolive{ color: #808000!important; 
	font-weight:bolder; 
	text-decoration:underline; 
	}/*黄土色*/
.ublime{ color: #00ff00!important; 
	font-weight:bolder; 
	text-decoration:underline; 
	}/*黄緑*/
.ubaqua{ color: #167FA6!important; 
	font-weight:bolder; 
	text-decoration:underline; 
	}/*水色*/

.marker_yellow_blk {
	color:#000;
	font-weight:bolder; 
	background-color:#FFFF55;
}	
.marker_yellow_red {
	color:#ff0000;
	font-weight:bolder; 
	background-color:#FFFF55;
}	
.marker_yellow_blue {
	color:#0000ff;
	font-weight:bolder; 
	background-color:#FFFF55;
}	
.marker_lime_blk {
	color:#000;
	font-weight:bolder; 
	background-color:#AAFF00;
}			
.marker_lime_blue {
	color:#0000ff;
	font-weight:bolder; 
	background-color:#AAFF00;
}
	

/*------------------------------------------------------------
更新情報欄の設定
-------------------------------------------------------------*/
.verup {
	border:3px solid #8CFE04;
	background-color:#f4f4f4;
	margin:15px 20px 12px 20px;
	padding:6px 5px 5px 5px;
	font-size:12px;
}

.verup p {
	line-height:185%;
}



/*-------------------------------------------------------------
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(./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;
	background-color: #000;
	filter: alpha(opacity=25); 
	-moz-opacity:2.5; 
	opacity:2.5;
}

	
/*------------------------------------------------------------
特定商取引法の設定
-------------------------------------------------------------*/
.payment_table1 {
	width:600px;
	margin:auto;
	background-color:#999;
}

.payment_cell_1 {
	color: #000;
	font-size:9.5pt;
	background-color: #AAD4FF;
	text-align:left;
	padding:5px;
	line-height: 1.6em;
	width: 170px;
	}

.payment_cell_2 {
	background-color:#FFF;
	font-size:9.5pt;
	text-align: left;
	padding:5px;
	line-height: 1.6em;
	}
