@charset "utf-8";



/* =================================================================================== */
/*



	Information Page Settings "style.css"
	(c) 2008 TriAx Co.,Ltd. Web Design Group
	
	Table of Contents
		1. Universal Settings
		2. Element Settings
		3. Entry View Settings - /news/newsid/xxxx.html



*/
/* =================================================================================== */



/* 1. Universal Settings */
/* =================================================================================== */
.headerPhoto p {
	background:url(/news/images/headerPhoto.jpg) 0 0 no-repeat;
}



/* 2. Element Settings */
/* =================================================================================== */
.main .pageNavigation {
	width:100%;
}



	.pageNavigation .prev {
		width:60px;
		height:20px;
		float:left;
		background:url(/common/images/pageNavigation.png) 0 -60px no-repeat;
	}
	
	
	
	.pageNavigation .next {
		width:60px;
		height:20px;
		float:right;
		background:url(/common/images/pageNavigation.png) -60px -60px no-repeat;
	}
	
	
	
		.pageNavigation a {
			height:20px;
			text-indent:-9999px;
			display:block;
			overflow:hidden;
		}
		
		
		
		.pageNavigation .prev a { background:url(/common/images/pageNavigation.png) 0 0 no-repeat; }
		.pageNavigation .prev a:hover { background-position:0 -20px; }
		.pageNavigation .prev a:active { background-position:0 -40px; }
		
		
		
		.pageNavigation .next a { background:url(/common/images/pageNavigation.png) -60px 0 no-repeat; }
		.pageNavigation .next a:hover { background-position:-60px -20px; }
		.pageNavigation .next a:active { background-position:-60px -40px; }



.main .informationList {
	padding:10px 0;
}



	.informationList table {
		width:100%;
	}
	
	
	
		.informationList table td {
			padding:5px 0 5px 10px;
		}
		
		
		
		.informationList .coloredCell {
			background-color:#E8DEC1;
		}
		
		
		
		.informationList .date {
			width:80px;
			white-space:nowrap;
			font-weight:bold;
			vertical-align:middle;
		}
		
		
		
		.informationList .title a {
			padding-left:20px;
			display:block;
			background:url(../images/listHeader.png) left center no-repeat;
		}



/* 3. Entry View Settings - /news/newsid/xxxx.html */
/* =================================================================================== */
.informationEntry .title {
	width:900px;
	height:49px;
	padding:0 20px;
	vertical-align:middle;
	font-size:115%;
	line-height:1.2em;
	background:url(../images/titleBackground.png) 0 0 no-repeat;
}



.informationEntry .article {
	padding-top:10px;
}



	.informationEntry .article .photo {
		margin-right:10px;
		float:left;
	}



.informationEntry .menuStyle {
	width:100%;
}


.informationEntry .menuStyle .name {
	padding:2px 0;
	text-align:center;
}



.informationEntry .menuStyle .price {
	padding:10px 0;
	text-align:center;
	font-weight:bold;
}



.informationEntry .menuStyle .addition {
	padding:20px 0;
	text-align:center;
}



.informationEntry .menuStyle .goReservation a {
	margin:0 auto;
}



.informationEntry .menuStyle .goReservation {
	text-align:center;
}


.informationEntry .menuStyle2 {
	width:650px;
        margin-left:auto;
        margin-right:auto;
	border:1px solid #D7CA9C;
        background-color:#E6DDBF;
        vertical-align:middle;
}

.informationEntry .menuStyle2 .name {
	padding:5px 5px ;
	text-align:center;
}

.informationEntry .menuStyle2 .price {
	padding:10px 0;
	text-align:center;
	font-weight:bold;
}


