/*********************************************************************

  index.css
  トップページのデザインです。

*********************************************************************/

/*======== 『ご案内』 ========*/
#h2-1{	background-image: url(../images/top-h2.gif);}

/*======== 企業・店舗イメージ ========*/
#main-image{
	width: 740px; /* 725px + 15px(左マージン)*/
	height: 320px;	/* 300px + 20px */
	clear: both;
	position: relative;
}
#main-pic{
	width: 415px;
	height: 300px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: 15px 0px;
	/* 画像ファイルの指定はuser.cssで */
}


/*======== 営業品目 ========*/
#top-eigyou{
	position: absolute;
	left: 423px;
	top: 0px;
	background-image: url(../images/hinmoku.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 320px;
	height: 128px;
}
#top-eigyou p{
	margin: 0px;
	padding: 40px 0px 0 0;
	font-size: 0.9em;
	line-height: 1.4em;
}

/*======== 企業・店舗の写真（小） ========*/
#sec-image{
	text-indent: -9999px;
	position: absolute;
	top: 128px;
	left: 465px;
	width: 230px;
	height: 172px;
	background-repeat: no-repeat;
	/* 画像ファイルの指定はuser.cssで */
}

/*======== 企業・店舗の情報表示 ========*/
#addressview{
	background-image: url(../images/address.gif);
	background-position: 55px 20px;
	background-repeat: no-repeat;
	width: 760px;
	clear: both;
	margin-bottom: 60px;
}
.tbl-address{
	margin-left: 235px;
	border-style: solid;
	border-color: #ff9900;
	border-width: 0 0 0 4px;
}
.tbl-address th{
	width: 80px;
	font-size: 0.9em;
	font-weight: normal;
	text-align: right;
	padding: 5px; 
	vertical-align: top;
}
.tbl-address td{
	width: 300px;
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	padding: 5px; 
	vertical-align: top;
}

/*====== INFORMATION (h3) ========*/
#top-information{
	background-image: url(../images/top-information.gif);
	background-position: 15px 0px;
	background-repeat: no-repeat;
	height: 33px;
	width: 760px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
#top-p-2{
	border-style: solid;
	border-color: #999900;
	border-width: 1px;
	padding: 10px;
	margin-top: 4px;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #ffffcc;
	font-size: 0.9em;
	line-height: 1.4em;
	clear: both;
}

/*====== フォトギャラリー(h3) ========*/
#top-h3-1{
	background-image: url(../images/top-h3-1.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 50px; /* 35px + 15px */
	width: 760px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}

/*====== 写真表示のためのブロック ========*/
.block{
	clear: both;
	width: 760px;
	float: left;
	margin-bottom: 30px;
}
.top-smallimage{
	width: 235px;
	height: 172px;
	background-repeat: no-repeat;
	background-position: 5px 0px;
	float: left;
	/* 画像ファイルはuser.cssで指定 */
}
.top-smallimage-frame{
	width: 375px;
	margin-bottom: 10px;
	float: left;
}
.top-smallimage-explain{
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #99cc00;
	width: 135px;

	font-size: 0.8em;
	line-height: 1.4em;
	float :right;
}
