﻿html {
	position: relative;
	min-height: 100%;
	padding-bottom: 312px;
	box-sizing: border-box;
}
body {
	background-color: #f2ffe0;
}
footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 312px;
	background-color: #f2ffe0;
}




#head_tit {
	width: 1200px;
	margin: 0 auto;
/*	border-bottom:3px solid #F30;*/
}

#head_tit img {
	margin: 40px 0 30px 60px;
}


#main {
	width: 960px;
	margin: 0 auto;
	padding: 64px 120px;
	text-align: left;
	background-color: rgba(255,255,255,0.8);
	border-radius: 24px 24px 24px 24px / 24px 24px 24px 24px;
}

.sentence {
}
.sentence h2 {
	line-height: 40px;
	font-size: 22px;
	color: #333;
}
.sentence p {
	line-height: 30px;
	font-size: 18px;
	color: #333;
}
.sentence a {
	color: #333;
}






/* 問い合わせフォームエリア */
#ctac_box {
	width: 950px;
	padding: 0 0 0 15px;
}

#ctac_box p {
	line-height: 140%;
	font-size: 16px;
	color: #333;
}

.ctac_tbl {
	border-spacing: 8px;
	background-color: rgba(204,204,204,0.2);
	border: 1px #c0c0c0 solid;
}

td.row1 {
	width: 240px;
	padding: 10px 8px;
	background-color: rgba(204,204,204,0.5);
	border-bottom: 1px #c0c0c0 dotted;
	text-align: left;
	font-size: 16px;
	color: #333;
}

td.row2 {
	width: 560px;
	padding: 10px 8px;
	background-color: #ffffff;
	text-align: left;
	font-size: 16px;
	color: #333;
}









