@charset "Shift_JIS";

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

/* Cascading Style Sheet for ぴろき 全ページ共通 */

html {
	margin: 0 auto;
	padding: 0;
}
body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: "メイリオ", "Hiragino kaku Gothic Pro", "Arial", sans-serif, "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka";
	line-height: 1.7;
	color: #000000;
	background: #d5d3c1 url(../img/basic/back_body.jpg) 50% 0 repeat-y fixed;
	
	/* for Windows IE 6 or lower */
	text-align: center;
}
#main {
	position: relative;
	top: 10px;
	left: 0;
	z-index: 100;
	width: 970px;
	margin: 0 auto 60px auto;
	padding: 0;
	border: 10px solid #f3f3f3;
	background: #ffffff;
	
	/* for Windows IE 6 or lower */
	text-align: left;
}
html[xmlns] #main {
	width: 950px;
	background: url(../img/basic/back_transparent_white_80.png);
}

/* ########## 要素・クラス・全般 ########## */
#main a         { color: #ff4400; }
#main a:visited { color: #666666; }
#main a:hover   {
	color: #ff9900;
	text-decoration: none;
}
a.outside {
	margin-right: 2px;
	padding-right: 13px;
	background: url(../img/basic/icon_outside_white.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: -9000px;
	left: -9000px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}

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

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: 98%;
	text-align: center;
	border-bottom: 2px dashed #eeeeee;
}
span.roman {
	font-family: "Times New Roman", serif;
}
span.ruby {
	font-size: 80%;
}

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;
}

/* ########## ヘッダ ########## */
#header {
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* ########## トピックパス ########## */
#topicpath {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1100;
	height: 32px;
	margin: 0;
	padding: 0;
	color: #ffffff;
	background: #e60012 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 {
	margin: 0;
	padding: 0.6em 10px;
	color: #ffffff;
	font-size: 82%;
	text-align: right;
	line-height: 1.2;
}
#topicpath a {
	color: #ffffff;
	text-decoration : none;
}
#topicpath a:visited {
	color: #ffffff;
}
#topicpath a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* ########## メニュー ########## */
#header #menu {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1200;
	width: 950px;
	margin: 0.2em auto 0 auto;
	padding: 0;
	text-align: left;
}

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

#header #menu ul {
	float: right;
	position: relative;
	top: 0;
	right: -5px;
	z-index: 1210;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
html[xmlns] #header #menu ul {
	right: -2px;
}
#header #menu ul li {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1220;
	margin: 0 2px 0 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 100%;
	line-height: 1.4;
	background: #ffffff url(../img/basic/back_menu_li_white.png) 50% 50% repeat-x;
	border: 1px solid #cccccc;
}
#header #menu ul li a {
	display: block;
	margin: 0;
	padding: 0.3em 15px;
	color: #cc6633;
	text-decoration: none;
}

#header #menu ul li a:visited {
	color: #cc6633;
}
#header #menu ul li a:hover {
	color: #cd121b;
	background: url(../img/basic/back_ani_white.gif);
}
/* ---------- ヘッダメニュートップ ---------- */
#header #menu ul.top a.top {
	color: #cccccc;
}
#header #menu ul.top a.top:hover {
	background: none;
}
/* ---------- ヘッダメニュープロフィール ---------- */
#header #menu ul.profile a.profile {
	color: #cccccc;
}
#header #menu ul.profile a.profile:hover {
	background: none;
}
/* ---------- ヘッダメニューディスコグラフィー ---------- */
#header #menu ul.discography a.discography {
	color: #cccccc;
}
#header #menu ul.discography a.discography:hover {
	background: none;
}
/* ---------- ヘッダメニュースケジュール ---------- */
#header #menu ul.schedule a.schedule {
	color: #cccccc;
}
#header #menu ul.schedule a.schedule {
	background: none;
}
/* ---------- ヘッダメニューメール ---------- */
#header #menu ul.mail a.mail {
	color: #cccccc;
}
#header #menu ul.mail a.mail {
	background: none;
}

/* ---------- ヘッダメニューメッセージ ---------- */
#header #menu ul.message a.message {
	color: #cccccc;
}
#header #menu ul.message a.message {
	background: none;
}

/* ########## フッタ ########## */
#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: #e60012 url(../img/basic/back_header_footer.gif);
}

#footer ul.menu {
	list-style-type: none;
	margin: 0 25px;
	padding: 0;
}
#footer ul.menu li {
	float: left;
	margin: 0 1em 0 0;
	padding: 0 1em 0 0;
	font-family: "Trebuchet MS";
	font-size: 100%;
	white-space: nowrap;
	line-height: 1.4;
}

#footer ul.menu li a {
	color: #ffffff;
}
#footer ul.menu li a:hover {
	color: #ffffff;
	text-decoration: none;
}
#footer ul.menu li a:visited {
	color: #ffffff;
}
/* ---------- フッタメニュートップ ---------- */
#footer ul.top a.top {
	color: #ffffff;
	text-decoration: none;
}
#footer ul.top a.top:hover {
	color: #ffffff;
}
/* ---------- フッタメニュープロフィール ---------- */
#footer ul.profile a.profile {
	color: #ffffff;
	text-decoration: none;
}
#footer ul.profile a.profile:hover {
	color: #ffffff;
}
/* ---------- フッタメニューディスコグラフィー ---------- */
#footer ul.discography a.discography {
	color: #ffffff;
	text-decoration: none;
}
#footer ul.discography a.discography:hover {
	color: #ffffff;
}
/* ---------- フッタメニュースケジュール ---------- */
#footer ul.schedule a.schedule {
	color: #ffffff;
	text-decoration: none;
}
#footer ul.schedule a.schedule:hover {
	color: #ffffff;
}

/* ---------- フッタメニューメール ---------- */
#footer ul.mail a.mail {
	color: #ffffff;
	text-decoration: none;
}
#footer ul.mail a.mail:hover {
	color: #ffffff;
}

/* ---------- FLASH広告 ---------- */
#footer ul#AD {
	clear: both;
	margin: 0 50px 2px 50px;
	padding: 0.2em 0 2.2em 0;
	background: #2c2c2c
}
#footer ul#AD li {
	margin: 0 35px;
	padding: 0.3em 0;
	font-size: 82%;
}
#footer ul#AD li a {
	color: #ffffff;
	text-decoration: none;
}
#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.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: #b3000e;
}
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{
	clear: both;
	margin: 0.4em 25px 0 25px;
	padding: 0;
	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;
}

#footer p.banner {
	float: right;
	width: 400px;
	margin: 0 10px;
	padding: 0;
	font-size: 82%;
	text-align: right;
}
html[xmlns] #footer p.banner {
	float: right;
	margin: 0 20px;
}

/* ################################## */
/* ### ポップアップサイトイメージ ### */
/* ################################## */
#site-image {
	position: absolute;
	top: -9000px;
	left: -9000px;
	z-index: 65536;
	width: 202px;
	margin: 0;
	padding: 20px 25px;
	text-align: center;
	border: 1px solid #ffffff;
	background: #000000 url(../img/basic/back_stripe_black.gif);
}
html[xmlns] #site-image {
	width: 152px;
	width: auto;
	min-width: 150px;
	background: url(../img/basic/back_transparent_black_80.png);
}
#site-image span {
	display: block;
	width: 100%;
	margin: 12px 0 -8px 0;
	padding: 0;
	color: #ffffff;
	font-size: 71%;
	text-align: right;
	line-height: 1.2;
	white-space: nowrap;
}
#site-image img {
	margin: 0;
	padding: 0;
	border: 1px solid #ffffff;
}

/* ############################ */
/* ### ローディングアイコン ### */
/* ############################ */
#loading-icon {
	position: absolute;
	top: -9000px;
	left: -9000px;
	z-index: 65535;
	margin: 0;
	padding: 0;
}
#loading-icon img {
	margin: 0;
	padding: 0;
}

/* ######################## */
/* ### リターンアイコン ### */
/* ######################## */
#back-to-top {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 65535;
	margin: 0;
	padding: 0;
	width: 25px;
	height: 25px;
}
back-to-top img {
	margin: 0;
	padding: 0;
}