@charset "shift_jis";
/* CSS Document */
body {
	background: #171717 url(http://mantani.jp/contents/washi/img/footer_bg.jpg) repeat-x left bottom;
	font-size: 13px;
	height: 100%;
	color: #E7E7E7;
}
a, a:link,
a:visited {
 	color: #CA4633;
 	text-decoration: underline;
}
a:hover {
 	text-decoration: none;

}
/* --------------------------------- 
------------------------------------
Wrapper
------------------------------------
------------------------------------*/
.Wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}
/* --------------------------------- 
------------------------------------
Header 
------------------------------------
------------------------------------*/
.Header {
	background: url(http://mantani.jp/contents/washi/img/top_img.jpg) no-repeat center top #fff;
	height: 684px;
	position: relative;
	margin: 0 0 50px;
}
.Header .Logo {
	margin: 0;
	padding:0;
	position: absolute;
	left: 50%;
	top: 233px;
	margin-left: -620px;
}

/* ---------- Header-menu -------------*/
.Header-menu {
	margin: 0 auto;
	padding: 12px 10px 10px;
	width: 100%;
	height: 28px;
	background: url(http://mantani.jp/contents/washi/img/menu_bg.jpg) repeat-x;
	position: fixed;
  /	position: static;
	left: 0;
	top: 0;
	z-index: 1000;
}
.Header-menu .Header-txt {
	margin: 0;
	padding: 0;
	font-size:11px;
	font-weight:normal;
	color: #fff;
	float: left;
	width: auto;
	border-top: 0;
	line-height: 1.5;
}
.Header-menu ul {
	margin: 0;
	padding: 0;
	float: right;

}
.Header-menu ul li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
.Header-menu ul li a {
	display: block;
	float: left;
	width: 91px;
	height: 13px;
	padding: 0;
	margin: 0 0 0 15px;
	list-style: none;
	text-indent: -9999px;
	background-position: left top;
}
.Header-menu ul li a:hover {
	background-position: left bottom;
}
.Header-menu ul li.concept a {
	background-image: url(../img/menu_concept.gif);
}
.Header-menu ul li.washi a {
	background-image: url(http://mantani.jp/contents/washi/img/menu_washi.gif);
}
.Header-menu ul li.liquor a {
	background-image: url(http://mantani.jp/contents/washi/img/menu_liquor.gif);
}
.Header-menu ul li.gallery a {
	background-image: url(../img/menu_gallery.gif);
}
.Header-menu ul li.shop a {
	background-image: url(http://mantani.jp/contents/washi/img/menu_shop.gif);
}

/* ---------- Utility-menu -------------*/
.Utility-menu {
	clear:both;
	margin:0 auto;
	position:relative;
	top:-90px;
	color: #FFFFFF;
}
.Utility-menu ul {
	position:absolute;
	right:0;
	top:0;
	list-style: none;
	z-index: 0;
}
.Utility-menu ul li {
	float:left;
	margin: 0 0 0 10px;
	padding: 0 0 0 0px;
}

/* --------------------------------- 
------------------------------------
Content
------------------------------------
------------------------------------*/
.Content {
}

/* --------------------------------- 
------------------------------------
Footer
------------------------------------
------------------------------------*/
.Footer {
}

table.Footer-link {
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
    margin: 0 20px;
		background: url(../img/bar.jpg) no-repeat center bottom;
}

table.Footer-link th {
    padding: 5px;
    border: none;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
}
table.Footer-link td {
    padding: 5px;
    border: none;
    border-width: 0 0 1px 1px;
    text-align: center;
}

.Footer .Copyright {
		text-align: center;
    padding: 40px 0 70px;
}
/* --------------------------------- 
------------------------------------
other
------------------------------------
------------------------------------*/
.pagetop {
	text-align: right;
	margin: 20px 0;
}
.pagetop a{
	text-align: right;
	padding-left: 17px;
	background: url(http://mantani.jp/contents/washi/img/arrow.gif) no-repeat left center;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.Btn {
	text-align: center;
	margin: 20px 0;
}
.Btn img:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.clearfix {
	/* for ie */
display: inline-block;
}
/* Hides from IE-mac \*/
*html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* ƒXƒ}ƒz—p */
@media (max-width: 740px) {
	.Wrapper{
		width: 100%;
	}
}