@charset "UTF-8";

h1 {
	background-image: url(../img_lelectier/header_lelectier.jpg);
	text-indent: -999px;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    color: #f60;
    border-left: 0.5em #f60 solid;
    padding: 3px;
    margin: 10px 0 5px 0;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #c82c55;
	margin: 20px 0 5px 0;
	padding: 5px 0 5px 0;
	border-top: 1px solid #e6afcf;
	border-bottom: 1px solid #e6afcf;
}

strong {
    color: #f03;
    font-weight: bold;
}

#lelectier {
	background-image: url(../img_lelectier/bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#lelectier .lelectier_box img {
	float: right;
}

#lelectier #eat_photo .eat_box {
	width: 300px;
	margin: 0 20px;
	text-align: center;
	float: left;
}
#lelectier #eat_photo .eat_box strong {
    color: #f03;
    font-weight: bold;
    font-size: 14px;
}

#lelectier dl {
	width: 600px;
}
#lelectier dt {
	color: #f03;
	font-weight: bold;
}
#lelectier dd {
	margin: 0 0 10px 0;
	padding: 0 0 3px 10px;
	border-bottom: 1px #ccc dashed;
}