body {
	background-image: url(../../kanzaburou/img/back.jpg);
	background-repeat: repeat-x;
	background-position: 0px 117px;
}
#layout-main-body {
	margin-top: 18px;
}
#products-div {
	float: left;
	width: 170px;
}
#honbun-div {
	float: right;
	width: 730px;
	line-height: 200%;
}
#anime {
	height: 246px;
	width: 730px;
	overflow: hidden;
	margin-bottom: 40px;
}
h2 {
	margin-bottom: 20px;
}

h3 {
	margin-bottom: 30px;
	display: block;
}
h4 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 20px;
	color: #AB9536;
	margin-bottom: 20px;
	line-height: 150%;
	font-weight: normal;
}
h5 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
}


.left-side {
	float: left;
	width: 220px;
	margin-bottom: 20px;
}
.left-side img {
	margin-bottom: 5px;
}

.right-side {
	float: right;
	width: 490px;
}
#about {
	background-color: #F5F4E7;
	padding: 5px;
}








/*-------------タブスタイル-------------------------------*/
ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 46px;
	width: 100%;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	clear: both;
}
ul.tabs li {
	float: left;
	padding: 0;
	height: 45px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	background-color: #F8F5E4;
	display: inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background-color: #F8F5E4;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tab_content {
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	color: #666666;
}
.about {
	width: 280px;
	float: right;
}
