@charset "UTF-8";
/* CSS Document */
body {
	line-height: 1.5;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/top_back2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a { cursor:pointer; }
footer a:link {
	color: #534741;
	text-decoration: none;
}
#contener #first h1 {
	padding-top: 50px;
	padding-left: 50px;
}
footer a:visited { color: #FFF;text-decoration: none;}
footer a:hover{ color: #f7f4b5;text-decoration: underline;}
footer a:active { color: #f7f4b5;}

/* --------------------------------------------------
	. pagetop
-------------------------------------------------- */


.backtotop {
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 9000;
	display: none;
}    

.backtotop a {
	display: block;
	margin: 0;
	border-radius: 5px;
	text-decoration: none;
	font-size: 12px;
	background-image: url(../img/scrollup.png);
	background-repeat: no-repeat;
	height: 73px;
	width: 55px;
	padding-top: 14px;
	padding-right: 6px;
	padding-bottom: 14px;
	padding-left: 6px;
}
.backtotop a em {
	visibility: hidden;
}

.backtotop a:hover {
	background-image: url(../img/scrollup_o.png);
	background-repeat: no-repeat;
}

/* --------------------------------------------------
	. footer
-------------------------------------------------- */

footer {
	min-height: 100px;
	margin-top: 70px;
	background-image: url(../img/bg_footer.png);
	background-repeat: repeat;
}

footer .shell {
	width: 975px;
	position: relative;
	background-image: url(../img/ft_title01.png);
	background-repeat: no-repeat;
	background-position: right 25px;
	padding-top: 24px;
	padding-right: 7.5;
	padding-bottom: 20px;
	padding-left: 7.5;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
footer .shell .pagetop {
	position:absolute;
	right:10px;
	top:10px;
}
h1.title a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
}
footer .supported {
	margin-top:10px;
}
footer nav {
	margin-top:30px;
	z-index:100;
}
footer nav li {
	padding-right: 0px;
	margin-right: 0px;
	float: right;
	color: #FFFFFF;
	background-image: url(../img/ft_slash.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 30px;
}
footer .copyright {
	margin-top: 80px;
	font-size: 0.8em;
	color: #534741;
}
.shell a em {
	visibility: hidden;
	height: 26px;
	display: block;
	width: 306px;
	text-align: right;
	margin-left: 654px;
}

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

	リスト関係

====================================================*/
ul, ol, li {
	list-style:none;
}
.shell h5 {
	position: absolute;
	left: 39px;
	top: 40px;
}


/* --------------------------------------------------
	. clumbox
-------------------------------------------------- */
.clumbox {
	overflow:hidden;
	zoom:1;
}
.clumbox li a {
	color: #534741;
}
.lefty {
	float:left;
}

.righty {
	float:right;
}



/* global navi 
--------------*/

#gNav {
	height: 175px;
	width: 960px;
	margin-top: 13px;
	overflow: hidden;
	line-height: 0;
	background-image: url(../img/bg_gnavi.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#gNav ul {
	width: 930px;
	padding-top: 110px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#gNav ul li {
	/*	background:url(../cmn_img/img_gnavi.gif) left top no-repeat;*/
	float: left;
	font-size: 0;
	line-height: 0;
	height: 48px;
	margin: 0px;
	padding: 0px;
}

#gNav ul li.last{
	margin-right:0;
	padding-right:0;
	border:none;}

#gNav ul.gNavList li a {
	background-image: url(../img/img_gnavi.png);
	background-repeat: no-repeat;
	display: block;
	height: 48px;
}
/* global navi normal
---------------------*/

#gNav ul.gNavList #home a {
	background-position: left top;
	width: 155px;
}
#birth a {
	background-position: -155px 0px;
	width: 155px;
}
#goods a {
	background-position: -310px 0;
	width: 155px;
}
#purchase a {
	background-position: -465px 0;
	width: 155px;
}
#webshop a {
	background-position: -620px 0;
	width: 155px;
}
#contact a {
	background-position: -775px 0;
	width: 155px;
}
#gNav .gNavList em {
	visibility: hidden;
}
#gNav ul.gNavList #home a:hover
    {
	background-position: left -48px;
	width: 155px;
}
#gNav .gNavList .current #home a {
	background-position: left -48px;
	width: 155px;
}
#gNav ul.gNavList #birth a:hover
    {
	background-position: -155px -48px;
	width: 155px;
}
#gNav .gNavList .current #birth a {
	background-position: -155px -48px;
	width: 155px;
}
#gNav ul.gNavList #goods a:hover
    {
	background-position: -310px -48px;
	width: 155px;
}
#gNav .gNavList .current #goods a {
	background-position: -310px -48px;
	width: 155px;
}
#gNav ul.gNavList #purchase a:hover
    {
	background-position: -465px -48px;
	width: 155px;
}
#gNav .gNavList .current #purchase a {
	background-position: -465px -48px;
	width: 155px;
}
#gNav ul.gNavList #webshop a:hover
    {
	background-position: -620px -48px;
	width: 155px;
}
#gNav .gNavList .current #webshop a {
	background-position: -620px -48px;
	width: 155px;
}
#gNav ul.gNavList #contact a:hover
    {
	background-position: -775px -48px;
	width: 155px;
}
#gNav .gNavList .current #contact a {
	background-position: -775px -48px;
	width: 155px;
}
