@charset "utf-8";
@import url('reset.css');



/**
 * common
 */

html{
}


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


img{
	border: 0;
	vertical-align: top;
}


strong{
	font-weight: normal;
}


a:link	{ color: #666666; text-decoration: none; }
a:visited { color: #666666; text-decoration: none; }
a:active  { color: #666666; text-decoration: none; }
a:hover   { color: #AAAAAA; text-decoration: none; }

.clearfix {
	overflow: hidden;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	/*height: 1px;*/
	overflow: hidden;
}

/*\*/
* html .clearfix {
	height: 1em;
	overflow: visible;
}
/**/

#wrapper { text-align: center; }

/**
 * header
 */

#header-container {
	background-color: #000;
	width: 100%;
	height: 52px;
}
#header {
	width: 950px;
	height: 37px;
	margin: 0 auto;
	padding:  8px 0 7px;
}

#header #logo-sony {
	float: left;
	margin-top: 4px;
}

#header #logo-xb,
#header #btn-sound,
#header #btn-viral {
	float: right;
	margin-left: 5px;
}
#header #btn-sound {
	margin-top: -8px;
}
#header #btn-viral {
	margin-top: 8px;
}
#header #btn-viral a {
	margin-right: 5px;
}

/**
 * ajax-container
 */
#ajax-container {
	width: 100%;
}
#ajax-container #container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

/**
 * footer
 */
#footer {
	width: 950px;
	margin: 10px auto;
}
#footer #copyright {
	color: #666;
	text-align: center;
	font-size: 10px;
}

