@charset "UTF-8";


/* subnavi
--------------------------------------------------------------------------------------------------------------*/
ul#subnavi {
	background: url(img/bg_subnavi.jpg) no-repeat left top;
	height: 31px;
	padding: 0 0 0 20px;
}
	ul#subnavi li {
		background: #8472d2;
		float: left;
		margin: 0 2px 0 0;
	}


/* main
--------------------------------------------------------------------------------------------------------------*/
#main p strong {
	color: #d16f6f;
}
#main h4 {
	clear: both;
}

#main ul {
	margin: 0 7px 25px;
}
#main ul li {
	background: url(../img/ya_main.gif) no-repeat left center;
	margin: 0 0 10px;
	padding: 0 0 0 15px;
}

#main table {
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	width: 535px;
	margin-bottom: 15px;
}
#main table table{
	border: none;
	width: auto;
	margin: 0;
}
	#main table th {
		background: #eae8f3;
		border-left: 1px solid #999;
		border-bottom: 1px solid #999;
		padding: 10px;
		white-space: nowrap;
		letter-spacing: 0.1em;
		text-align: center;
		font-weight: bold;
	}
	#main table table th {
		background: #fff;
		border: none;
		padding: 5px 5px 0 0;
		vertical-align: top;
		font-weight: normal;
		text-align: right;
	}
	#main table td {
		background: #fff;
		border-left: 1px solid #999;
		border-bottom: 1px solid #999;
		padding: 10px;
	}
	#main table table td {
		border: none;
		padding: 5px 3px 0;
		vertical-align: top;
	}


#main p.tel {
	margin: 0 7px;
	letter-spacing: 0.05em;
	font-size: 197%;
	font-weight: bold;
}

#main div.photobox {
	float: right;
	margin: 0 0 10px 15px;
}
#main div.photobox p {
	text-align: center;
}


#main dl {
	margin: 20px 7px 5px;
}
	#main dl dt {
		margin: 5px 0;
	}
	#main dl dd {
		border-left: 1px solid #d16f6f;
		margin: 0 0 5px 12px;
		padding: 5px 0 10px 15px;
	}
	#main dl dd.noborder {
		border-left: none;
	}
