﻿@charset "utf-8";

/* ********************************************* */
/** サイト共通の基本設定　全ページで使用
/** basic.css
/* ********************************************* */

/********************************
リンクテキスト設定
********************************/
a
{
	font-size:100%;
}

a:link
{
	color:#0066ff;
	text-decoration:underline;
}
a:visited
{
	color:#800080;
}
a:hover
{
	color:#f20000;
}


.whiteLink a
{
	color:#d6d6d6;
}

.whiteLink a:hover
{
	color:#c5ff99;
	text-decoration:underline;
}
.greenLink a
{
	color:#5fb808;
}

.greenLink a:hover
{
	color:#ff6600;
	text-decoration:underline;
}



/********************************
初期化
********************************/
h1,h2,h3,h4,h5,h6,p
{
	margin:0;
}

/********************************
ヘディング設定
********************************/
h2.textLevelL {
    font-size: 105%;
    padding: 0 0 0 8px;
    border-left: 6px solid #CCCCCC;
}

/********************************
コンテナレイアウト設定
********************************/
body
{
	font-family:Verdana, Geneva, sans-serif;
	color:#333333;
	text-align:center;
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
}



#BodyArea,.BodyArea
{
	width:1024px;
	text-align:left;
	margin:0 auto;

}


* html #BodyArea
{
	height:1%;
}
#ContentsArea
{
	width:1024px;
	clear:both;
}

#CenterArea
{
	width:750px;
	margin:0 auto;
}
#LeftSideArea
{
width: 300px;
float: left;
}
#RightSideArea {
width: 700px;
float: right;
}

.leftBox
{
	float:left;
}
.rightBox
{
	float:right;
}
.sideRow
{
	clear:both;
}
.bgBrown
{
	background-color:#8A8A8A;

}


.bgGray
{
	background-color:#f3f3f3;

}

.bgGray10px
{
	background-color:#f3f3f3;
	padding: 10px;

}

.bgBlue
{
	background-color:#124fa9;

}

.boxGreenBg
{
	padding:15px;
	background-color:#DAEAD7;
}
.boxGrayBorder
{
	padding:15px;
	border:1px solid #999999;
}
.attentionBox
{
	padding:10px;
	background-color:#fffff5;
	border:2px solid #e4e1d8;
}

.bgPale-Blue
{
	background-color:#E7F4FF;
	padding:10px;
}

.textRight {
	text-align: right;
}



.w180Box
{
	width:180px;
}


.w230Box
{
	width:230px;
}


.w530Box
{
	width:530px;
}

.w650Box
{
	width:650px;
	margin-left:auto;
	margin-right:auto;
}

.w700Box
{
	width:700px;
	margin-left:auto;
	margin-right:auto;
}

.w750Box
{
	width:750px;
	margin-left:auto;
	margin-right:auto;
}


/********************************
イメージ設定
********************************/
img
{
	border:0;
}
.imgLeft
{
	float:left;
	margin:0 20px 0 0;
}
.imgRight
{
	float:right;
	margin:0 0 0 20px;
}
.imgCenter
{
	text-align:center;
}
.linkIcon
{
	margin:0 5px;
}
a:hover
{
	background-color:transparent;
}
a:hover img
{
	visibility:hidden;
}
.NonHidden a:hover img
{
	visibility:visible;
}

/********************************
段落マージン設定
********************************/

.shorterLevel
{
	margin-left:3px;
}
.shortLevel
{
	margin-left:5px;
}
.middleLevel
{
	margin-left:10px;
}
.middleLevelR
{
	margin-right:10px;
}

.longLevel
{
	margin-left:15px;
}
.longLevelR
{
	margin-right:15px;
}

.longestLevel
{
	margin-left:25px;
}
.longestLevelR
{
	margin-right:25px;
}

.doubleLevel
{
	margin-left:35px;
}

.shorterTalk
{
	margin:3px 0;
}
.shortTalk
{
	margin:5px 0;
}
.middleTalk
{
	margin:10px 0;
}
.longTalk
{
	margin:15px 0;
}
.longestTalk
{
	margin:25px 0;
}

.noneTopTalk
{
	margin-top:0;
}
.shorterTopTalk
{
	margin-top:3px;
}
.shortTopTalk
{
	margin-top:5px;
}
.middleTopTalk
{
	margin-top:10px;
}
.longTopTalk
{
	margin-top:15px;
}

.longerTopTalk
{
	margin-top:20px;
}
.longestTopTalk
{
	margin-top:25px;
}
.doubleTopTalk
{
	margin-top:35px;
}
.tripleTopTalk
{
	margin-top:70px;
}
.fourTopTalk
{
	margin-top:100px;
}
.fifTopTalk
{
	margin-top:150px;
}
.sixTopTalk
{
	margin-bottom:200px;
}
.sevenTopTalk
{
	margin-bottom:300px;
}

.noneBottomTalk
{
	margin-bottom:0;
}
.shorterBottomTalk
{
	margin-bottom:3px;
}
.shortBottomTalk
{
	margin-bottom:5px;
}
.middleBottomTalk
{
	margin-bottom:10px;
}
.longBottomTalk
{
	margin-bottom:15px;
}
.longerBottomTalk
{
	margin-bottom:20px;
}
.longestBottomTalk
{
	margin-bottom:25px;
}
.doubleBottomTalk
{
	margin-bottom:35px;
}
.tripleBottomTalk
{
	margin-bottom:70px;
}
.fourBottomTalk
{
	margin-bottom:100px;
}
.fifBottomTalk
{
	margin-bottom:150px;
}
.sixBottomTalk
{
	margin-bottom:200px;
}
.sevenBottomTalk
{
	margin-bottom:300px;
}

/********************************
段落パディング設定
********************************/
.shorterPadding
{
	padding:3px;
}
.shortPadding
{
	padding:5px;
}
.middlePadding
{
	padding:10px;
}
.longPadding
{
	padding:15px;
}
.longestPadding
{
	padding:25px;
}

.noneTopPadding
{
	padding-top:0;
}
.shorterTopPadding
{
	padding-top:3px;
}
.shortTopPadding
{
	padding-top:5px;
}
.middleTopPadding
{
	padding-top:10px;
}
.longTopPadding
{
	padding-top:15px;
}
.longestTopPadding
{
	padding-top:25px;
}
.doubleTopPadding
{
	padding-top:35px;
}
.tripleTopPadding
{
	padding-top:70px;
}
.fourTopPadding
{
	padding-top:100px;
}
.fifTopPadding
{
	padding-top:150px;
}
.sixTopPadding
{
	padding-bottom:200px;
}
.sevenTopPadding
{
	padding-bottom:300px;
}

.noneBottomPadding
{
	padding-bottom:0;
}
.shorterBottomPadding
{
	padding-bottom:3px;
}
.shortBottomPadding
{
	padding-bottom:5px;
}
.middleBottomPadding
{
	padding-bottom:10px;
}
.longBottomPadding
{
	padding-bottom:15px;
}
.longestBottomPadding
{
	padding-bottom:25px;
}
.doubleBottomPadding
{
	padding-bottom:35px;
}
.tripleBottomPadding
{
	padding-bottom:70px;
}
.fourBottomPadding
{
	padding-bottom:100px;
}
.fifBottomPadding
{
	padding-bottom:150px;
}
.sixBottomPadding
{
	padding-bottom:200px;
}
.sevenBottomPadding
{
	padding-bottom:300px;
}

/********************************
フォントサイズ設定
********************************/
.smallestFont
{
	font-size:80%;
}
.smallerFont
{
	font-size:85%;
}
.smallFont
{
	font-size:90%;
}
.middleFont
{
	font-size:95%;
}
.lageFont
{
	font-size:105%;
}
.lagerFont
{
	font-size:115%;
}
.lagestFont
{
	font-size:130%;
}


/********************************
フォントカラー設定
********************************/
.textGray
{
	color:#666666;
}
.textRed
{
	color:#ff0000;
}
.textOrenge
{
	color:#ff6600;
}
.textBlack
{
	color:#333333;
}
.textBlue
{
	color:#32ADFF;
}
.textGreen
{
	color:#579e11;
}
.textWhite
{
	color:#ffffff;
}

/********************************
フォント装飾設定
********************************/
.normalWeight
{
	font-weight:normal;
}
.boldWeight
{
	font-weight:bold;
}
.noneTextdecoration
{
	text-decoration:none;
}


.border_l{
	border-left:5px solid #43a521;
	padding-left:5px;
}

/********************************
文字間設定
********************************/
.shortLS
{
	letter-spacing:0.01em;
}
.middleLS
{
	letter-spacing:0.15em;
}

/********************************
行間設定
********************************/
.smallLH
{
	line-height:130%;
}
.middleLH
{
	line-height:150%;
}

/********************************
テーブル設定
********************************/
table
{
	width:100%;
	font-size:100%;
	line-height:100%;
	border-collapse:collapse;
}
caption
{
	padding:3px 0;
	text-align:left;
	border-bottom:1px solid #444444;
}
th
{
	text-align:center;
	font-weight:normal;
	padding:7px;
	border-bottom:1px solid #444444;
}
td
{
	padding:7px;
	border-bottom:1px solid #444444;
}
.widthAutoTable
{
	width:auto;
}
.widthAutoTable th,
.widthAutoTable td
{
	padding-left:30px;
	padding-right:30px;
}

/********************************
字下げ
********************************/
.textCaution
{
	text-indent: -1em;
	padding-left: 1em;
}

/********************************
フォント揃え設定
********************************/
.textCenter
{
	text-align:center;
}
.textLeft
{
	text-align:left;
}
.textRight
{
	text-align:right;
}

/********************************
リスト設定
********************************/
.listStyleNone{
	list-style: none;
}



/********************************
ヘッダ設定
********************************/
#UpperArea
{
	background-color:#000000;
}

#UpperArea h1,#UpperArea p
{	font-size:11px;
	color:#fff;
	padding:3px 0;
	font-weight: normal;
}

#HeaderBodyArea
{
	background:url(../images/head/head_bg.jpg) repeat-x;

}

#HeadArea
{
	width:1024px;
	text-align:left;
	margin:0 auto;

}




#HeadArea .logo a
{
	width:513px;
	height:98px;
	display:block;
	background-image:url(../images/head/head_logo.gif);
}
/* chromeハック */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	#HeadArea
	{
		width:1024px;
	}
}
/********************************
ヘッダメニュー設定
********************************/
.HeadMenuArea
{
	height:42px;
	clear:both;
	background:url(../images/menu/nav_bg.gif) repeat-x;
}
.HeadMenuArea ul
{
	width:1024px;
	margin:0 auto;
	padding:0;
	list-style:none;

}
.HeadMenuArea li
{
	float:left;
}
.HeadMenuArea li a
{
	display:block;
	height:42px;
}


.HeadMenuArea .navi01 a,.HeadMenuArea .navi02 a,
.HeadMenuArea .navi03 a,.HeadMenuArea .navi04 a,
.HeadMenuArea .navi05 a,.HeadMenuArea .navi06 a,
.HeadMenuArea .navi07 a,.HeadMenuArea .navi08 a,
.HeadMenuArea .navi09 a,.HeadMenuArea .navi10 a
{
	width:205px;
}



.HeadMenuArea .navi01 a
{
	background-image:url(../images/menu/nav_01_on.gif);
}
.HeadMenuArea .navi02 a
{
	background-image:url(../images/menu/nav_02_on.gif);
}
.HeadMenuArea .navi03 a
{
	width:204px;
	background-image:url(../images/menu/nav_03_on.gif);
}
.HeadMenuArea .navi04 a
{
	background-image:url(../images/menu/nav_04_on.gif);
}
.HeadMenuArea .navi05 a
{
	background-image:url(../images/menu/nav_05_on.gif);
}
.HeadMenuArea .navi06 a
{
	background-image:url(../images/menu/nav_06_on.gif);
}
.HeadMenuArea .navi07 a
{
	background-image:url(../images/menu/nav_07_on.gif);
}
.HeadMenuArea .navi08 a
{
	width:204px;
	background-image:url(../images/menu/nav_08_on.gif);
}
.HeadMenuArea .navi09 a
{
	background-image:url(../images/menu/nav_09_on.gif);
}
.HeadMenuArea .navi10 a
{
	background-image:url(../images/menu/nav_10_on.gif);
}
.HeadMenuArea .navi11 a
{
	background-image:url(../images/menu/nav_11_on.gif);
}

/********************************
レフトサイド設定
********************************/

/* バナー部分 */





#LeftSideArea p a
{
	display:block;
}


#LeftSideArea .bnBs a
{
	background-image:url(../images/bn/bs_on.jpg);
}
#LeftSideArea .bnVoice a
{
	background-image:url(../images/bn/voice_on.jpg);
}

#LeftSideArea .bnInquiry a
{
	background-image:url(../images/bn/inquiry_on.gif);
}
#LeftSideArea .bnFax a
{
	background-image:url(../images/bn/fax_on.gif);
}

#LeftSideArea .shoplist ul,#LeftSideArea .othershoplist ul
{
	margin:0;
	padding:0;
	border:1px solid #aaaaaa;
	font-size:90%;
}

#LeftSideArea .shoplist h2.title,#LeftSideArea .othershoplist h2.title
{
	color: #fff;
	background: #373737;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #474747), color-stop(99%, #373737));
	background: -webkit-linear-gradient(top, #474747 1%,#373737 99%);
	background: linear-gradient(top, #474747 1%,#373737 99%);
	border-radius: 5px 5px 0 0;
	padding:7px 5px 7px 10px;
	font-size:90%;


}

#LeftSideArea .shoplist li,#LeftSideArea .othershoplist li
{
	list-style-type:none;
	background:#eeeeee;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #aaaaaa;
}

#LeftSideArea .shoplist ul li a
{
	display:block;
	height:51px;
	padding:0px 0 0 20%;
	text-decoration:none;
	line-height:51px;
}

#LeftSideArea .othershoplist ul li a
{
	display:block;
	height:40px;
	padding:0px 0 0 10%;
	text-decoration:none;
	line-height:40px;
}

#LeftSideArea .shoplist ul li a,
#LeftSideArea .othershoplist ul li a,
#LeftSideArea .aboutlist li a
{
	color:#555555;
	text-decoration:none;
}

#LeftSideArea .shoplist ul li a:hover,#LeftSideArea .othershoplist ul li a:hover{
	color: #666666;
}

#LeftSideArea .othershoplist ul li a:hover{
	background:#F8F8F8;
}

#LeftSideArea .shoplist .list01
{
	background:#eeeeee url(../images/icon/icon_oudanmaku.png) no-repeat 6% 50%;
}
#LeftSideArea .shoplist .list01:hover
{
	background:#F9F9F9 url(../images/icon/icon_oudanmaku.png) no-repeat 6% 50%;
}
#LeftSideArea .shoplist .list02
{
	background:#eeeeee url(../images/icon/icon_danki.png) no-repeat 6% 50%;
}
#LeftSideArea .shoplist .list02:hover
{
	background:#F9F9F9 url(../images/icon/icon_danki.png) no-repeat 6% 50%;
}

#LeftSideArea .shoplist .list03
{
	background:#eeeeee url(../images/icon/icon_tairyoubata.png) no-repeat 6% 50%;
}
#LeftSideArea .shoplist .list03:hover
{
	background:#F9F9F9 url(../images/icon/icon_tairyoubata.png) no-repeat 6% 50%;
}

#LeftSideArea .shoplist .list04
{
	background:#eeeeee url(../images/icon/icon_nobori.png) no-repeat 6% 50%;
}
#LeftSideArea .shoplist .list04:hover
{
	background:#F9F9F9 url(../images/icon/icon_nobori.png) no-repeat 6% 50%;
}

#LeftSideArea .shoplist .list05
{
	background:#eeeeee url(../images/icon/icon_noren.png) no-repeat 6% 50%;
}
#LeftSideArea .shoplist .list05:hover
{
	background:#F9F9F9 url(../images/icon/icon_noren.png) no-repeat 6% 50%;
}

#LeftSideArea .shoplist .list06
{
	background:#eeeeee url(../images/icon/icon_magnet.png) no-repeat 6% 50%;
}
#LeftSideArea .shoplist .list06:hover
{
	background:#F9F9F9 url(../images/icon/icon_magnet.png) no-repeat 6% 50%;
}

#LeftSideArea .shoplist .list07
{
	background:#eeeeee url(../images/icon/icon_happi.png) no-repeat 6% 50%;
}
#LeftSideArea .shoplist .list07:hover
{
	background:#F9F9F9 url(../images/icon/icon_happi.png) no-repeat 6% 50%;
}

#LeftSideArea .shoplist .list08
{
	background:#eeeeee url(../images/icon/icon_t_shirt.png) no-repeat 6% 50%;
}
#LeftSideArea .shoplist .list08:hover
{
	background:#F9F9F9 url(../images/icon/icon_t_shirt.png) no-repeat 6% 50%;
}

#LeftSideArea .shoplist .list09
{
	background:#eeeeee url(../images/icon/icon_towel.png) no-repeat 6% 50%;
}
#LeftSideArea .shoplist .list09:hover
{
	background:#F9F9F9 url(../images/icon/icon_towel.png) no-repeat 6% 50%;
}
#LeftSideArea .shoplist .list10
{
	background:#eeeeee url(../images/icon/icon_wappen.png) no-repeat 6% 50%;
}
#LeftSideArea .shoplist .list10:hover
{
	background:#F9F9F9 url(../images/icon/icon_wappen.png) no-repeat 6% 50%;
}

#LeftSideArea .shoplist li.bbnone, #LeftSideArea .othershoplist li.bbnone,#LeftSideArea .aboutlist li.bbnone
{
	border-bottom:0;
}
#LeftSideArea .shoplist li.btnone, #LeftSideArea .othershoplist li.btnone,#LeftSideArea .aboutlist li.btnone
{
	border-top:0;
}

/*私たちについて・ご利用ガイド*/

#LeftSideArea .aboutlist h2.title
{
	color: #fff;
	background: #373737;
	padding:6px 5px 6px 10px;
	font-size:90%;
}
#LeftSideArea .aboutlist ul
{
	margin:0;
	padding:0;
	border:1px solid #777777;
}
#LeftSideArea .aboutlist li
{
	list-style-type:none;
	background:#ffffff;
	border-bottom:1px dashed #777777;
}


#LeftSideArea .aboutlist li a{
	display:block;
	height:36px;
	padding:0px 0 0 20%;
	text-decoration:none;
	line-height:36px;
	font-size:90%;
}

#LeftSideArea .aboutlist li a:hover
{
	color:#555;
}

#LeftSideArea .aboutlist .list01
{
	background:url(../images/icon/icon_about.png) no-repeat 6% 50%;

}
#LeftSideArea .aboutlist .list01:hover
{
	background:#F1F1F1 url(../images/icon/icon_about.png) no-repeat 6% 50%;

}
#LeftSideArea .aboutlist .list02
{
	background:url(../images/icon/icon_bs.png) no-repeat 6% 50%;
}
#LeftSideArea .aboutlist .list02:hover
{
	background:#F1F1F1 url(../images/icon/icon_bs.png) no-repeat 6% 50%;
}
#LeftSideArea .aboutlist .list03
{
	background:url(../images/icon/icon_tokutei.png) no-repeat 6% 50%;
}
#LeftSideArea .aboutlist .list03:hover
{
	background:#F1F1F1 url(../images/icon/icon_tokutei.png) no-repeat 6% 50%;
}

#LeftSideArea .aboutlist .list04
{
	background:url(../images/icon/icon_kojin.png) no-repeat 6% 50%;
}
#LeftSideArea .aboutlist .list04:hover
{
	background:#F1F1F1 url(../images/icon/icon_kojin.png) no-repeat 6% 50%;
}

#LeftSideArea .aboutlist .list05
{
	background:url(../images/icon/icon_soft.png) no-repeat 6% 50%;
}
#LeftSideArea .aboutlist .list05:hover
{
	background:#F1F1F1 url(../images/icon/icon_soft.png) no-repeat 6% 50%;
}
#LeftSideArea .aboutlist .list06
{
	background:url(../images/icon/icon_design.png) no-repeat 6% 50%;
}
#LeftSideArea .aboutlist .list06:hover
{
	background:#F1F1F1 url(../images/icon/icon_design.png) no-repeat 6% 50%;
}
#LeftSideArea .aboutlist .list07
{
	background:url(../images/icon/icon_daikou.png) no-repeat 6% 50%;
}
#LeftSideArea .aboutlist .list07:hover
{
	background:#F1F1F1 url(../images/icon/icon_daikou.png) no-repeat 6% 50%;
}

#LeftSideArea .aboutlist .list08
{
	background:url(../images/icon/icon_nouki.png) no-repeat 6% 50%;

}
#LeftSideArea .aboutlist .list08:hover
{
	background:#F1F1F1 url(../images/icon/icon_nouki.png) no-repeat 6% 50%;

}

#LeftSideArea .aboutlist .list09
{
	background:url(../images/icon/icon_receipt.png) no-repeat 6% 50%;

}
#LeftSideArea .aboutlist .list09:hover
{
	background:#F1F1F1 url(../images/icon/icon_receipt.png) no-repeat 6% 50%;

}
#LeftSideArea .aboutlist li.list09 a
{
	line-height:15px;
	padding-top:10px;
}
/*カレンダー*/


.calendarArea .calendar_wrap
{
	border-top:none;
	border:1px solid #C4C4C4;
	padding:0 0 5px 0;
}
.calendarBox
{
	width:241px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#E38282;

}

.calendarArea h2.title
{
	color: #fff;
	background:#373737 url(../images/icon/icon_calendar.png) no-repeat 6% 50%;
	padding:0px 0px 0px 54px;
	height:31px;
	line-height:31px;
	font-size:90%;
}


/********************************
お知らせ
********************************/
.oshiraseBox
{
	border:1px solid #CCAA46;
	padding:10px;
}




/********************************
フッタ設定
********************************/
#FooterArea
{
	height:125px;
	clear:both;
	margin:35px 0 0px 0;
}
.footer
{
	background:url(../images/foot/footer_back.gif) repeat-x;
}
/*実店舗案内*/
.bsInfo a
{
	display:block;
	width:560px;
	height:188px;
	margin:0 auto;
	background-image:url(../images/bn/bn_bs_on.jpg);	
}


#RightSideArea h2.title2,#CenterMainArea h2.title2
{
	font-size: 120%;
	padding: 0 0 0 8px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-left:5px solid #9B3A38;
	border-bottom:3px solid #9B3A38;
	line-height:30px;

}
/********************************
フッタメニュー設定
********************************/
#FootArea a:link
{
	color:#555555;
	text-decoration:none;
}
#FootArea a:visited
{
	color:#555555;
	text-decoration:none;
}
#FootArea a:hover
{
	color:#ff6600;
	text-decoration:underline;
}


/********************************
グループナビ
********************************/
#groupnavi
{
	width:1024px;
	margin:30px 0 40px 0;
}
#groupnavi .groupnaviBox,.groupnaviBoxS
{
	width:1024px;
	margin:10px auto 20px auto;
	overflow:hidden;
}
#groupnavi .groupnaviBox ul
{
	width:241px;
	float:left;
	margin:0 5px;
	padding:0;
	display:inline;
	overflow:hidden;
	list-style:none;
}
#groupnavi .groupnaviBoxS ul
{
	width:155px;
	float:left;
	margin:0 8px 0 5px;
	padding:0;
	display:inline;
	overflow:hidden;
	list-style:none;
}
#groupnavi li img
{
	display:block;
}
#groupnavi li a
{
	display:block;
}
#groupnavi li
{
	margin:0;
}

#groupnavi .btn_oudanmaku a
{
	background-image:url(../images/foot/btn_oudanmaku_on.jpg);
}
#groupnavi .btn_noboribata a
{
	background-image:url(../images/foot/btn_noboribata_on.jpg);
}
#groupnavi .btn_danki a
{
	background-image:url(../images/foot/btn_danki_on.jpg);
}
#groupnavi .btn_noren a
{
	background-image:url(../images/foot/btn_noren_on.jpg);
}
#groupnavi .btn_magnet a
{
	background-image:url(../images/foot/btn_magnet_on.jpg);
}
#groupnavi .btn_towel a
{
	background-image:url(../images/foot/btn_towel_on.jpg);
}
#groupnavi .btn_happi a
{
	background-image:url(../images/foot/btn_happi_on.jpg);
}
#groupnavi .btn_tairyoubata a
{
	background-image:url(../images/foot/btn_tairyoubata_on.jpg);
}
#groupnavi .btn_t-shirts a
{
	background-image:url(../images/foot/btn_t-shirts_on.jpg);
}
#groupnavi .btn_tapestry a
{
	background-image:url(../images/foot/btn_tapestry_on.gif);
}
#groupnavi .btn_sticker a
{
	background-image:url(../images/foot/btn_sticker_on.gif);
}
#groupnavi .btn_tebata a
{
	background-image:url(../images/foot/btn_tebata_on.gif);
}
#groupnavi .btn_pennant a
{
	background-image:url(../images/foot/btn_pennant_on.gif);
}
#groupnavi .btn_stb a
{
	background-image:url(../images/foot/btn_stb_on.gif);
}
#groupnavi .btn_sutekanban a
{
	background-image:url(../images/foot/btn_sutekanban_on.gif);
}
#groupnavi .btn_wansyou a
{
	background-image:url(../images/foot/btn_wansyou_on.gif);
}
#groupnavi .btn_jumbonobori a
{
	background-image:url(../images/foot/btn_jumbonobori_on.gif);
}
#groupnavi .btn_mininobori a
{
	background-image:url(../images/foot/btn_mininobori_on.gif);
}
#groupnavi .btn_wappen a
{
	background-image:url(../images/foot/btn_wappen_on.gif);
}


.btn_Top a
{
	display:block;
	width:250px;
	height:65px;
	background-image:url(../images/foot/sougou_topback_on.png);
}
/********************************
読み上げ用テキスト 
********************************/
div.reader
{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	height:1px;
	width:1px;
	padding:0px;
	overflow:hidden;
}
/********************************
パンくずナビ
********************************/
.pannavi p
{
	margin:0 0 17px 3px;
}

/********************************
新規ウインドウ用
********************************/
.newWin
{
	min-height:23px;
	background:url(../images/icon/icon-ty-blank.gif) no-repeat left 30%;
	padding-left:17px;
	line-height:1;
}

/********************************
トップへ戻る用
********************************/

.goPageTop {
clear: both;
text-align: right;
}

ul.nest
{
	margin:0 0 0 10px;
	padding:0;
	}
	

.relative {
	position: relative;
}

/*ペラ特有css*/
#OneColumnMainArea
{
	width:800px;
	margin:0 auto;
}



