@charset "UTF-8";
/* CSS Document */

/* NU chayamachi Web Site Basic Style */


/*--------------- background replace ---------------*/
#pageHdr h1 a,
#categoryMenu li#ftr_toHome a,
#btt {
	display: block;
	height: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
}

/*
*** {
	background-position: right top;
}
*/

/*--------------- utility ---------------*/

.ub { text-decoration: underline;}
.upr { text-transform: uppercase;}
.outerLink {
	background: url(../images/base/icon_outerLink.png) no-repeat right center;
	padding-right: 20px;
}

/*--------------- base ---------------*/

body {
	width: 100%;
	background: url(../images/base/bg_body.gif) repeat-x center top;
}

#allWrp {
	width: 100%;
	position: relative;
}

/*--------------- header ---------------*/

#pageHdr {
	width: 980px;
	margin: 0px auto;
	padding-top: 39px;
	position: relative;
	z-index: 20;
}

#pageHdr h1 { float: left;}

#pageHdr h1 a {
	background-image: url(../images/base/logo_hdr.gif);
	width: 128px;
	padding-top: 61px;
}

#pageHdr h1 a:hover {
	opacity: 0.7;
}

#siteSummary {
	position: absolute;
	left: 0;
	top: 12px;
	color: #c86829;
	font-size: 10px;
}

/* main navi */

#globalNav { margin-left: 178px;}

#mainNav {
	background: url(../images/base/line_hdrMenu.gif) no-repeat left top;
	height: 42px;
	position: relative;
	padding-left: 2px;
}

#mainNav li {
	width: 200px;
	height: 40px;
	padding-right: 2px;
	background: url(../images/base/line_hdrMenu.gif) no-repeat right top;
	position: relative;
	float: left;
	margin-right: 1px;
}

#mainNav > li > a {
	line-height: 40px;
	display: block;
	width: auto;
	height: 40px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color: #362929;
	border-bottom: 2px solid #c86829;
}
#mainNav li a .menuEngTitle {
	color: #c86829;
	text-transform: uppercase;
	font-size: 12px;
}
#mainNav li a:hover,
#mainNav li a:hover .menuEngTitle {
	text-decoration: none;
	background-color: #c86829;
	color: #fff;
}

.menuHovered {
	text-decoration: none !important;
	background-color: #c86829 !important;
	color: #fff !important;
}

#mainNav li.snsBtns { width: 44px;}
#mainNav li#hdrTw a { border-bottom: 2px solid #21aaea;}
#mainNav li#hdrFb a { border-bottom: 2px solid #36579d;}
#mainNav li#hdrLn a { border-bottom: 2px solid #00c300;}
#mainNav li#hdrIg a { border-bottom: 2px solid #db2b73;}

#mainNav > li.snsBtns > a {/*
	background: url(../images/base/icon_hdrTw.png) no-repeat 5px center #fff;*/
	text-align: center;
	padding-top: 7px;
	line-height: 1em;
	height: 33px;
}
#mainNav li.snsBtns a img.on { display: none;}
#mainNav li.snsBtns a img.off { display: inline;}
#mainNav li#hdrTw a:hover { background-color: #21aaea;}
#mainNav li#hdrFb a:hover { background-color: #36579d;}
#mainNav li#hdrLn a:hover { background-color: #00c300;}
#mainNav li#hdrIg a:hover { background-color: #db2b73;}
#mainNav li.snsBtns a:hover img.on { display: inline;}
#mainNav li.snsBtns a:hover img.off { display: none;}

/*
#mainNav li#hdrTw a:hover { background: url(../images/base/icon_hdrTwHover.png) no-repeat 5px center #21aaea;}*/
/*
#mainNav li#hdrFb a {
	background: url(../images/base/icon_hdrFb.png) no-repeat 4px center;
	padding-left: 26px;
	font-size: 14px;
}
#mainNav li#hdrFb a:hover { background: url(../images/base/icon_hdrFbHover.png) no-repeat 4px center #36579d;}*/

/* drop down menu */

.ddMenu {
	position: absolute;
	left: 0;
	top: 42px;
	border-top: 2px solid #d1651f;
	width: 200px;
	box-shadow: 0 1px 10px rgba(0,0,0,0.1);
	display: none;
}

#mainNav li .ddMenu li {
	width: 200px;
	height: 50px;
	background: url(../images/base/bg_ddMenu.png) no-repeat left top;
	padding: 0;
	display: none;
}
#mainNav li .ddMenu li a {
	font-family: source-han-sans-japanese, 'mp_m';
	font-weight: 400;
	line-height: 50px;
	display: block;
	width: auto;
	padding-left: 10px;
	text-align: left;
	font-size: 14px;
	color: #362929;
	border-bottom: none;
}
#mainNav li .ddMenu li a:hover {
	background-color: #fff;
	opacity: 0.5;
}
#mainNav li .ddMenu li.ddSP a {
	line-height: 1em;
	padding: 7px 0px 6px 10px;
}
#mainNav li .ddMenu li.ddSP a.specify {
	display: inline;
	color: #807474;
	padding: 1px 2px 10px 2px;
	font-size: 12px;
}
#mainNav li .ddMenu li.ddSP a.specify:nth-child(2) {
	margin-left: 20px;
}
#mainNav li .ddMenu li.ddSP .separator {
	color: #d4cecd;
	font-size: 10px;
}


/* sub navigation */

#subNav {
	position: absolute;
	width: 310px;
	right: 0;
	top: 1px;
}

#subNav li {
	float: left;
	line-height: 29px;
}

#changeFS { margin-right: 18px;}

.fsTxt {
	font-size: 12px;
	display: block;
	float: left;
	margin-right: 5px;
	line-height: 1em;
	padding-bottom: 6px;
	padding-top: 11px;
}

.fontScaler {
	margin-left: 0px;
	width: 70px;
	float: left;
}

.fontScaler a {
	display: block;
	background: url(../images/base/btn_selectSize.jpg) no-repeat left top;
	width: 22px;
	line-height: 1em;
	float: left;
	margin-right: 1px;
	text-align: center;
	cursor: pointer;
	padding-bottom: 6px;
	color: #362929;
}

.fontScaler a#fs_normal {
	font-size: 12px;
	padding-top: 11px;
}
.fontScaler a#fs_medium {
	font-size: 14px;
	padding-top: 9px;
}
.fontScaler a#fs_large {
	font-size: 16px;
	padding-top: 7px;
}
.fontScaler a:hover {
	text-decoration: none;
	opacity: 0.7;
}





#selectLang {
	background-image: url(../images/base/btn_selectLang.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 150px;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 11px;
	padding-bottom: 8px;
	line-height: 1em !important;
	height: 1em;
	border: none;
	position: relative;
	padding-left: 5px;
	cursor: pointer;
	font-family: source-han-sans-japanese, 'mm_b';
	font-weight: 700;
}
#selectLang:hover { background-position: right top !important;}

#langsList {
	position: absolute;
	left: 0;
	top: 29px;
	box-shadow: 0 1px 10px rgba(0,0,0,0.1);
	display: none;
}

#langsList li {
	float: none;
	font-family: source-han-sans-japanese, 'mm_b';
	font-weight: 700;
	background: url(../images/base/bg_selectLang.png) no-repeat left top;
	width: 138px;
	height: 29px;
	display: none;
}

#langsList li a {
	display: block;
	width: auto;
	height: 29px;
	padding-left: 5px;
	color: #362929;
}
#langsList li a:hover {
	background-color: #fff;
	opacity: 0.5;
	text-decoration: none;
}


/*--------------- contents ---------------*/

#indexpage .contentsWrp,
.contentsWrp {
	position: relative;
	z-index: 0;
	clear: both;
}

.contentsWrp { padding-top: 55px;}/* for bread list */
#indexpage .contentsWrp { padding: 0;}

.columnWrp {
	width: 990px;
	margin: 0px auto 20px;
	position: relative;
}

.mainColumn {
	float:left;
	margin-bottom: 30px;
}

.subColumn {
	margin-bottom: 50px;
}

.contentsAtcl {
	clear: both;
	width: auto;
	margin-bottom: 30px;
}

/*--------------- footer ---------------*/

#btt {
	position: fixed;
	bottom: 430px;
	right: 0;
	width: 30px;
	padding-top: 110px;
	background-image: url(../images/base/btn_btt.jpg);
	display: none;
}
#btt:hover { opacity: 0.7;}

#pageFtr {
	width: 100%;
	background: url(../images/base/bg_ftr.jpg) repeat center top;
	position: relative;
	clear: both;
	z-index: 21;
}

/* relational links */

#links {
	width: 100%;
	background-color: #fff;
	padding: 0px 0px 20px;
}

#links ul {
	width: 950px;
	margin: 0px auto;
	padding-left: 10px;
}

#links ul li {
	float: left;
	background: url(../images/base/shadow_links.jpg) no-repeat center top;
	width: 180px;
	height: 47px;
	margin-right: 10px;
	margin-bottom: 3px;
}

#links ul li a:hover { opacity: 0.7;}

/* sitemap */

#sitemap {
	width: 100%;
	background: url(../images/base/bg_sitemap.png) repeat-x center top;
	margin: 0px auto 20px;
	padding-top: 11px;
	position: relative;
}

#categoryMenu {
	width: 980px;
	margin: 0px auto;
	position: relative;
}

#categoryMenu li {
	float: left;
	width: 230px;
	margin-right: 20px;
	font-family: source-han-sans-japanese, 'mp_r';
	font-weight: 400;
	font-size: 20px;
	line-height: 1em;
}

#categoryMenu li:last-child { margin-right: 0;}

#categoryMenu li .menuEngTitle {
	font-size: 12px;
	text-transform: uppercase;
	color: #d3c0b3;
}

.smPageList {
	padding-top: 20px;
	color: #eae4e4;
	font-size: 14px;
}

#categoryMenu li .smPageList li,
.smPageList li a {
	color: #eae4e4;
	font-size: 14px;
}

.smPageList li a {
	display: block;
	width: auto;
	line-height: 28px;
	padding: 0px 3px;
}
.smPageList li a:hover {
	background-color: #eae4e4;
	background-color: rgba(234,228,228,0.7);
	color: #868383;
	text-decoration: none;
}

.smPageList li .separator { font-size: 12px;}

.smPageList li a.specify {
	font-size: 12px;
	color: #cfc9c9;
	display: inline;
}
.smPageList li a.specify:hover {
	background-color: #cfc9c9;
	background-color: rgba(207,201,201,0.7);
	color: #868383;
	text-decoration: none;
}

#categoryMenu li#ftr_toHome {
	position: absolute;
	left: 0;
	bottom: -85px;
	width: 62px;
}

#categoryMenu li#ftr_toHome a {
	background-image: url(../images/base/logo_ftr.png);
	width: 62px;
	padding-top: 30px;
}
#categoryMenu li#ftr_toHome a:hover { opacity: 0.7;}


/* copyright */

#copyright {
	width: 100%;
	height: 100px;
	background-color: rgba(0,0,0,0.1);
	line-height: 100px;
	font-size: 10px;
	color: #d3c0b3;
	text-align: center;
}


/* buttons */

.btnViewAll {
	display: block;
	background: url(../images/index/btns_indexSprite.gif) no-repeat 0px -93px;
	width: 108px;
	text-align: center;
	line-height: 24px;
	height: 24px;
	font-family: source-han-sans-japanese, 'mp_b';
	font-weight: 700;
	font-size: 12px;
	color: #362929;
	text-transform: uppercase;
	cursor: pointer;
}
.btnViewAll:hover {
	background-position: -108px -93px;
	text-decoration: none;
}

/*--------------- 2nd level basic styles -----------------*/

/* bread list */

.contentsWrp footer.breadList {
	width: 100%;
	position: absolute;
	top: 0;
	
}

.contentsWrp footer.breadList div {
	width: 980px;
	margin: 0px auto;
	position: relative;
	padding-top: 15px;
}

.breadHome,
.bread2nd,
.bread3rd,
.breadCurrent {
	display: block;
	color: #362929;
	font-size: 12px;
	font-family: source-han-sans-japanese, 'mp_m';
	font-weight: 400;
	line-height: 1em;
	padding: 9px 0px;
	text-align: center;
	float: left;
	height: 12px;
	position: relative;
}

.breadHome,
.bread2nd,
.bread3rd {
	background-image: url(../images/base/btnSpritePng.png);
	background-repeat: no-repeat;
}

.breadHome {
	background-position: 0px 0px;
	width: 65px;
	z-index: 3;
}

.bread2nd,
.bread3rd {
	background-position: 0px -30px;
	width: 142px;
	margin-left: -9px;
}

.bread2nd { z-index: 2;}
.bread3rd { z-index: 1;}

.breadCurrent { padding-left: 10px;}

.breadHome:hover {
	text-decoration: none;
	background-position: -65px 0px;
}
.bread2nd:hover,
.bread3rd:hover {
	text-decoration: none;
	background-position: 0px -60px;
}