@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;
}

/* シンプルパターン用　*/
#top_area-s {
	width: 840px;
	margin: auto;
	margin-bottom: 10px;
	clear: both;
}

#top-s {
	width: 838px;
	height: auto;
	margin: auto;
	margin-top: 20px;
	border: solid 1px #CCCCCC;
}


#top-s h2 {
	width: 838px;
	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-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #300;
}
	
#top-s h3 {
	width:838px;
	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-s h4 {
	width: 820px;
	margin: auto;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 0;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.4;
	color: #333;
	backgound-color: #FFF;
  text-align: justify;
  text-justify: inter-ideograph;
}
