/*******************************************************

 ヘッダー部分のCSS

********************************************************/
#head{
	position: relative;
	width: 770px;
	height: 211px; /* 206px + 5px */
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/*======== 企業名・店舗名 =============*/
div#web-title{
	position: absolute;
	left: 25px;
	top: 25px;
}
div#web-title h1{
	font-size: 1.0em;
	margin: 0px;
	color: #000000;
}

/*======== リード文 =============*/
div#lead{
	position: absolute;
	left: 25px;
	top: 120px;
	width: 380px;
	height: 60px;
	font-size: 0.9em;
	color: #666666;
	font-weight: bold;
}

/*======== バナー =============*/
div#banner{
	position: absolute;
	left: 390px;
	top: 20px;
}

/*======== ユーザーサイトナビ =============*/
div#head-navi{
	position: absolute;
	left: 435px;
	top: 110px;
}
div#head-navi ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#head-navi li{
	list-style-type: none;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	display: inline;
}


/*******************************************************

 #contents内のCSS

********************************************************/
#contents{
	padding-left: 5px;
	padding-right: 5px;
}

/*======== h2 =============*/
h2{
	height: 50px; /* 40px + 10px */
	background-repeat: no-repeat;
	background-position: 15px 0px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}

/*====== 各ページの説明部分です。========*/ 
#message1{
	padding: 10px;
	border-style: solid;
	border-width: 3px;
	border-color: #99cc00;
	background-color: #F0F8D8;
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0px 15px 20px 15px;
	clear: both;
}

/*******************************************************

 #foot内のCSS

********************************************************/
#foot{	
	text-align: center;
	clear: both;
	width: 770px;
	height: 251px;
	background-image: url(../images/foot.jpg);
	background-position: 0px 150px;
	background-repeat: no-repeat;
}