@charset "utf-8";

/* My_MailBox内部構成
---------------------------------------------------------------- */
#tobira {
	width:800px;
	height:500px;
	background:url(../img/bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	margin:auto;
}

#first {
}

#first #rightContents, #first #leftContents {
	padding-top:215px;
	text-align:center;
}

#first #rightContents {
	width:400px;
	height:85px;
}

#first #leftContents {
	width:400px;
	height:85px;
}

#second {
}

#second #rightContents, #second #leftContents {
	padding-top:145px;
	text-align:center;
}

#second #rightContents {
	width:400px;
	height:55px;
}

#second #leftContents {
	width:400px;
	height:55px;
}

#text {
	margin-top:40px;
	font-size:12px;
	color:#333;
	text-align:center;
}

#text p {
	width:600px;
	text-align:left;
	margin:0px auto 20px;
}

#tobiraFooter {
	background:url(../img/tobiraFooter.png);
	background-repeat:no-repeat;
	width:778px;
	height:41px;
	padding:3px 10px 4px;
	border:solid 1px #CCC;
}

#plugin_text {
	width:400px;
	margin:auto;
	color:#333;
}

#plugin {
	width:378px;
}


