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

body {
	color : #ffffff;
    background-image: url("../images/pattern.jpg");
    -webkit-text-size-adjust: 100%;
}


h1 {
	position: absolute;
	top: 20px;
	left: 20px;
}

h2 {
    font-size: 1.3rem;
    line-height: 2em;
	color: #ffd052;
}
h3 {
    font-size: 1.1rem;
}
h4 {
    line-height: 3em;
}
h5 {
    line-height: 1.5em;
}
p {
    line-height: 1.5em;
}

dl {
	line-height: 1.5em;
}

.container {
	position: relative;
	overflow: hidden;
	margin-top: 2em;
	margin-bottom: 5em;
}

#warpper {
	position: relative;
	width:960px;
	margin:auto;
}

/* header */
header img {
	width: 100%;
}

#headerwarp {
	background-image: url(../images/mainimagepattern.gif);
	position: relative;
	overflow: hidden;
	margin: auto;
	text-align: center;
}

header dl {
	position:absolute;
	top : 20px;
	right: 5%;
	font-size: .9em;
	padding : .5em .5em;
    border : solid 1px #ffffff;
	width: 40%;
	background-color: rgba(0,0,0,0.3);
}

header dt {
	float:left;
	clear: both;
	width: 20%;
	border-right: solid 1px #fff;
}

header dd {
	text-align: left;
	padding-right: .1em;
	width: 75%;
	float:right;
}
#catch {
	position:absolute;
	bottom: 20%;
	right: 10%;
	width: 15%;
}

#headertwitter {
	position: absolute;
	top: 30%;
	left: 5%;
}


/* navi */
#navi {
	position:relative;
	background-image: url("../images/menu_bg.jpg");
	margin-top: -10px;
}

#navi ul {
	text-align: center;
	list-style: none;
	overflow:hidden;
	margin: auto;
	width: 960px;
	padding-left: 200px;
}
#navi li {
	width:250px;
	line-height: 5em;
	text-align: center;
	float:left;
}
#navi li a {
	color: #ffffff;
	text-decoration: none;
	position: relative;
}

#navi li a:after {
	content: " ";
	position: absolute;
	top: 50%;
	width: 8px;
	height: 8px;
	margin: -8px 0 0 20px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}


/* price list */
#pricelist {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 30px;
}

#pricelist ul {
	width: 450px;
	margin-top:15px;
}

#pricelist li{
	display:flex;
	justify-content: space-between;
	margin-top:.5em;
	margin-bottom:  .5em
}
#pricelist li span:last-child {
    color: #ffd052;
}
#pricelist hr {
    border-top: 1px dashed #8c8b8b;
}

#leftmenu {
    float: left;
}
#rightmenu {
    float: right;
}

/* item info */
.item {
	position: relative;
	margin-top: 20px;
	margin-bottom: 30px;
}
.item_info {
	background-image: url("../images/caption_bg.png");
	background-repeat: repeat-y;
	background-color: #191919;
	padding: 30px;
	width: 420px;
	position: absolute;
	top: 180px;
}

.right_info {
		right: 0;
}

.left_info {
	left:0;
}

.right_img {
	text-align: right;
}

.item_info h4 span:first-child {
	margin-right: 1em;
}

/* map */
#map {
	float:left;
	clear:both;
	width: 630px;
}
#map dd{
	line-height: 1.5em;
}
#map p {
	color:#ccc;
	font-size: .9em;
}

#twitter {
	float: right;
}
/* message */
#housekeeper {
	float:left;
	clear:both;
}

#messagetext {
	position: absolute;
	top: 70px;
	right: 0;
}

/* footer */
footer {
    background-color: #1c0e04;
    text-align: center;
}

footer ul {
    list-style: none;
    text-align: center;
    overflow: hidden;	
	margin-top: 1em;
	margin-bottom: 1em;
}
footer ul li {
    display: inline-block;
    padding: 20px 50px;
    line-height: 3em;
}
footer ul li a{
    color: #ffffff;
	text-decoration: none;
}
footer dl {
    color: #9E9E9E;
    line-height: 1.5em;
	font-size: .8em;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 30px;
}
#foot img {
    max-width: 40%;
}
footer p {
    background-color: #000;
}
footer p small {
    font-size: .7em;
    line-height: 3em;
    color: #9E9E9E;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
