@charset "utf-8";

/* 上イメージ */
#header #topimg {
	margin:10px 0;
}

#toiawase h2,
#contact h2,
#privacy h2 {
	width:580px;
	height:119px;
	text-indent:-99999px;
}


/* ===================================================================
 toiawase
=================================================================== */
#toiawase h2 {
	background:url(img/title.jpg) no-repeat;
}

#toiawase dl dt {
	background:url(img/toi.gif) no-repeat;
	width:580px;
	height:50px;
	font-size:1.4em;
	font-weight:bold;
	color:#44670b;
	padding:10px 0 0 5px;
}

#toiawase dl dd {
	font-size:1.5em;
	font-weight:bold;
	padding:0 0 40px 5px;
}

#toiawase dl dd span {
	font-size:1.5em;
}

#toiawase p {
	margin:20px 0;
}




/* ===================================================================
 contact
=================================================================== */
#contact h2 {
	background:url(img/title.jpg) no-repeat;
}




/* ===================================================================
 privacy
=================================================================== */
#privacy h2 {
	background:url(img/title2.jpg) no-repeat;
}

#privacy ol {
	margin-top:50px;
}

#privacy ol li {
	list-style-type:decimal;
	margin-left:25px;
	margin-bottom:35px;
}

#privacy ol li h4 {
	margin-bottom:15px;
	color:#287F90;
	padding-bottom:5px;
	border-bottom:dashed 1px #ccc;
}

#privacy #tel {
	float:right;
	background:url(img/tel.gif) no-repeat;
	width:380px;
	height:119px;
	text-indent:-99999px;
}

