@charset "utf-8";
/* CSS Document */

@import url('/font/roboto-reg.css');
.mid-sec
{
	margin:0 auto;
	width:100%;
	height:251px;
	background:url(/images/mid-sec.png) center;
}

.mid-sec-in
{
	margin:0 auto;
	position:relative;
	width:1102px;
	height:252px;
	font-family: 'robotoregular', arial;
	font-size:15px;
	color:#4e4e4e;
}
.welcome
{
	position:absolute;
	top:75px;
	left:2px;
	width:1100px;
	height:120px;
	line-height:33px;
}

.plus
{
	position:absolute;
	bottom:1px;
	left:500px;
	width:113px;
	height:47px;
	background:url(/images/plus.png) no-repeat;
}
.plus:hover
{
	background:url(/images/plus_hvr.png) no-repeat;
}