@charset "Shift_JIS";

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

/* Cascading Style Sheet for テイチク サイト共通 */
html {
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	margin: 0 auto;
	padding: 0;
}

body {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 0 auto;
	padding: 0;
	color: #333333;
	font-family: "メイリオ", "Hiragino kaku Gothic Pro", "Arial", sans-serif, "MS UI Gothic", "ＭＳＰ ゴシック", "Osaka";
	line-height: 1.7;
	background: url(../img/basic/back_body.gif) 50% 0 repeat-y;
	
	/* for Windows IE 6 or Lower */
	text-align: center;
}

a:link { color: #058bc0; text-decoration:none; }
a:visited { color: #058bc0; text-decoration:none; }
a:hover { color: #ff3300; 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;
}

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

hr {
	display: none;
	border: none;
}
hr.clear {
	clear: both;
	display: block;
	visibility: hidden;
	margin: 0;
	padding: 6px 0;
	width: 50%;
}
hr.separate {
	clear: both;
	display: block;
	visibility: visible;
	margin: 1.5em auto;
	padding: 0;
	width: 100%;
	text-align: center;
	border-bottom: 2px dashed #eeeeee;
}

del,
del * {
	color: #cccccc !important;
	text-decoration: line-through !important;
}

ins,
ins * {
	color: #ff0000 !important;
	text-decoration: none;
}
ins a {
	color: #ff0000 !important;
	text-decoration: underline;
}

/* #################### */
/* ### トピックパス ### */
/* #################### */
#topicpath {
	position: relative;
	top: 0;
	left: 0;
	z-index: 2000;
	height: 32px;
	margin: 0;
	padding: 0 10px;
	color: #ffffff;
	background: #0b8acc url(../img/basic/back_header_footer.gif);
}
html[xmlns] #topicpath {
	height: auto;
	min-height: 32px;
}
#topicpath h2 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
}
#topicpath p {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0.6em 0;
	color: #ffffff;
	font-size: 82%;
	text-align: right;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#topicpath a {
	color: #ffffff;
}
#topicpath a:visited {
	color: #ffffff;
}
#topicpath a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* ######################## */
/* ### メインコンテンツ ### */
/* ######################## */
#main {
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
	width: 1024px;
	margin: 0 auto 2em auto;
	padding: 0;
	border-top: 1px solid #007cb7;
}

html[xmlns] #main {
	width: auto;
	min-width: 1024px;
	max-width: 1024px;
}

#main h1 {
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 180px;
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-indent: -9000px;
	border-bottom: 15px solid #cccccc;
	background: #008ccf url(../img/basic/back_h1.gif) 0 0 no-repeat;
}
/* Mac IE 5.x 以外適用 \*/
#main h1 {
	overflow: hidden;
	height: 195px;
}
/* Mac IE 5.x 以外適用ここまで */
html[xmlns] #main h1 {
	height: 180px;
}

h1 object, h1 embed {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 65536;
	margin: 0;
	padding: 0;
	background: #008ccf;
}

/* ################ */
/* ### メニュー ### */
/* ################ */
#menu {
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 1000;
	margin: 0 0 5px 0;
	padding: 0;
}
#menu h2 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	text-indent: -9000px;
}
#menu ul {
	position: relative;
	top: 0;
	left: 0;
	z-index: 50000;
	list-style-type: none;
	width: 510px;
	margin: 0 5px;
	padding: 0;
}
#menu ul li {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	z-index: 5000;
	width: 100px;
	height: 50px;
	margin: 0 2px 2px 0;
	text-indent: -9000px;
}
#menu ul li.top { background: url(../img/basic/back_menu_li_top.gif) 50% 0 no-repeat; }
html[xmlns] #menu ul li.top { background: url(../img/basic/back_menu_li_top.png) 50% 0 no-repeat; }

#menu ul li.release { background: url(../img/basic/back_menu_li_release.gif) 50% 0 no-repeat; }
html[xmlns] #menu ul li.release { background: url(../img/basic/back_menu_li_release.png) 50% 0 no-repeat; }

#menu ul li.artist { background: url(../img/basic/back_menu_li_artist.gif) 50% 0 no-repeat; }
html[xmlns] #menu ul li.artist { background: url(../img/basic/back_menu_li_artist.png) 50% 0 no-repeat; }

#menu ul li.category { background: url(../img/basic/back_menu_li_category.gif) 50% 0 no-repeat; }
html[xmlns] #menu ul li.category { background: url(../img/basic/back_menu_li_category.png) 50% 0 no-repeat; }

#menu ul li.mobile { background: url(../img/basic/back_menu_li_mobile.gif) 50% 0 no-repeat; }
html[xmlns] #menu ul li.mobile { background: url(../img/basic/back_menu_li_mobile.png) 50% 0 no-repeat; }

#menu ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
/* Mac IE 5.x 以外適用 \*/
#menu ul li a {
	overflow: hidden;
}
/* Mac IE 5.x 以外適用ここまで */
#menu ul li.top a { background: url(../img/basic/back_menu_li_top.gif) 50% 0 no-repeat; }
html[xmlns] #menu ul li.top a { background: url(../img/basic/back_menu_li_top.png) 50% 0 no-repeat; }
#menu ul li.top a:hover { background: url(../img/basic/back_menu_li_topC.gif) 50% 0 no-repeat; }
html[xmlns] #menu ul li.top a:hover { background: url(../img/basic/back_menu_li_topC.png) 50% 0 no-repeat; }
#menu ul.top li.top a { background: url(../img/basic/back_menu_li_topB.gif) 50% 0 no-repeat; }
html[xmlns] #menu ul.top li.top a { background: url(../img/basic/back_menu_li_topB.png) 50% 0 no-repeat; }

#menu ul li.release a { background: url(../img/basic/back_menu_li_release.gif) 50% 0 no-repeat; }
html[xmlns] #menu ul li.release a { background: url(../img/basic/back_menu_li_release.png) 50% 0 no-repeat; }
#menu ul li.release a:hover { background: url(../img/basic/back_menu_li_releaseC.gif) 50% 0 no-repeat; }
html[xmlns] #menu ul li.release a:hover { background: url(../img/basic/back_menu_li_releaseC.png) 50% 0 no-repeat; }
#menu ul.release li.release a { background: url(../img/basic/back_menu_li_releaseB.gif) 50% 0 no-repeat; }
html[xmlns] #menu ul.release li.release a { background: url(../img/basic/back_menu_li_releaseB.png) 50% 0 no-repeat; }

#menu ul li.artist a { background: url(../img/basic/back_menu_li_artist.gif) 50% 0 no-repeat; }
html[xmlns] #menu ul li.artist a { background: url(../img/basic/back_menu_li_artist.png) 50% 0 no-repeat; }
#menu ul li.artist a:hover { background: url(../img/basic/back_menu_li_artistC.gif) 50% 0 no-repeat; }
html[xmlns] #menu ul li.artist a:hover { background: url(../img/basic/back_menu_li_artistC.png) 50% 0 no-repeat; }
#menu ul.artist li.artist a { background: url(../img/basic/back_menu_li_artistB.gif) 50% 0 no-repeat; }
html[xmlns] #menu ul.artist li.artist a { background: url(../img/basic/back_menu_li_artistB.png) 50% 0 no-repeat; }

#menu ul li.category a { background: url(../img/basic/back_menu_li_category.gif) 50% 0 no-repeat; }
html[xmlns] #menu ul li.category a { background: url(../img/basic/back_menu_li_category.png) 50% 0 no-repeat; }
#menu ul li.category a:hover { background: url(../img/basic/back_menu_li_categoryC.gif) 50% 0 no-repeat; }
html[xmlns] #menu ul li.category a:hover { background: url(../img/basic/back_menu_li_categoryC.png) 50% 0 no-repeat; }
#menu ul.category li.category a { background: url(../img/basic/back_menu_li_categoryB.gif) 50% 0 no-repeat; }
html[xmlns] #menu ul.category li.category a { background: url(../img/basic/back_menu_li_categoryB.png) 50% 0 no-repeat; }

#menu ul li.mobile a { background: url(../img/basic/back_menu_li_mobile.gif) 50% 0 no-repeat; }
html[xmlns] #menu ul li.mobile a { background: url(../img/basic/back_menu_li_mobile.png) 50% 0 no-repeat; }
#menu ul li.mobile a:hover { background: url(../img/basic/back_menu_li_mobileC.gif) 50% 0 no-repeat; }
html[xmlns] #menu ul li.mobile a:hover { background: url(../img/basic/back_menu_li_mobileC.png) 50% 0 no-repeat; }
#menu ul.mobile li.mobile a { background: url(../img/basic/back_menu_li_mobileB.gif) 50% 0 no-repeat; }
html[xmlns] #menu ul.mobile li.mobile a { background: url(../img/basic/back_menu_li_mobileB.png) 50% 0 no-repeat; }


/* #################### */
/* ### 検索フォーム ### */
/* #################### */
#search {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 500;
	width: 352px;
	margin: 0 0 5px 5px;
	padding: 7px 10px;
	font-size: 72%;
	text-align: left;
	border: 1px solid #cccccc;
	background: #ffffff url(../img/basic/back_stripe.png);
}
html[xmlns] #search {
	width: 330px;
	background: transparent url(../img/basic/back_white_transparent.png);
}
#search h2 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	text-indent: -9000px;
}
#search p {
	position: absolute;
	top: -9000px;
	left: -9000px;
}
#search ul.ranking {
	list-style-type: none;
	position: relative;
	top: 12px;
	left: 0;
	width: 330px;
	margin: 0 0 12px 0;
	padding: 0 5px 0 0;
	overflow: auto;
}
html[xmlns] #search ul.ranking {
	width: 325px;
}
#search ul li {
	display: inline;
	margin: 0 5px;
	padding: 0;
	line-height: 1.5;
}
#search ul.ranking li.term {
	color: #666666;
}
#search ul.ranking li strong a {
	color: #20bad6;
	font-size: 120%;
}
#search ul.ranking li a.level1 { font-size: 100%; }
#search ul.ranking li a.level2 { font-size: 130%; }
#search ul.ranking li a.level3 { color: #ff6633; font-size: 160%; }
#search ul.ranking li a.level4 { color: #ff0000; font-size: 190%; }

#search form {
	margin: 0;
	padding: 0;
}
#search form p {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
#search form p input.input {
	width: 150px;
	margin: 0 5px 0 0;
	padding: 2px;
	border: 1px solid #cccccc;
}
#search form p input.submit {
	vertical-align: text-bottom;
}
html[xmlns] #search form p input.submit {
	vertical-align: bottom;
}

/* #################### */
/* ### ローディング ### */
/* #################### */
p#loading {
	position: relative;
	top: 0;
	left: 0;
	z-index: 300;
	width: 80%;
	margin: 0 auto;
	padding: 10px 0;
	color: #666666;
	text-align: center;
	line-height: 3.0;
	border: 1px solid #cccccc;
	background: url(../img/basic/back_stripe.png);
}
p#loading span.note {
	font-size: 72%;
}

/* ########## フッタ ########## */
#footer {
	overflow: hidden;
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 3000;
	width: 100%;
	margin: 0;
	padding: 1em 0;
	color: #ffffff;
	text-align: left;
	background: #0b8acc url(../img/basic/back_header_footer.gif);
}
#footer img {
	border: none;
}

#footer div.wrapper {
	width: 1024px;
	margin: 0 auto;
}

/*
#footer ul.menu {
	float: left;
	list-style-type: none;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 24px;
	padding: 0 0 0 12px;
	white-space: nowrap;
	border-left: 7px solid #1e9ee1;
}

#footer ul.main {
	margin: 0 24px 0 12px !important;
}
html[xmlns] #footer ul.main {
	margin: 0 24px !important;
}
#footer ul.menu li {
	margin: 0;
	padding: 0.2em 0;
	font-size: 82%;
}
#footer ul.menu li a {
	color: #ffffff;
	text-decoration: underline;
}
#footer ul.menu li a:hover {
	text-decoration: none;
}
#footer ul.top li.top a,
#footer ul.release li.release a,
#footer ul.artist li.artist a,
#footer ul.company li.company a {
	color: #33b7f5;
	text-decoration: none;
}
*/

#footer div.link {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	max-width: 290px;
	margin: 0 12px;
	padding: 0;
}
#footer div.main {
	margin: 0 12px;
}
#footer div.link p {
	margin: 0 0 0.2em 0;
	padding: 0.2em 10px;
	font-family: "Trebuchet MS";
	font-size: 90%;
	text-align: right;
	letter-spacing: 0.2em;
	background: #1e9ee1;
}
#footer div.link ul {
	list-style-type: none;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 10px;
	padding: 0;
}
#footer div.link ul li {
	margin: 0;
	padding: 0.2em 0;
	color: #33b7f5;
	font-size: 82%;
}
#footer div.link ul li a {
	color: #ffffff;
	text-decoration: none;
}
#footer div.link ul li a:hover {
	text-decoration: underline;
}
#footer div.link ul.top li.top a { color: #33b7f5; text-decoration: none; }
#footer div.link ul.artist li.artist a { color: #33b7f5; text-decoration: none; }
#footer div.link ul.release li.release a { color: #33b7f5; text-decoration: none; }
#footer div.link ul.rss li.rss a { color: #33b7f5; text-decoration: none; }

#footer ul#AD {
	clear: both;
	margin: 0 50px 2px 50px;
	padding: 0.2em 0 2.2em 0;
	background: #1586c1;
}
#footer ul#AD li {
	margin: 0 35px;
	padding: 0.3em 0;
	font-size: 82%;
}
#footer ul#AD li a {
	color: #ffffff;
}
#footer p#AD-note {
	position: relative;
	top: -2.2em;
	left: 0;
	margin: 0 50px -1em 50px;
	padding: 0;
	text-align: right;
	color: #ffffff;
	font-size: 71%;
}

#footer ul#permission {
	list-style-type: none;
	margin: 0 30px;
	padding: 0;
}

#footer ul#permission li {
	float: right;
	margin: 0 0 5px 10px;
	padding: 10px;
	font-size: 82%;
	line-height: 1.8;
	white-space: nowrap;
	border: 2px solid #1e9ee1;
}
html[xmlns] #footer ul#permission li {
	width: 15em;
}
#footer ul#permission li.lmark {
	width: 30em !important;
	font-size: 58%;
	line-height: 1.65;
	white-space: normal;
}
#footer ul#permission li.lmark strong {
	font-size: 120%;
}
#footer ul#permission li img {
	margin: 1px 15px 1px 0;
	float: left;
}

#footer ul.valid {
	float: right;
	list-style-type: none;
	margin: 0 10px;
	padding: 0;
}
html[xmlns] #footer ul.valid {
	margin: 0 25px;
}
#footer ul.valid li {
	float: left;
	margin: 0 6px 0 0;
	padding: 0.2em 8px;
	font-size: 82%;
	background: #1586c1;
}
html[xmlns] #footer ul.valid li {
	margin: 0 6px 0.5em 0;
}

#footer ul.valid li a {
	color: #ffffff;
	text-decoration: none;
}
#footer ul.valid li a:hover {
	color: #ffffff;
}
#footer ul.valid li a:visited {
	color: #ffffff;
}


#footer p.notice{
	position: relative;
	top: 0;
	left: 0;
	clear: both;
	margin: 0.4em 25px 0 25px;
	padding: 0;
	color: #ffffff;
	font-size: 82%;
	text-align: right;
}
html[xmlns] #footer p.notice{
	margin: 0 25px;
}
#footer address {
	margin: 0 25px;
	padding: 0;
	font-size: 82%;
	font-weight: normal;
	text-align: right;
}
#footer address a {
	color: #ffffff;
}
#footer address a:hover {
	color: #ffffff;
	text-decoration: none;
}
#footer address a:visited {
	color: #ffffff;
}

/* ################## */
/* ### サイト解析 ### */
/* ################## */
#analyze {
	position: absolute;
	top: -9000px;
	left: -9000px;
	width: 10px;
	height: 10px;
	text-indent: -9000px;
}