@charset "euc-jp";

/*
========== TABLE of CONTENTS ==========

1:reset
2:le

========== TABLE of CONTENTS ==========
*/

/* ---------- 1:reset  ---------- */

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div {
	margin: 0;
 	padding: 0;
	}

/* ---------- /1:reset  ---------- */




/* ---------- 2:le ---------- */
#le{
	margin-bottom: 10px;
	border: 1px solid #c7c7c7;
	background-color: #eee;
	text-align: center;
	}
#le a{
	text-decoration: none;
	}
#le p{
	padding: 5px 0;
	}
#le img{
	vertical-align: top;
	}
#le-title{
	background-color: #c7c7c7;
	font-weight: bold;
	}

/* ---------- /2:le ---------- */