@charset "Shift_JIS";

/* Reset
------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

/* Basic
------------------------------------------------------------------------------------- */

body {
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "MS P ゴシック", sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 1.4em;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	background-position: center top;
}
* html body {
  /* for WinIE6*/
  /*font-size: 75%;*/
  font-size: 12px;
  font-family: Verdana, "MS P ゴシック", sans-serif;
}
*:first-child+html body {
  /* for WinIE7*/
  /*font-size: 75%;*/
  font-size: 12px;
  font-family: 'メイリオ', Meiryo, sans-serif;
}



/* link style
------------------------------------------------------------------------------------- */

a:link {
	color: #006633;
	text-decoration: underline;
}
a:visited {
	color: #617467;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #497C61;
}
a:active {
  left: 1px;
  top: 1px;
  position: relative;
}
.btn { }

/* basic style
------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 { font-weight: bold; }
p {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
em,
strong { font-weight: bold; }
pre,
address { font-style:normal; }
blockquote {
  margin:0 0 1em 2em;
  padding: 0;
}
blockquote p {
  margin: 1em 0 1em 0;
  padding: 0 1em;
}
blockquote blockquote {
  margin: 0.2em 0;
  padding: 0.2em 0 0.2em 0.2em;
}

.text_r {
	color: #CC3366;
}


/*
 * Mac IE は pre 要素で overflow すると、初期値である visible 以外の場合、要素の中身が見えなくなる */

pre {
  width: 95%;
  overflow: visible;
  /*\*/
  overflow: scroll;
  /**/
  margin: 1.5em 0;
  padding: 0.5em 0.8em;
  font-size: 95%;
}
del {
  color: #CCC;
  font-weight: normal;
  text-decoration: line-through;
}
ins {
  display: block;
  margin: 0;
  padding: 1em;
  color: #333;
}

/* img
------------------------------------------------------------------------------------- */
img {
  margin: 0;
  padding: 0;
  vertical-align:bottom;
}


/* コンテンツブロック分け
------------------------------------------------------------------------------------- */
/*ページ全体ブロック*/
#container {
	width: 800px;
	min-height: 100%;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: none;
	background-color: #FFFFFF;
}
/*ヘッダー*/
#header {
	position: relative;
	height: 326px;
	width: 800px;
	background-image: url(img/title.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#contents {
	width: 800px;
	position: relative;
	background-color: #FFFFFF;
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
}
/*左エリア*/
#contentsL {
	width: 400px;
	position: relative;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: left;
}
/*右エリア*/
#contentsR {
	width: 390px;
	float: right;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-color: #FFFFFF;
}
/*ムービーエリア*/
#mov {
	margin-right: 25px;
	clear: both;
	position: relative;
	height: 156px;
	width: 160px;
	float: right;
	margin-top: 160px;
}
/*アルバム情報*/
#albumInfo {
	position: relative;
	margin-left: 15px;
	text-align: left;
}
/*ライブ情報*/
#liveInfo {
	position: relative;
	text-align: left;
	width: 360px;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 20px;
}
/*アルバムジャケット*/
#jk {
	width: 191px;
	position: relative;
	margin-bottom: 5px;
}
#jkTxt {
	width: 170px;
	position: relative;
	float: right;
	margin-right: 10px;
}
/*アルバム曲リスト*/
#titleList {
	width: 375px;
	margin-left: 15px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 30px;
	position: relative;
	clear: both;
}
.txt_w {
	color: #FFFFFF;
}
.txt_b {
	color: #000000;
}
.txt_gentei {
	font-weight: bold;
	color: #CC6699;
}
.txt_normal {
	font-weight: bold;
	color: #009999;
}
.txt_day {
	font-weight: bold;
	color: #961B4B;
	font-size: 14px;
	line-height: 1.6em;
}
.txt_time {
	font-weight: bold;
	color: #3399CC;
	font-size: 12px;
}
.txt_tel {
	font-weight: bold;
	color: #339999;
}
.txt_ticket {
	font-weight: bold;
	color: #339966;
}
.txt_tieup {
	color: #CCCCCC;
}
/*アルバム曲タイトルカラー*/
.title01 {
	color: #66CCCC;
}
.title02 {
	color: #FF9933;
}
.title03 {
	color: #CC6699;
}
.title04 {
	color: #339999;
}
.title05 {
	color: #999966;
}
.title06 {
	color: #6699CC;
}
.title07 {
	color: #CC6699;
}
.title08 {
	color: #66CCCC;
}
.title09 {
	color: #FF6633;
}
.title10 {
	color: #00CC66;
}
.title11 {
	color: #66CCCC;
}
.title12 {
	color: #FF9933;
}
.title13 {
	color: #CC6699;
}
.title14 {
	color: #339999;
}
.title15 {
	color: #CC6699;
}
