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

html, body{font: "sans-serif", small Tahoma, Arial, Verdana; color:#333; margin:0; padding:0; border-width:0; word-wrap:break-word;}
h1, p{padding: 0; margin: 0;}

body{
	background-color: #ebebeb;
	background-image: url(../image/background.png);
	background-repeat: repeat-x;
}
.container{
	background-image: url(../image/background2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.container .main{
	margin: 0 auto;
	overflow: hidden;
}
@media(min-width:1200px){
	.container .main{
		width: 800px;
	}
}
@media(max-width:1199px){
	.container .main{
		width: 80%;
		max-width: 800px;
	}
}
.container .main .title{
	text-align: center;
	margin-top: 120px;
}
.container .main h1{
	text-align: center;
	font-size: 36px;
	text-shadow: 0 2px 4px #ccc;
	line-height: 1;
	margin: 60px 0;
}
.container .main p{
	text-align: justify;
	line-height: 2;
	margin-top: 24px;
	font-size: 18px;
}
.container .main .p1{
	padding-left: 24px;
	transition: background 0.5s, box-shadow 0.5s, padding 0.5s;
	-webkit-transition: background 0.5s, box-shadow 0.5s, padding 0.5s;
	-moz-transition: background 0.5s, box-shadow 0.5s, padding 0.5s;
	-o-transition: background 0.5s, box-shadow 0.5s, padding 0.5s;
}
.container .main .p1:hover{
	padding: 14px 20px;
	background-color: #e5e5e5;
	box-shadow: 0 4px 4px #bfbfbf;
	border-radius: 10px;
}
.container .bottom{
	margin-top: 60px;
	text-align: center;
}
.container .bottom img{
	width: 100%;
	max-width: 898px;
}