/* CSS Document */

body,div,ol,ul,dl,form {
	margin:0;
	padding:0;
	}

p,h1,h2,h3,h4,h5,h6,dt,dd,input,textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}

ul {
	list-style-type: none;
	}

a:link {
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	}

a:active {
	text-decoration: none;
	}
	
	
/*レイアウト*/

body {
	background-color: #ffffff;
	font-size: 12px;
	margin:0px auto;
	}

#base {
	background-image:url(images/bg.gif);
	background-repeat: repeat-y;
	width: 844px;
	margin:0px auto;
	}

#wrapper {
	width: 800px;
	margin: 0px 22px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	background-image:url(images/content_bg.gif);
	}

#menu {
	width: 800px;
	height: 50px;
	}

#menu ul {
	padding: 7px 0px 0px 5px;
	}

#menu ul li {
	float: left;
	color: #1D69DA;
	font-weight: bold;
	font-size: 14px;
	padding-left: 5px;
	}

#menu ul li a{
	color: #003E86;
	font-weight: bold;
	}

#menu ul li a:hover{
	color: #1D69DA;
	font-weight: bold;
	}

.tv_tum {
	float: left;
	margin: 3px 10px 10px 0px;
	}


#footer {
	background-image: url(images/footer.jpg);
	display: block;
	width: 790px;
	height: 25px;
	text-align: right;
	margin-top: 10px;
	padding: 5px 10px 0px 0px;
	color: #ffffff;
	font-weight: bold;
	}

/*デコレーション*/

.hidden {
	visibility: hidden;
	}

h1 {
	font-size: 8px;
	}

#header {
	background-image: url(images/header_dvd.jpg);
	display: block;
	width: 800px;
	height: 60px;
	}

.content {
	width: 780px;
	margin: 10px 0px;
	color: #333333;
	clear: both;
	}

.dvd_table{
	margin: 10px;
	}

.dvd_table th{
	color: #999999;
	background-color: #003399;
	font-size:14px;
	padding: 5px 10px;
	}

.dvd_table td.ti{
	color: #333333;
	background-color: #FFFF99;
	font-size:12px;
	padding: 5px 10px;
	}

.dvd_table td.text{
	color: #333333;
	background-color: #ffffff;
	font-size:12px;
	padding: 5px 10px;
	}

.buy_button {
	margin-top: 5px;
	}

.special_price {
	color:#990000;
	font-weight: bold;
	}
	
.tv_frame {
	float: left;
	}


.text {
	color: #666666;
	font-size: 12px;
	padding: 5px 10px;
	line-height: 20px;
	}

.red_20px {
	color: #990000;
	font-size: 20px;
	 font-weight: bold;
	line-height: 30px;
	 }

.box_01 {
	background-color: #ffffff;
	padding: 20px;
	color: #666633;
	font-size: 14px;
	border: 1px dotted #999999;
	line-height: 25px;
	}

.blue_16px {
	color: #006699;
	font-weight: bold;
	font-size: 16px;
	}