@charset "UTF-8";
/* CSS Document */

#introduce {
	width:700px;
	height:410px;
	position:relative;
	background:url(../img/index_image.jpg) no-repeat;
	margin:10px 0 30px;
}

#introduce div {
	position:absolute;
	left:15px;
	bottom:0;
}

#introduce h3 {
	width: 650px;
	background:none;
	color:#ffffff;
	font-family:"Times New Roman", Times, serif;
	font-size:130%;
	line-height:1.4;
	font-weight:normal;
}

#introduce p {
	width: 380px;
	color:#ffffff;
	line-height:1.4;
}
