@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background-image: url(cura/stripe.jpg);

}
a img { 
	border: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	text-decoration: underline; 
}

a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC49F;
	border-left-color: #CCC49F;
}
.header {
	height: 235px;
	width: 960px;
	color: #FFFFFF;
}
.content {

}
.footer {
	padding: 10px 0;
	background: #CCC49F;
	text-align: center;
	font-size: 95%;
}
.title_1 {
	height: 240px;
	width: 345px;
	float: left;
}
.title_2 {
	height: 240px;
	width: 270px;
	float: left;
	background: #CCC49F;
	text-align: center;
}
.title_3 {
	height: 240px;
	width: 345px;
	float: right;
}
.menu {
	height: 30px;
	width: 960px;
	margin-top: 10px;
	text-align: center;
}
.box_a {
	height: 280px;
}
.address {
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 100px;
	margin-top: 30px;
	font-size: 90%;
}
.boxa_1 {
	float: left;
	width: 400px;
	margin-left: 20px;
}
.boxa_1_1 {
	height: 180px;
}
.boxa_2 {
	margin-left: 20px;
	float: left;
	width: 450px;
	border: 1px solid #CCC49F;
	margin-top: 10px;
	height: 230px;
	padding: 20px;
}
H2 {

	font-size: 120%;
}
p.p2 {
	text-indent: 1em;
	line-height: 1.7em;
	margin-bottom: 13;
}
p.p3 {
	text-indent: 1em;
	line-height: 1.5em;
	margin-bottom: 13;
}

.kajo13 {
	line-height: 1.3em;
}
.kajo15 {
	line-height: 1.5em;
}
.kajo17 {
	line-height: 1.7em;
}

.photo {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	}

.right{
	text-align: right;
}

