@charset "Shift-JIS";
/**********************************************************************
ドキッ！ 特設サイト
**********************************************************************/


/* -----------------------------------------------
タグ初期化
------------------------------------------------- */
body, div, p, ul, li, dl, dt, dd, img, a, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

img {
	border:none;
}

ul, dl, ol {
	list-style-type:none;
}

strong {
	font-weight:normal;
}

address {
	font-style:normal;
}

body {
    font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
}
table {
    font-size:inherit;
    font:100%;
}


/* -----------------------------------------------
汎用クラス
------------------------------------------------- */
.floatLeft  {float: left;}
.floatRight {float: right;}
.clearer    {clear: both;}

/* clearfixハック */
.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 */


/* -----------------------------------------------
コンテンツ
------------------------------------------------- */
body {
	background:#C2051B;
	color:#333;
	font-size:100%;
}

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

div#wrapper {
	background:#FFF url(../images/line.gif) center top no-repeat;
}

div#container {
	width:900px;
	min-height:830px;
	_height:830px;
	position:relative;
	margin:0 auto;
	padding-bottom:70px;
}

div#top {
	height:509px;
	position:relative;
	z-index:1;
}

div#top h1 img,
div#top p {
	display:block;
	position:absolute;
}

div#top img#top_title1 {	left:384px;	top:27px; }
div#top img#top_title2 {	left:472px;	top:85px; }
div#top img#top_title3 {	left:596px;	top:153px; }
div#top p#top_ayaka {	left:-93px;	top:19px; }
div#top p#top_txt {	left:447px;	top:347px; }
div#top p#amazon {	left:642px;	top:458px; }

/* 試聴 */
div#discography li {
	position:relative;
}
a.play {
	position:absolute;
}
li#disc1_song1 a.play {	left:134px;	_left:124px;	top:10px; }
li#disc1_song3 a.play {	left:220px; _left:210px;	top:10px; }
li#disc1_song4 a.play {	left:132px; _left:122px;	top:10px; }
li#disc1_song7 a.play {	left:189px; _left:179px;	top:10px; }
li#disc1_song10 a.play {	left:91px; _left:81px;	top:10px; }
li#disc1_song12 a.play {	left:150px; _left:140px;	top:10px; }
li#disc1_song13 a.play {	left:251px; _left:241px;	top:10px; }


ul#menu {
	height:75px;
	background:url(../images/menu_bg_discography.gif) left bottom no-repeat;
	padding-left:331px;
	position:relative;
	z-index:2;
}

ul#menu li {
	width:183px;
	float:left;
	margin-right:10px;
	cursor:pointer;
}

ul#menu li#menu_offshot {
	margin-right:0px;
}

ul#menu li p {
	height:75px;
	display:block;
}

ul#menu li#menu_discography p.active {	background-color:#FFD309; }
ul#menu li#menu_photo p.active { background-color:#029377; }
ul#menu li#menu_offshot p.active { background-color:#052169; }

ul#menu li p.hover {
	opacity:0.6;
	filter: alpha(opacity=60);
}

div#discography {
	background:url(../images/disc_bg.gif) center top repeat-y;
	margin-top:30px;
}

div#discography div#disc1 {
	width:412px;
	float:left;
}

div#discography div#disc2 {
	width:412px;
	float:right;
}

div#discography h2 {
	margin-bottom:30px;
}

div#discography ul li {
	position:relative;
	line-height:100%;
	padding:11px 0px 11px 10px;
}

div#discography ul li a.bnr {
	display:block;
	position:absolute;
}

div#discography ul li#disc1_song3 a.bnr {
	left:248px;
	top:11px;
}

div#photo {
	display:none;
	clear:both;
	margin-top:30px;
}

div#photo h2 {
	margin-bottom:30px;
}

div#photo ul {
}

div#photo ul li {
	float:left;
	margin-right:29px;
}

div#photo ul li a:hover {
	display:block;
	opacity:0.7;
	filter: alpha(opacity=70);
}

div#photo ul li#photo6 {
	margin-right:0px;
}

div#offshot {
	height:419px;
	display:none;
	clear:both;
	background:url(../images/offshot_bg.jpg) left top no-repeat;
	position:relative;
	margin-top:30px;
}

div#offshot h2 {
	position:absolute;
	left:50px;
	top:34px;
}

div#offshot h2 {
	position:absolute;
	left:50px;
	top:34px;
}

div#offshot p#offshot_movie {
	position:absolute;
	left:64px;
	top:91px;
	background-color:#000;
}

div#offshot p#offshot_txt {
	position:absolute;
	left:51px;
	top:356px;
}

div#offshot p#offshot_bnr {
	position:absolute;
	left:648px;
	top:352px;
}

div#pageTop {
	height:38px;
	position:absolute;
	right:0px;
	bottom:0px;
	margin-top:40px;
}

div#pageTop p {
	position:absolute;
	right:7px;
	top:20px;
}

div#social {
	position:absolute;
	left:0px;
	bottom:0px;
}

div#social p {
	height:30px;
	float:left;
	line-height:100%;
}

div#footer {
	width:900px;
	text-align:center;
	background:url(../images/footer_bg.gif) right top no-repeat;
	color:#FFF;
	font-size:83%;
	margin:0 auto;
	padding:10px 0px 20px 0px;
}

div#footer p {
	padding-top:7px;
}

div#footer p a {
	color:#FFF;
}



