/*
YUI 3.7.3 (build 5687)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#000;
	background:#FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}

ol,
ul {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }


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

Redefine

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

body {
	line-height: 1.67;
	color: #000;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 13px;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none;
}

a {
	color: #ff006d;
	text-decoration: none;
}

a:hover,
a:visited:hover {
	text-decoration: underline;
}

div#bg{
	background: url("../images/common/img_bg.jpg");
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -100;
}


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

Redefine - container

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

div#container {
	margin: 0 auto;
	background-color: #FFF;
	font-size: 100%;
}

/*  --
WinIE,MacIE4,NN4,Opera7以下は除外
レガシーブラウザを回避してpx指定する場合
-- */

html[xmlns]>/**/body div#container {
/*	font-size: 13px;*/
}


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

Redefine - header

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

header.lower {
	/*background: url("../images/header/logo.png") no-repeat 291px 0;*/
	width: 816px;
	height: 98px;
	margin: 0 auto 45px;
}

header.lower nav{
	margin-left: 35px;
}

header.lower nav ul li{
	float: left;
	margin-left: 24px;
	padding-top: 36px;
}

header.lower nav ul li a{
	background: url("../images/header/nav.png");
	text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
    display: block;
}

header.lower nav ul li#nav-logo{
	padding-top: 18px;
}

header.lower nav ul li#nav-logo a{
	background: url("../images/header/logo.png");
	width: 224px;
	height: 50px;
	background-position: 0 0px;
}

header.lower nav ul li#nav-logo a:hover{
	background-position: 0 -50px;
}

header.lower nav ul li#nav-top{
	margin: 0;
}

header.lower nav ul li#nav-top a{
	width: 31px;
	height: 25px;
	background-position: 0 0;
}

header.lower nav ul li#nav-top a:hover{
	background-position: 0 -25px;
}

header.lower nav ul li#nav-news a{
	width: 45px;
	height: 25px;
	background-position: -31px 0;
}

header.lower nav ul li#nav-news a.selected,
header.lower nav ul li#nav-news a:hover{
	background-position: -31px -25px;
}

header.lower nav ul li#nav-bio a{
	width: 26px;
	height: 25px;
	background-position: -76px 0;
}

header.lower nav ul li#nav-bio a.selected,
header.lower nav ul li#nav-bio a:hover{
	background-position: -76px -25px;
}

header.lower nav ul li#nav-live a{
	width: 33px;
	height: 25px;
	background-position: -102px 0;
}

header.lower nav ul li#nav-live a.selected,
header.lower nav ul li#nav-live a:hover{
	background-position: -102px -25px;
}

header.lower nav ul li#nav-disco{
	margin-left: 20px;
}

header.lower nav ul li#nav-disco a{
	width: 49px;
	height: 25px;
	background-position: -135px 0;
}

header.lower nav ul li#nav-disco a.selected,
header.lower nav ul li#nav-disco a:hover{
	background-position: -135px -25px;
}

header.lower nav ul li#nav-movie a{
	width: 49px;
	height: 25px;
	background-position: -184px 0;
}

header.lower nav ul li#nav-movie a.selected,
header.lower nav ul li#nav-movie a:hover{
	background-position: -184px -25px;
}

header.lower nav ul li#nav-goods a{
	width: 53px;
	height: 25px;
	background-position: -233px 0;
}

header.lower nav ul li#nav-goods a.selected,
header.lower nav ul li#nav-goods a:hover{
	background-position: -233px -25px;
}

header.lower nav ul li#nav-media a{
	width: 49px;
	height: 25px;
	background-position: -286px 0;
}

header.lower nav ul li#nav-media a.selected,
header.lower nav ul li#nav-media a:hover{
	background-position: -286px -25px;
}


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

Redefine - contents

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

div#contents {
}

/* -- NOSCRIPT -- */

div#contents p#Noscript {
	margin-bottom: 15px;
	padding: 0.5em 1em;
	border: 2px solid #DDD;
	color: #333;
}

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

Redefine - Contents - main

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

div#main {
}


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

Redefine - footer

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

footer {
	background: #FFF;
	padding: 30px 0;
	position: relative;
}

div#gotop{
	position: fixed;
	bottom:14px;
	right:14px;
	cursor: pointer;
	opacity:0;
	display: none;
}

footer nav{
	width: 378px;
	margin: 0 auto 24px;
}

footer ul#sns{
	width:158px;
	margin: 0 auto 30px;
}

footer ul#snslink{
	width: 128px;
	margin: 0 auto;
}

footer ul#snslink li{
	margin: 0 4px;
}

footer nav ul li,
footer ul#sns li,
footer ul#snslink li{
	float: left;
}

footer ul#sns li#footer-fb{
	margin-left: 8px;
	margin-top: -2px;
}


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

Common Class

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

.clear {
	clear: both;
}

.outlinefix {
	/* Gecko outLinefix & MacIEHack ＼*/
	overflow: hidden;
	/* End */
}

.fll {float:left;}
.flr {float:right;}
.tac {text-align: center;}
.tar {text-align: right;}
.fwb {font-weight: bold;}
.fs11{font-size: 11px;}
.fs12{font-size: 12px;}
.fs14{font-size: 14px;}
.fs16{font-size: 16px;}
.fcg{color:#8a8a8a;}
.mt60 {margin-top: 60px;}
.mt50 {margin-top: 50px;}
.mt30 {margin-top: 30px;}
.mt15 {margin-top: 15px;}
.mb130 {margin-bottom: 130px;}
.mb110 {margin-bottom: 110px;}
.mb90 {margin-bottom: 90px;}
.mb65 {margin-bottom: 65px;}
.mb60 {margin-bottom: 60px;}
.mb50 {margin-bottom: 50px;}
.mb40 {margin-bottom: 40px;}
.mb35 {margin-bottom: 35px;}
.mb30 {margin-bottom: 30px;}
.mb25 {margin-bottom: 25px;}
.mb20 {margin-bottom: 20px;}
.mb15 {margin-bottom: 15px;}
.mb10 {margin-bottom: 10px;}
.mb5 {margin-bottom: 5px;}
.mr15 {margin-right: 15px;}
.mr10 {margin-right: 10px;}
.vam{vertical-align: middle;}


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

clearfix (基本的にクラス指定では使用しない)

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

/* -- Modern Browsers -- */

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

/* -- IE7 -- */

.clearfix {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}