#imageArea {
	width: 480px; 
	height: 800px;
	background-color: rgba(255,255,255,0);
}

.fukidashiArea {
	display: block;
	margin: auto;
	background-color: #FFFFFF00;
    color: #FFFFFF;
    font-size: 6;
    border:1px;
    text-align: left;
}

.commentArea {
	/* background-image: url("../images/fukidashi480x50.jpg"); */
	background-repeat: no-repeat;
   	background-position: top center;
   	/* ▼テキストエリアのサイズ */
   	width: 480px;
   	height: 150px;
	display: block;
	margin: auto;
	background-color: #000033FF;
    color: #FFFFFF;
    font-size: 20px;
    border:1px;
    text-align: left;
    resize: none;
    padding: 5px 10px 5px 15px;
}

.questionArea {
	display: block;
	position:absolute; 
	top: 8px;
	left: 0;
	right: 0;
    margin: auto;
    z-index: 10;
    background-color: #FFFFFF00;
    color: #FFFFFF;
    font-size: 6;
    border:1px;
    text-align: left;
}

/*  メニューボタン  */
.menuButtonInner {
	position:absolute; 
	top : 0px;
	left: 0;
	right: 430px;
	margin: auto;
	z-index: 11
}

.interMenuButton {
	display: block;
	position:absolute; 
	background-color: rgba(0,0,0,0.5);
	left: 0;
	right: 0;
	width: 40px; 
	height: 40px; 
    margin: auto;
    z-index: 11
}

/*  ad  */
.interAdInner {
	position:absolute; 
	top : 180px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 11
}

.interAd {
	display: none;
	position:absolute; 
	background-color: rgba(0,0,0,0.5);
	left: 0;
	right: 0;
	width: 480px; 
	height: 640px; 
    margin: auto;
    z-index: 11
}

#closeAd {
	font-size: 35px;
	color:#FFFFFF;
	width: 480px; 
	background-color: rgba(100,100,100,1);
}

/*  link  */
.interLinkInner {
	position:absolute; 
	top : 10px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 11
}

.interLink {
	display: none;
	position:absolute; 
	background-color: rgba(0,0,0,0.8);
	top : 150px;
	left: 0;
	right: 0;
	width: 320px; 
	height: 270px; 
    margin: auto;
    z-index: 11
}

#closeLink {
	font-size: 30px;
	color:#FFFFFF;
	width: 300px; 
	background-color: rgba(100,100,100,1);
}

/*  settings  */
.interSettingInner {
	position:absolute; 
	top : 10px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 11
}

.interSetting {
	display: none;
	position:absolute; 
	background-color: rgba(0,0,0,0.8);
	top : 120px;
	left: 0;
	right: 0;
	width: 320px; 
	height: 400px; 
    margin: auto;
    z-index: 11
}

#closeSetting {
	font-size: 30px;
	color:#FFFFFF;
	width: 300px; 
	background-color: rgba(100,100,100,1);
}

.linkstr {
	display: block;
	margin: auto;
	color: #FFFFFFFF;
    font-size: 6;
    text-align: center;
}

.check {
	width : 24px;
	height : 18px;
}

.errorText { 
	font-size: 10px;
	color:#FF0000;
}

.progressText {
	font-size: 14px;
	color:#000000;	
}

select {
	width: 85%;
  	height: 50px;
  	margin: 0px 0;
  	padding: 0px;
	font-size: 20px;
}

textarea {
	width: 85%;
}
