@charset "utf-8";
/*****全ページ共通*****/
*{
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #D6E0E0;
}
#haikei{
	width: 950px;
	padding-left: 7px;
	padding-right: 7px;	
	margin-left: auto;
	margin-right: auto;	
	background-color: #DEE6E8;
}

/* ヘッダ */
#head,#body {
	width: 950px;
	/*background-color: #FF6699;*/
}
#head {
	background-color: #FF6699;
}
#body{
	/*background-color: #DEE6E8;*/
	clear: both;
}
/* 左のメニュー */
#menu{
	width: 200px;
	float: left;
}
#menu dd{
	width: 200px;
	padding-top: 1px;
	background-color: #DBFFFF;
	background-image: url(../img/enta_common/menu_sita.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
#menu dd img{
	margin-bottom: 9px;
	display: block;
}
#menu dt{
	font-size: 90%;
	line-height: 130%;
	margin-left: 23px;
	padding-right: 5px;
	margin-bottom: 3px;
	list-style-image: url(../img/enta_common/kazari02.jpg);
	display: list-item;
}
#menu dl.new dt{
	list-style-type: none;
	display: list-item;
	margin-left: 20px;
	padding-left: 0px;
	list-style-image: url(../img/enta_common/kazari01.jpg);
}
/* コンテンツスペース */
#cont{
	width: 750px;
	float: right;
}
/* フッダ */
#foot {
	width: 940px;
	background-color: #00AEDF;
	/*background-color: #000000;*/	
	font-size: 80%;
	color: #FFFFFF;
	text-align: center;
	clear: both;
	padding: 10px 5px 10px 5px;
	background-image: url(../img/enta_common/foot.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

/*****バナー有ページ共通*****/
#main{
	width: 600px;
	float: left;
	background-image: url(../img/buner_ari/main_haikei.gif);
	background-repeat: no-repeat;
	background-position: 0px 63px;
}
#baner{
	width: 150px;
	float: right;
	text-align: center;
}
#baner img{
	width: 120px;
	height: 60px;
	background-color: #FFFF99;
	margin-top: 2px;
}
