@charset "utf-8";

/* Common */

*{
	margin: 0;
	padding: 0;
}
body {
	background: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px;
	text-align: left;						/* 念のため、IE5対応用（バグを利用） */
	background-image: url(img/shop_header.gif);
	background-repeat: repeat-x;
}

/* レイアウト基本 */

#wrap {
  width: 900px;
	margin: 0px auto 15px auto;
}
#header {
	height: 127px;
	position: relative;
}
#contents {
	background-image: url(img/shop_bg.gif);
	background-repeat: repeat-y;
}
#footer {
  color: #FFF;
	text-align: center;
}
#left {
	float: left;
	text-align: left;
	width: 180px;
	margin-right: 25px;
	color: #FFF;
}
#right {
	float: right;
	width: 695px;
}
#cb {
	clear: both;
}


/* header */
.header_logo {
}
.header_copy {
	position: absolute;
	top: 0px;
	left: 417px;
}
.header_topb a {
  width: 160px;
	height: 30px;
	position: absolute;
	top: 41px;
	left: 740px;
	background-image: url("img/shop_topb.jpg");
}
.header_topb a:hover {
  width: 160px;
	height: 30px;
	position: absolute;
	top: 41px;
	left: 740px;
	background-image: url("img/shop_topb_on.jpg");
}


/* リンクまわり */

a:link, a:visited {							/* リンクの記述は、link、visited、hover、activeの順 */
	color: #fff;
}
a.footer_link:link, a.footer_link:visited {	/* フッターにリンクを貼る場合のクラス */
	color: #ff0;
}
a:hover {									/* カーソルが上にある時のリンク */
	color: #e85298;
}
a.footer_link:hover {						/* フッターにリンクを貼る場合のクラス（マウスオーバー時） */
	color: #e85298;
}
a:active, a:focus{							/* リンクのフォーカス時の枠を消す */
	outline:none;
}
a img {
	border-style:none;
}


/* contents */
#top {
	position: relative;
	height: 561px;
}
.main_img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.news {
	position: absolute;
	top: 415px;
}
.news_box {
	color: #000;
	width: 444px;
	height: 95px;
	padding: 10px;
	line-height: 16px;
	background-color: #FFF;
	position: absolute;
	top: 446px;
	overflow: auto;
	left: 0px;
}
.banner_bls a {
	width: 212px;
	height: 147px;
	display: block;
	background-image: url("img/shop_banner_bls.jpg");
	position: absolute;
	top: 415px;
	left: 483px;
}
.banner_bls a:hover {
	width: 212px;
	height: 147px;
	display: block;
	background-image: url("img/shop_banner_bls_on.jpg");
	position: absolute;
	top: 415px;
	left: 483px;
}
.star img {
  padding: 5px 5px 10px 10px;
	vertical-align: middle;
}


/* footer */
#copyright {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
address{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	border-top: thin solid #bbb;
	color: #ccc;
	padding-top: 10px;
}


/* 公式ドール */
#top2 {
	position: relative;
	height: 770px;
}
#top3 {
	position: relative;
	height: 630px;
}
.content_title {
	position: absolute;
	top: 0px;
	left: 0px;
}
.content_img {
	position: absolute;
	top: 45px;
	left: 0px;
}
.content_gallery {
	position: absolute;
	top: 517px;
	left: 0px;
}
.content_gsn {
  width: 695px;
	position: absolute;
	top: 556px;
}
.content_gsn img{
	padding-right: 2.9px;
}
.content_garrow {
	position: absolute;
	top: 625px;
	left: 0px;
}
.content_spec {
	position: absolute;
	top: 655px;
	left: 0px;
}
.content_spectext {
	position: absolute;
	top: 694px;
	left: 0px;
	color: #FFF;
	line-height: 17px;
	width: 414px;
}
.content_spec_of {
	position: absolute;
	top: 517px;
	left: 0px;
}
.content_spectext_of {
	position: absolute;
	top: 555px;
	left: -1px;
	color: #FFF;
	line-height: 17px;
}

/* biglobe_store_menu */
ul.button_store {
	list-style: none;
	width: 262px;
	height: 63px;
	position: absolute;
	top: 695px;
	left: 433px;
}
ul.button_store li{
	width: 262px;
	height: 63px;
}
ul.button_store a{
	display: block;
	width: 262px;
	height: 63px;
	background-repeat: no-repeat;
} 
a.biglobestore {
	background-image: url("img/button_biglobestore.gif");
}
a.biglobestore:hover {
  background-position: 0px -63px;
}
a span {
	display: none;
}

ul.button_store_of {
	list-style: none;
	width: 262px;
	height: 63px;
	position: absolute;
	top: 556px;
	left: 433px;
}
ul.button_store_of li{
	width: 262px;
	height: 63px;
}
ul.button_store_of a{
	display: block;
	width: 262px;
	height: 63px;
	background-repeat: no-repeat;
} 
a.biglobestore_of {
	background-image: url("img/button_biglobestore.gif");
}
a.biglobestore_of :hover {
  background-position: 0px -63px;
}
a span {
	display: none;
}

/* biglobe_store_menu2 */
ul.button_store2 {
	list-style: none;
	width: 262px;
	height: 63px;
	position: absolute;
	top: 695px;
	left: 433px;
}
ul.button_store2 li{
	width: 262px;
	height: 63px;
}
ul.button_store2 a{
	display: block;
	width: 262px;
	height: 63px;
	background-repeat: no-repeat;
} 
a.biglobestore2 {
	background-image: url("img/button_biglobestore2.gif");
}
a.biglobestore2:hover {
  background-position: 0px -63px;
}
a span {
	display: none;
}

/* biglobe_store_menu3 */
ul.button_store3 {
	list-style: none;
	width: 262px;
	height: 63px;
	position: absolute;
	top: 695px;
	left: 433px;
}
ul.button_store3 li{
	width: 262px;
	height: 63px;
}
ul.button_store a{
	display: block;
	width: 262px;
	height: 63px;
	background-repeat: no-repeat;
} 
a.biglobestore3 {
	background-image: url("img/button_biglobestore3.gif");
}
a.biglobestore3:hover {
  background-position: 0px -63px;
}
a span {
	display: none;
}

/* biglobe_store_menu4 */
ul.button_store4 {
	list-style: none;
	width: 262px;
	height: 63px;
	position: absolute;
	top: 695px;
	left: 433px;
	background-image: url("img/button_biglobestore4.gif");
}
ul.button_store4 li{
	width: 262px;
	height: 63px;
}
ul.button_store4 a{
	display: block;
	width: 262px;
	height: 63px;
	background-repeat: no-repeat;
} 
