@import url(common.css);

/*** coming soon (index_coming.html) ***/
#comingBody {
	margin: 0;
	padding: 0;
	background: #130D08 url(../images/background_coming.jpg) center top no-repeat;
}

#comingBox {
	width: 780px;
	height: 580px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/background_coming.jpg) center top no-repeat;
}


/*** content (index.php) ***/
#contentBody {
	margin: 0;
	padding: 0;
	background: #130D08 url(../images/bg_top_rev.jpg) center top no-repeat;
}

#contentBox {
	width: 780px;
	height: 580px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/bg_top_rev.jpg) center top no-repeat;
}

ul#menu {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#menu li {
	margin: 0;
	padding: 0;
}

ul#menu li a span {
	visibility: hidden;
}

li#menu01 {
	position: absolute;
	top: 66px; /* 172-106px */
	left: 28px;
	width: 160px;
	height: 118px;
}

li#menu02 {
	position: absolute;
	top: 194px; /* 300-106px */
	left: 65px;
	width: 128px;
	height: 120px;
}

li#menu03 {
	position: absolute;
	top: 224px; /* 330-106px */
	left: 327px;
	width: 145px;
	height: 105px;
}

li#menu04 {
	position: absolute;
	top: 242px; /* 348-106px */
	left: 481px;
	width: 138px;
	height: 100px;
}

li#menu05 {
	position: absolute;
	top: 177px; /* 283-106px */
	left: 619px;
	width: 114px;
	height: 122px;
}

li#menu06 {
	position: absolute;
	top: 46px; /* 152-106px */
	left: 622px;
	width: 138px;
	height: 122px;
}

li#menu07 {
	position: absolute;
	top: 242px; /* 348-106px */
	left: 197px;
	width: 130px;
	height: 100px;
}

li#menu_twitter {
	position: absolute;
	top: 345px; /* 451-106px */
	left: 335px;
	width: 212px;
	height: 48px;
}

li#menu_banner {
	position: absolute;
	top: 345px; /* 451-106px */
	left: 550px;
	width: 212px;
	height: 48px;
}

li#menu01 a {
	display: block;
	width: 160px;
	height: 118px;
	text-decoration: none;
	background: url(../images/menu01.jpg) 0 0 no-repeat;
}

li#menu02 a {
	display: block;
	width: 128px;
	height: 120px;
	text-decoration: none;
	background: url(../images/menu02.jpg) 0 0 no-repeat;
}

li#menu03 a {
	display: block;
	width: 145px;
	height: 105px;
	text-decoration: none;
	background: url(../images/menu03.jpg) 0 0 no-repeat;
}

li#menu04 a {
	display: block;
	width: 138px;
	height: 100px;
	text-decoration: none;
	background: url(../images/menu04.jpg) 0 0 no-repeat;
}

li#menu05 a {
	display: block;
	width: 114px;
	height: 122px;
	text-decoration: none;
	background: url(../images/menu05.jpg) 0 0 no-repeat;
}

li#menu06 a {
	display: block;
	width: 138px;
	height: 122px;
	text-decoration: none;
	background: url(../images/menu06.jpg) 0 0 no-repeat;
}

li#menu07 a {
	display: block;
	width: 130px;
	height: 100px;
	text-decoration: none;
	background: url(../images/menu07.jpg) 0 0 no-repeat;
}

li#menu_twitter a {
	display: block;
	width: 212px;
	height: 48px;
	text-decoration: none;
	background: url(../images/banner_twitter.jpg) 0 0 no-repeat;
}

li#menu_banner a {
	display: block;
	width: 212px;
	height: 48px;
	text-decoration: none;
	background: url(../images/banner_rakuten.jpg) 0 0 no-repeat;
}

li#menu01 a:hover, li#menu02 a:hover, li#menu03 a:hover, li#menu04 a:hover, li#menu05 a:hover, li#menu06 a:hover, li#menu07 a:hover {
	background-position: 0 -150px;
	text-decoration: none;
}

/*** upper_message ***/
#upperMsg {
	position: relative;
	width: 780px;
	height: 0;
	margin: 0 auto;
}

#upperMsg p {
	position: absolute;
	padding: 7px 6px 0 130px;
	color: #E0D5AC;
	font-size: 80%;
	line-height: 120%;
}

#upperMsg p a {
	color: #E0D5AC;
	text-decoration: none;
}

#upperMsg p a:hover {
	color: #DED9C5;
	text-decoration: underline;
}


/*** message (not use) ***/
#message {
	position: relative;
	top: 19px;
	left: 563px;
	width: 194px;
	height: 106px;
	background: none;
/*	background: url(../images/piece_msg_top.jpg) 0 0 no-repeat; */
}

#message p {
	padding: 22px 25px 15px 15px;
	font-size: 80%;
	line-height: 120%;
}

#message a {
	color: #663300;
	text-decoration: none;
}

#message a:hover {
	color: #B6370C;
	text-decoration: underline;
}


/*** counter ***/
p#counter {
	float: right;
	margin: 5px 5px 0 0;
	font-size: 10px;
	line-height: 100%;
}


