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

body {
background-color: #f3f3f3;
}

#wrapper {
width: 1000px;
margin: 0 auto;
}

.fleft{
	float: left;
}

#title{
	width: 100%;
	margin-top: 10px;
}

#title h1{
	font-family: baskerville, georgia;
	font-size: 69px;
	color: #333;
	font-weight: normal;
	line-height: 70px;
	padding: 0;
	margin: 0;
}

h2{
	margin:0 0 20px;
	padding: 0;
	color: #999;
	font-weight: normal;
}

.sub{
	font-size: 30px;
	font-family: georgia;
	color: #BDA8A8;
}

.def{
	font-family: baskerville;
	font-size: 24px;
	color: #666;
	margin-top: 60px;
	line-height: 36px;
	text-align: justify;
}

a{
	color: #333;
	text-decoration: undeline;
}

.num{
	font-weight: bold;
	color: #333;
	padding-right: 10px;
}

.cfr{
	font-family: georgia;
	font-size: 20px;
	font-style: italic;
}

li{
	margin: 10px 0;
	font-family: georgia;
	color: #999;
	font-size: 24px;
}

.con{
	width: 100%;
	margin: 10px;
	font-family: baskerville;
	color: #999;
}

.img{
	width: 200px;
}

.txt{
	width: 800px;
	margin-top: 40px;
}

@media screen and (min-width : 0px) and (max-width : 992px){ 
	#wrapper{width:90%}
	.footer .img,
	.footer .txt{
		float:none;
		width: 100%;
	}
}
