/*=========================================================


	Site Name   Sony Bluray Portal Site
	File Name   common.css

	Create Date 2010/02/22
	Update Date 2010/02/22


==========================================================*/

/*----------------------------------------------------------

	Reset Default Browser Style

-----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: none;
	font-size:12px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
	border: none;
}

hr {
	display: none;
}

ul {
	list-style: none;
}

/*----------------------------------------------------------

	BDZ-S77

-----------------------------------------------------------*/

td {
	text-align: left;
}

#contents{
	width: 710px;
	margin: 0 auto 0 auto;
}

.hyou{
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.hyou td{
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	padding-top: 3px;
	padding-left: 3px;
}

.hyouClear{
	border-right: none;
	border-bottom: none;
}

.hyouClear td{
	border-top: none;
	border-left: none;
	padding-top: 3px;
	padding-left: 3px;
}

.yougo td{
	padding-top: 0px;
}

.fig {
	padding-top: 0px;
	padding-bottom: 8px;
}

.fig td  font.text4{
	padding: 3px;
}

.fig02 {
	margin-top: 8px;
	margin-bottom: 8px;
}

.fig02 td p.text1{
	padding: 3px;
}

.midashi {
	padding-bottom:8px;
}

.righting {
	text-align:right;
	padding-top:3px;
}

.centering {
	text-align:center;
	display: block;
}

.centering table{
	margin-right:auto;
	margin-left:auto;
}

td.tableAlignRight{
	text-align:right;
}

.forIE6 {
	font-size:0px;
}