
@import "00_style.css";
@import "01_a-tag.css";

/*************************************************
	■トップページ
*************************************************/

#top-header{
	height:340px;
	background: url("../toppage/main-image.png") no-repeat 0 28px;
	}

#top-header UL{
	margin:14px 0 0 1px;
	}
#top-header LI{
	list-style:none;
	}
#top-header IMG{
	border:0;
	vertical-align:top;
	}

/*************************************************
	■左
*************************************************/

.bn_bitter{
	margin-top:24px;
	padding:12px 0 10px 30px;
	border:solid #c7c7e0 1px;
	font-size:11px;
	}
.bn_bitter IMG{
	margin-bottom:4px;
	}

/*************************************************
	■右
*************************************************/

.contents-title {
	background: url("../toppage/contents-1.png") no-repeat 0 2px;
	border-bottom:solid #ccc 1px;
	margin-right:100px;
	height:103px;
	}
.sub-title{
	padding:66px 0 0 158px;
	font-size:90%;
	font-weight:bold;
	color:#855C33;
	background: url("../image/arrow-bow.gif") no-repeat 148px 71px;
	}


