@charset "utf-8";
/* CSS Document */

/*
	Site Name: YAMAZAKIYA
	Description: top setting
*/

/*
===== CONTENTS ===========================================

	1: mainContentsLeft layout
	    1-1: leisurBox layout
	2: mainContentsRight layout
	    2-1: newsBox layout
		2-2: affiliateBox layout
	
==========================================================
*/

#layoutMain {
	background:url(../../imges/bg_main_bottom.gif) bottom no-repeat;
	padding-bottom:9px;
}

/* -------------------------------------------------------
  1: mainContentsLeft layout
------------------------------------------------------- */
#layoutMainLeft {
	float:left;
	width:512px;
	margin-top:4px;
	padding-left:19px;
}

/*   1-1: leisurBox layout   */
#leisurBox {
	width:512px;
}

#leisurBox #leisureMain {
	background:url(../../imges/bg_leisur.gif) left top repeat-y;
}

#leisurBox #leisureMain ul#topBtn {
	padding-top:5px;
}

#leisurBox #leisureMain ul#lBLeft {
	float:left;
	width:242px;
	padding-left:10px;
}

#leisurBox #leisureMain ul#lBRight {
	float:right;
	width:242px;
	padding-right:10px;
}

#leisurBox #leisureMain ul#lBLeft li,
#leisurBox #leisureMain ul#lBRight li {
	padding-top:9px;
}


/* -------------------------------------------------------
  2: mainContentsRight layout
------------------------------------------------------- */
#layoutMainRight {
	float:right;
	width:427px;
	padding-right:11px;
	text-align:left;
}

/*   2-1: newsBox layout   */

#newsBox {
	width:416px;
	margin-top:8px;
	margin-left:3px;
}

#newsBox iframe {
	width:416px;
	margin-bottom:8px;
	border-bottom:1px solid #7C7C7C;
}

/*   2-2: affiliateBox layout   */

#affiliateBox {
	width:416px;
	margin-top:18px;
	margin-left:3px;
}

#affiliateMain {
	width:416px;
	background:url(../../imges/bg_affiliated.gif) repeat-y left top;
}

#affiliateMain ul {
	padding-left:10px;
}

#affiliateMain li {
	width:196px;
	float:left;
	margin-right:4px;
	margin-top:4px;
}
