@charset "utf-8";
/* CSS Document */

/*
	Site Name: YAMAZAKIYA
	Description: store setting
*/

/*
===== CONTENTS ===========================================

	1: mainContentsLeft layout
	2: mainContentsRight layout
	3: Other common class

==========================================================
*/

#layoutMain {
	background:url(../../store/img/bg_bottom.jpg) bottom no-repeat;
	padding-bottom:6px;
}

/* -------------------------------------------------------
  1: mainContentsLeft layout
------------------------------------------------------- */
#layoutMainLeft {
	float:left;
	width:460px;
	margin-top:28px;
	padding-left:20px;
	text-align:left;
}

#karaoke {
	width:460px;
	margin-top:28px;
	background:url(../../store/img/bg_karaoke.jpg) top left repeat-y;
}

#karaokeIcon {
	width:440px;
	background:url(../../store/img/bg_icon_karaoke.jpg) bottom no-repeat;
	padding:10px;
}


#bowling {
	width:460px;
	margin-top:28px;
	background:url(../../store/img/bg_bowling.jpg) top left repeat-y;
}

#bowlingIcon {
	width:440px;
	background:url(../../store/img/bg_icon_bowling.jpg) bottom no-repeat;
	padding:10px;
}

#darts {
	width:460px;
	margin-top:48px;
	background:url(../../store/img/bg_darts.jpg) top left repeat-y;
}

#dartsIcon {
	width:440px;
	background:url(../../store/img/bg_icon_darts.jpg) bottom no-repeat;
	padding:10px;
}


/* -------------------------------------------------------
  2: mainContentsRight layout
------------------------------------------------------- */
#layoutMainRight {
	float:right;
	width:460px;
	margin-top:28px;
	padding-right:20px;
	text-align:left;
}

#batting {
	width:460px;
	background:url(../../store/img/bg_batting.jpg) top left repeat-y;
}

#battingIcon {
	width:440px;
	background:url(../../store/img/bg_icon_batting.jpg) bottom no-repeat;
	padding:10px;
}


#billiards {
	width:460px;
	margin-top:28px;
	background:url(../../store/img/bg_billiards.jpg) top left repeat-y;
}

#billiardsIcon {
	width:440px;
	background:url(../../store/img/bg_icon_billiards.jpg) bottom no-repeat;
	padding:10px;
}

#radicon {
	width:460px;
	margin-top:28px;
	background:url(../../store/img/bg_radicon.jpg) top left repeat-y;
}

#radiconIcon {
	width:440px;
	background:url(../../store/img/bg_icon_radicon.jpg) bottom no-repeat;
	padding:10px;
}

/* -------------------------------------------------------
  3: Other common class
------------------------------------------------------- */

#layoutMain .boderNon {
	border-bottom:none;
}
#layoutMain dl {
	width:440px;
	margin:5px 0 0 0;
	padding:3px 0 6px 0;
	display:block;
	border-bottom:solid 1px #9E9E9E;
	clear:both;
}
#layoutMain dt
{
	width:60px;
	float:left;
	border-right:dashed 1px #9E9E9E;
	margin-right:10px;
}

#layoutMain dd{
	float:left;
	width:369px;
}

#layoutMain ul li{
	display:inline;
	padding:0 14px 0 0;
	float:left;
}

