@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	text-align: center;
	background-color: #FFFFFF;
}
div {
	margin-right: auto;
	margin-left: auto;
}
img {
	border: 0px;
}
a:link {
	color:#336699;
	text-decoration: none;
}
a:visited {
	color:#336699;
	text-decoration: none;
}
a:hover {
	color:#FF9900;
	text-decoration: underline;
}
a:active {
	color:#FFCC00;
	text-decoration: none;
}
.text_bold {
	font-weight: bold;
}
/*フロートクリア用 */
.clearf {
	clear: both;
}
/*
親要素内にfloatした子要素を配置した場合
の対策、親要素に子要素の高さを適応させる。
 */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/* --------------------------------------------------------------- */

#AllWrapper {
	width: 900px;
	background-color: #f7c8d6;
	text-align: left;
}
#AllWrapper2 {
	width: 900px;
	background-color: #ee8593;
	text-align: left;
}
#AllWrapper3 {
	width: 900px;
	background-color: #88abda;
	text-align: left;
}


/* 背景ピンクのお問い合わせへのボタン */
.contactBtn {
	height: 60px;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
}
.contactBtn span {
	visibility: hidden;
}
.contactBtn a {
	height: 60px;
	width: 360px;
	display: block;
	background-image: url(../img/contact_btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.contactBtn a:active,
.contactBtn a:focus,
.contactBtn a:hover {
	background-image: url(../img/contact_btn.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
}
/* 背景白のお問い合わせへのボタン */
.contactBtn2 {
	height: 60px;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
}
.contactBtn2 span {
	visibility: hidden;
}
.contactBtn2 a {
	height: 60px;
	width: 360px;
	display: block;
	background-image: url(../img/contact_btn2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.contactBtn2 a:active,
.contactBtn2 a:focus,
.contactBtn2 a:hover {
	background-image: url(../img/contact_btn2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
}
/* 大きいお問い合わせへのボタン */
.contactBtn_dai {
	height: 98px;
	width: 817px;
}
.contactBtn_dai span {
	visibility: hidden;
}
.contactBtn_dai a {
	height: 98px;
	width: 817px;
	display: block;
	background-image: url(../img/contact_btn_dai.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.contactBtn_dai a:active,
.contactBtn_dai a:focus,
.contactBtn_dai a:hover {
	background-image: url(../img/contact_btn_dai.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-decoration: none;
}
/* 大きいお問い合わせへのボタン背景ピンク */
.contactBtn_dai2 {
	height: 98px;
	width: 817px;
}
.contactBtn_dai2 span {
	visibility: hidden;
}
.contactBtn_dai2 a {
	height: 98px;
	width: 817px;
	display: block;
	background-image: url(../img/contact_btn_dai2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.contactBtn_dai2 a:active,
.contactBtn_dai2 a:focus,
.contactBtn_dai2 a:hover {
	background-image: url(../img/contact_btn_dai2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-decoration: none;
}
/* ナビ　部のボタン ---------------- */
.linkBtn1 {
	height: 48px;
	width: 271px;
	margin-right: auto;
	margin-left: auto;
}
.linkBtn1 span {
	visibility: hidden;
}
.linkBtn1 a {
	height: 48px;
	width: 271px;
	display: block;
	background-image: url(../img/btn_apalel.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.linkBtn1 a:active,
.linkBtn1 a:focus,
.linkBtn1 a:hover {
	background-image: url(../img/btn_apalel.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
}
.linkBtn2 {
	height: 48px;
	width: 416px;
	margin-right: auto;
	margin-left: auto;
}
.linkBtn2 span {
	visibility: hidden;
}
.linkBtn2 a {
	height: 48px;
	width: 416px;
	display: block;
	background-image: url(../img/btn_food.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.linkBtn2 a:active,
.linkBtn2 a:focus,
.linkBtn2 a:hover {
	background-image: url(../img/btn_food.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
}
/* 各ページフッダー部 ******************* */
#fooder {
	width: 900px;
	background-color: #333;
	margin: 0px;
	padding: 0px;
}
#fooder a:link {
	color:#FFFFFF;
	text-decoration: none;
}
#fooder a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#fooder a:hover {
	color:#FF9900;
	text-decoration: underline;
}
#fooder a:active {
	color:#FFFFFF;
	text-decoration: none;
}
#fooder ul,
#fooder ul li {
	list-style-image: none;
	list-style-type: none;
}
#fooder ul {
	color: #FFF;
	padding: 15px;
}
#fooder ul li {
	display: inline;
}

/* ------------------------------- */

/* ---- トップページ用 block ----- */
#AllWrapper #block_t001 {
	width: 900px;
}
#AllWrapper #block_t002 {
	width: 900px;
	background-color: #cc0066;
	position: relative;
	height: 74px;
}
#AllWrapper #block_t002 .linkBtnWap1 {
	height: 48px;
	width: 271px;
	position: absolute;
	left: 33px;
	top: 14px;
}
#AllWrapper #block_t002 .linkBtnWap2 {
	height: 48px;
	width: 416px;
	position: absolute;
	left: 315px;
	top: 14px;
}
#AllWrapper #block_t003 {
	position: relative;
	height: 205px;
	width: 900px;
	background-image: url(../img/img1020.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#AllWrapper #block_t003 .contactBtnWap {
	height: 60px;
	width: 360px;
	position: absolute;
	left: 503px;
	top: 136px;
}
#AllWrapper #block_t003 h2 {
	font-size: 22px;
	font-weight: bold;
	padding-top: 35px;
	padding-left: 240px;
}
#AllWrapper #block_t003_2 {
	width: 841px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	line-height: 190%;
}
#AllWrapper #block_t004 {
	width: 841px;	
}
#AllWrapper #block_t005 {
	width: 841px;
	margin-top: 10px;
}
#AllWrapper #block_t006 {
	width: 841px;
	height: 235px;
	background-image: url(../img/img1050.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#AllWrapper #block_t006 p {
	width: 500px;
	font-size: 14px;
	line-height: 160%;
	color: #666;
	padding-top: 90px;
	padding-left: 43px;
	font-weight: bold;
}
#AllWrapper #block_t007 {
	width: 841px;
	height: 217px;
	background-image: url(../img/img1060.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#AllWrapper #block_t007 p {
	width: 500px;
	font-size: 14px;
	line-height: 160%;
	color: #666;
	padding-top: 78px;
	padding-left: 315px;
	font-weight: bold;
}
#AllWrapper #block_t008 {
	position: relative;
	width: 841px;
	height: 348px;
	background-image: url(../img/img1070.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#AllWrapper #block_t008 p {
	width: 500px;
	font-size: 14px;
	line-height: 160%;
	color: #666;
	padding-top: 93px;
	padding-left: 43px;
	font-weight: bold;
}
#AllWrapper #block_t008 .contactBtnWap {
	height: 60px;
	width: 360px;
	position: absolute;
	left: 446px;
	top: 261px;
}
#AllWrapper #block_t009 {
	width: 841px;
}
#AllWrapper #block_t010 {
	position: relative;
	width: 841px;
	height: 229px;
	background-image: url(../img/img1090.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#AllWrapper #block_t010 p {
	width: 250px;
	font-size: 14px;
	line-height: 150%;
	color: #666;
	position: absolute;
	left: 265px;
	top: 70px;
}
#AllWrapper #block_t011 {
	position: relative;
	width: 841px;
	height: 272px;
	background-image: url(../img/img1100.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#AllWrapper #block_t011 p {
	width: 250px;
	font-size: 14px;
	line-height: 150%;
	color: #666;
	position: absolute;
	left: 69px;
	top: 63px;
}
#AllWrapper #block_t011 p.text2 {
	width: 345px;
	font-size: 14px;
	line-height: 150%;
	color: #666;
	position: absolute;
	left: 480px;
	top: 63px;
}
#AllWrapper #block_t012 {
	position: relative;
	width: 841px;
	height: 448px;
	background-image: url(../img/img1110.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#AllWrapper #block_t012 p {
	width: 345px;
	font-size: 14px;
	line-height: 150%;
	color: #666;
	position: absolute;
	left: 69px;
	top: 52px;
}
#AllWrapper #block_t012 p.text2 {
	width: 345px;
	font-size: 14px;
	line-height: 150%;
	color: #666;
	position: absolute;
	left: 480px;
	top: 130px;
}
#AllWrapper #block_t012 .contactBtnWap {
	height: 60px;
	width: 360px;
	position: absolute;
	left: 446px;
	top: 362px;
}
#AllWrapper #block_t013 {
	width: 841px;
}
#AllWrapper #block_t014 {
	width: 900px;
}
#AllWrapper #block_t015 {
	width: 900px;
	background-image: url(../img/img1140.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 163px;
	position: relative;
}
#AllWrapper #block_t015 .contactBtnWap {
	height: 98px;
	width: 817px;
	position: absolute;
	left: 42px;
	top: 52px;
}
#AllWrapper #block_t016 {
	width: 900px;
}

/* ------------------------------- */

/* ---- アパレルページ用 block ----- */
#AllWrapper2 #block_a001 {
	width: 900px;
}
#AllWrapper2 #block_a003 {
	width: 841px;
	background-color: #FFF;
	padding-top: 20px;
}
#AllWrapper2 #block_a004 {
	height: 238px;
	width: 841px;
	background-image: url(../img/img2020.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#block_a004 p {
	height: 63px;
	width: 434px;
	position: absolute;
	left: 146px;
	top: 130px;
	line-height: 150%;
	font-weight: bold;
	color: #666;
}
#AllWrapper2 #block_a005 {
	height: 243px;
	width: 841px;
	position: relative;
	background-image: url(../img/img2030.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#block_a005 p {
	height: 72px;
	width: 626px;
	position: absolute;
	left: 147px;
	top: 58px;
	line-height: 150%;
	font-weight: bold;
	color: #666;
}
#block_a005 p span {
	font-size: 11px;
	line-height: 130%;
	font-weight: normal;
	color: #666;
}
#block_a005 .contactBtnWap {
	height: 60px;
	width: 360px;
	position: absolute;
	left: 427px;
	top: 164px;
}
#AllWrapper2 #block_a006 {
	width: 841px;
}
#AllWrapper2 #block_a007 {
	width: 841px;
	height: 443px;
	background-image: url(../img/img2050.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#block_a007 p.text1 {
	height: 50px;
	width: 186px;
	position: absolute;
	left: 354px;
	top: 64px;
	line-height: 150%;
	font-weight: bold;
	color: #666;
}
#block_a007 p.text2 {
	height: 50px;
	width: 220px;
	position: absolute;
	left: 552px;
	top: 64px;
	line-height: 150%;
	font-weight: bold;
	color: #666;
}
#block_a007 p.text3 {
	height: 80px;
	width: 420px;
	position: absolute;
	left: 354px;
	top: 240px;
	line-height: 150%;
	font-weight: bold;
	color: #666;
}
#block_a007 .contactBtnWap {
	height: 60px;
	width: 360px;
	position: absolute;
	left: 436px;
	top: 353px;
}

#AllWrapper2 #block_a008 {
	width: 841px;
}
#AllWrapper2 #block_a009 {
	width: 841px;
	height: 363px;
	position: relative;
	background-image: url(../img/img2070.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#block_a009 .contactBtnWap {
	height: 60px;
	width: 360px;
	position: absolute;
	left: 430px;
	top: 289px;
}
#AllWrapper2 #block_a010 {
	width: 841px;
}
#AllWrapper2 #block_a011 {
	width: 900px;
}
#AllWrapper2 #block_a012 {
	height: 297px;
	width: 900px;
	background-image: url(../img/img2100.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#block_a012 .contactBtnWap {
	height: 98px;
	width: 817px;
	position: absolute;
	left: 42px;
	top: 0px;
}
#AllWrapper2 #block_a013 {
	width: 900px;
}
/* ------------------------------- */

/* ---- フードページ用 block ----- */
#AllWrapper3 #block_f001 {
	width: 900px;
}
#AllWrapper3 #block_f003 {
	width: 841px;
	background-color: #FFF;
	padding-top: 20px;
}
#AllWrapper3 #block_f004 {
	width: 841px;
	background-color: #FFF;
	height: 234px;
	background-image: url(../img/img3030.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#AllWrapper3 #block_f005 {
	height: 337px;
	width: 841px;
	position: relative;
	background-image: url(../img/img3040.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#block_f005 p span {
	font-size: 11px;
	line-height: 130%;
	font-weight: normal;
	color: #666;
}
#block_f005 p.text1 {
	height: 66px;
	width: 632px;
	position: absolute;
	left: 142px;
	top: 55px;
	line-height: 150%;
	font-weight: bold;
	color: #666;
}
#block_f005 p.text2 {
	height: 66px;
	width: 632px;
	position: absolute;
	left: 142px;
	top: 147px;
	line-height: 150%;
	font-weight: bold;
	color: #666;
}
#block_f005 .contactBtnWap {
	height: 60px;
	width: 360px;
	position: absolute;
	left: 446px;
	top: 261px;
}
#AllWrapper3 #block_f006 {
	width: 841px;
}
#AllWrapper3 #block_f007 {
	width: 841px;
	height: 379px;
	background-image: url(../img/img3060.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#block_f007 p.text1 {
	height: 44px;
	width: 437px;
	position: absolute;
	left: 357px;
	top: 63px;
	line-height: 150%;
	font-weight: bold;
	color: #666;
}
#AllWrapper3 #block_f008 {
	width: 841px;
	height: 281px;
	background-image: url(../img/img3070.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#block_f008 p {
	height: 67px;
	width: 630px;
	position: absolute;
	left: 142px;
	top: 98px;
	line-height: 150%;
	font-weight: bold;
	color: #666;
}
#block_f008 .contactBtnWap {
	height: 60px;
	width: 360px;
	position: absolute;
	left: 444px;
	top: 185px;
}
#AllWrapper3 #block_f009 {
	width: 841px;
}
#AllWrapper3 #block_f010 {
	width: 841px;
	height: 381px;
	background-image: url(../img/img3090.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#block_f010 .contactBtnWap {
	height: 60px;
	width: 360px;
	position: absolute;
	left: 447px;
	top: 311px;
}
#AllWrapper3 #block_f011 {
	width: 841px;
}
#AllWrapper3 #block_f012 {
	width: 900px;
}
#AllWrapper3 #block_f013 {
	background-image: url(../img/img3120.gif);
	height: 300px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#block_f013 .contactBtnWap {
	height: 98px;
	width: 817px;
	position: absolute;
	left: 42px;
	top: 0px;
}
#AllWrapper3 #block_f014 {
	width: 900px;
}

