@charset "utf-8";
/* ****************************************************

index.css

1: page detail
99: extra

***************************************************** */

/*1: page detail
=========================================*/
div#mainContainer {
	margin-top: 9px;
}
#indexWrap {
	background: url(/images/index_bg002.jpg) no-repeat 100% 100%;
	zoom: 1;
}

/* ==================================
Left Contents
================================== */
#indexWrap #indexMain {
	float: left;
	width: 690px;
}

#indexWrap .addLink {
	margin-top: -20px;
}
#indexWrap .addLink .link01 {
	display: block;
	float: right;
	margin: 0;
	background-position: 0 0.5em;
}
#indexWrap .addLink a {
	display: block;
	float: left;
}



/* indexProducts */
#indexMain #indexProducts {
	padding: 14px 0 0;
}
#indexMain #indexProducts ul {
	width: 690px;
	height: 160px;
	margin: 9px 0 0;
	background: url(/images/index_bg001.jpg) no-repeat 0 0;
}
#indexMain #indexProducts li {
	float: left;
	padding: 10px 0 0 10px;
}
#indexMain #indexProducts li img {
	display: block;
}

/* indexEnjoy */
#indexMain #indexEnjoy {
	margin: 22px 0 0;
}
#indexEnjoy #recipeBox {
	position: relative;
	float: left;
	width: 440px;
	margin: 10px 0 0;
	padding: 0 0 13px;
	background: url(/images/index_bg005.gif) no-repeat 0 100%;
}
#indexEnjoy #recipeBox #recipeInner {
	padding: 9px 9px 0 10px;
	background: url(/images/index_bg004.gif) no-repeat 0 0;
	zoom: 1;
}
#indexEnjoy #recipeBox #recipeBtn {
	position: absolute;
	top: 17px;
	right: 13px;
}
#indexEnjoy #recipeBox #recipeBtn li {
	float: left;
	width: 102px;
	padding: 0 0 0 3px;
}
#indexEnjoy #recipeBox h3 {
	position: relative;
	margin-bottom: -4px;
}
#indexEnjoy #recipeBox #recipeInner02 {
	position: relative;
}
#recipeInner02 .photo {
	float: left;
	width: 100px;
	padding: 2px 0 0 7px;
}
#recipeInner02 .recipeText {
	float: left;
	width: 215px;
}
#indexEnjoy #recipeBox .recipeTitle a {
	display: block;
	float: left;
	padding: 0 0 0 17px;
	background: url(/common/images/com_ic003.gif) no-repeat 0 0.3em;
	font-size: 115%;
	font-weight: bold;
	zoom: 1;
}
#indexEnjoy #recipeBox .recipeComment {
	margin: 3px 0 0;
}
#recipeInner02 .illustBox {
	float: right;
}
#recipeInner02 .illustBox #recipeIllust {
	display: block;
	width: 98px;
	height: 80px;
}
#indexEnjoy #bnBox {
	float: right;
	width: 230px;
}
#indexEnjoy #bnBox li {
	padding: 10px 0 0;
}

/* indexCsr */
#indexWrap #indexCsr {
	margin: 22px 0 0;
}
#indexWrap #indexCsr #csrMenu {
	margin-right: -30px;
}
#indexWrap #indexCsr #csrMenu li {
	float: left;
	width: 220px;
	margin-right:15px;
	padding: 9px 0 0;
}

/* indexNews */
#indexWrap #indexNews {
	margin: 35px 0 0;
}
#indexNews ul li {
	margin-top: 10px;
	padding: 0 10px 9px 10px;
	background: url(/common/images/com_hr001.gif) repeat-x 0 100%;
	min-height: 1em;
}
* html #indexNews ul li { /* for IE6 hacks */
	margin-top: 8px;
	padding: 0 10px 7px 10px;
}
#indexNews dl {
	width: 100%;
}
#indexNews dl dt  {
	float: left;
	margin: 0 20px 0 0;
}
#indexNews dl dd {
	min-height: 16px;
	padding: 0 0 0 105px;
	overflow: hidden;
}
* html #indexNews dl dd { /* for IE6 hacks */
	float: left;
}
#indexNews dl dd.iconType01 {
	background: url(/common/images/com_ic010.gif) no-repeat 0 0.15em;
}
#indexNews dl dd.iconType02 {
	background: url(/common/images/com_ic011.gif) no-repeat 0 0.15em;
}
#indexNews dl dd.iconType03 {
	background: url(/common/images/com_ic013.gif) no-repeat 0 0.15em;
}
#indexNews dl dd.iconType04 {
	background: url(/common/images/com_ic014.gif) no-repeat 0 0.15em;
}


/* ==================================
Right Contents
================================== */

#indexWrap #indexSub {
	float: right;
	width: 180px;
	padding: 44px 0 100px;
	background: url(/images/index_bg003.jpg) no-repeat 0 0;
}
#indexSub .contentsTitle {
	margin: 15px 0 0 6px;
}
#indexSub li {
	padding: 5px 0;
	text-align: center;
}



/*99: extra
=========================================*/

/* ==================================
clear fix
================================== */
#indexWrap:after,
#indexMain #indexProducts ul:after,
#enjoyContainer:after,
#recipeInner02:after,
#indexEnjoy #recipeBox #recipeBtn:after,
#indexEnjoy #recipeBox .recipeTitle:after,
#indexWrap #indexCsr #csrMenu:after,
#indexWrap .addLink:after,
#indexWrap .addLink .link01:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

#indexWrap,
#indexMain #indexProducts ul,
#enjoyContainer,
#recipeInner02,
#indexEnjoy #recipeBox #recipeBtn,
#indexEnjoy #recipeBox .recipeTitle,
#indexWrap #indexCsr #csrMenu,
#indexWrap .addLink,
#indexWrap .addLink .link01 {
	zoom: 1;
}
