html,body { margin: 0; padding: 0; height: 100%; }
body {
  background-color: #ffbdb8;
  background-position: 0 0;
  background-repeat: no-repeat;
}
body.newrelease { background-image: url(/images/common/back/newrelease.jpg); }
body.bio { background-image: url(/images/common/back/bio.jpg); }
body.music { background-image: url(/images/common/back/music.jpg); }
body.calendar { background-image: url(/images/common/back/calendar.jpg); }
body.diary { background-image: url(/images/common/back/diary.jpg); }
body.gallery { background-image: url(/images/common/back/gallery.jpg); }
body.angelheart { background-image: url(/images/common/back/angelheart.jpg); }
body.contact { background-image: url(/images/common/back/contact.jpg); }
body.noimg { background-image: url(/images/common/back/newrelease.jpg); }

img.left {
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
}

div#wrapper {
  width: 914px;
  /* position: relative; */
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 0 -48px 0; /* the bottom margin is the negative value of the footer's height */
}

h1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 350px;
  height: 203px;
  margin: 0;
  padding: 0;
  line-height: 1;
}

h1 a {
  display: block;
  width: 350px;
  height: 203px;
  margin: 0;
  padding: 0;
  background: url(/images/common/title.jpg) no-repeat 0 0;
  text-indent: -10000px;
}

ul#menu {
  display: block;
  position: absolute;
  left: 266px;
  top: 158px;
  width: 656px;
  height: 36px;
  background: url(/images/common/menu-back.jpg) no-repeat 0 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#menu li {
  display: inline;
}
ul#menu li a {
  float: left;
  display: block;
  font-size: 1px;
  line-height: 1;
  text-indent: -10000px;
  height: 36px;
  background: url(/images/common/menu-normal.jpg) no-repeat 0 0; 
}

h2 {
  position: absolute;
  left: 0;
  top: 206px;
  width: 61px;
  height: 293px;
  text-indent: -10000px;
  line-height: 1;
}
body.newrelease h2 { background: url(/images/side/newrelease.gif) no-repeat 0 0; }
body.bio h2 { background: url(/images/side/bio.gif) no-repeat 0 0; }
body.music h2 { background: url(/images/side/music.gif) no-repeat 0 0; }
body.calendar h2 { background: url(/images/side/calendar.gif) no-repeat 0 0; }
body.diary h2 { background: url(/images/side/diary.gif) no-repeat 0 0; }
body.gallery h2 { background: url(/images/side/gallery.gif) no-repeat 0 0; }
body.angelheart h2 { background: url(/images/side/angelheart.gif) no-repeat 0 0; }
body.contact h2 { background: url(/images/side/contact.gif) no-repeat 0 0; }

ul#menu li.bio a { margin-left: 35px; width: 49px; background-position: -125px 0; }
ul#menu li.music a { width: 68px; background-position: -174px 0; }
ul#menu li.calendar a { width: 83px; background-position: -242px 0; }
ul#menu li.diary a { width: 63px; background-position: -325px 0; }
ul#menu li.gallery a { width: 72px; background-position: -388px 0; }
ul#menu li.angelheart a { width: 102px; background-position: -460px 0; }
ul#menu li.contact a { width: 76px; background-position: -562px 0; }

#content {
  padding-left: 110px;
  padding-top: 240px;
  padding-right: 100px;
  font-size: 12px;
}

body.music #content .article {
  margin-right: 40px;
}
body.diary #content {
  padding-right: 170px;
}
body.calendar #content {
  padding-left: 280px;
}

#footer,#push {
  margin: 0;
  margin-left: 80px;
  height: 48px;
  font-size: 12px;
}

#footer .menu {
  color: #812f28;
  margin-bottom: 6px;
  word-spacing: 6px
}

#footer .menu a {
  color: #4b4b4b;
}

.clear {
  clear: both;
}

div.sidebar {
  float: left;
  width: 120px
  font-size: 12px;
  margin-top: 16px;
}

div.articles {
  float: right;
  width: 480px;
  margin-top: 16px;
}

div.sidebar ul {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none;
}

div.sidebar ul li {
  margin: 0;
  padding: 0 0 0 .5em;
}
/*================common================*/
img{
  border : none 0px;
}
div.title{
}
div.title h3{
  font-size   : 16px;
  font-weight : bold;
}
div.title h3 span{
  color : #666;
}

.img-center {
  text-align: center;
}

div.article{
  padding-bottom : 12px;
  margin-bottom  : 16px;
  /* background     : url(../images/border_dotted.gif) bottom left repeat-x !important; */
}

/*================diary================*/

body.diary .img-center img {
  padding:3px;
  border: 1px solid #666;
  background: #fff;
}

body.diary{

}
body.diary div.article {
  border: 2px solid #F2615B;
  padding: 0 !important;
  background-color: #FFCCCC;

}
body.diary div.article p {
  margin: 10px;
}
body.diary h3 {
  background: #F2615B;
  padding-bottom: 10px;
  margin: 0;
  padding: 4px;
  text-align: center;
  color: #FFCCCC;
}
body.diary h4 {
  margin: 10px;
}
body.diary div.article img {
  margin: 12px;
}
body.diary h4.date{
  text-align  : right;
  padding-top : 6px;
  clear       : both;
  font-weight : normal;
}
body.diary ul#blog_month{
  padding-bottom : 16px;
  margin-bottom  : 16px;
  background     : url(../images/border_dotted.gif) bottom left repeat-x !important;
  text-align     : right;
}
body.diary ul#blog_month li{
  padding-left : 0px;
}

body.diary ul#blog_month li.blog_select{
  display : none;
}
body.diary div.h3{
  margin : 0px;
}
body.diary div#comments{
  padding-bottom : 10px;
}
body.diary div#comments p{
  padding : 10px 0px;
}
body.diary div#comments h4{
  padding    : 10px 0px 10px 0px;
  margin-top : 14px;
  font-size  : 14px;
  background : url(../images/border_dotted.gif) top left repeat-x !important;
}

body.diary div#comments h5{
  font-size      : 12px;
  font-weight    : normal;
  text-align     : right;
  padding-top    : 14px;
  padding-bottom : 8px;
  padding-left   : 6px;
  border-bottom  : solid 1px #fC6;
}
body.diary div#comment_form h4{
  padding   : 10px 0px;
  font-size : 14px;
}

body.diary div#comment_form{
  padding : 10px 0px 30px 0px;
}
body.diary div#comment_form input.input{
  width : 300px;
}

body.diary div#comment_form div.button_area{
  text-align  : center;
  padding-top : 10px;
}
body.diary div#comment_form .submit{
  border            : 3px double #846527;
  border-top-color  : #eece81;
  border-left-color : #eece81;
  color             : #FFF;
  font-weight       : bold;
  padding           : 0.25em;
  font-size         : 12px;
  background        : #eb9217;
  width             : auto;
}
body.diary div#comment_form .form td{
  font-size  : 12px;
  text-align : left;
  padding    : 2px 0px;
}
body.diary div#comment_form .form th {
  font-size  : 12px;
  text-align : left;
  padding    : 2px 0px;
  width      : 130px;
}
body.diary div#comment_form input,
body.diary div#comment_form textarea {
  font-size     : 12px;
  color         : #000;
  background    : #FFF;
  border-bottom : 1px solid #004;
  border-right  : 1px solid #004;
  border-top    : 1px solid #003;
  border-left   : 1px solid #003;
}
/*================live================*/
body.calendar div.month {
  padding-bottom : 8px;
  text-align     : right;
}
body.calendar div.month a {
  color: #a05;
}
body.calendar ul a {
  color: #44a;
}
div#no_schedule {
  padding     : 40px;
  text-align  : center;
  font-weight : bold;
}
body.calendar div.title{
  text-align : center;
  background: #F2615B;
  margin: 0;
}

body.calendar div.title h3 {
  margin: 10px 0 0 0;
  padding: 10px;
  font-weight: bold;
  color: #FFBDB8;
}

body.calendar table {
  width: 100%;
  margin: 0;
  border-left: 2px solid #F2615B;
  border-right: 2px solid #F2615B;
}

body.calendar tr.top td,
body.calendar tr.top th {
  border-top : solid 2px #F2615B;
}
body.calendar th{
  width          : 120px;
  padding        : 4px;
  vertical-align : top;
  text-align     : left;
  border-bottom  : solid 2px #F2615B;
  border-right   : solid 2px #F2615B;
  background: #fcc;
}
body.calendar td{
  padding        : 4px;
  text-align     : left;
  vertical-align : top;
  border-bottom  : solid 2px #F2615B;
  background: #fcc;
}
body.calendar td.date{
  width          : 120px;
  font-size      : 16px;
  font-weight    : bold;
  text-align     : center;
  vertical-align : middle;
  border-top     : 0px !important;
  border-right   : 2px solid #F2615B;

  background     : url(../images/bg_live.gif) bottom left repeat-y #fec4c1 !important;
}
/*===非テーブル===*/
body.calendar dl{
  float         : left;
  display       : block;
  width         : 100%;
  padding       : 3px 0px;
  border-bottom : solid 2px #F2615B;
}
body.calendar dl dt{
  clear   : left;
  float   : left;
  display : block;
  width   : 150px;
  padding : 2px 3px;
}

body.calendar dl dd{
  float   : left;
  display : block;
  width   : 380px;
  padding : 2px 3px;
}
body.calendar p.live_comment{
  padding-top : 10px;
  clear       : both;
}
/*================biography================*/
div#biography{

}
div#biography div.names{
  background    : url(../images/icon.gif) center left no-repeat;
  padding       : 4px 0px 4px 32px;
  margin-bottom : 8px;

}
div#biography h3.name{
  font-size   : 22px;
  font-weight : bold;
  color       : #F60;
}
div#biography h4.kana{
  font-size   : 10px;
  font-weight : bold;
  color       : #F60;
}
div#biography h5.personal{
  margin-bottom : 10px;
  font-weight   : bold;
}
div#biography p.text{
  margin-bottom : 10px;
}
div#biography h5{
  font-weight : bold;
}
/*================discography================*/
body.music .links {
  margin: 12px 0;
}
body.music table.discs {
  border-spacing: 10px;
  margin-top: 200px;
  margin-left: 40px;
}

body.music table.discs a img {
  border: 1px solid #999;
}
body.music table.discs a:hover img {
  border-color: #f69;
}

body.music div.title h3{
  margin: 0;
  font-size : 18px !important;
  border-bottom: 1px dotted #F2615B;
  padding: 7px 0 4px 32px;
  line-height: 1;
  color: #791e4b;
  background: url(/images/music/title_back.gif) no-repeat left top;
  vertical-align: baseline;
}

body.music div.article{
  margin-bottom : 10px;
  border: 1px solid #F2615B;
  background: #fee;
  padding: 6px;
}

body.music ul{
  margin-top : 12px;
  padding    : 6px 0px 6px 35px;
  background : url(/images/track_list_bg.gif) repeat-y left top;
}
body.music ul li{
  list-style : decimal;
  font-size  : 10px;
}
body.music li span{
  font-size : 10px;
}
body.music p.disc_comment{
  clear         : right;
  margin-bottom : 10px;
  padding-top   : 12px;
  padding-left  : 12px;
  border-top    : 1px dotted #F2615B;
  font-size     : 12px;
}
body.music div.img_right{
  background : #fff center center no-repeat;
  text-align : center;
  width      : 160px;
  height     : 160px;
  float      : right;
}
body.music .data {
font-family: monospace;
font-size:13px;
}
body.music .article-data {
padding-left:12px;
padding-bottom: 10px;
}
body.music .navi {
  text-align: center;
  font-weight: bold;
}
/*================link================*/
div#link{

}
div#link div.img{
  padding : 4px;

}

div#link dt span{
  display : block;
  padding : 3px 0px;
}
div#link dl{
  float      : left;
  display    : block;
  width      : 100%;
  padding    : 6px 0px;
  background : url(../images/border_dotted.gif) bottom left repeat-x !important;
}
div#link dl dt{
  clear   : left;
  float   : left;
  display : block;
  width   : 260px;
  padding : 6px 0px;
}

div#link dl dd{
  float   : left;
  display : block;
  width   : 300px;
  padding : 6px 0px;
}
div#link div.article{
  background-image : url(../images/disc_screen.gif) !important;
}
/*=================contact==================*/
p#comment{
  padding-bottom : 4px;
  margin-bottom  : 20px;
  background     : url(../images/border_dotted.gif) bottom left repeat-x !important;
}
#contact .form{

}
#contact .article{
  padding : 30px 0px 180px 0px;

}
#contact input.input{
  width : 300px;
}

#contact div.button_area{
  text-align  : center;
  padding-top : 10px;
}
#contact .submit{
  border            : 3px double #846527;
  border-top-color  : #eece81;
  border-left-color : #eece81;
  color             : #FFF;
  font-weight       : bold;
  padding           : 0.25em;
  font-size         : 12px;
  background        : #eb9217;
  width             : auto;
}
#contact .form td{
  font-size  : 12px;
  text-align : left;
  padding    : 2px;
}
#contact .form th{
  font-size  : 12px;
  text-align : left;
  padding    : 2px 2px 2px 20px;
  width      : 130px;
}
#contact input,
#contact select,
#contact textarea {
  font-size     : 12px;
  color         : #000;
  background    : #FFF;
  border-bottom : 1px solid #004;
  border-right  : 1px solid #004;
  border-top    : 1px solid #003;
  border-left   : 1px solid #003;
}
#contact p.comment{
  padding-bottom : 10px;
}
#contact table.confirm{
  font-size     : 12px;
  width         : 100%;
  margin-top    : 10px;
  margin-bottom : 10px;
  border        : 1px solid #900;
}
#contact .confirm td{
  font-size  : 12px;
  text-align : left;
  padding    : 2px 4px;
}
#contact .confirm th{
  font-size  : 12px;
  text-align : left;
  padding    : 2px 4px;
  width      : 130px;
}
#errorExplanation{
  padding-bottom : 16px;
}
#errorExplanation h2{
  font-size      : 14px;
  padding-bottom : 4px;
  margin-bottom  : 4px;
  font-weight    : bold;
  color          : #900;
  text-align     : left;
}
#errorExplanation ul{
  padding : 8px 0px 8px 14px;
}
#errorExplanation li{
  list-style : disc;
}
/*================New_release================*/
div#release{
  width :575px;
}
div#release .topimg {
  margin-bottom : 10px;
}

div#release div.article{

}

div#release div.article .data{
  font-size     : 12px;
  font-weight   : bold;
  line-height   : 160%;
  margin-top    : 15px;
  margin-bottom : 20px;
}
div#release div.article .data td{
  color : #666;
}
div#release div.article .data .td2{
  padding   : 0px 10px;
}

div#release #disctable {
  width : 575px;
}
div#release #disctable .td1{
  text-align : left;
}
div#release #discimage {
  text-align:right;
}
div#release #discimage img {
  width     : 160px;
  height    : 160px;
}
div#release ol{
  margin-top : 5px;
  padding    : 0px;
}
div#release ol li{
  list-style : decimal;
  font-size  : 11px;
  margin-bottom:10px;
  font-weight: bold;
  color      : #cc0000;
  background : url(../images/new_release/line.jpg) bottom left no-repeat;
}
div#release li span{
  font-size : 12px;
}
div#release div.disc_comment{
  clear         : right;
  margin-bottom : 10px;
  padding       : 6px;
  font-size     : 12px;
}
div#release div.disc_comment .caption{
  font-weight   : bold;
  color         : #FF6600;
  margin-bottom : 5px;
  border-bottom : 1px solid #FF6600;
}
div#release div.disc_comment a{
  color         : #FE317E;
}
div#release div.disc_comment strong{
  font-size     :13px;
}
div#release div.img_right{
  background : #fff center center no-repeat;
  text-align : center;
  width      : 160px;
  height     : 160px;
  float      : right;
}

div.recent {
  border: 1px solid #f80;
  padding: 4px;
  line-height: 1.5;
}

div.recent h3 {
  padding-left: .8em;
  border-bottom: dotted 1px #fc8;
}

div.recent ul {
}

div.recent ul li {
  padding-left: 1em;
  border-bottom: dotted 1px #fc8;
}

div.recent a {
  color: #333;
}

body.angelheart h3 {
  font-size: 16px;
  margin: 1em 0 .5em 0;
  padding: 4px;
  color: #fed;
  background: #F2615B;
  font-weight: bold;
}

body.angelheart h3 .small {
  font-size: 12px;
  font-weight: normal;
}

body.angelheart #content {
  padding-right: 100px;
}

body.angelheart #items {
  float: left;
  width: 360px;
}

body.angelheart .topcomment {
  font-size: 13px;
}

body.angelheart .item {
  margin-bottom: 1em;
  border: 1px solid #F2615B;
  padding: 2px 6px 2px 0px;
  background: #fad6d4;
}
body.angelheart .item p {
  margin: 0 0 .5em 0;
}

body.angelheart h4 {
  font-weight: normal;
  border-bottom: 1px dashed #F2615B;
  margin: 0 0 4px 85px;
  font-size: 14px;
}
body.angelheart .price {
  text-align: right;
}

body.angelheart .item img {
  float: left;
  padding: 2px;
  background: white;
  border: 1px solid #F2615B;
  margin: 4px;
}

div.tokutei {
  text-align: center; 
  margin: 10px;
}

table#tokutei {
  border-collapse: collapse;
  border-spacing: 4px;
  border: 1px solid #666;
  margin-bottom: 12px;
}

table#tokutei th,
table#tokutei td {
  border: 1px solid #666;
  padding: 4px;
  background: #fcd;
  vertical-align: top;
}

table#tokutei th {
  text-align: left;
  font-weight: normal;
  width: 12em;
}

table#tokutei td.title {
  background-color: #666;
  color: white;
}

/* form */

#orderform {
  width: 320px;
  float: right;
  font-size: 14px;
}

#orderform textarea {
  width: 95%;
}

#orderform input,
#orderform textarea {
  margin-bottom: .5em;
}

#orderform.confirm label {
  display: block;
  border-bottom: 1px dashed #F2615B;
  margin-bottom: .2em;
  padding-bottom: .2em;
}

#orderform label .small {
  font-size: 12px;
  color: #c33;
}

#orderform.confirm {
  float: none;
  width: 400px;
}

#errorExplanation {
  font-size: 12px;
  color: #f00;
}

#errorExplanation h2 {
  font-size: 16px;
  font-weight: bold;
  text-indent: 0;
  position: inherit;
  width: auto;
  height: auto;
  color: red;
  background: none;
}

.fieldWithErrors input,
.fieldWithErrors textarea,
.fieldWithErrors select {
  border: 2px solid red;
}

.contactform {
  margin-bottom: 4em;
  width: 500px;
}

.contactform p {
  font-size: 14px;
  padding-left: 12px;
}

.contactform legend {
  font-size: 16px;
  font-weight: bold;
}

.contactform table {
  border-spacing: 4px;
}

.contactform th {
  text-align: left;
  vertical-align: top;
  padding-right: 1em;
}

.contactform .button_area {
  text-align: center;
}

ul.contactmenu {
  padding: 0;
  margin: 0 0 20px 0;
  text-align: center;
  width: 500px;
}

ul.contactmenu li {
  display: inline;
  list-style: none;
  padding: 4px;
}

ul.contactmenu li:before {
  content: "|　";
}

ul.contactmenu li.first:before {
  content: "";
}

body.gallery div.albums {
  margin-right: 300px;
}

body.gallery div.album {
  padding: 10px;
  border: 1px solid #9F231D;
  background: white;
  margin-bottom: 12px;
}

body.gallery div.title {

}

body.gallery div.album img,
body.gallery div.photos img {
  float: left;
  padding: 10px;
  border: 1px solid #B23555;
  margin-right: 20px;
  background: #FFDFDF;
}

body.gallery div.photos table td {
  padding-bottom: 16px;
}

body.gallery div.album h3 {
  padding: 0;
  margin: 0;
}

body.gallery a,
body.gallery div.title {
  color: #8F2C2C;
  text-decoration: none;
}

body.gallery a:hover {
  text-decoration: underline;
}

body.gallery div.title {
  margin-bottom: 12px;
  font-size: 14px;
}

body.gallery div.show .image {
  border: 1px solid #B23555;
  margin: 20px 20px 20px 0;
  padding: 20px;
  background: #FFDFDF;
  text-align: center;
  clear: both;
}

body.gallery div.links {
  margin-right: 20px;
  height: 10px;
}

div.links .link-next {
  display: block;
  float: right;
  text-align: right;
  width: 50%;
}
div.links .link-prev {
  display: block;
  float: left;
  text-align: left;
  width: 50%;
}

