@charset "utf-8";

/* **************************************
*Since: 2008-12-09
*Modified: 2008-12-09
************************************** */


/* mainContents
---------------------------------------------------------------------------------------- */
/* easyTime
------------------------------------------------- */
#easyTime{
	padding:0px 0px 140px 0px;
	background:url(images/main_side_images.jpg) no-repeat top left;
}

#easyTime #title{
	background:#999;
	color:#fff;
	text-align:left;
	padding:3px 10px 4px 10px;
	margin-bottom:120px;
}


#easyTime #messageForm{
	margin:0px 90px;
	width:680px;
	text-align:center;
}


#easyTime #messageForm .inner{
	float:left;
	width:680px;
	text-align:center;
}

#easyTime #messageForm .form{
	width:360px;
	margin:0 auto;
}

#easyTime #messageForm .inner p{
	width:360px;
	text-align:left;
}


#easyTime #messageForm .inner input{
	border:1px solid #666;
}

#easyTime #messageForm .inner span input{
	border:0px;
}

#easyTime #messageForm .inner input.input01{
	width:360px;
	height:20px;
	margin-bottom:15px;
}

#easyTime #messageForm .inner input.input02{
	width:360px;
	height:20px;
	margin-bottom:10px;
}


#easyTime #messageForm .inner .input{
	width:360px;
	margin-top:50px;
}

#easyTime #messageForm .inner input.noborder{
	border:0px;
}


