@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 100%;
	line-height: 1.4;
	background-color: #E9E0C2;
}

h1 {
	margin-top: 0px;
}

h2 {
	margin-top: 0;
	font-size: 110%;
}

a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}

.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; 
}

.header {
	height: 220px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E0C2;
}

.content {
	height: 350px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/* ~~ フッター ~~ */
.footer {
	background: #CCC49F;
	height: 10px;
}

.photo {
	float: right;
	height: 200px;
	width: 200px;
	margin-top: 10px;
	margin-right: 10px;
}

.header_1 {
	width: 720px;
	height: 200px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 9px;
}

.header_2 {
	width: 430px;
	height: 200px;
	padding-top: 20px;
	padding-left: 10px;
	margin-top: 10px;
	float: left;
}

.header_1_1 {
	width: 510px;
	background-repeat: no-repeat;
	float: left;
	height: 200px;
}

.header_1_2 {
	width: 180px;
/*	width: auto;	*/
	float: right;
	height: auto;
/*	height: 150px;	*/
	margin-top: 20px;
}

.address {
	width: 220px;
	font-size: 120%;
/*	line-height: 1.625;	*/
	line-height: 120%;
}

.p1 {
	line-height: 1.7em;
	margin-bottom: 13;
	padding-right: 20px;
	padding-left: 20px;
}

.p2 {
	text-indent: 1em;
	line-height: 1.7em;
	margin-bottom: 13;
}

.menu {
	height: 25px;
	width: 960px;
	margin-top: 10px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E0C2;
	font-size: 95%;
}

.a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E9E0C2;
	height: 320px;
	width: 440px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
}

.b {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E9E0C2;
	height: 350px;
	width: 430px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: right;
}

.tx_c {
	text-align: center;	/* テキスト中央	*/
	}

.tx_r {
	text-align: right;	/* テキスト右寄せ */
	}




