@charset "UTF-8";
@import url(./default.css);


html {
}

body {
	background: url(../img/bk_kari.gif);
}

#global {
	width: 600px;
	margin: 0px auto;
}

/**
 * ヘッダ
 */
#header {
	height: 120px;
	background: url(../img/header_bg.gif) repeat-x top center;
}
#header-left {
	float: left;
	width: 120px;
}
#header-left img {
	position: relative;
	left: -30px;
}
#header-right {
	float: right;
	width: 480px;
	height: 120px;
}
/*
#header-right h1 {
	color: #ffffff;
	font-family: 'ＭＳ Ｐ明朝', 'Osaka', times, serif;
	font-size: 24pt;
	margin-top: 40px;
	line-height: 60px;
}
*/
#header-right img {
	position: absolute;
	top: 50%;
	height: 44px; /*-22px;*/
	margin-bottom: auto;
}

#body {
	background: url(../img/idx_img.gif) no-repeat top left;
}
#body ul {
	width: 200px;
	height: 312px;
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#body ul li {
}
#body ul li a {
	display: block;
	width: 200px;
	height: 78px;
}
#body ul li a.beer {
	background: url(../img/ixb_b.gif) no-repeat top left;
}
#body ul li a:hover.beer {
	background: url(../img/ixb_b2.gif) no-repeat top left;
}
#body ul li a.jura {
	background: url(../img/ixb_j.gif) no-repeat top left;
}
#body ul li a:hover.jura {
	background: url(../img/ixb_j2.gif) no-repeat top left;
}
#body ul li a.tusk {
	background: url(../img/ixb_t.gif) no-repeat top left;
}
#body ul li a:hover.tusk {
	background: url(../img/ixb_t2.gif) no-repeat top left;
}
#body ul li a.ikeb {
	background: url(../img/ixb_i.gif) no-repeat top left;
}
#body ul li a:hover.ikeb {
	background: url(../img/ixb_i2.gif) no-repeat top left;
}

#footer {
	background-color: #000000;
}

#copyright {
	color: #ffffff;
/*
	background-color: #000000;
*/
	background-image: url(../img/slants_dgray.gif);
	line-height: 2em;
	font-size: small;
	font-weight: bold;
	text-align: center;
}

.space {
	height: 3px;
}

