@charset "UTF-8";

/* -----------------------------------------------
 *                 top styles
 * ----------------------------------------------- */

/* =========== flash elements =========== */ 
/* ----- flash layout ----- */

#topimage {
	height: 250px;
	width: 680px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}
 
/* =========== info elements =========== */ 

/* ----- info layout ----- */

#info-area {
	height: 125px;
}

#info {
	text-align: left;
	font-size: 90%;
}

#info ul {
	width: 630px;	
}

#info li {
	list-style-position: inside;
	list-style-image: url(../image/arrow_br.gif);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e0d3c5;
}

/* ----- wellhouse ----- */

#wellhouse {
	background-image: url(../../image/bg_wellhouse.gif);
	background-repeat: repeat-y;
	width: 680px;
}

#ttl-wellhouse {
	background-image: url(../../image/ttl_wellhouse.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 680px;
}

#ttl-wellhouse span {
	display: none;
}


#wellhouse-inner {
	background-image: url(../../image/bottom_wellhouse.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	padding-top: 5px;	
}

#wellcourt-mitsu {
	background-image: url(../../image/wellcourt_mitsu.gif);
	background-repeat: no-repeat;
	height: 216px;
	width: 680px;
}

#wellcourt-otsunaka {
	background-image: url(../../image/wellcourt_otsunaka.gif);
	background-repeat: no-repeat;
	height: 216px;
	width: 680px;
	margin-top: 10px;
}

#wellcourt-kamaya {
	background-image: url(../../image/wellcourt_kamaya.gif);
	background-repeat: no-repeat;
	height: 216px;
	width: 680px;
}


#wellcourt-otsu2 {
	background-image: url(../../image/wellcourt_otsu2.gif);
	background-repeat: no-repeat;
	height: 216px;
	width: 680px;
	margin-top: 10px;
}

#wellcourt-tsuchiyama {
	background-image: url(../../image/wellcourt_tsuchiyama.gif);
	background-repeat: no-repeat;
	height: 216px;
	width: 680px;
}

#wellcourt-miyata {
	background-image: url(../../image/wellcourt_miyata.gif);
	background-repeat: no-repeat;
	height: 216px;
	width: 680px;
	margin-top: 10px;
}

#wellcourt-tsuda {
	background-image: url(../../image/wellcourt_tsuda.gif);
	background-repeat: no-repeat;
	height: 216px;
	width: 680px;
	margin-top: 10px;
}


.wellcourt-img {
	padding-top: 65px;
	margin-left: 14px;
}

.wellcourt-img li {
	float: left;
	margin-right: 8px;
}
 
/* =========== headline elements =========== */

/* ----- H1 layout ----- */

/* ----- H2 layout ----- */

h2#ttl-info {
	background-image: url(../../image/ttl_info.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 100%;
	padding-bottom: 2px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #DBBFA2;
}

h2#ttl-info span {
	display: none;
}


/* ----- H3 layout ----- */

h3.entry-ttl {
	font-size: 120%;
	font-weight: bold;
	color: #908075;
}


