body {
	margin: 0 0 0 0;
	background-color: #efc279;
	background-image:url(../images/back.gif);
	background-repeat:repeat;
	text-align: center;
	color: #57461b;
  }

#container {
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 780px;
	height: auto;
	background-color: #fcf7eb;
  }
  
a {
	color:#0066ff;
  }
  



/* 3分割（のらみみとは）
---------------------------------------------*/
#cont01 {
	width: 780px;
	background-color: #fcf7eb;
	line-height: 1.4;
}

#cont01_left {
	float: left;
	width:169px;
	display: block;
	background-color: #fcf7eb;
}

#cont01_center {
	float: left;
	width:350px;
	display: block;
	background-color: #fcf7eb;
	margin-left:10px;
}

#cont01_right {
	float: right;
	width:251px;
	display: block;
	background-color: #fcf7eb;
}


/* 2分割（DVD大枠）
---------------------------------------------*/
#cont02 {
	width: 780px;
	background-color: #fcf7eb;
}

#cont02_left {
	float: left;
	width: 169px;
	display: block;
	background-color: #fcf7eb;
}

#cont02_right {
	float: left;
	width: 581px;
	display: block;
	margin-left:10px;
	background-color: #fcf7eb;
}


/* 2分割（DVD内容上）
---------------------------------------------*/
#cont07 {
	width: 543px;
}

#cont07_left {
	float: left;
	width: 300px;
	margin-left:3px;
	display: block;
}

#cont07_right {
	float: right;
	vertical-align:top;
	width: 234px;
	display: block;
}


/* 2分割（DVD内容下）
---------------------------------------------*/
#cont03 {
	width: 543px;
}

#cont03_left {
	float: left;
	width: 166px;
	display: block;
	margin-right: 10px;
}

#cont03_right {
	float: right;
	width: 367px;
	display: block;
}

.title {
	background-color:#fbc2a1;
	font-weight:bold;
	padding:2 5;
}



/* 3分割（放映情報）
---------------------------------------------*/
#cont04 {
	width: 780px;
	background-color: #fcf7eb;
	line-height: 1.4;
}

#cont04_left {
	float: left;
	width:233px;
	display: block;
	background-color: #fcf7eb;
}

#cont04_center {
	float: left;
	width:377px;
	display: block;
	background-color: #fcf7eb;
}

#cont04_right {
	float: right;
	width:170px;
	display: block;
	background-color: #fcf7eb;
}


/* 3分割（スタッフ）
---------------------------------------------*/
#cont05 {
	width: 780px;
	background-color: #fcf7eb;
	line-height: 1.4;
}

#cont05_left {
	float: left;
	width:169px;
	display: block;
	background-color: #fcf7eb;
}

#cont05_center {
	float: left;
	width:370px;
	display: block;
	margin-left:10px;
	background-color: #fcf7eb;
}

#cont05_right {
	float: left;
	width:180px;
	display: block;
	margin-left:13px;
	background-color: #fcf7eb;
}


/* スタッフ内容
---------------------------------------------*/
#cont06 {
	width:180px;
	display: block;
	padding:10px;
	background-color: #fef4b1;
}







/* テキスト
---------------------------------------------*/
.text01 {
	color: #ea3302;
	font-weight: bold;
}

.text02 {
	font-size:80%;
}

.text03 {
	color: #ea3302;
	font-weight: bold;
	font-size: 120%;
}

.new {
	font-size:80%;
	font-weight: 600;
	background-color:#FF0000;
	color:#FFFFFF;
	padding:1px 5px;
}
