<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

a:link,
a:visited,
a:hover,
a:active{
	color:#935d54;
}
a:hover{	color:#b34735;}


.wrap {
	background: none;
}

.wrap .inner {
	background: none;
}

.container {
	background: none;
}

.header {
	height: 596px;
	background: url(../images/top/bg_gnavi.jpg) no-repeat 0 100%;
}


/* ------------------------キービジュアル -------------------------*/

.keyvisual {
	position: absolute;
	top: 110px;
	left: 0;
}

.keyvisual .copy {
	position: absolute;
	top: 110px;
	left: 45px;
}

.keyvisual .shop li {
		position: absolute;
}

.keyvisual .shop .ikumi { top: 0; left: 403px; }
.keyvisual .shop .kokochi { top: 0; left: 610px; }
.keyvisual .shop .hiro { top: 180px; left: 485px; }
.keyvisual .shop .riri { top: 175px; left: 709px; }


.header .global-nav {
	top: 525px;
}

/* -----------------------本文-------------------------*/

.content {
	min-height:inherit;
	float: none;
	width: 960px;
	padding: 0;
	margin: 0;
	font-size: 13px;
}

.summary {
	float: left;
	width: 479px;
}

.summary h2 {
	margin:0;
	padding:15px 0 0 0;
	float:left;
	background: none;
}

.summary dl {
	margin-left: 130px;
	padding-right: 20px;
}

.summary .bn-rss {
	margin-left: 130px;
	text-align: right;
	padding-right: 15px;
}

.summary .bn-rss li {
	display: inline;
	padding-left: 10px;
	background: url(../images/icon_arrow_001.gif) no-repeat 0 50%;
	padding-right: 10px;
}


/* ニュース */

.news-contents {
	float: right;
	width: 330px;
	padding-right: 20px;
}

#news dl {
	border-bottom: 1px dotted #c5b3af;
	padding: 0 20px 10px 0;
	margin: 10px 0 10px 0px;
}

/*----- clearfix scheme -----*/
/* For modern browsers */
#news dl:before,
#news dl:after {
    content:"";
    display:table;
}
 
#news dl:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
#news dl {
    zoom:1;
}

#news .thumb {
	width: 80px;
	padding: 10px;
	background: url(../images/top/bg_news_thumb.png) no-repeat 0 0;
	float:left;
}

#news dd {
	margin-left: 100px;
}

#news .title {
	margin: 4px 0 5px;
}

#news .description {
		font-size: 11px;
	color: #7e706d;
}
	
/* ブログ */
#blog dt {
	font-size: 12px;
	color: #7e706d;
}

#blog dd {
	border-bottom: 1px dotted #c5b3af;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#news0 dt {
	font-size: 12px;
	color: #7e706d;
}

#news0  dd {
	border-bottom: 1px dotted #c5b3af;
	padding-bottom: 10px;
	margin-bottom: 10px;
}



/* ------------------------フッタ-------------------------*/

.footer {
	 background: url(../images/top/bg_footer.png) no-repeat 0 0;
	 padding-top: 15px;
}




</pre></body></html>