 /* page all
---------------------------------------------------- */
/*  styele reset  */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	width: 100%;
}
body {
	background-color: #edede8;
	background-image: url(../imgs/bg_main.jpg);
	background-repeat: repeat-x;
	color: #3a3a3a;
	font-family: Arial;
	font-size: 75%;
	line-height: 140%;
}
h1 {
	font-size: 130%;
	font-weight: bold;
}
h2 {
	font-size: 110%;
	font-weight: bold;
}
h3 {
	font-size: 100%;
	font-weight: bold;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
h5 {
	font-size: 100%;
	font-weight: bold;
	padding-top: 10px;
}
td,th {
	font-size: 100%;
}
a img {
	border:0px;
}
ul {
	padding-top: 10px;
	padding-left: 24px;
}
ol {
	padding-top: 10px;
	padding-left: 30px;
}
li {
	line-height: 125%;
	padding-top: 2px;
	padding-bottom: 5px;
	list-style-type: none;
}
p {
	line-height: 125%;
}
p.subMenu {
	font-size: 85%;
	line-height: 140%;
}
.point{
	font-size: 0.80em;
	vertical-align: text-top;
}
.hint {
	background-color: #EDF0F4;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.caution {
	background-color: #DFE3E8;
	color: #333333;
	margin-bottom: 8px;
	margin-top: 8px;
	padding: 8px;
}
.warning {
	color: #333333;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 8px;
	border: 1px solid #585743;
}
.hr_table{
	background-image: url(../imgs/hr.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 34px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.hr_table h2{
	padding-top: 10px;
}
.hr_line{
	background-image: url(../imgs/hr_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.underline {
	text-decoration: underline;
	margin-right: 10px;	
}
.indent {
	list-style: url(https://www.playstation.com/ps3-openplatform/jp/css/none) none;
}
/* common
---------------------------------------------------- */

#iBox {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 780px;
	height: 100%;
}
#iBox_terms {
	width: 545px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 100%;
}

/* contents
---------------------------------------------------- */
#container {
	display: block;
	background-color: #FFFFFF;
	height: 100%;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
}
.clear {
	clear:both;
}
.point {
	vertical-align:text-top;
}
