@charset "UTF-8";

/* トップグローバルナビの設定 ここから */

#gNavi {
	width: 780px;
	height: 100px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20; 
} 

/* トップイメージの設定 ここから */

#topImage {
	width: 780px;
	height: 400px;
	position: absolute;
	top: 80px;
	left: 0;
	zoom: 1;
}
#topImage img {
	position: absolute;
	top: 0;
	left: 0;
}

/* トップロゴの設定 ここから */

#topLogo {
	position: absolute;
	top: 160px;
	left: 20px;
	color: #333;
	z-index: 10;
}
#topLogo h2 {
	margin: 0 auto 10px 2em;
	font-size: 0.8em;
	letter-spacing: 0.8em;
	text-align: center;
}
#topLogo p {
	margin: 15px auto 0 20px;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: center;
}

/* トップトピックスの設定 ここから */

#mainBoxBottom {
	width: 780px;
	height: 312px;
	padding: 485px 0 0 0;
	margin: 0;
	position: relative;
}

#whatsNew {
	width: 300px;
	height: 310px;
	margin: 0;
	border: #CCC 1px solid;
	position: absolute;
	top: 485px;
	left: 0;
	zoom: 1;
}
#whatsNew iframe {
	width: 290px;
	height: 290px;
	margin: 5px;
}

.topTopics {
	border: #CCC 1px solid;
	background-color: #FFF;
	position: absolute;
	zoom: 1;
}
.topTopics a {
	background-position: left top;
	background-repeat: no-repeat;
	/*\*/overflow: hidden;/**/
	display: block;
}
span{
	font-size: 0.9em;
	line-height: 1.4;
	text-decoration: none;
	color: #666;
}
.topTopics span {
	position: absolute;
}
.topTopics span strong {
	color: #FF0099;
	font-weight: normal;
}
.topTopics a:link {
	text-decoration: none;
	color: #666;
}
.topTopics a:hover {
	margin: -2px;
	background-position: right top;
	border: #E60E63 2px solid;
}
.topTopics a:hover span {
	text-decoration: none;
	color: #E60E63;
}


#mailOrder {
	width: 278px;
	height: 66px;
	margin: 0;
	top: 485px;
	left: 310px;
	z-index: 20;
}
#mailOrder a {
	text-indent:-9999px;
	height: 66px;
	background-image: url(../images/top/top_goto_mailorder.gif);
}

#topicsYukata {
	width: 134px;
	height: 234px;
	margin: 0;
	top: 561px;
	left: 310px;
}
#topicsYukata a {
	height: 234px;
	background-image: url(../images/top/topics_yukata.gif);
}
#topicsYukata a span {
	top: 165px;
	left: 18px;
}

#topicsFurisode {
	width: 134px;
	height: 234px;
	margin: 0;
	top: 561px;
	left: 454px;
}
#topicsFurisode a {
	height: 234px;
	background-image: url(../images/top/topics_furisode.gif);
}
#topicsFurisode a span {
	top: 170px;
	left: 10px;
}

#goTwitter {
	width: 180px;
	height: 66px;
	margin: 0;
	top: 485px;
	left: 598px;
}
#goTwitter a {
	width: 180px;
	height: 66px;
	background-image: url(../images/top/top_goto_twitter.gif);
}
#goTwitter a span {
	bottom: 6px;
	left: 10px;
}

#goBlog {
	width: 180px;
	height: 112px;
	margin: 0;
	top: 561px;
	left: 598px;
}
#goBlog a {
	width: 180px;
	height: 112px;
	background-image: url(../images/top/top_blogimage.gif);
}
#goBlog a span {
	top: 12px;
	left: 10px;
}

#goMobile {
	width: 180px;
	height: 112px;
	margin: 0;
	top: 683px;
	left: 598px;
}
#goMobile img {
	position: absolute;
	top: 10px;
	right: 0;
	zoom: 1;
}
#goMobile span {
	top: 20px;
	left: 10px;
}
#goMobile span strong {
	line-height: 2;
	font-weight: normal;
}

