@charset "utf-8";

/* =================================================
 * reset
 * ================================================*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img,
dl, dt, dd, ol, ul, li, form, label, table, tr, th, td{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	outline: none;
}

ul, ol {
	list-style: none;
}

table {
	border-spacing: 0px;
	empty-cells: show;
}

/* =================================================
 * common
 * ================================================*/

html {
	_height: 100%;
	_overflow: scroll !important;
}

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #333333;
	background: #FFFFFF;
	_height: 100%;
}

a {
	outline: none;
}

img {
	display: block;
}

img.inline {
	display: inline;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
	clear: both;
}

#loader {
	width: 724px;
	height: 300px;
	display: none;
	position: fixed;
	_position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -362px;
	z-index: 500;
}

#loading {
	width: 114px;
	margin: 72px auto 0px;
}

#fade {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 400;
	display: none;
}

#header {
	width: 960px;
	height: 90px;
	margin: 0px auto;
	position: relative;
}

h1 {
	position: absolute;
	top: 14px;
	left: 10px;
}

#navigation {
	width: 687px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#navigation li {
	float: left;
}

#content-psn {
	width: 960px;
	margin: 0px auto;
}

#footer {
	width: 960px;
	margin: 80px auto 0px;
	position: relative;
}

#productLink {
	float: left;
	padding-top: 12px;
}

#pageTop {
	float: right;
	margin-bottom: 12px;
}

#copyright {
	width: 100%;
	border-top: 1px solid #000000;
	padding: 15px 0px 20px;
	clear: both;
}

.paragraph {
	margin-top: 1em;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.textBold {
	font-weight: bold;
}

.textS {
	font-size: 12px;
	line-height: 150%;
}

.dialogCloseWrapper img {
	display: inline;
}

.noScript {
	color: #CC0000;
	padding: 40px 0px;
	text-align: center;
}

#snsArea {
	height: 32px;
	border-bottom: 1px solid #DFDFDF;
}

#snsArea .inner {
	width: 960px;
	margin: 0px auto;
	position: relative;
}

#snsArea .facebook {
	position: absolute;
	top: 6px;
	left: 688px;
	width: 120px;
}

#snsArea .twitter {
	position: absolute;
	top: 6px;
	left: 810px;
	width: 70px;
}

#snsArea .mixi {
	position: absolute;
	top: 7px;
	left: 902px;
	width: 58px;
}

