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

/*--- Topエリア---*/
#top_area {
	width: 840px;
	height: 290px;
	background-repeat: no-repeat;
	margin: auto;
	clear: both;
	background-image: url(main-photo.jpg);
}

#top {
	width:260px;
	height:290px;
	margin-left:575px;
}

#top h2 {
	width: 260px;
	text-align:center;
	padding-top:6px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0px;
	margin: 0;
	margin-bottom:6px;
	background-color: #FC9;
	line-height:1.3;
	font-size:15px;
	font-weight:bold;
	color:#300;
}
	
#top h3 {
	width:260px;
	padding:0;
	margin: 0;
	font-size:13px;
	color:#C00;
	line-height:1.3;
	text-align:left;
	font-weight: nomal;
  text-align: justify;
  text-justify: inter-ideograph;
}
	
#top h4 {
	width: inherit;
	margin-top: 6px;
	padding: 0;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.4;
	color: #666;
	backgound-color: #FFF;
  text-align: justify;
  text-justify: inter-ideograph;
}

