﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */

body {
	background-image:url(../img/bk.png);
	background-repeat:repeat;
	overflow-x:auto;
	height:100%;
	font-size:13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
a			{ text-decoration:none; }
a:link		{ color: #90C; }
a:visited	{ color: #90C; }
a:hover		{ color: #90C; }
a:active	{ color: #90C; }

.letter { letter-spacing:-1px; }	

#wrap {
	min-width:980px;
	position:relative;
	z-index:12;
	width:11150px;
	height:600px;
	padding:30px 0px 30px 30px;
	background-color:#FFF;
	word-break:break-all;
	}

#title {
	width:900px;
	height:600px;
	margin-right:40px;
	float:left;
	}

	
#title #first { 
	position:absolute;
	top:30px;
	left:30px;
	z-index:2;
	}
	
#title #second {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 3;
	}
	
#scroll_img {
	position: absolute;
	width: 900px;
	height: 600px;
	left: 970px;
	background-color:#fff;
	z-index: 11;
	top: 30px;
	display:none;
	}
	
	
	
/*product_photo ---------------------------------------------------------
---------------------------------------------------------------*/	
.product_photo img {
	float:left;
	display:block;
	padding:0px 30px 0px 0px;
	}

/*shop_info--------------------------------------------------*/	
.shop_text {
	float:left;
	position:relative;
	width: 900px;
	height: 600px;
	padding:0px 30px 0px 0px;
	}
	
.shop_text img {
	padding:0px !important;
	float: none !important;
	}

.shop_text a:link	{ color: #96F; }
.shop_text a:visited { color: #96F; }
.shop_text a:hover	{ color: #96F; border-bottom:#96F 1px solid; }
.shop_text a:active	{ color: #96F; }	

.shop_text div {
	position:absolute;
	bottom:20px;
	left:40px;
	width:800px;
	letter-spacing:2px;
	line-height:150%;
	color:#FFF;
	text-align:center;
	font-size:12px;
	}
	
.shop_text div h1 {
	font-size:14px;
	padding-bottom:5px;
	}
	
	
/*shop_info--------------------------------------------------*/	
.information_text {
	float:left;
	position:relative;
	width: 900px;
	height: 600px;
	padding:0px 30px 0px 0px;
	}
	
.information_text img {
	padding:0px !important;
	float: none !important;
	}		

.information_text a:link	{ color: #96F; }
.information_text a:visited { color: #96F; }
.information_text a:hover	{ color: #96F; border-bottom:#96F 1px solid; }
.information_text a:active	{ color: #96F; }	

.information_text div {
	background-image:url(../img/back.png);
	padding:20px;
	position:absolute;
	top:20px;
	right:50px;
	width:470px;
	line-height:180%;
	color:#FFF;
	font-size:11px;
	}
	
.information_text h1 {
	font-size:14px;
	display:block;
	width:65%;
	float:left;
	letter-spacing:1px;
	font-weight:normal;
	height:30px;
	}		
	
.information_text a {
	font-size:12px;
	display:block;
	width:160px;
	float:right;
	text-align:right;
	letter-spacing:1px;
	}		

.information_text div h2 {
	font-size:11px;
	font-weight:normal;
	letter-spacing:2px;
	padding-bottom:5px;
	padding-top:10px;
	margin-bottom:5px;
	border-bottom:solid #666 1px;
	}	
	

/* scroll ------------------------------------------------ */
#scroll {
	position:absolute;
	right: 0px; 
	top:50%;
	margin-top:-15px;
	width:30px;
	height:30px;
	cursor:pointer;
	background:url(../img/arrow_02.png) no-repeat 0px 0px;
	 }
	 
#scroll:hover { 
	background:url(../img/arrow_02.png) no-repeat 0px -30px;
	}

#arrow {
	position: absolute;
	left: 935px;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	background: url(../img/arrow_01.png) no-repeat 0px 0px;
	}