﻿@charset "utf-8";

/*
======================================
	yamakasaDVD2011
	2011.06.29

	[1]Clear
	[2]clearfix
	[3]HTML/BODY/WRAP
	[4]HeadContainer
	[5]Tab
		(a)tabNav
		(b)TabContainer
	[6]FootContainer
======================================	
*/

@import url("/css/kbc_cmn_header.css");
@import url("../../css/fontset.css");
/*
-------------------------
	[1]Clear
-------------------------
*/
.clear{
	font-size:0;
	line-height:1em;
	maegin:0;
	padding:0;
	clear:both;
	height:0;
	width:0;
	display:none;
}

/*
-------------------------
	[2]clearfix
-------------------------
*/
.clearfix {
	zoom:1;/*for IE 5.5-7*/
}
.clearfix:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    clear: both;
}
* html .clearfix {
	display: inline-block;
}

/*
-------------------------
	[3]HTML/BODY/WRAP
-------------------------
*/
body{
	background-color:#000033;
	text-align:center;
}
#wrap{
	background:url(../image/bg.png) repeat-y;
	width:996px;
	margin:0 auto;
	text-align:left;
}
.MainContainer,
.FootContainer{
	padding:0 118px 0 128px;
}
.MainContainer{
	padding:0 118px 0 128px;
	background:url(../image/bg_head.png) no-repeat 0 0;
}
.Space{
	margin-top:15px;
}
h2.Space{
	margin-top:25px;
}
/*
-------------------------
	[4]HeadContainer
-------------------------
*/
.HeadContainer{
	position:relative;
	height:316px;
}
.HeadContainer h1{
	position:absolute;
	top:40px;
	left:-46px;
	width:375px;
	height:248px;
}
.DVD2011image{
	position:absolute;
	top:64px;
	left:347px;
	width:163px;
	height:224px;
}
.DVD2011info{
	position:absolute;
	top:64px;
	right:0;
	width:240px;
	height:224px;
}
/*
-------------------------
	[5]Tab
-------------------------
*/
/*
+++++++++++++++++++++
	(a)tabNav
+++++++++++++++++++++
*/
/*.tabNav{
	height:39px;
}*/
.tabNav2{
	height:39px;
}
.tabBtn{
	float:left;
	width:280px;
}
.tabBtn img{
	margin-right:15px;
}
.YamaLink{
	float:right;
	width:180px;
}
/*
+++++++++++++++++++++
	(b)TabContainer
+++++++++++++++++++++
*/
.TabContainer{
	padding:25px;
	border-right:1px solid #000033;
	border-bottom:1px solid #000033;
	border-left:1px solid #000033;
}
#TabProgram{
	background:url(../image/bg_program.png) no-repeat center 0;
}
#TabShop{
	background:url(../image/midashi_shop.png) no-repeat center 0;
}
#OtherItem{
	padding-top:40px;
	background:url(../image/midashi_otheritem.png) no-repeat center 0;
}
h3{
	margin-bottom:3px;
	border-bottom:1px dotted #666666;
	font-weight:bold;
	letter-spacing:0.1em;
}
.SampleImg{
	margin-top:5px;
	padding:10px 3px 0;
	background-color:#333333;
}
.SampleImg li{
	float:left;
	width:230px;
	margin-bottom:10px;
	text-align:center;
}
.ShopList{
	margin:10px 0 0 5px;
}
.ShopList li{
	margin-bottom:5px;
	padding-left:16px;
	background:url(../image/list_icon.png) no-repeat 0 center;
}
#OtherItem li{
	width:340px;
}
#OtherItem li p{
	margin-left:115px;
}
#OtherItem img{
	margin:5px 0;
}
/*
-------------------------
	[6]FootContainer
-------------------------
*/
.FootContainer{
	height:95px;
	background:url(../image/bg_bottom.png) no-repeat 0 bottom;
}
.BtnPagetop{
	margin:15px 0;
	text-align:right;
}
#kbcCopyright{
	margin-bottom:25px;
	font-size:10px;
}
