@charset "UTF-8";
/* **************************
 TOP PAGE
************************** */

/*-----------------------------------------------
RESET
-----------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,br{ margin: 0px; padding: 0px;}

ul,li{
 list-style:none;
	}

img{
	border:0;
	
 }

/*body, textarea { font-family: "Arial", "ＭＳ Ｐゴシック", sans-serif;}
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }
textarea, input { border:1px solid #ccc; background:#fff; padding:3px;}*/


/* --------------------------------------------
 BODY
----------------------------------------------*/
body{
	margin:0px;
	background:#FFE100;
	color: #333;
	font-size:80%;
	line-height:1.4;
}
/* For modern browsers */
.clearfix:before,.clearfix:after{
	content:"";
	display:table;
}
.clearfix:after{ clear:both; }
.clearfix{ overflow:hidden;}

/* For IE 6/7 (trigger hasLayout) */
.clearfix{ zoom:1; }
.clearfix{ overflow:hidden;}

/*------------------------------------*\
    BORDERS
\*------------------------------------*/

#top, #bottom, #left, #right {
	background: #fff;
	position: fixed;
	z-index:9999;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 10px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top, #bottom {
		left: 0; right: 0;
		height: 10px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }
		
		
	@media screen and (max-device-width: 320px) {
	#top, #bottom, #left, #right { display: none; }
}
		
/*-----------------------------------------------
LINK COLOR
-----------------------------------------------*/
a:link{ 
	color: #FF0066;
	text-decoration:none;
}
a:visited{ 
	color: #FF0066;
}
a:hover {
	color: #339999;
	text-decoration:underline ;
}
a:active {
	color: #FF0066;
		text-decoration:underline ;
}

/* --------------------------------------------
 HEADER
----------------------------------------------*/
#header{
	margin:0px auto;
	width:100%;
	max-width:1300px;
	height:150px;
	position:absolute;
	z-index:1000;
	top:0;
	left:0;
	}

#header #usalogo{
	padding-top:15px;
	padding-left:20px;
	position:absolute;
	
	}
	

#header ul.nav01{
	margin-top:30px;
	margin-right:12px;
	padding:0px;

	list-style:none;
	top:0;
	right:0px;
	position:absolute;
	z-index:1500;
}

#header ul.nav01 li{
	margin-right:4px;
	padding:0;
	float:right;
}


/* --------------------------------------------
 FOOTER
----------------------------------------------*/
#footer{
	margin:0 auto;
	padding-top:8px;
	/*width:100%;*/
	width:960px;
	min-height:34px;
	background:#FFE100;

}
#footer.topfooter{
	width:100%;
	max-width: 1300px;
	margin-top: -70px;
}

#footer p{
	margin:0px;
	float:left;
}

.copyright_box{
	margin-right:7px;
	float:right;
	
}

/* --------------------------------------------
 container 
----------------------------------------------*/
#container{
	margin:0px auto;
	max-width:1300px;
	min-width:960px;
	position:relative;

}

/* --------------------------------------------
 contents 
----------------------------------------------*/
#contents{
	margin:0px auto;
	width:100%;

}
#contents .logotext{
	position:absolute;
	top:94px;
	margin-left:20px;
	z-index:200;
}

/* --------------------------------------------
 appbox 
----------------------------------------------*/
#appbox{
	padding:10px 0 5px;
	width:100%;
	min-width:1280px;
	margin:-70px auto 30px;
	background:#FFE100;
	
	}
	#app{
	width:1220px;
	padding:5px 0px 20px;
	margin:0px auto 30px;
	background:#fff;
	
	-webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -webkit-border-bottom-right-radius: 10px;  
    -webkit-border-bottom-left-radius: 10px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
    -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 10px;  
	
	}
	
#apphd{
	width:1170px;
	height:350px;
	background:url(../images/img_appimg.jpg) top right no-repeat;
	margin:30px auto 0px;
}
#apphd img{
	vertical-align:middle;
}
#apphd p.apphd_p{
	margin-right:380px;
	padding:10px;
}


#apptxt{
	margin:0px auto 10px;
	width:1154px;
	padding-left:8px;
	color:#333;
	
}

#apptxt li.libox{
	width:355px;
	min-height:180px;
	padding:8px 13px;
	margin-bottom:20px;
	float:left;
		border-left:dotted 2px #F8D2E2;
}

#apptxt .rightline{
	border-right:dotted 2px #F8D2E2;
	
}


#apptxt li h4{
	color:#F60;
	height:2.5em;
	line-height:3.3;
	min-height:40px;
	margin-left:5px;
	padding-left:65px;
	font-size:120%;
	padding-bottom:15px;
}

#apptxt li h4.bgusa01{
	background:url(../images/appttl04img01.gif) top left no-repeat;
}
#apptxt li h4.bgusa02{
	background:url(../images/appttl04img02.gif) top left no-repeat;
}
#apptxt li h4.bgusa03{
	background:url(../images/appttl04img03.gif) top left no-repeat;
}



#apptxt li .apptxtin li{
	list-style:outside disc;
		border:none;
		margin-left:20px;
		margin-bottom:5px;
}


#apptxt p{
	padding:3px 0px 10px 20px;
}

#app #applinks{
	margin:12px 0 15px 10px;
	width:790px;
	border:1px solid #999;
}

#app #applinks li{
	background:#fff;
	padding:0px 0px 0px 17px;
	width:365px;
	height:100px;
	float:left;
}

#app #applinks li a img{
	margin-top:18px;
	float:left;
}

#app #applinks li p{
	padding:15px 15px 2px;
	float:left;
	width:120px;
}

#app #applinks li .qr{
	margin-top:8px;
	float:right;
	
}
.app_li{
border-left:1px #999 solid;
margin-left:10px;
}


/* --------------------------------------------
 bnrbox 
----------------------------------------------*/
#bnrbox{
	background:url(../images/bg_bnrbox.png) top left repeat-x;
	margin:693px auto 0px;
	width:100%;
min-width:1300px;
	height:130px;
	position:relative;
	z-index:300;
	top:-80px;
}

#bnrbox .bnrlist{
	margin-left:10px;
	padding:0;
	
}

#bnrbox .bnrlist li{
	background:url(../images/bnr00_white.png) left top no-repeat;
	margin-left:20px;
	padding:0;
	float:left;
	display:block;
	
}
#bnrbox .bnrlist li a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: “alpha( opacity=60 )”;

}


/* --------------------------------------------
 rainbow_usa 
----------------------------------------------*/

#rainbow_usa{
	background:url(../images/img01_rainbow_usa.png) top right no-repeat;
		min-width:393px;
		height:140px;
		top:550px;
		right:20px;
	padding-top:60px;
	position:absolute;
	z-index:400;
}

#rainbow_usa .usaface{
		top:105px;
		right:139px;
	position:absolute;
	z-index:400;
}





/* --------------------------------------------
 page_container 
----------------------------------------------*/
#page_container{
	margin:0px auto 70px;
	width:960px;
	position:relative;

}

/* --------------------------------------------------
   page contents
-------------------------------------------------- */

#page_contents{
	margin:100px auto 0px;
	padding:5px 30px 50px;
	width:860px;
	background:#fff;
}

#page_contents h1,#page_contents h2{
	margin:10px auto 20px;
	width:348px;
}

#page_contents .pageh3{
	text-align:center;
	font-size:140%;
	color:#E50112;
	padding:5px 3px;
}

#page_contents p.komered{
	width:760px;
	color:#888;
	padding-left:20px;
	margin:0px auto 30px;
}



#page_contents .chara_p{
	text-align:center;
	font-size:130%;
	color:#666;
	padding:15px 3px 5px;
}

#page_contents .banner_p{
	text-align:center;
	font-size:130%;
	color:#666;
	padding:5px 3px;
}

#page_contents .licensee_p{
	font-size:120%;
	color:#333;
	padding:15px 40px;
	line-height:1.5;
}
#page_contents .licensee_p strong{
	font-size:110%;
	color:#0A50A1;
}
#page_contents .licensee_p span{
	font-size:110%;
	color:#FFF;
	padding:5px 10px 3px;
	background:#FE9B00;
	margin:5px;
	line-height:2.5;
	font-weight:100;
}

#page_contents .dl_p{
	font-size:120%;
	color:#333;
	padding:15px 40px;
	line-height:1.5;
}


#page_contents .pagetop{
	text-align:right;
	margin:5px 10px;
}


/*キャラクターページ--------------------------------------------------------*/
/* --------------------------------------------
 bnrbox 
----------------------------------------------*/
#bnrbox_page{
	background:url(../images/bg_bnrbox.png) top left repeat-x;
	margin:0px auto;
	width:100%;
	/*min-width:1230px;*/
	height:140px;
	position:relative;
	z-index:100;
	top:55px;
}

#bnrbox_page .bnrlist_page{
	margin-left:10px;
	padding:0;
	
}

#bnrbox_page .bnrlist_page li{
	background:url(../images/bnr00_white.png) left top no-repeat;
	margin-left:20px;
	padding:0;
	float:left;
	
}

#bnrbox_page .bnrlist_page li a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: “alpha( opacity=60 )”;

}

/* --------------------------------------------
 rainbow_usa 
----------------------------------------------*/

#rainbow_usa_page{
	background:url(../images/img01_rainbow_usa.png) top right no-repeat;
		width:393px;
		height:140px;
		bottom:-40px;
		right:10px;
	padding-top:60px;
	position:absolute;
	z-index:150;
}

#rainbow_usa_page .usaface{
		top:105px;
		right:139px;
	position:absolute;
	z-index:400;
}

/* --------------------------------------------
 character viewer 
----------------------------------------------*/

#viewer {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}
#viewer div {
	margin:0 auto;
	border:6px #FFE100 solid;
	width: 400px;
	height: 300px;
	overflow: hidden;
	position: relative;
}
#viewer div img {
	top: 0;
	left: 0;
	position: absolute;
}

#viewer ul {
	margin-top:20px;
	width: 816px;
}

#viewer ul li {
	margin:1px;
	width: 100px;
	float: left;
	display: inline;
}

#viewer .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

#viewer .click_txt {
margin-top:-30px;
	position:relative;
}

#viewer .charadeco {
	margin-top:-30px;
top:40px;
left:179px;
	position:relative;
	z-index:9999;
}


/* =======================================
	ClearFixElements
======================================= */
#viewer ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#viewer ul {
	display: inline-block;
	overflow: hidden;
}



/*会社案内ここから---------------------------------------------------------*/

#company_table{
	font-size:110%;
				margin:20px auto 40px;
    border-spacing: 0;
	 		width:760px;
    border-top: 1px solid #999;
				border-left: 1px solid #999;
				line-height:1.5;
}
#company_table th,
#company_table td {
    padding:10px 40px;
    background:#FFF;
    border-bottom:solid 1px #999;
    border-right:solid 1px #999;
}
#company_table th {
    background:#FCC;
				text-align:center;
    color:#666;
				font-weight:600;
}


/*会社案内バナーここから--------------------------------------------------------*/

#banner_table{
	font-size:110%;
				margin:20px auto 40px;
    border-spacing: 0;
	 		width:760px;
				line-height:1.2;
				border-top:solid 1px #999;
				border-left:solid 1px #999;
}
#banner_table td {
	text-align:center;
    padding:10px;
    background:#FFF;
    border-bottom:solid 1px #999;
    border-right:solid 1px #999;
				
}
#banner_table th {
	font-weight:100;
	text-align:center;
    padding:10px;
    background:#FCC;
    border-right:solid 1px #999;
}


/*ライセンシー募集ここから--------------------------------------------------------*/

#contactbox{
	border:2px solid #FE9B00;
	width:560px;
	margin:20px auto;
	padding:20px 15px 25px;
	
	-webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -webkit-border-bottom-right-radius: 10px;  
    -webkit-border-bottom-left-radius: 10px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
    -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 10px;  

}

/*---ウサコレ劇場ここから----------------------------------------------------------------------------------------------------
 panel
-----------------------------------------------*/	

#mask {
	width:600px;
	overflow:hidden;
	margin:0 auto;
}

#panel {

}

#panel div {
float:left;

}

#panel-1 {
}

#panel-2 {
}

#panel-3 {
}

#panel-4 {
}

#panel-5 {
}
.boxbox{
	width:600px;
	height:400px;
}

p.movie_p{
	text-align:center;
	margin:50px auto;
	font-size:150%;
	color:#fff;
}

	
	

#moviebox ul {
	margin:20px auto;
	width: 560px;
}

#moviebox ul li {
	margin:5px;
	float: left;
	display: inline;
}
#moviebox ul li a{
	height:100%;
	margin:0 auto;
	width:100px;
	color:#3D1E0A;
	text-decoration:none;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display:block;
		text-align:center;
}

#moviebox a.selected{
	border:#FFE100 solid 2px;
	margin-top:-2px;
	
}

/*-------------------------------------------------------------------------------------------------------
 ダウンロードここから
-----------------------------------------------*/	
#dlbox_ul{
	margin:20px auto 10px;
	width:790px;
	text-align:center;
	color:#E50112;
	
}

#dlbox_ul li{
	width:140px;
	height:220px;
	margin:0 9px 20px;
	float:left;
	
}

#dlbox_ul li .wpimg{
	border:1px solid #FFAA01;
	margin-bottom:2px;
	
}
#dlbox_ul li a{
	margin-bottom:1px;
	margin-left:1px;
	
}


#printpdf_ul{
	margin:20px auto 10px;
	width:790px;
	text-align:center;
	color:#E50112;
	
}

#printpdf_ul li{
	width:245px;
	height:340px;
	padding:10px 7px;
	margin-bottom:20px;
	float:left;
	border-top:solid 2px #FFD9EA;
	border-bottom:solid 2px #FFD9EA;
		border-left:solid 2px #FFD9EA;
	
}

#printpdf_ul .rightline{
	border-right:solid 2px #FFD9EA;
	
}


#printpdf_ul li strong{
	font-size:120%;
}
#printpdf_ul li img{
	margin-top:8px;
	
}

#get_acrobat{
	margin:30px auto 40px;
	width:760px;
	
	
}

#get_acrobat dt{
	width:88px;
	height:40px;
	margin-top:2px;
	float:left;
}
#get_acrobat dd{
	width:640px;
	height:40px;
	margin-left:20px;
	float:left;
}

/*-------------------------------------------------------------------------------------------------------
 ウサゲームさめがめ　ここから
-----------------------------------------------*/	
#samegamebox{
	width:760px;
	height:100%;
	margin:0 auto 30px;
	
}


