@charset "utf-8";

/* ------ main ------ */

h2 {
	text-align: center;
	padding-top:20px;
}

#main {
	width: 909px;
	height: 314px;
	margin: 0 auto 50px;
	background: url(http://yuzukakitchen.com/image/about_frame.jpg) no-repeat center bottom;
}

#main ul {
	width:68%;
	padding:40px 0 0 32%;
	text-align:left;
	font-size:18px;
}

#main ul li {
	margin-bottom:-5px;
}

#main ul li a {
	display:inline-block;
	height:42px;
	padding-top:9px;
	text-indent:60px;
	background: url(http://yuzukakitchen.com/image/about_listmark.gif) no-repeat;
}

#main ul #nav2 {
	margin-left:48px;
}

#main ul #nav3 {
	margin-left:96px;
}

#main ul #nav4 {
	margin-left:144px;
}

#main ul #nav5 {
	margin-left:192px;
}

/* ------ article ------ */
#article .section {
	width: 850px;
	margin: 0 auto;
}

#article hr {
	border: 0;
	color: white;
	background: url(http://yuzukakitchen.com/image/about_hr.gif) no-repeat center top;
	width: 100%;
	height: 24px;
	margin: 20px 0;
}

#article .section_inner {
	width: 600px;
	padding: 10px 0 0;
}

#article #section2 {
	background: url(http://yuzukakitchen.com/image/about_bg_01.gif) no-repeat right top;
}

#article #section3 {
	background: url(http://yuzukakitchen.com/image/about_bg_02.gif) no-repeat right top;
}

#article #section4 {
	background: url(../image/about_bg_03.gif) no-repeat right top;
}

#article #section5 {
	background: url(http://yuzukakitchen.com/image/about_bg_04.gif) no-repeat right top;
}

#article .section h3 {
	margin-bottom: 20px;
}

#article .section h4 {
	margin-bottom: 10px;
}

#article .section p {
	margin-bottom: 20px;
}

.pageTop {
	display: block;
	width: 100%;
	text-align: right;
	margin-bottom: 40px;
	margin-top:-90px;
}

.pageTop a {
    display:inline-block;
}

/* ------ footer ------ */
#footer {
	width: 100%;
	background: black url(../image/index_bg_02.gif) no-repeat center bottom;
	height: 260px;
}

#footer p {
	text-indent: -999em;
}