/* for Menu.jsp */

#maintenancePopUp {
	height:420px;
  width:400px;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-210px;
  margin-left:-200px;
  display: none;
  background-color: white;
  border-radius: 5px;
}
#maintenanceMessage {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}
#maintenanceSentence {
	font-size: 12px;
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#maintenanceButtonArea {
	text-align: center;
	margin-top: 30px;
}
.maintenanceButton {
	padding: 5px;
	margin: 0px 10px;
}

#maintenance2PopUp {
  height:420px;
  width:400px;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-210px;
  margin-left:-200px;
  display: none;
  background-color: white;
  border-radius: 5px;
}
#maintenance2Message {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}
#maintenance2Sentence {
	font-size: 12px;
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#maintenance2ButtonArea {
	text-align: center;
	margin-top: 30px;
}

#otherLangPopUp {
  height:660px;
  width:600px;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-330px;
  margin-left:-300px;
  display: none;
  background-color: white;
  border-radius: 5px;
}
#otherLang2PopUp {
  height:660px;
  width:600px;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-330px;
  margin-left:-300px;
  display: none;
  background-color: white;
  border-radius: 5px;
}
#otherLang3PopUp {
  height:660px;
  width:600px;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-330px;
  margin-left:-300px;
  display: none;
  background-color: white;
  border-radius: 5px;
}
#otherLangMessage {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}
#otherLangSentence1 {
	font-size: 12px;
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#otherLangSentence2 {
	font-size: 12px;
	color:#000080;
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#otherLangSentence3 {
	font-size: 16px;
	color:#000080;
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	border: #ffa500 solid 2px;
	font-weight: bold;
}
#otherLangButtonArea {
	text-align: center;
	margin-top: 30px;
}
.maintenanceButton {
	padding: 5px;
	margin: 0px 10px;
}

.block {
    padding: 10px 20px;
    margin: 0 65px 0px 50px;
    font-weight: bold;
    background: #ffb6c1;
}

.block2 {
    padding: 10px 20px;
    margin: 0 65px 0px 50px;
    font-weight: bold;
    background: #f0e68c;
}

.block3 {
    padding: 10px 20px;
    margin: 0 65px 0px 50px;
    font-weight: bold;
    background: #add8e6;
}

#demoPopUp {
  height:740px;
  width:840px;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-370px;
  margin-left:-420px;
  display: none;
  background-color: white;
  border-radius: 5px;
}
#demoMessage {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}
#demoSentence {
	font-size: 12px;
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#demoButtonArea {
	text-align: center;
	margin-top: 30px;
}
.demoButton {
	padding: 5px;
	margin: 0px 10px;
}

#autumnTextPopUp {
  height:687px;
  width:573px;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-286px;
  margin-left:-343px;
  display: none;
  background-color: white;
  border-radius: 5px;
  z-index: 20;
}


/* グレーレイヤー */
div#glayLayerMenu{
	display:none;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:black;
	filter:alpha(opacity=60);
	opacity: 0.60;
}

/* メッセージ表示 */
.mainSectionInnerLogin .formBox{ width:310px; margin:0 auto; margin-bottom:30px;}
.mainSectionInnerLogin #infomationBox{
 	margin-left: 380px;
 	margin-top: -250px;
 	width: 360px;
	border:3px solid #7cbcb5;
	border-radius:10px;
	padding:8px 12px 0 14px;
	height:200px;
	font-size: 13px;
	font-family: Arial;
	color: #26A0D3;
	padding-bottom: 3px;
	line-height: 1.6em;
}
.mainSectionInnerLogin #infomationBox p{
	font-size:14px;
	line-height:1.45em;
	color:#333;
}
.mainSectionInnerLogin h2 {
	margin-top: 0px;
	font-size: 13px;
	color: #26A0D3;
	height: auto;
	padding: 0;
	padding-bottom: 3px;
	line-height: 1.6em;
	clear: both;
}

.message{
	margin-top: 5px;
}