@charset utf-8;

/*CSS_Information===========================================
File_name:screen.css
============================================================
*/
/*==================================
Reset.css -YUI,DOCTOR
===================================*/
section,article,aside,hgroup,header,footer,nav,menu,figure,figcaption,summary { display: block; } body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video { margin:0; padding:0; border:0; outline:0;} section,article,aside,hgroup,header,footer,nav,menu,figure,figcaption,summary { display: block; } body { font-size: small; font-family: sans-serif; font-family : 'ＭＳ Ｐゴシック',sans-serif\9; /* IE8以下 */ line-height: 1.5; word-break: break-all; word-wrap: break-word; } h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; } table { font-size: inherit; font: 100%; border-collapse: collapse; border-spacing: 0; empty-cells: show; } th,caption { font-weight: normal; text-align: left; } th,td { vertical-align: top; } button,input,textarea,select { font-size: 99%; } code,kbd,pre,samp { font-size: 100%; font-family: monospace; } img,object,param { border: 0; outline: none; vertical-align: bottom; } img { -ms-interpolation-mode:bicubic; /*IE7*/ } input, select { vertical-align: middle; } ol,ul { list-style: none; } a { text-decoration: underline; } abbr,acronym { border: 0; font-variant:normal; } address,cite,code,dfn,em,var { font-style: normal; } ins { text-decoration: none; } del { text-decoration: line-through; } hr { display: none; } blockquote, q { quotes:none; } blockquote:before,blockquote:after,q:before,q:after { content: ""; content:none; } strong{ font-weight: bold; } sup { vertical-align: text-top; } sub { vertical-align: text-bottom; } abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; } small { font-size: 100%; }

body{font-size:small;font-weight:normal;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}select,input,button,textarea{font-size:99%;}pre,code,kbd,samp{font-family:san-serif;font-size:100%;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,p,blockquote,th,td{margin:0;padding:0;}table{font-size:inherit;font:100%;border-collapse:collapse;border-spacing:0;empty-cells:show;}th{font-weight:normal;text-align:left;}th,td{vertical-align:top;}address,cite,dfn,em,var{font-style:normal;}ol,ul{list-style:none;}fieldset,abbr{border:0;}ins{text-decoration:none;}del{text-decoration:line-through;}a{text-decoration:underline;}strong{font-weight:bold;}img,object,param{border:0;outline:0;vertical-align:bottom;}q:before,q:after{content:"";}hr{display:none;} 

/*==================================
Template
===================================*/
html { overflow-y:scroll; /* Fx スクロールバーによるズレ解消 */ }
html,body { height: 100%; }
body{
	background: #ffffff url(back.jpg) repeat-x fixed;
	color: #3d4143;
}
#container{
	position: relative;
	width: 100%;
	min-width: 960px;
	height: auto !important;
	height: 100%; /* IE6 */
	min-height: 100%;
	background: url(footer_back.png) no-repeat center bottom;
}
#wrapper{
	width: 900px;
	margin: 0 auto;
	padding-bottom: 220px;
	background: url(indexBg.png) no-repeat center top;
}
a { color: #0377d9; }
a:hover, a:focus { text-decoration: none; }
em, .em { color: #d44259 }

/* #header
-----------------------------------*/
#header {
	position: relative;
	width: 900px;
	height: 160px;
	margin-bottom: 10px;
}
#header p{
	position: absolute;
	top: 8px;
	right: 11px;
	width: 129px;
	height: 33px;
}
/* #headerNav
-----------------------------------*/
#headerNav {
	width: 870px;
	padding: 0 15px;
	-webkit-border-radius: 20px; /* Safari,Google Chrome*/
	-moz-border-radius: 20px; /* Firefox*/
	border-radius: 20px; /* CSS3*/
	background-color: #343738;
}
#headerNav li {
	float: left;
	width: 280px;
	height: 40px;
	margin: 0 5px;
	overflow: hidden;
}
#headerNav li a {
	display: block;
	width: 280px;
	padding-top: 40px;
	background-image: url(nav.gif);
	background-repeat: no-repeat;
}
#headerNav li.nav01 a { background-position:0 0; }
#headerNav li.nav01 a:hover,
#headerNav li.nav01 a:focus {
	background-position: 0 -40px;
}
#info #headerNav li.nav01 a { background-position: 0 -80px; }

#headerNav li.nav02 a { background-position: -290px 0; }
#headerNav li.nav02 a:hover,
#headerNav li.nav02 a:focus {
	background-position: -290px -40px;
}
#disc #headerNav li.nav02 a { background-position:-290px -80px; }

#headerNav li.nav03 a { background-position:-580px 0; }
#headerNav li.nav03 a:hover,
#headerNav li.nav03 a:focus {
	background-position:-580px -40px;
}
#prof #headerNav li.nav03 a { background-position:-580px -80px; }

/* #mainContents
-----------------------------------*/
#mainContents {
	width: 860px;
	margin: 0 auto;
}
#mainContents h1 { padding-bottom: 10px; }

/* #footer
-----------------------------------*/
#footer {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 200px;
	text-align: center;
}
#footer ul {
	width: 900px;
	margin: 5px auto 0;
	padding-bottom: 20px;
}
#footer li {
	display: inline;
	margin: 0 5px;
}
#footer .nav {
	width: 940px;
	margin: 0 auto;
	text-align: right;
}
#footer .small {
	margin: 0 auto;
	background-color: #6BC9F1;
	width:876px;
	padding: 12px;
	-webkit-border-radius: 20px 20px 0 0; /* Safari,Google Chrome*/
	-moz-border-radius: 20px 20px 0 0; /* Firefox*/
	border-radius: 20px 20px 0 0; /* CSS3*/
}
/* .section
-----------------------------------*/
.section {
	background: url(section_back.png) repeat-x left bottom;
	padding-bottom: 11px;
	-webkit-box-shadow: 0 -3px 3px #e5e7e9; /* Safari,Google Chrome用 */
	-moz-box-shadow: 0 -3px 3px #e5e7e9; /* Firefox用 */
	box-shadow: 0 -3px 3px #e5e7e9; * CSS3*/
}
.section-lv2 {
	background-color: #fff;
	padding: 30px;
}

/*==================================
Object Oriented CSS
===================================*/
/* マージン
-----------------------------------*/
.br05 { margin-bottom: .5em; }
.br15 { margin-bottom: 1.5em; }
.br25 { margin-bottom: 2.5em; }

/* 画像の回りこみ
-----------------------------------*/
.imgLeft {
	float: left;
	margin-right: 12px;
}
.imgRight {
	float: right;
	margin-left: 12px;
}
/* 新clearFix
   http://nicolasgallagher.com/micro-clearfix-hack/
-----------------------------------*/
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both; }
.cf { zoom:1; /* IE6-7 */ }

/* .cdList
-----------------------------------*/
.cdList { text-align: center; }
.cdList li { position: relative; }
.cdList li img {
	border: 3px solid #fff;
	-webkit-box-shadow: 0 0 3px #8a8d8e; /* Safari,Google Chrome */
	-moz-box-shadow: 0 0 3px #8a8d8e; /* Firefox */
	box-shadow: 0 0 3px #8a8d8e; /* CSS3 */
}
.cdList li a { text-decoration: none; }
.cdList li a strong {
	position: absolute;
	left: 10px;
	top: 90px;
	display: block;
	width: 84px;
	padding: 6px 3px;
	background-color: #000;
	filter: alpha(opacity=70); /* IE */ 
	opacity:0.7;
	-webkit-border-radius: 3px; /* Safari,Google Chrome*/
	-moz-border-radius: 3px; /* Firefox*/
	border-radius: 3px;
	-webkit-box-shadow: 0 -0 5px rgba(0, 0, 0, 0.5); /* Safari,Google Chrome用 */
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Firefox用 */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	font-size: 85%;
	line-height: 1.0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
	z-index: 200;
}
.cdList li a:hover,
.cdList li a focus {
	color: #fff;
}
/* .newsList
--------------------------------------------------------- */
.newsList { width: 100%; }
.newsList th,
.newsList td,
p.newsList {
	padding-bottom: 40px;
	background: url(bg_line.gif) no-repeat right bottom;
}
.newsList tr:last-child th,
.newsList tr:last-child td {
	padding-bottom: 0;
	background: none;
}
.newsList th {
	width: 80px;
	padding-right: 1em;
	color: #d44259;
	white-space: nowrap;
}
.newsList h3,
.newsList p {
	margin-bottom: 1.2em;
}
.newsList h3 {
	color: #d44259;
	font-size: 123%;
	font-weight: bold;
}
/* .caution
--------------------------------------------------------- */
.caution li {
	color: #d44259;
	margin-bottom: .5em;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 93%;
	line-height: 1.4;
}

/*==================================
Top
===================================*/
/* #top_Main
-----------------------------------*/
#top_Main { padding-top: 10px; }
#top_Main h1 {text-align: center; }
#top_Main h1 a img {
	padding: 1px;
	border: 2px solid #f78b9d;
	background: #fff;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#top_Main h1 a:hover img,
#top_Main h1 a:focus img {
	border: 2px solid #fff;
	filter: alpha(opacity=80);
	opacity: .8;
}
#top_Main ul { padding: 20px 0 25px; }
#top_Main li {
	display: inline-block;
	*display: inline; /* IE7以下 */
	*zoom: 1; /* IE7以下 */
	width: 110px;
	margin: 0 3px;
	vertical-align: top;
}
/* #top_Contents
-----------------------------------*/
#top_Contents {
	width: 860px;
	margin: 0 auto;
}
#top_Contents h2 {
	margin-top: -13px;
	margin-left: -35px;
	padding-bottom: 10px;
}
#top_Contents .section-lv2 { padding: 10px 20px 10px; }

/* #top_Info
-----------------------------------*/
#top_Info {
	position: relative;
	width: 860px;
	float:left;
	margin-bottom: 40px;
}
#top_Info .newsList th,
#top_Info .newsList td,
#top_Info p.newsList {
	padding-bottom: 30px;
	background: url(bg_line_top.gif) no-repeat right bottom;
}
#top_Info .newsList tr:last-child th,
#top_Info .newsList tr:last-child td {
	padding-bottom: 15px;
	background: none;
}


/*==================================
Info
===================================*/
#info_Main {
	float: left;
	width: 680px;
}
#info_Bnr {
	float: right;
	width: 160px;
	text-align: center;
}

/*==================================
Discography
===================================*/
#disc #mainContents {
	width: 880px;
	padding-right: 20px;
}
#disc #mainContents h1 { margin-left: 20px; }
#disc .section-lv3 { margin-bottom: 30px; }
#disc .section-lv3 h2 { margin-bottom: 10px; }

/* #disc_Main
-----------------------------------*/
#disc_Main {
	float: right;
	width: 700px;
}
/* #disc_Info
-----------------------------------*/
#disc #disc_Info h1 {
	margin-left: 0;
	line-height: 1.35;
}
#disc_Info h1 span {
	display: block;
	width: 370px;
	margin-bottom: 15px;
	padding: 3px 5px;
	background: #f4afbc;
	color: #fff;
	font-weight: bold;
	line-height: 1.1;
}
#disc_Info h1 strong {
	color: #d44259;
	font-size: 161%;
	font-weight: bold;
}
#disc_Info h1 img {
	margin-left: 20px;
	margin-bottom: 20px;
	-moz-box-shadow: 0 0 3px #8a8d8e; /* Firefox */
	-webkit-box-shadow: 0 0 3px #8a8d8e; /* Safari,Google Chrome */
	box-shadow: 0 0 3px #8a8d8e; /* CSS3 */
/* 	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg); */
}
#disc_Info p {
	margin-bottom: 1.5em;
	text-align: justify;
	text-justify: distribute;
}
/* #disc_Track
-----------------------------------*/
#disc_Track h3 {
	margin-bottom: .2em;
	color: #d44259;
	font-weight: bold;
}
/* .trackList
-----------------------------------*/
.trackList {
	width: 100%;
	margin-bottom: .5em;
}
.trackList th,
.trackList td {
	padding-top: .5em;
	padding-bottom: .5em;
	border-bottom: 1px solid #dbdfe1;
	line-height: 1.35;
}
.trackList th {
	padding-left: 6px;
	padding-right: 6px;
}
.trackList td { width: 26px; }
.trackList tr:first-child th,
.trackList tr:first-child td {
	border-top: 1px solid #f4afbc;
}
.trackList tr:last-child th,
.trackList tr:last-child td {
	border-bottom: 1px solid #f4afbc;
}
/* .limitedList
-----------------------------------*/
.limitedList {
	position: relative;
	margin-right: -20px;
	padding-top: 15px;
}
.limitedList li {
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 15px;
	text-align: center;
}
.limitedList li h3 {
	font-weight: bold; 
	margin-bottom: .3em;
}
.limitedList li h3 img {
	margin-bottom: 4px;
	vertical-align: top;
}
.limitedList li p { line-height: 1.35; }

/* #disc_List
-----------------------------------*/
#disc_List {
	float: left;
	width: 160px;
}
#disc_List h2 { margin-bottom: 5px; }
#disc_List ul { margin-bottom: 20px; }
#disc_List li {
	width: 110px;
	margin: 0 auto 10px;
	text-align: center;
}

/*==================================
Profile
===================================*/
#prof .section { margin-bottom: 15px; }
#prof_Main h1 {
/* 	margin-bottom: .5em; */
	color: #d44259;
	font-size: 123%;
	font-weight: bold;
}
#prof_Main h1 img {
	margin-bottom: 18px;
	-moz-box-shadow: 0 0 3px #8a8d8e; /* Firefox */
	-webkit-box-shadow: 0 0 3px #8a8d8e; /* Safari,Google Chrome */
	box-shadow: 0 0 3px #8a8d8e; /* CSS3 */
}
#prof_Member {
	position: relative;
	margin-right: -10px;
}
#prof_Member .section {
	float: left;
	width: 280px;
	margin-right: 10px;
}
#prof_Member .section-lv2 {
	padding: 20px;
	min-height: 290px;
	line-height: 1.35;
}
#prof_Member h2 {
	margin-bottom: .3em;
	color: #d44259;
}
#prof_Member h2 strong { font-size: 123%; }
#prof_Member h2 img { margin-bottom: 12px; }
.profList li {
	margin-bottom: .3em;
	font-size: 93%;
}
.profList li span { color: #8c7054; }
