@charset "utf-8";
/* CSS Document */

/*==================================================
	
  ● Title //CSS名
  ○ layout.css
  
  ● Created Date in CSS //CSS作成日
  ○ 2010.04.12
  
  ● Last Update //最終更新日
  ○ 2010.04.18
  
  ● Created by //製作元
  ○ ROM SHARING.INC
  
  ● Author //著者
  
  ● a Table of Contents //目次
  ○ Whole
  ○ Header
  ○ Navigation
  ○ Page Title
  ○ Contents
     ├Contents Left
	 └Contents Right
  ○ Footer
 
==================================================*/

/*--------------------------------------------------
  ○ Whole
--------------------------------------------------*/

.left_area{
	width:190px;
	height:auto;
	float:left;
}

.right_area{
	width:843px;
	height:auto;
	float:right;
}

.submenu{
	clear:both;
	padding:15px 0px 0px 0px;
}

.submenu li{
	padding:0px 0px 10px 15px;
	background:url(../images/bldvd/sub_icon.png) no-repeat left 1px;
}

.submenu li a{
	text-decoration:none;
}

#dvdbox h3{
	display:block;
	padding:0px 0px 10px 0px;
	background:url(../images/bldvd/ttl_bar.png) no-repeat right bottom;
	font-size:25px;
	font-weight:bold;
	margin-bottom:3px;
}

.dvdcontents{
	clear:both;
	overflow:hidden;
}

.dvd_left{
	width:290px;
	height:auto;
	float:left;
}

.dvd_left li{
	padding-bottom:15px;
}

.dvd_right{
	width:534px;
	height:auto;
	float:right;
	padding:5px 0px 0px 0px;
}

.dvd_lead{
	clear:both;
	padding-bottom:35px;
}

.dvd_lead p.date{
	font-size:20px;
	font-weight:bold;
	color:#ff3636;
	padding-bottom:10px;
}

.dvd_lead p.desc{
	font-size:13px;
}

.dvd_prize{
	clear:both;
}

.dvd_prize h4{
	font-size:18px;
	font-weight:bold;
	border-bottom:1px dotted #CCC;
	margin-bottom:12px;
}

.dvd_prize dl{
	display:block;
	padding-bottom:22px;
}

.dvd_prize dt{
	display:block;
	font-size:13px;
	font-weight:bold;
	margin-bottom:7px;
}

.dvd_prize dd{
	display:block;
	font-size:12px;
	padding:0px 0px 0px 1.5em;
	color:#eeeeee;
}

.dvd_set{
	padding-bottom:30px;
	clear:both;
}

.dvd_set p{
	padding-bottom:7px;
}

.dvd_set p.tright{
	text-align:right;
	color:#cccccc;
}

.dvd_dtl{
	padding:7px;
	background:url(../images/bldvd/blk_bg.png) repeat;
	clear:both;
	margin-bottom:70px;
}

.dvd_dtl dt{
	padding-bottom:3px;
}

.dvd_dtl dd{
	color:#ddd;
}

.pdb18{
	padding-bottom:18px;
}

p.sh_link{
	font-size:14px;
	padding-bottom:30px;
}

p.sh_link a{
	color:#FF0000;
	text-decoration:underline;
}
p.sh_link a:hover{
	color:#ff3232;
	text-decoration:underline;
}

.shop_tokuten dl, dt, dd{
	display:block;
}

.shop_tokuten dl{
	padding:10px 0px 30px 0px;
	clear:both;
}

.shop_tokuten dt{
	font-size:15px;
	font-weight:bold;
	padding-bottom:2px;
	border-bottom:1px dotted #AAA;
	margin-bottom:8px;
}

.shop_tokuten dd{
	clear:both;
}


.sm_ttl{
	font-size:14px;
	font-weight:bold;
	padding-bottom:2px;
	border-bottom:1px dotted #FFFFFF;
	margin-bottom:15px;
}





