@charset "utf-8";

#welcomemessage {
	width:590px;
	text-align:center;
	font-size: 1.2em;
	font-weight: bold;
	padding: 8px;
	background-image: url(welcomemessage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 20px 0px;
	color: #033;
	letter-spacing:0.4em;
}

#content {
	width: 500px;
	margin:0 auto 15px auto ;
	padding:13px;
	background-color:#f9f5e3;
	-moz-border-radius:25px;    /* Firefox */
	-webkit-border-radius:25px; /* Safari,Chrome */
	border-radius:25px;         /* CSS3 */
}

.maintitle {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.12em;
	color: #FFF;
	padding:2px;
	margin:10px;

}

#title_image {
	text-align: center;
}

#contentjosetsu table tr td {
	text-align: center;
}

.frame {
	margin:15px;
}

.cel_right {
	background-color:white;
	width:180px;
}

.cel_left {
	font-size:1em; 
	font-weight:bold; 
	background-color:#D1D6DE; 
	width:70px;
}


