/* Top Document */

/* ----------------------------------------- */
/* エントリーテーブル装飾                    */
/* ----------------------------------------- */
#entry {}
#entry table {
  padding:0;
  margin:5px;
  border:1px solid #777; border-collapse:collapse;
}
#entry td {
  font-size: 84%;
  padding:3px 5px 3px 8px;
  border: 1px solid #AEBEC9;
  background-color:#f0faff;
  line-height:1.35;
  vertical-align:top;
}

/* ノーマル・テーブルコンテンツ ////////// */
table.normal { /* ノーマル(table) */
	margin:6px 0;
	border:none !important;
}
.normal td {  /* ノーマル(td) */
	padding:5px 5px 8px 5px !important;
	vertical-align:top; 
	border:none !important;
	background:none !important;
	font-size:10pt !important;
	line-height:1.4 !important;
}
.normal td p {
	margin:0 !important;
	padding:0;
	font-size:10pt !important;
}

/* top Image */
#topImage {
	position: relative;	
	margin-top:-200px;
}
/* news Image */
#newsImg  {
	position: absolute;
	top: 65%;
	right: 4%;
	width:30%;
	height:25%;
	padding:8px 12px;
	display: block;
	z-index: 5;
	background:#fff;
	filter:alpha(opacity=75);
	opacity:0.75; /*white-space:nowrap;	*/
	border: 1px solid #555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	border-radius: 5px;
}
#newsImg h3 {
	margin:3px 0;
	padding:3px 0;
	font-family: Georgia, "Times New Roman", Times, "serif";
	font-size:1.2em;
	letter-spacing: 0;
	text-align:left;
	background:none;
	color:red;
}

/* バナー配置 */
#bn_akiyama {
	position: absolute;
	bottom: 6%;
	right: 2%;
	z-index: 10;
	width:25%;
	height:20%;
	/*background-size: contain;*/
}
#bn_akiyama a:hover {
	filter:alpha(opacity=85);
	opacity:0.85; white-space:nowrap;
}

/* Section Area */
#plan {
	margin:0 auto;
	padding:12px;
	background:#eee7dd;
	z-index: 1;
}
#shop {
	margin:0 auto;
	padding:12px;
	background:#fff;
	z-index: 1;
}
