/*
Theme Name: New Classics Theme
Theme URI: http://www.www.www/
Description: This is The New Classics theme.
*/

/* リセット
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	border: none;
}
img {
	vertical-align: top;
}

/* 基本
---------------------------------------------*/
body {
	color: #333;
	font-size: 85%;
	font-family: Arial, sans-serif , "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	background: #d2dfe5 url(images/bg.jpg) left top repeat-x;
}
p,dt,dd,li,a {
	line-height: 1.6;
}
a {
	color: #003399;
}
a:visited {
	color: #003399;
}
a:hover,
a:focus {
	color: #3366CC;
}
a:active {
	color: #CC3300;
}

/* 骨格となるエリアのレイアウト
---------------------------------------------*/
#wrapper {
	width: 950px;
	margin: 0 auto;
	background-color: #fff;
}
#header {
	position: relative;
	height: 620px;
}
	#slide {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 0;
		width: 950px;
		height: 550px;
	}
	#hattend {
		position: absolute;
		top: 330px;
		left: 55px;
		z-index: 2;
	}
	#logo {
		position: absolute;
		top: 280px;
		right: 40px;
	}
	#gnav {
		position: absolute;
		background-color: #000;
		top: 570px;
		left: 20px;
		height: 31px;
	}
	#gnav li {
		float: left;
	}
	#gnav a {
		display: block;
		overflow: hidden;
		width: 100%;
		height: 0 !important;
		height /**/:31px;
		padding-top: 31px;
		background-image: url(images/gnav.jpg);
	}
	#gnav1 a { width: 87px; }
	#gnav2 a { width: 121px; }
	#gnav3 a { width: 100px; }
	#gnav4 a { width: 161px; }
	#gnav5 a { width: 156px; }
	#gnav6 a { width: 93px; }
	#gnav7 a { width: 93px; }
	#gnav8 a { width: 99px; }

	/*  背景画像の位置
	---------------------------------------------*/
	/* 通常 */
	#gnav1 a { background-position: 0      0; }
	#gnav2 a { background-position: -87px  0; }
	#gnav3 a { background-position: -208px 0; }
	#gnav4 a { background-position: -308px 0; }
	#gnav5 a { background-position: -469px 0; }
	#gnav6 a { background-position: -625px 0; }
	#gnav7 a { background-position: -718px 0; }
	#gnav8 a { background-position: -811px 0; }

	/* 現在位置 */
	#gnav1 a.stay { background-position: 0      -62px; }
	#gnav2 a.stay { background-position: -87px  -62px; }
	#gnav3 a.stay { background-position: -208px -62px; }
	#gnav4 a.stay { background-position: -308px -62px; }
	#gnav5 a.stay { background-position: -469px -62px; }
	#gnav6 a.stay { background-position: -625px -62px; }
	#gnav7 a.stay { background-position: -718px -62px; }
	#gnav8 a.stay { background-position: -811px -62px; }

	/* オンマウス */
	#gnav1 a:hover { background-position: 0      -31px; }
	#gnav2 a:hover { background-position: -87px  -31px; }
	#gnav3 a:hover { background-position: -208px -31px; }
	#gnav4 a:hover { background-position: -308px -31px; }
	#gnav5 a:hover { background-position: -469px -31px; }
	#gnav6 a:hover { background-position: -625px -31px; }
	#gnav7 a:hover { background-position: -718px -31px; }
	#gnav8 a:hover { background-position: -811px -31px; }

#header2 {
	position: relative;
	height: 365px;
}
	#header2 #logo {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	#header2 #gnav {
		position: absolute;
		background-color: #000;
		top: 315px;
		left: 20px;
		height: 31px;
	}

#content {
	width: 910px;
	margin: 0 auto;
}
	.dummy {
		display:block;
		clear: both;
		width: 100%;
		height: 1px;
	}
	.date {
		font-size: 95%;
		color: #CC3300;
	}

#primary {
	float: right;
	width: 660px;
}
	#primary ul {
		list-style-type:disc;
		padding: 5px 20px;
	}
	#primary ol {
		list-style-type: decimal;
		list-style-position: inside;
		padding: 5px 20px;
	}
	#primary .pickup , #primary .media , #primary .release, #primary .live , #primary .single , #primary .album , #primary .artist, #primary .member {
		width: 660px;
		height: 17px;
		margin-bottom: 10px;
	}
	#primary .pickup {
		background: #AC1316 url(images/pickup.gif) left top no-repeat;
	}
	#primary .media {
		background: #669999 url(images/media.gif) left top no-repeat;
	}
	#primary .release {
		background: #CC66CC url(images/release.gif) left top no-repeat;
	}
	#primary .live {
		background: #996600 url(images/live.gif) left top no-repeat;
	}
	#primary .single {
		background: #AC1316 url(images/single.gif) left top no-repeat;
	}
	#primary .album {
		background: #AC1316 url(images/album.gif) left top no-repeat;
	}
	#primary .artist {
		background: #AC1316 url(images/artist.gif) left top no-repeat;
	}
	#primary .member {
		background: #AC1316 url(images/member.gif) left top no-repeat;
	}
	#primary .pickup h1 ,#primary .media a, #primary .release a, #primary .live a, #primary .single a, #primary .album a , #primary .artist span, #primary .member span {
		display: block;
		width: 100%;
		height: 0 !important;
		height /**/:17px;
		padding-top: 17px;
		overflow: hidden;
	}

	#pickup .section {
		position: relative;
		clear: both;
		width: 100%;
		margin-bottom: 10px;
		border-bottom: 1px solid #8B8B8B;
	}
	#pickup .section2 {
		position: relative;
		clear: both;
		width: 100%;
		margin-bottom: 10px;
	}
	#pickup .title {
		margin-bottom: 5px;
		padding-left : 5px;
		border-left: 17px solid #C3D9E4;
	}
	#pickup h2 {
		font-size: 185%;
		color: #666;
		line-height: 1.5;
	}
	#pickup h2 a {
		color: #666;
		text-decoration: none;
	}
	#pickup h2 a:hover,
	#pickup h2 a:focus {
		text-decoration: underline;
	}
	#pickup .data {
		width: 100%;
		position: relative;
		margin-bottom: 10px;
	}
	#pickup .data .date {
		height: 35px;
		padding-top: 10px;
		padding-left: 20px;
	}
	#pickup .data .media_s , #pickup .data .release_s , #pickup .data .live_s , #pickup .data .single_s , #pickup .data .album_s {
		position: absolute;
		top: 15px;
		left: 100px;
		width: 80px;
		height: 11px;
	}
	#pickup .data .media_s {
		background: #669999 url(images/media_s.gif) left top no-repeat;
	}
	#pickup .data .release_s {
		background: #CC66CC url(images/release_s.gif) left top no-repeat;
	}
	#pickup .data .live_s {
		background: #996600 url(images/live_s.gif) left top no-repeat;
	}
	#pickup .data .single_s {
		background: #AC1316 url(images/single_s.gif) left top no-repeat;
	}
	#pickup .data .album_s {
		background: #AC1316 url(images/album_s.gif) left top no-repeat;
	}
	#pickup .data .media_s a , #pickup .data .release_s a , #pickup .data .live_s a , #pickup .data .single_s a , #pickup .data .album_s a {
		display: block;
		width: 100%;
		height: 0 !important;
		height /**/:11px;
		padding-top: 11px;
		overflow: hidden;
	}
	#pickup .data .outline {
		width: 100%;
		padding-bottom: 20px;
	}
	#pickup .data .outline p {
		padding-left: 20px;
	}
	#pickup .section .thumbnail {
		position: absolute;
		top: 10px;
		right: 0px;
	}
	.aligncenter {
		display:block;
		margin: 0 auto;
	}
	.alignright {
		float:right;
		margin-right: 5px;
		margin-left: 15px;
		margin-bottom: 15px;
	}
	.alignleft {
		float:left;
		margin-right: 15px;
		margin-left: 10px;
		margin-bottom: 15px;
	}
	blockquote {
		padding: 20px;
		background-color: #F4F1EA;
	}
	blockquote p {
		padding: 20px;
	}

#secondary {
	float: left;
	width: 220px;
}
	#secondary .info {
		width: 220px;
		height: 17px;
		margin-bottom: 10px;
		background: #593A01 url(images/info.gif) left top no-repeat;
	}
	#secondary .info a{
		display: block;
		width: 100%;
		height: 0 !important;
		height /**/:17px;
		padding-top: 17px;
		overflow: hidden;
	}
	#info {
		background-color: #F4F1EA;
	}
	#info .section {
		position: relative;
		margin: 0 10px;
		padding: 10px 0;
		border-bottom: 1px dashed #38341B;
	}
	#info .media_s , #info .release_s , #info .live_s , #info .single_s , #info .album_s {
		position: absolute;
		top: 15px;
		left: 80px;
		width: 80px;
		height: 11px;
	}
	#info .media_s {
		background: #669999 url(images/media_s.gif) left top no-repeat;
	}
	#info .release_s {
		background: #CC66CC url(images/release_s.gif) left top no-repeat;
	}
	#info .live_s {
		background: #996600 url(images/live_s.gif) left top no-repeat;
	}
	#info .single_s {
		background: #AC1316 url(images/single_s.gif) left top no-repeat;
	}
	#info .album_s {
		background: #AC1316 url(images/album_s.gif) left top no-repeat;
	}
	#info .media_s a , #info .release_s a , #info .live_s a , #info .single_s a , #info .album_s a {
		display: block;
		width: 100%;
		height: 0 !important;
		height /**/:11px;
		padding-top: 11px;
		overflow: hidden;
	}
	#info .date {
	}
	#info .note {
		padding: 5px 0;
		font-size: 95%;
	}
	#info a {
		color: #333;
		text-decoration: none;
	}
	#info a:hover,
	#info a:focus {
		text-decoration: underline;
	}
	#info a:active {
		color: #CC3300;
	}

#attend {
	clear: both;
	width: 910px;
	height: 40px;
	margin : 0 auto;
	margin-top : 20px;
	padding: 15px 0 10px 0;
}
	#attend li {
		float: left;
		margin-right: 10px;
		padding-right: 19px;
		background: #fff url(images/border_d.gif) right center no-repeat;
	}
	#attend li.last {
		background-image: none;
	}
#footer {
	clear: both;
	position: relative;
	width: 910px;
	height: 80px;
	margin: 0 auto;
	font-weight: bold;
	border-top: 1px solid #333;
}
	#footer a {
		color: #333;
		text-decoration: none;
	}
	#footer a:hover,
	#footer a:focus {
		text-decoration: underline;
	}
	#footer a:active {
	}
#fnav {
	position: absolute;
	top: 10px;
}
#fpagetop {
	position: absolute;
	top: 10px;
	right: 0px;
}
#copyright {
	position: absolute;
	bottom: 10px;
	right: 0px;
}
#fpagetop, #fnav {
	font-size: 90%;
}
#fpagetop a, #fnav a {
	padding-left: 13px;
}
#fpagetop a {
	background: #fff url(images/circle_t.gif) left center no-repeat;
}
#fnav a {
	background: #fff url(images/circle_r.gif) left center no-repeat;
}
#fnav li {
	float: left;
	margin-right: 10px;
	padding-right: 19px;
	background: #fff url(images/border_d.gif) right center no-repeat;
}
#fnav li.last {
	background-image: none;
}

/* モジュール
---------------------------------------------*/
.ajax-entry-more-link  {
	padding-top: 20px;
	padding-left: 20px;
}
.ajax-entry-more-link a {
	text-decoration: none;
	color: #593A01;
	font-weight: bold;
}