@charset "UTF-8";
/*Initialize*/
*{
    margin          : 0;
    padding         : 0;
    font-weight     : normal;
    font-style      : normal;
    text-decoration : none;
}

/*default*/
body {
    font-size   : 12px;
    color       : #333;
    font-family : "ヒラギノ角ゴ Pro W3"、 "MS Pゴシック", Osaka, sans-serif;
    line-height : 140%;
}
h1, h2, h3, h4, h5, h6 {
    font-size   : 12px;
    font-weight : bold;
    color       : #000c34;
}
strong  { font-weight     : bold; }
img     { border          : 0px; }
a       { text-decoration : none; color : #066; }
a:hover { text-decoration : underline; }
.clear {
    line-height : 0%;
    font-size   : 1px;
    clear       : both;
    display     : block;
}
ul {
    list-style : none;
    margin     : 0;
    padding    : 0;
}
ul img {
    vertical-align : top;
}
.img_left, .img_right { margin-bottom : 6px; }
.img_left  { float : left;  margin-right : 6px; }
.img_right { float : right; margin-left  : 6px; }

#body {
    width: 860px;
}

/* 各ページのレイアウト部分 */
#profile                     { background  : url(../images/profile/bg_side.gif) top left repeat-y #fff; }
#profile #head               { background  : #542f84; }
#profile .title              { background  : url(../images/profile/title_icon.gif) top left no-repeat; }
#profile .title h3           { background  : url(../images/profile/bg_title_h.gif) top left repeat-x #542f84; }
#profile .title h3 .kana {
    font-weight : normal;
    color       : white;
}
#profile dl.data {
    float         : left;
    display       : block;
    width         : 320px;
    margin-bottom : 3px;
    padding       : 2px 0px;
}
#profile dl.data dt {
    clear        : left;
    float        : left;
    display      : block;
    width        : 65px;
    padding-left : 6px;
}

#profile dl.data dd {
    float   : right;
    display : block;
    width   : 220px;
    padding : 0px;
}
#profile p.message {
    margin-top  : 8px;
    padding-top : 8px;
    border-top  : 2px dotted #ccc;
}
#profile h5 {
    border-bottom  : 1px solid #351B45;
    color          : #351B45;
    padding-bottom : 2px;
    margin-bottom  : 6px;
}

#live           { background: url(../images/live/bg_side.gif) top left repeat-y #fff; }
#live #head     { background: #362f84; }
#live .title    { background: url(../images/live/title_icon.gif) top left no-repeat; }
#live .title h3 { background: url(../images/live/bg_title_h.gif) top left repeat-x #362f84; }

#news           { background  : url(/images/news/bg_side.gif) top left repeat-y #fff; }
#news #head     { background  : #003cb3; }
#news .title    { background  : url(/images/news/title_icon.gif) top left no-repeat; }
#news .title h3 { background  : url(/images/news/bg_title_h.gif) top left repeat-x #003cb3; }
#news .article  { padding-left: 12px; }
#news p.date    { padding-top : 10px; text-align : right; font-weight : bold; color : #7e7e7e; }

#blog           { background : url(/images/blog/bg_side.gif) top left repeat-y #fff; }
#blog #head     { background : #F7FF63; }
#blog .title    { background : url(/images/blog/title_icon.gif) top left no-repeat; }
#blog .title h3 { background : url(/images/blog/bg_title_h.gif) top left repeat-x #F7FF63;
                  color      : #525252; }

#klammy_blog           { background : url(/images/klammy_blog/bg_side.gif) top left repeat-y #fff; }
#klammy_blog #head     { background : #febdb9; }
#klammy_blog .title    { background : url(/images/klammy_blog/title_icon.gif) top left no-repeat; }
#klammy_blog .title h3 { background : url(/images/klammy_blog/bg_title_h.gif) top left repeat-x #febdb9;
                  color      : #525252; }

#bonbon           { background : url(/images/bonbon/bg_side.gif) top left repeat-y #fff; }
#bonbon #head     { background : #4fd756; }
#bonbon .title    { background : url(/images/bonbon/title_icon.gif) top left no-repeat; }
#bonbon .title h3 { background : url(/images/bonbon/bg_title_h.gif) top left repeat-x #4fd756; }
#bonbon p.date    { padding-top : 10px; text-align : right; font-weight: bold; color : #7e7e7e; }

#photo           { background : url(/images/photo/bg_side.gif) top left repeat-y #fff; }
#photo #head     { background : #2c3a87; }
#photo .title    { background : url(/images/photo/title_icon.gif) top left no-repeat; }
#photo .title h3 { background : url(/images/photo/bg_title_h.gif) top left repeat-x #2c3a87; }

#discography           { background : url(/images/discography/bg_side.gif) top left repeat-y #fff; }
#discography #head     { background : #2c8768; }
#discography .title    { background : url(/images/discography/title_icon.gif) top left no-repeat; }
#discography .title h3 { background : url(/images/discography/bg_title_h.gif) top left repeat-x #2c8768; }

#contact                 { background : url(/images/contact/bg_side.gif) top left repeat-y #fff; }
#contact #head           { background : #2c6c87; }
#contact .title          { background : url(/images/contact/title_icon.gif) top left no-repeat; }
#contact .title h3       { background : url(/images/contact/bg_title_h.gif) top left repeat-x #2c6c87; }
#contact td, #contact th { padding    : 4px; }

#link           { background : url(/images/link/bg_side.gif) top left repeat-y #fff; }
#link #head     { background : #2c4d87; }
#link .title    { background : url(/images/link/title_icon.gif) top left no-repeat; }
#link .title h3 { background : url(/images/link/bg_title_h.gif) top left repeat-x #2c4d87; }

/*=======layout=========*/
#menu {
    width : 182px;
    float : left;
}
#menu a   { color : #FFF; }
#menu li  { padding : 2px 0px; }
#menu img { vertical-align : top; }

#main {
    width : 600px;
    float : left;
}
#main_pad      { padding       : 10px; }
#contents      { padding       : 10px; }
#page          { background    : url(/images/bg_side.gif) top left repeat-y #fff; }
#contents_name { border-bottom : 1px solid #000033; }
#copyright {
    clear       : both;
    font-size   : 12px;
    font-weight : normal;
    text-align  : right;
    padding     : 4px 4px;
    border-top  : 1px solid #000033;
    color       : #333;
}
#copyright a {
    text-decoration : none;
    color           : #333;
}
#copyright a:hover {
    text-decoration : none;
    color           : #c60;
}
/*=============common==============*/
p.date { clear : both; }
div.title{
    padding-top   : 19px;
    padding-left  : 38px;
    margin-bottom : 10px;
    text-align    : left;
}
div.title h3 {
    color       : #FFF;
    padding     : 12px 3px 6px 3px;
    font-size   : 14px;
    font-weight : bold;
}
div.title h3 span { color:#FFF; }
div.article {
    padding-bottom : 12px;
    margin-bottom  : 12px;
    background     : url(/images/border_dotted.gif) bottom left repeat-x !important;
}

/*=================contact==================*/
#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 #12253e;
    border-top-color  : #3d5270;
    border-left-color : #3d5270;
    color             : #FFF;
    font-weight       : bold;
    padding           : 0.25em;
    font-size         : 12px;
    background        : #2c6c87;
    width             : auto;
}
#contact .form td {
    font-size  : 12px;
    text-align : left;
    padding    : 4px;
}
#contact .form th {
    font-size  : 12px;
    text-align : left;
    padding    : 4px 4px 4px 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 .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;
}
/*================blog================*/
#blog .title,
#klammy_blog .title{
    margin:0px;
}
#blog .pad,
#klammy_blog .pad{
    padding-left:5px;
    line-height:150%;
}
#blog .pad .date,
#klammy_blog .pad .date{
    text-align:right;
}
#blog h3,
#klammy_blog h3{
    margin-bottom:10px;
}
#blog h4,
#klammy_blog h4{
    text-align:right;
    padding-right:5px;
    margin-top:15px;
    color:#7e7e7e;
}
#blog #blog_month,
#klammy_blog #blog_month{
    padding:4px 8px;
    background:#f9f9f9;
    border:2px dotted #aaa;
}
/*================discography================*/
#discography div.disc ul          { padding       : 10px 0px 10px 30px; }
#discography div.disc li          { list-style    : decimal; }
#discography div.disc li span     { font-size     : 10px; }
#discography div.disc div.article { margin-bottom : 10px; }
#discography div.disc p.disc_comment {
    clear         : right;
    margin-bottom : 10px;
}
#discography div.disc div.img_right {
    background : #000 center center no-repeat;
    text-align : center;
    width      : 200px;
    height     : 200px;
}
#discography div.disc div.img_right img {
    vertical-align:middle;
}
/*================link================*/

#link div.img { padding : 4px; }

#link dt span{
    display:block;
    padding:3px 0px;
}
#link div.links{
    margin-bottom:20px;
}
#link dl{
    float:left;
    display:block;
    width:100%;
    padding-bottom:3px;
    background:url(../images/border_dotted.gif) bottom left repeat-x !important;

}
#link dl dt{
    clear:left;
    float:left;
    display:block;
    width:220px;
    padding:6px 0px;
}

#link dl dd{
    float: left;
    display: block;
    width: 340px;
    padding:6px 0px;
}
/*================live================*/
#live div.month{
    padding-bottom:8px;
    text-align:right;
}
div#no_schedule{
    padding:40px;
    text-align:center;
    font-weight:bold;

}
#live{

}

#live dl{
    float:left;
    display:block;
    width:100%;
    padding:3px 0px;
    background:url(../images/border_dotted.gif) bottom left repeat-x !important;
}
#live dl dt{
    clear:left;
    float:left;
    display:block;
    width:140px;
    padding:2px 3px;
}

#live dl dd{
    border-left: 1px dotted #666;
    float: left;
    display: block;
    width: 380px;
    padding:2px 3px;
    padding-left: 6px;
}
#live p.live_comment{
    padding-top:10px;
    clear:both;
}

/*================biography================*/
#profile{

}
#profile div.names{

    padding:4px 0px;
    margin-bottom:8px;
}
#profile h3.name{
    font-size:14px;
    font-weight:bold;
    color: white;
    letter-spacing: 1px;
}
#profile .kana{
    font-size:10px;
    font-weight: normal;
    color:#066;
    letter-spacing: 0px;
}
#profile h5.personal{
    margin-bottom:10px;
    font-weight:normal;

}
#profile p.text{
    margin-bottom:10px;
}
#profile h5{
    font-weight:bold;
    padding-bottom:4px;
}
/*================photo================*/
#photo div#album{

}

.album  {
    padding-top: 12px;
    width: 570px;
}
.album .image-left {
    float: left;
}

.album .data {
    margin-left: 158px;

}

.album .data h2 {
    font-size: 14px;
    font-weight: bold;
    background: #2C3A87;
    padding: 3px;
    color: white;
}

.album .data h2 img {
    padding-right: 5px;
}
.album .data h2 a {
    color: white;
}

.album h2 .date {
    line-height: 16px;
    float: right;
    font-size: 12px;
    color: white;
    font-weight: normal;
}

.album .comment {
    padding-top :6px;
}

#photo #album ul{
    padding:10px 20px;
}
#photo #album li{
    padding:2px 0px;
    list-style:disc;
    font-size:12px;
    font-weight:bold;
}
#photo #album li a{
    font-weight:bold;
}
#photo div#album li span{

    font-size:12px;
    font-weight:normal;
}

#photo .thumbnails{
    float:left;
    padding:8px; 
}

#photo div.navi{
  text-align     : right;
  background     : url(../images/border_dotted.gif) left bottom repeat-x;
  padding-bottom : 12px;
}

/*==POPUP==*/
#popup{
    margin:0;
    padding:5px 0;
    text-align:center;
}

#popup div.title{
    background:url(../images/photo/title_icon.gif) top left no-repeat;
}
#popup div.title h3{
    background:url(../images/photo/bg_title_h.gif) top left repeat-x #2c3a87;
}
#popup .pop{
    width:400px;
    margin-left:auto;
    margin-right:auto;
}
#popup .pop_img{
    padding-bottom:10px;
    background:url(../images/border_dotted.gif) left bottom repeat-x;
    text-align:center;
}
#popup p{
    text-align:left;
    padding:10px 0px;
    background:url(../images/border_dotted.gif) left bottom repeat-x;
}
#popup div.close{
    padding:6px 0px;
    text-align:center;
}
p.comment {
    padding: 4px;
    border: 2px dotted #aaa;
    margin-bottom: 12px;
}

/* error */
#errorExplanation{
    padding-bottom:16px;
}
#errorExplanation h2{
    font-size:14px;
    padding-bottom:4px;
    margin-bottom:4px;
    font-weight:bold;
    color:#000c34;
    text-align:left;
}
#errorExplanation ul{
    padding:8px 0px 8px 14px;

}
#errorExplanation li{
    list-style:disc;
}

#bonbon table.detail {
  margin-left: 8px;
  width: 400px;
}

#bonbon table.detail th {
  text-align: left;
  padding-bottom: 6px;
}
#bonbon table.detail td {
  text-align: left;
  padding-bottom: 6px;
  padding-left: 12px;
}

#bonbon table.buttons {
}

#bonbon table.buttons td {
  padding: 10px;
}

#bonbon .comment2 {
  font-size: 14px;
  background-color: #ffa;
  color: #666;
  padding: 0px 24px;
}
