.title{
    /**
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	behavior: url(ie-css3.htc);
    **/
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	height: 180px;
	margin-bottom: 40px;
	margin-top: 30px;
	background-repeat: round;
	background-image: url(../img/inquiry.png);
}

.select{
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	behavior: url(ie-css3.htc);
	text-decoration: none;
	font-family: "Meiryo UI";
	font-size: 28px;
	color: #ffffff;
	background-image: url(../menu/title.png);
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 300px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
}

.select a:link{
	text-decoration: none;
	color: #ffffff;
}

.select a:visited{
	color: #ffffff;
}


.logo_text{
	color: #ffffff;
	font-size: 40px;
	font-family: "Meiryo UI";
	position: relative;
	text-align: center;
	vertical-align: middle;
	line-height: 250px;
	text-shadow: 2px 2px 5px gray;
}