/**********************************

二階層目専用CSS

***********************************/


body {
	background-image: url(../img/second_repeat.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	overflow-y:scroll;
}

.bg {
	z-index: -1;
	height: 100%;
	width:100%;
	position: fixed;
}

#footer .link {
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 20px;
}
#footer .link a {
	color: #999;
}
#footer .link a:hover {
	color: #666;
	text-decoration: none;
}

/*グローバルメニュー*/
#gNavi{
	position: relative;
	z-index: 5;
	background-image: url(../img/menu_bg.png);
	background-repeat: repeat-x;
	height: 135px;
}

#gNavi ul{
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 280px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#gNavi li{
	position: relative;
	float: left;
	text-align: right;
	padding-top: 5px;
}

#gNavi li a{
	position: relative;
	padding-top: 4px;
	display: block;
	height: 125px;
	width: 55px;
	text-align: center;
	background-image: url(../img/navi.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#gNavi li.selected {
	background-image: url(../img/select.png);
	background-repeat: no-repeat;
}

#gNavi .rogo{
	margin-left: 270px;
	float: left;
}
#gNavi .rogo a{
	display: block;
	height: 118px;
	width: 169px;
	background-image: url(../img/rogo_2nd.png);
}


/*------------------------------
二階層目メニュー
------------------------------*/
#menu2nd{
	text-align: center;
	top:188px;
	position:absolute;
}

#menu2nd ul{
	list-style-type: none;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu2nd li{
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	background-image: url(../img/menu2nd_bg.png);
	margin-bottom: 10px;
}
*:first-child+html #menu2nd li {
	float: left;
}
#menu2nd li a{
	padding-top: 25px;
	width: 20px;
	height: 200px;
	display: block;
	text-decoration: none;
	color: #000;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 1.3em;
	font-size: 15px;
}
#menu2nd li a:hover{
	color: #666;
	background-image: url(../img/bg_footer.png);
}
#menu2nd li a.selected{
	color: #900;
	background-image: url(../img/menu2nd_select.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu2nd li.new{
	background-image: url(../img/new2nd.png);
	background-repeat: no-repeat;
	background-position: center top;	
}

#menu2nd .pagetop a{
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	border: 1px solid #333;
	padding-right: 5px;
	padding-left: 5px;
	background-position: right;
	margin-top: 5px;
	font-size: 13px;
}
#menu2nd .pagetop a:hover{
	color: #63C;
}

/*------------------------------
二階層目共通
------------------------------*/

#second {
	font-size: 14px;
	line-height: 1.8em;
	top: 70px;
	color:#000;
	padding-bottom: 150px;
	/*text-shadow: 1px 1px 2px #000,0px 0px 3px #666;*/
	padding-top: 20px;
}
.blackLine{
	background-image: url(../img/blackline.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#second .contents {
	background-repeat: no-repeat;
	background-position: left 30px;
	margin-left: 180px;
	padding-left: 120px;
	padding-top: 30px;
	margin-bottom: 400px;
	color: #333;
}

#footer p{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #fff;
}


/* キャラクター ////////////////////////////////////////////*/
#chara {
	background-image: url(../chara/img/main_bg.png);
	background-repeat: no-repeat;
	background-position: center 150px;
	height: 1500px;
}

#cMenu{
	background-image: url(../chara/img/manu_bg.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-left: 40px;
	position: absolute;
	top:-500px;
	z-index: 2;
	width: 250px;
}
#cMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#cMenu ul li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	position: relative;
}
#cMenu li .new {
	position: absolute;
	top: 3px;
	left: 5px;
	z-index: 11;
}

#cMenu ul li a {
	color: #333;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	line-height: 1em;
	height: 90px;
	width: 25px;
	text-decoration: none;
	background-image: url(../chara/img/name.png);
	display: block;
	text-indent: -9999px;
	background-repeat: repeat-x;
}
#cMenu li:hover {
	background-image: url(../chara/img/hover.png);
	background-repeat: no-repeat;	
}

#cMenu li.selected {
	background-image: url(../chara/img/selected.png);
	background-repeat: no-repeat;	
}

#chara #loader{
	font-size: 15px;
	color: #999;
	background-image: url(../chara/img/load.gif);
	background-repeat: no-repeat;
	position: absolute;
	margin-top: 250px;
	margin-left: 500px;
	text-align: center;
	height: 48px;
	width: 48px;
	padding-top: 50px;
	padding-left: 3px;
	display: none;
}

#chara .main {
	height: 1500px;
	position: relative;
	opacity:0;
	left: -50px;
}

#chara .name {
	position: absolute;
	background-repeat: no-repeat;
	width: 1050px;
	z-index: 1;
	background-position: right top;
	text-align: right;
}

#chara .name .change {
	padding-top: 40px;
	padding-right: 280px;
}

#chara .name .change p img {
	border: 2px solid #FFF;
	margin-bottom: 5px;
	cursor:pointer;
}

#chara .name .change p img.selected {
	border: 2px solid #900;
}

#chara .name .change p .bgImg{
	background-image: url(../chara/img/thum.jpg);
	padding-top: 60px;
	background-repeat: no-repeat;
	background-position: right top;
}

#chara .txt {
	position: absolute;
	top: 580px;
	color: #333;
	text-shadow: 0px 0px 2px #fff,0px 0px 2px #fff,0px 0px 2px #fff,0px 1px 2px #fff,1px 1px 2px #fff,1px 1px 2px #fff,0px 0px 5px #fff;
	margin-left: 50px;
	z-index: 2;
	padding: 20px;
}

/*サンプルボイス*/
#chara #voiceBox{
	padding-top: 60px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../chara/img/thum_voice.jpg);
	margin-left: 718px;
	text-align: right;
	margin-top: 20px;
}
.svplayer{
	padding-bottom: 10px;
}

.svplayer a {
	background-image:url(../chara/img/svbtm.png);/*ボタン画像※外部CSSに入れる場合はパスに注意*/
	height: 54px;/*ボタン用画像の縦幅*/
	width: 54px;/*ボタン用画像の横幅*/
	display: block;
	cursor:pointer;
}

.svplayer a img {
	border:0px;
}

.svplayerRemove{
	position: absolute;
	top: -10px;
}




/* ギャラリー ////////////////////////////////////////////*/
.g_menu .inner {
	clear:left;
	height: 83px;
	overflow: hidden;
	margin-bottom: 10px;
	background-image: url(../gallery/img/thum_bg.jpg);
	padding-left: 5px;
}
.g_menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position:relative;
}
.g_menu li{
	float: left;
	padding: 0px;
	cursor:pointer;
	border: 2px solid #fac537;
	margin: 5px;
	background-color: #FFF;
	height: 68px;
	width: 122px;
}
.g_menu li.selected {
	border: 2px solid #900;
}
.g_menu li .img {
	position: relative;
	top: -75px;
	left: -5px;
}

.imgImport {
	background-color: #1F1F1F;
	padding: 10px;
	width: 730px;
	color: #FFF;
	background-image: url(../gallery/img/bg.jpg);
	background-repeat: no-repeat;
}
.imgImport .txt {
	margin-top: 20px;
	letter-spacing: 1px;
	font-size: 13px;
	color: #ccc;
	text-shadow: 0px 0px 10px #000,0px 0px 5px #000;
	overflow: hidden;
	margin-right: 10px;
	margin-left: 10px;
}
.g_menu p {
	float: left;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	cursor:pointer;
}
.g_menu p:hover {
	background-image: url(../gallery/img/cat_hover.png);
}

.g_menu p.selected {
	background-image: url(../gallery/img/cat_on.png);
}

.cg{
	height: 411px;
	width: 730px;
}

#movie ul{
	list-style-type: none;
	text-align: center;
	color: #E8AC3C;
}
#movie li{
	float: left;
	padding: 10px;
	background-color: #1F1F1F;
	margin-bottom: 20px;
}
#movie li img{
	border: 2px solid #E8AC3C;
	margin-bottom: 5px;
}

/* システム ////////////////////////////////////////////*/
#system .box{
	border-left:#900 5px solid;
	border-bottom:#000 2px solid;
	background-image: url(../img/bg_footer.png);
	margin-bottom:40px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}

#system h1{
	padding-left:10px;
	padding-bottom:15px;
	margin-bottom:5px;
}

#system .box .img{
	border:#000 5px solid;
	margin-bottom: 20px;
}

#system .box .txt{
	letter-spacing: 3px;
	line-height:1.4em;
}




/* 製品情報 ////////////////////////////////////////////*/
#spec .sp_rogo {
	float:left;
	padding-top:50px;
	padding-right: 25px;
}

#spec #info .waku {
	border: 1px solid #999;	
}
#spec #info .txt {
	background-image: url(../img/bg_footer.png);
	margin-left: 320px;
	margin-right: 20px;
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 23px;
	letter-spacing: 3px;
	padding-right: 23px;
	border-left:#900 5px solid;
	border-bottom:#000 2px solid;
}
#spec #info .txt table tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#spec #limited .box {
	background-image: url(../info/img/limited.png);
	background-repeat: no-repeat;
	padding-left: 360px;
	height: 460px;
	padding-top: 70px;
}
#spec #yoyaku .box {
	background-image: url(../info/img/yoyaku.png);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 410px;
	height: 350px;
}

#spec .box h1 {
	margin: 0px;
	padding: 0px;
	letter-spacing: 2px;
	font-size: 25px;
	line-height: 1.2em;
}
#spec #song .box{
	border-left:#900 5px solid;
	border-bottom:#000 2px solid;
	background-image: url(../img/bg_footer.png);
	margin-bottom:40px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	font-size: 18px;
}
#spec #song .box h2{
	font-size: 35px;
	line-height: 1.8em;
	color: #900;
	margin: 0px;
	padding: 0px;
}
#spec .smallTxt{
	font-size: 12px;
	line-height: 1.4em;
	letter-spacing: 0em;
	padding-top: 10px;
	color: #666;
}
#spec #list a{
	background-color: #FFF;
	border: 1px solid #FFF;
	display: block;
	height: 170px;
	width: 220px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
#spec #list a.large{
	width: 450px;
}
#spec #list a:hover{
	border: 1px solid #FC0;
}



/* 贈り物 ////////////////////////////////////////////*/
#special #banner .txt {
	background-image: url(../img/bg_footer.png);
	padding: 25px;
	margin-bottom: 50px;
}
#special #banner .img {
	font-size: 40px;
	line-height: 1.2em;
	color: #000;
	text-shadow: 1px 1px 3px #000;
}

#special #banner .img img {
	margin: 5px;
	padding: 2px;
	border: 2px solid #FFF;
}

#special #wp p {
	float: left;
	border: 2px solid #FFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#special #wp p img {
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;	
}

#special #wp p a {
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	color: #FFF;
	letter-spacing: 2px;
}

#special #ct p a:hover {
	background-color: #FFF;
	color: #000;
}
#special #ct p {
	border: 2px solid #FFF;
	width: 484px;
	margin-left: 70px;
}
#special #ct p img {
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;	
}
#special #ct p a {
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	color: #FFF;
	letter-spacing: 2px;
}

#special #ct p a:hover {
	background-color: #FFF;
	color: #000;
}

#special #ct .ctLink a{
	background-color: #FFF;
	color: #000;
}
#special #ct .ctLink a:hover{
	background-color: #ccc;
}
