@charset "UTF-8";

/*base*/
*{
	margin:0;
	padding:0;
}

body {
	color: #000000;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 12px;
	line-height: 16px;
}

a:link {
	color: #DA351E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DA351E;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
#gloval-nav .current {
	color: #FF6600;
}
#gloval-nav .current a {
	color: #FF6600;
}


#container {
	width: 930px;
	background-attachment: scroll;
	background-position: left top;
	margin:0 !important;
	padding:0 !important;
	background-repeat: no-repeat;
}

#contents {
	margin-top: 23px;
	margin-left: 30px;
	width: 885px;
}
#gloval-nav {
	height: 60px;
	font-size: 14px;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #DA351E;
}

#gloval-nav li {
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	padding-right: 20px;
	line-height: 60px;
	height: 60px;
	background-image: url(../images/navi_point.png);
	padding-left: 38px;
}

#footer {
	clear: both;
	text-align: center;
	width: 540px;
	background-color: #FFFFFF;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.9em;
}
#footer #link li {
	float: left;
	padding-bottom: 2px;
	padding-left: 8px;
}
#footer address {
	clear: both;
}
#link:after {  
     content: ".";  
     display: block;  
     visibility: hidden;  
     height: 0.1px;  
     font-size: 0.1em;  
     line-height: 0;  
     clear: both;  
} 

.totop {
	text-align: right;
	clear: both;
	padding-top: 20px;
	width: 530px;
}
#title {
	padding-top: 57px;
	padding-left: 30px;
}

/*レイアウト*/
#contents  .clum_box {
	width: 535px;
	clear: both;
	padding-bottom: 10px;
}
.clum_box  a:link {
	color: #DA351E;
	text-decoration: none;
}

.clum_box a:visited {
	text-decoration: none;
	color: #DA351E;
}
.clum_box a:hover {
	text-decoration: none;
	color: #FF9900;
}
.clum_box a:active {
	text-decoration: none;
	color: #FF9900;
}

.clum_box dt {
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 5px;
	clear: both;
}

.clum_box dd {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.clum_box ul {
	padding-left: 20px;
	padding-top: 10px;
	width:400px;
	float:left;
}
.clum_box ul img {
	padding-right: 5px;
	padding-bottom: 2px;
}
.clum_box li {
	padding-bottom: 8px;
}
.clum_box li a {
	color: #000000;
}

.clum_box .schedule {
	width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.schedule  th {
	width: 20%;
}
.schedule  td {
	width: 40%;
}

.clum_box .schedule2 {
	width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.schedule2   th {
	width: 50%;
}
.schedule2   td {
	width: 50%;
}

.clum_box h2 {
	background-image: url(../images/navi_point02.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 60px;
	line-height: 3.1em;
	clear: both;
	border: 1px solid #333333;
	font-size: 1.2em;
	font-weight: bold;
	color: #D70C18;
	margin-top: 30px;
	height: 3.1em;
}

.clum_box:after {  
     content: ".";  
     display: block;  
     visibility: hidden;  
     height: 0.1px;  
     font-size: 0.1em;  
     line-height: 0;  
     clear: both;  
}
 
.clum_box #movie {
	padding-top: 20px;
	padding-bottom: 10px;
	float: left;
}

.banner  {
	padding-top: 5px;
	line-height: 1.5em;
	float: right;
}

.banner1  {
	margin-top: 115px;
	line-height: 1.5em;
	float: right;
}


/*キャラクター紹介*/
.chara_box {
	margin-top: 20px;
	margin-bottom: 20px;
}

.chara_box:after {  
     content: ".";  
     display: block;  
     visibility: hidden;  
     height: 0.1px;  
     font-size: 0.1em;  
     line-height: 0;  
     clear: both;  
}
.chara_box h3  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DA3720;
	border-right-color: #DA3720;
	border-bottom-color: #DA3720;
	border-left-color: #DA3720;
	padding-left: 10px;
	font-size: 1.1em;
	line-height: 2.1em;
}
.chara_img  {
	float: left;
	width: 205px;
	padding-top: 15px;
	padding-left: 10px;
}
.chara_txt {
	float: left;
	width: 320px;
	padding-top: 15px;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}


/*スタッフ紹介*/
.staff_box {
	margin-top: 20px;
	margin-bottom: 20px;
}

.staff_box:after {  
     content: ".";  
     display: block;  
     visibility: hidden;  
     height: 0.1px;  
     font-size: 0.1em;  
     line-height: 0;  
     clear: both;  
}
.staff_box h3  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DA3720;
	border-right-color: #DA3720;
	border-bottom-color: #DA3720;
	border-left-color: #DA3720;
	padding-left: 10px;
	font-size: 1.1em;
	line-height: 2.1em;
}
.staff_img  {
	float: right;
	width: 205px;
	padding-top: 15px;
	padding-left: 10px;
}
.staff_txt {
	float: left;
	width: 550px;
	padding-top: 15px;
}
.staff_box dl {
	padding-left: 20px;
	padding-top: 10px;
}
.staff_box  .staff_txt dt {
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1.05em;
	float: left;
	padding: 0px 20px 0px 0px;
	clear: left;
}
.staff_box .staff_txt dd {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	line-height: 1.8em;
}
.staff_box .staff_txt .song {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	line-height: 1.8em;
	clear: both;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

#qrcode {
	float:right;
	width:100px;
	padding-top:10px;
	padding-right:10px;
	text-align:center;
	font-size:0.8em;
	padding-bottom:20px;
}
#qrcode img {
	padding-top:7px;
}

/*スペシャル*/

#typeA {
	width:200px;
	float:left;
}

#typeB {
	width:230px;
	float:right;
	padding-right:30px:
}

li {
	list-style:circle;
}

#typeA ul {
	margin-bottom:30px;
}

#typeB ul {
	margin-bottom:30px;
}

.clum_box h3 {
	height:30px;
	width:490px;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:8px;
	padding-left:10px;
	border-left:10px solid #d80c18;
	border-bottom:1px solid #d80c18;
	line-height:2.0em;
	font-size:1.2em;
	color: #d80c18;
}
/*スペシャル ie6*/
*html body #typeA {
	width:200px;
	float:left;
}

*html body #typeB {
	width:230px;
	float:right;
	padding-right:30px:
}

*html body #typeA ul {
	margin-bottom:30px;
	padding: 0px;
	width: 150px;
}

*html body #typeB ul {
	margin-bottom:30px;
	padding: 0px;
	width: 150px;
}
