@charset "Shift_JIS";

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

/* Cascading Style Sheet for TAKUMI NOTE ベース */

html {
	margin: 0 auto;
	padding: 0;
}

body {
	font-family: "メイリオ", "Hiragino kaku Gothic Pro", "Arial", sans-serif, "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka";
	width: 100%;
	margin: 70px auto 2em auto;
	padding: 0;
	background: #ffffff;
	line-height: 1.7;
	color: #333333;

	/* for Win IE 5.x */
	text-align: center;
}

div#caution {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	margin: 0;
	padding: 0;
	text-align: left;
}
div#caution p {
	margin: 0;
	padding: 5px;
	color: #ff0000;
	font-size: 82%;
	line-height: 1.2;
}
div#caution p a {
	color: #ff0000;
}

div#main {
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	width: 750px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #000000;
	background: url(../img/basic/back_main.png) 50% 0 repeat-y;

	/* for IE 5.x */
	text-align: left;
}
/* start of MacIE 5 hack \*/
div#main {
	width: 752px;
}
/* end of MacIE 5 hack */
html[xmlns] div#main {
	width: 750px;
}

/* ########## 要素・クラス・全般 ########## */
a         { color: #6699cc; }
a:visited { color: #666666; }
a:hover   {
	color: #cc9966;
	text-decoration: none;
}
a.outside {
	margin-right: 2px;
	padding-right: 13px;
	background: url(../img/basic/icon_outside.gif) 100% 100% no-repeat;
}
a.zoom {
	margin-right: 2px;
	padding-right: 13px;
	background: url(../img/basic/icon_zoom.png) 100% 100% no-repeat;
}

h1 {
	position: absolute;
	top: -27px;
	left: 0;
	z-index: 100;
	width: 200px;
	height: 26px;
	margin: 0;
	padding: 0;
}

img {
	margin: 1px 0;
	padding: 0;
	border: none;
	vertical-align: middle;
}
img.frame {
	border: 1px solid #666666;
}
h1 img {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

hr {
	display: none;
}
hr.clear {
	clear: both;
	display: block;
	visibility: hidden;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
}
html[xmlns] hr.clear {
	padding: 7px 0;
}
ins {
	text-decoration: none;
}
p.back {
	clear: both;
	position: relative;
	top: -9px;
	left: 742px;
	z-index: 50;
	width: 18px;
	margin: 0 0 -9px 0;
	padding: 0;
}

/* ########## トピックパス ########## */
#topicpath {
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 2000;
	margin: 0 1em;
	padding: 0;
}
#topicpath p {
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 82%;
	text-align: right;
	line-height: 1.2;
}
html[xmlns] #topicpath p {
	padding: 0;
}
#topicpath a {
	color: #333333;
	text-decoration: none;
	background: url(../img/basic/back_line.gif) 0% 100% no-repeat;
}
#topicpath a:hover {
	color: #333333;
	text-decoration: none;
	border-bottom: 0;
	background: none;
}

/* ########## 注意書き ########## */

div#notice {
	width: 750px;
	margin: 0;
	padding: 0;
}
div#notice p {
	width: 740px;
	margin: 0;
	padding: 0 5px;
	color: #8b8b8b;
	font-size: 82%;
	text-align: center;
	white-space: nowrap;
}

/* ########## フッタ ########## */
#footer {
	position: relative;
	top: 0;
	left: 0;
	z-index: 3000;
	width: 750px;
	margin: 0;
	min-height: 18px;
	padding: 0;
	background: #000000;
	color: #ffffff;
}
#footer address {
	margin: 0;
	padding: 0.2em 20px;
	text-align: right;
	font-size: 82%;
	font-weight: normal;
}
#footer address a {
	color: #ffffff;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
#footer address a:visited {
	color: #ffffff;
}

#footer p.valid {
	float: left;
	margin: 0;
	padding: 0.5em 10px;
	font-size: 71%;
}
html[xmlns] #footer p.valid {
	margin: 0;
}
#footer p.valid a {
	color: #999999;
	text-decoration: none;
}
#footer p.valid a:hover {
	text-decoration: underline;
}

/* ########## メニュー ########## */
div#menu {
	position: absolute;
	top: 310px;
	left: 0;
	z-index: 4000;
	width: 750px;
	margin: 0;
	padding: 0;
	background: url(../img/basic/back_menu_blank.png) 100% 0 no-repeat;
}

#menu h2 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	width: 150px;
	height: 50px;
	margin: 0;
	padding: 0;
}
#menu a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-indent: -9000px;
}
/* start of MacIE 5 hack \*/
#menu a {
	overflow: hidden;
}
/* end of MacIE 5 hack */

/* ########## メニュートップページ ########## */
#menu li.top{
	margin-top: 0;
	margin-left: 0;
	background: url(../img/basic/back_menu_top_page.png) 0 0 no-repeat;
}
#menu a.top {
	background: url(../img/basic/back_menu_top_page.png) 0 0 no-repeat;
}
#menu ul.top a.top {
	background: url(../img/basic/back_menu_top_pageB.png) 0 0 no-repeat;
}
#menu a.top:hover {
	background: url(../img/basic/back_menu_top_pageC.png) 0 0 no-repeat;
}

/* ########## メニューアーティストリスト ########## */
#menu li.artist{
	margin-top: 0;
	margin-left: 0;
	background: url(../img/basic/back_menu_artist_list.png) 0 0 no-repeat;
}
#menu a.artist {
	background: url(../img/basic/back_menu_artist_list.png) 0 0 no-repeat;
}
#menu ul.artist a.artist {
	background: url(../img/basic/back_menu_artist_listB.png) 0 0 no-repeat;
}
#menu a.artist:hover {
	background: url(../img/basic/back_menu_artist_listC.png) 0 0 no-repeat;
}

/* ########## メニューリリースインフォ ########## */
#menu li.release{
	margin-top: 0;
	margin-left: 0;
	background: url(../img/basic/back_menu_release_info.png) 0 0 no-repeat;
}
#menu a.release {
	background: url(../img/basic/back_menu_release_info.png) 0 0 no-repeat;
}
#menu ul.release a.release {
	background: url(../img/basic/back_menu_release_infoB.png) 0 0 no-repeat;
}
#menu a.release:hover {
	background: url(../img/basic/back_menu_release_infoC.png) 0 0 no-repeat;
}

/* ########## 匠の音ライブ ########## */
#menu li.live{
	margin-top: 0;
	margin-left: 0;
	background: url(../img/basic/back_menu_live.png) 0 0 no-repeat;
}
#menu a.live {
	background: url(../img/basic/back_menu_live.png) 0 0 no-repeat;
}
#menu ul.live a.live {
	background: url(../img/basic/back_menu_liveB.png) 0 0 no-repeat;
}
#menu a.live:hover {
	background: url(../img/basic/back_menu_liveC.png) 0 0 no-repeat;
}


/* ########## フラッシュ ########## */

div.flash object, div.flash param, div.flash embed {
	position: relative;
	top: 0;
	left: 0;
	z-index: 200;
	width: 750px;
	height: 250px;
	margin: 0;
	padding: 0;
}
