html, body {
	height: 100%;
	margin: 0;
}
body {
	background: #dfecfc url(../images/background.jpg) repeat-x fixed left top;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
header, footer, article, section, nav, aside {
	display: block;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6,
p, ul, ol {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #27B;
}
a:hover {
	text-decoration: underline;
}
hr {
	margin: 2em 0;
	height: 1px;
	border: 0;
	filter : alpha(opacity=0);
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table tr th ,
table tr td {
	padding: 0.3em 0.6em;
	vertical-align: top;
}
table tr th {
	text-align: right;
	color: #454e88;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#content {
	width: 826px;
	margin: 0 auto;
	/* padding: 10px 0 20px; */
	padding: 0 0 20px;
	position: relative;
}
header#header {
	width: 100%;
	position: relative;
}
header#header img {
	position: absolute;
}
nav#nav {
	width: 100%;
	height: 150px;
	background: transparent url(../images/panel_top.png) no-repeat;
	/*background-image: url(../images/panel_top.png);*/
	position: relative;
}
nav#nav img {
	position: absolute;
}
footer#footer {
	width: 100%;
	height: 180px;
	background: transparent url(../images/panel_bottom.png) no-repeat bottom left;
	position: relative;
}
article.trans {
	width: 100%;
	background-image: url(../images/panel_base.png);
	position: relative;
}
#main-column {
	width: 420px;
	padding: 0 10px 0 70px;
	float: left;
}
#side-column {
	width: 240px;
	float: right;
	padding: 0 60px 40px 20px;
	border-left: 1px dotted #CCC;
}
#news {
	font-size: 12px;
}
#news blockquote {
	margin: 0;
	padding: 0.5em 0;
	padding-right: 10px;
	position: relative;
	border-bottom: 2px solid #ECECEC;
	clear: both;
	overflow: hidden;
}
#news h3 {
	margin: 0.5em 0;
	font-size: 14px;
	font-weight: bold;
	color: #FF5FAE;
}
#news time {
	display: block;
	color: #999;
}
#news p {
	margin: 0.5em 0;
}
#news small {
	color: #999;
	font-size: 10px;
}
/*#news a {
	text-decoration: none;
	color: #27B;
}
#news p a:hover {
	text-decoration: underline;
}*/
/* ===== Twitter Feed ===== */
#twitterfeed {
	font-size: 12px;
	background-color: #ECECEC;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #DDDDDD;
}
#twitterfeed header {
	padding: 5px 10px;
	border-bottom: 1px solid #DDDDDD;
}
#twitterfeed header h2 {
	color: #FF5FAE;
	font-size: 16px;
}
#twitterfeed .body {
	position: relative;
	height: 300px;
	padding: 0 10px 10px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}
#twitterfeed blockquote {
	margin: 1em 0;
	position: relative;
}
#twitterfeed blockquote .icon {
	position: absolute;
}
#twitterfeed blockquote .tweet {
	padding-left: 40px;
}
#twitterfeed blockquote .tweet a {
	text-decoration: none;
}
#twitterfeed blockquote .tweet a:hover {
	text-decoration: underline;
}
#twitterfeed blockquote .tweet .from_user {
	margin-right: 0.5em;
	font-weight: bold;
	color: #27B;
}
#twitterfeed blockquote .tweet .time {
	display: block;
	color: #999;
}
#twitterfeed footer {
	padding: 3px 10px;
	background-color: #CCCCCC;
}
/* ===== Blog Feed ===== */
.blogfeed {
	font-size: 12px;
	padding: 0 0 10px;
}
.blogfeed header h2 a {
	display: block;
	margin: 0;padding:0;
	width: 240px; height: 50px;
}
.blogfeed .body {
	margin: 0;
	padding: 4px 8px;
	border: 1px solid #2C90C7;
	background-color: #F9F4EA;
	line-height: 1.4;
}
.blogfeed blockquote {
	margin: 0.2em 0;
	position: relative;
}
.blogfeed blockquote a {
	text-decoration: none;
}
.blogfeed blockquote a:hover {
	text-decoration: underline;
}
.blogfeed blockquote time {
	display: block;
	color: #999;
	font-size: 10px;
	border-bottom: 1px dashed #CCC;
}
.blogfeed blockquote h3 {
	margin: 0;
	font-weight: normal;
	font-size: 12px;
}
.blogfeed blockquote h3 a {
	color: #27B;
}
.blogfeed footer {
	border-top: 1px solid #DDDDDD;
	text-align: right;
}
/* ===== Footer ===== */
footer nav ul {
	padding: 1em 0;
	list-style: none;
	text-align: center;
}
footer nav ul li {
	display: inline;
	font-size: 12px;
	border-right: 1px solid #CCC;
}
footer nav ul li a {
	margin: 0 0.5em;
	text-decoration: none;
	color: #666;
}
footer nav ul li a:hover {
	text-decoration: underline;
	color: #000;
}
#copyright {
	text-align: center;
	color: #666;
	font-size: 12px;
}
#copyright-sony {
	text-align: center;
	color: #666;
	font-size: 10px;
}
#badge {
	text-align: center;
}
#badge img {
	margin: 0 4px;
}
.construction {
	margin-top: 100px;
	padding: 150px 0;
	background: transparent url(../images/construction_bg.jpg) no-repeat center top;
	text-align: center;
}
.construction h2 {
	text-align: center;
	margin-bottom: 4em;
}
.construction p {
	color: #454e88;
	font-size: 12px;
}
.psmark {
	width: 786px; height: 20px;
	margin: 0 auto; padding: 10px 40px 0 0;
	text-align: right;
}

/* ===== Amazon Bar ===== */
#AMAZON-BAR {
	width: 146px;
	position: fixed; right: 0; top: 40px;
/* 	margin-right: -122px; */
	padding: 2px;
	background-color: #f8eb1f;
	border-top: 1px solid #f7e7b6;
	border-bottom: 2px solid #787212;
	border-left: 1px solid #b6a835;
	z-index: 1000;
	overflow: hidden;
	zoom: 1;
}
#AMAZON-BAR .ear {
/* 	position: absolute; left: 0; top: 0; */
	width: 24px;
	float: left;
	background: #fff url(../images/amazontab.gif) no-repeat center center;
}
#AMAZON-BAR .content {
/* 	position: absolute; right: 0; top: 0; */
	float: right;
	background-color: white;
}
