@charset "utf-8";
/* CSS Document */

body{
	font-family:"Adelle-Regular";
	margin:0;
	padding:0;
	color:#555555;
	line-height:20px;
	
	
}

.wrapper{
	width:78%;
	margin:0 auto;
}

.wrapper-inn{
	float:left;
	margin:10px 0 0 0;
	
	
}
.top{
	
	
	width:100%;
	padding:10px 20px;
	margin:0;
	float:left;
	/*border:1px solid #efefef;*/
	border-bottom:0px;
}

.top-in{
	
	width:100%;
	padding:0;
	margin:0;
	float:left;
	
}

.bot{
		/*border:1px solid #efefef;*/
	width:100%;
	float:left;
	padding:20px;
	}
	
	.left-l {
	float:left;
	width:23%;
	margin-right:4%
}
.left{
	float:left;
	width:36%;
	margin-right:4%
}

.right{
	float:left;
	width:33%;
}

.clear{
	clear:both;
	height:0px;
	}
	
	.clear1{
	clear:both;
	height:20px;
	}

	
	h1,h2, h3,p{
		
	}
	h1{
		text-align:center;
		font-size:36px;
		font-weight:100;
		line-height:34px;
		font-family:Rockwell,Courier Bold,Courier,Georgia,Times,Times New Roman,serif;
		
	}
	h2{
		text-align:center;
		font-size:21px;
		font-weight:100;
		color:#d35a01;
		line-height:26px;
		font-family:Rockwell,Courier Bold,Courier,Georgia,Times,Times New Roman,serif;
	}
	h4{
		color:#038e01;
		text-align:center;
		font-size:28px;
		margin-top:0;
		line-height:34px;
		font-weight:100;
		
		
	}
	h3{
		font-size:15px;
		
		font-weight:100;
		font-family:Rockwell,Courier Bold,Courier,Georgia,Times,Times New Roman,serif;
		color:#FFF;
		margin-top:15px;
		background:#038e01;
		padding:5px 3px;
		
		
		
	}
	
	p{
		font-size:14px;
	}
	
	.logo{
		
		
		margin:5px 0 20px 0;
	}
	
	.logo img{
		
	}
	
	.inq{
		
		float:left;
		width:95%;
		padding:12px;
		-webkit-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
border:1px solid #dddddd;
background:#f7f5f0;

	}
	.inq-left{
		float:left;
		width:42%;
		margin-right:5%;
		margin-bottom:20px;
		color:#333333;
		font-size:14px;
		font-weight:100;
		
	}
	.inq-right{
		float:left;
		width:53%;
		margin-bottom:20px;
		
	}
	
	input[type="text"] {
		border:1px solid #dddddd;
		padding:5px;
		width:90%;
	}
	
	select {
		border:1px solid #dddddd;
		padding:6px;
		width:92%;
		color:#8a8a8a;
	}
	
	input[type="submit"] {
		
		padding:12px;
		width:68%;
		font-size:18px;
		color:#FFF;
		background:#ee782b;
		border:0px;
		-webkit-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
		
	}
	textarea{
		border:1px solid #dddddd;
		padding:5px;
		width:90%;
		height:50px;
	}
	
	.list{
		margin:0;
		padding:0 0 0 20px;
	}
	
	.list li{
		list-style:square;
		color:#d35a01;
		font-size:14px;
		line-height:25px;
		font-weight:500;
		font-weight:100;
	}
	
	.ebook{
		max-width:229px;
		margin:0 0 0 10px;
	}
	.ashtrik{
		color:#F00;
		font-size:12px;
	}
	
	.foot{
		background:#efefef;
		width:100%;
		padding:10px 20px;
		text-align:center;
		/*border:1px solid #efefef;*/
		font-size:13px;
		font-weight:100;
		color:#727272;
	}
	
	.border{
		border-bottom:1px solid #e0e0e0;
		margin:5px 0 15px 0;
		width:100%;
	}
	