@charset "Shift_JIS";

/* -------------------- start of Style Sheet -------------------- */

/* Cascading Style Sheet for タクミノート コンセプトページ */
#main {
	position: relative;
	width: 1024px;
	margin: 0 auto 25px auto;
}

#footer {
	position: relative;
	margin: 0;
	padding: 10px 0;
}

/* ########## RSS ########## */
#rss {
	position: absolute;
	top: 70px;
	left: 10px;
	margin: 0 10px 70px 0;
	padding: 5px 0;
	text-align: center;
	font-size: 72%;
	border: 1px solid #cccccc;
	background: #ffffff url(../img/basic/back_stripe.png);
}
html[xmlns] #rss {
	background: url(../img/basic/back_white_transparent.png);
}
#rss h2 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	text-indent: -9000px;
}
#rss ul {
	position: relative;
	top: 0;
	left: 0;
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
	text-align: left;
}
#rss ul li {
	margin: 0;
	padding: 0 10px;
	line-height: 2.0;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
#rss ul li strong {
	color: #ff0000;
}
#rss ul li strong a {
	color: #ff0000;
}
#rss a {
	color: #336699;
	text-decoration: none;
}

/* ########## メインコンテンツ ########## */
#main h2 {
	position: relative;
	top: 0;
	left: 0;
	z-index: 300;
	width: 950px;
	height: 250px;
	margin: 0 auto 20px auto;
	padding: 0;
	text-indent: -9000px;
	border: 10px solid #ffffff;
	background: url(../img/basic/back_h2_main.jpg) no-repeat 50% 0;
	
	/* for Windows IE 6 or lower */
	text-align: center;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
h2 object, h2 embed {
	position: absolute;
	top: 0;
	left: 25px;
	z-index: 300;
	margin: 0;
	padding: 0;
	background: #ffffff;
}

/* ---------- サイト情報 ---------- */
#site-info {
	position: relative;
	top: 650px;
	left: 0;
	z-index: 500;
	color: #ffffff;
	width: 100%;
	margin: 0 0 680px 0;
	padding: 0;
}
#site-info h4 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	text-indent: -9000px;
}

#site-info #button_concept {
	position: absolute;
	top: 12px;
	right: 0;
	z-index: 520;
	width: 200px;
	height: 40px;
	margin: 0 0 12px 0;
	padding: 0;
	text-indent: -9000px;
	background: url(../img/basic/back_p_label_concept_off.gif) 50% 50% no-repeat;
}
#site-info #message {
	position: relative;
	top: 0;
	left: 0;
	z-index: 510;
	margin: 0 50px;
	padding: 1.6em 0 0.8em 0;
	font-size: 90%;
	border: 2px solid #ffffff;
	background: url(../img/basic/back_logo_transparent_8bit.png) 50% 50% no-repeat;
}
html[xmlns] #site-info #message {
	padding: 0.8em 0;
	background: url(../img/basic/back_logo_transparent.png) 50% 50% no-repeat;
}
#site-info #message p {
	margin: 0.8em 1em;
	padding: 0;
}
#site-info #message p.impact {
	text-align: center;
	font-size: 150%;
}

/* ---------- ラインナップ ---------- */
h2#insertTarget {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	margin: 0 0 20px 0;
	padding: 0;
	text-indent: -9000px;
	background: url(../img/basic/back_h2_insertTarget.jpg) 50% 50% no-repeat !important;
}

#concept01,
#concept02  {
	position: relative;
	top: 0;
	left: 0;
	z-index: 600;
	margin: 0 0 0 25px;
	padding: 0;
}
#concept02 {
	margin: 0 0 -30px 0;
}
html[xmlns] #concept02 {
	margin: 0;
}
#concept01 h3,
#concept02 h3 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	text-indent: -9000px;
}
div.artist {
	overflow: hidden;
	float: left;
	position: relative;
	top: 0;
	left: 0;
	width: 472px;
	height: 490px;
	margin: 0 8px 16px 8px;
	padding: 0;
	color: #ffffff;
	background: #333333;
	
	border-radius: 10px;
}

#concept01 div.artist {
	background: #333333 url(../img/basic/back_artist_takumi_gray.jpg) 50% 50% no-repeat;
}

#concept02 div.artist {
	background: #333333 url(../img/basic/back_artist_takumi_red.jpg) 50% 50% no-repeat;
}

div.artist h4 {
	margin: 25px;
	padding: 0;
	font-size: 90%;
}
div#dummy01 h4,
div#dummy02 h4 {
	margin: 0;
	padding: 0;
	text-indent: -9000px;
}
div.artist dl {
	margin: 0 25px 25px 25px;
	padding: 0;
}
html[xmlns] div.artist dl {
	height: auto;
}
div.artist dt {
	margin: 0;
	padding: 0;
	color: #ff0000;
	font-size: 120%;
	font-weight: bold;
}
div.artist dd {
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.8;
}
div.artist dd.jacket {
	float: right;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 0 10px;
	padding: 0;
}
div.artist dd.jacket img {
	border: 1px solid #ffffff;
}
div.artist dd.product {
	margin: 0 0 0.5em 0;
	font-size: 82%;
	line-height: 2.0;
}
div.artist dd.comment {
	margin: 3em 0 1em 0;
	font-size: 71%;
}
div.artist dd.link {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	background: url(../img/basic/back_transparent_white_5.png);
}

div.artist dd.link a {
	color: #ff6600 !important;
	text-decoration: none;
}
div.artist dd.link a:hover {
	color: #ff9900 !important;
}
