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

h1 {
	width:420px;
	font-size:34px;
	padding:30px 10px;
	line-height: 1.5;
}

h2 {
	font-size:20px;
	line-height: 1.5;
}

.clear {
	clear:both;	
}

.left {
	float:left;
	margin-right:20px;
	}

.right {
	float:right;
	}
	
P {
	text-indent: 20px;
	}	

#wrap {
	width:1024px;	
	margin:0 auto;
	font-family: Georgia, "Century Schoolbook L", Serif;		
}

#head {
	padding-top:10px;
	height:100px;
}

#title {
	height:360px;	
	background-image:url(../img/title.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

#text {
	padding:20px;	
	}
	
#bottom {	
	font-size:11px;
}