@charset "utf-8";


/** containers **/
div.form,
div.index,
div.view {
	float:right;
	width:76%;
	border-left:1px solid #666;
	padding:10px 2%;
}
div.actions {
	float:left;
	width:16%;
	padding:10px 1.5%;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}


/** Tables **/
table {
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}
table tr:nth-child(even) {
	background: #f9f9f9;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}

/** Forms **/
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 95%;
}
fieldset {
	border: none;
	margin-bottom: 1em;
	padding: 16px 10px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 110%;
	margin-bottom:3px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 1%;
	width:98%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 6px 0;
	padding: 0;
	line-height: 26px;
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}
form .submit input[type=submit] {
	background:#62af56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	border-color: #2d6324;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 10px;
}
form .submit input[type=submit]:hover {
	background: #5BA150;
}
/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}


/* Reset */
html, body, 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, textarea
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 15px;
	color: #663300;
	 line-height:150%;
}

a{
	color: #3366CC;
	text-decoration:none;
	 line-height:150%;
}
a:hover{
	text-decoration: underline;
}
body{
	font-family:"Times", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #F3ECCA;
	background-image: url('../img/welcome/back_pattern.jpg'); 
}
body , html {   height: 100%;}
/** Layout **/
#container {
	height: auto !important;    
	height: 100%; 
	min-height: 100%;
	position: relative;
	width: 966px;
	margin-left: auto; 
	margin-right: auto;
	background: #FFFFFF;
}

#menu{
	width:966px;
	height: 50px;
	display: block;
}

#menu li{
float:left;
list-style-type:none;
}

#welcome_navi{
	height: 50px;
	width: 139px;
	text-indent: -1000px; /* 文字を見えなくする */
}

#biography_navi{
	background-image: url('../img/welcome/biograhy_navi.jpg') ; 
	height: 50px;
	width: 157px;
	text-indent: -1000px; /* 文字を見えなくする */
}

#concerts_navi{
	background-image: url('../img/welcome/concerts_navi.jpg') ; 
	height: 50px;
	width: 147px;
	text-indent: -1000px; /* 文字を見えなくする */
}

#gallery_discography_navi{
	height: 50px;
	width: 285px;
	text-indent: -1000px; /* 文字を見えなくする */
}

#link_navi{
	height: 50px;
	width: 96px;
	text-indent: -1000px; /* 文字を見えなくする */
}

#contact_navi{
	height: 50px;
	width: 136px;
	text-indent: -1000px; /* 文字を見えなくする */
}
.right_icon{
	margin-left: 6px;
}
.line_navi{
	height: 12px;
	width: 1px;
	margin-top: 19px;
}
.gray_grade_line{
	height: 300px;
	width: 1px;
	float:left;
}
.top_grade{
	margin-top: 2px;
	height: 15px;
	width: 960px;
}

.info_navi_link{
	color:#663300;
}

.info_navi_link_selected{
	color:#CC9966;
	font-style: italic;
}

#footer{
	width: 966px;
	position: absolute;
	bottom: 0px;
	/*position: fixed;  
	bottom: 0; */
}

#footer_icons{
	float: right;
	margin-right: 35px;
}
#page_footer{
	height: 72px;
	width: 966px;
}
#content_background{
	width: 962px;
	background: #FFFFFF;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 20px;
}
#content{
	float:left;
	width: 958px;
	margin-left: 1px;
	margin-bottom: 80px;
	background-image: url('../img/welcome/right_back_02.png'); 
	background-repeat:  no-repeat;
	background-position: right top;
}


#info_list{
	float:left;
	width: 650px;
}

#info_navi{
	float:left;
	width: 243px;
	min-height: 474px;
	margin-left: 40px;
}


h1{
	color: #CC9966;
	font-size: 25px;
	font-weight: normal;
}
h2{
	color: #663300;
	font-size: 25px;
	font-weight: normal;
}
h3{
	color: #CC9966;
	font-size: 20px;
	font-weight: normal;
}
h4{
	font-size: 17px;
}

.info_time{
	float:left;
	width: 90px;
	color: #CC9966;
}
.info_main{
	float:left;
	width: 560px;
	margin-left: 90px;
}
.info_image_frame{
	width: 560px;
	height: 560px;
	line-height: 560px;
	margin-bottom: 45px;
    border: 1px solid #CCCCCC;
	text-align: center;
     vertical-align:middle;
}
.info_image{
	max-width: 490px;
	max-height: 490px;
     vertical-align:middle;
}

.info_body{
	font-size: 17px;
	margin-left:5px;
}

.youtube{
	margin-top: 10px;
}

#gallery_discography_cd_image{
	width: 270px;
	float: right;
}

#gallery_images{
	width: 810px;
	margin-left: 30px;
	margin-right: 30px;
}
#gallery_images_left_top{
	margin-left: 10px;
	width: 870px;
	background-image: url('../img/gallery_discography/deco_left_top.png'); 
	background-repeat:  no-repeat;
}
#gallery_images_left_bottom{
	width: 870px;
	background-image: url('../img/gallery_discography/deco_left_down.png'); 
	background-repeat:  no-repeat;
	background-position: left bottom;
}
#gallery_images_right_bottom{
	width: 870px;
	background-image: url('../img/gallery_discography/deco_right_down.png'); 
	background-repeat:  no-repeat;
	background-position: right bottom;
}
#gallery_images_right_top{
	width: 870px;
	padding-top:30px;
	padding-bottom:30px;
	background-image: url('../img/gallery_discography/deco_right_top.png'); 
	background-repeat:  no-repeat;
	background-position: right top;
}
#title_img{
	margin-top:10px;
	margin-bottom:20px;
}
#cd_album{
	width: 640px;
	font-size: 17px;
	color:#663300;
	margin-top: 60px;
}
.breadcrumbs{
    border-bottom: 1px solid #ccc;
    margin-left: 10px;
    margin-right: 10px;
}
.gallery_image{
	max-width: 250px;
	min-width: 250px;
	vertical-align:top;
}

#biography_title_image{
	vertical-align:-10px;
	width: 562px;
	height: 62px;
}
#biography_download{
	margin-left: 24px;
}
#biography_main{
	width: 570px;
	font-size: 17px;
	margin-top: 20px;
}
#biography_big_image{
	margin-top: 30px;
}
.fontsize15{
	font-size: 15px;
}

.fontsize25{
	font-size: 25px;
}

}
.width155{
	width: 155px;
}
.width300{
	width: 300px;
}
.width440{
	width: 440px;
}
.width480{
	width: 480px;
}
.width510{
	width: 510px;
}

.welcome_margin{
	margin-left: 6px;
}
.margin_t_10{
	margin-top: 10px;
}

.margin_t_30{
	margin-top: 30px;
}
.margin_t_65{
	margin-top: 65px;
}
.text_center{
	text-align: center;
}
.text_right{
	text-align: right;
}

.normal_margin{
	margin-left: 23px;
}
.bigger_margin{
	margin-left: 33px;
}
/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}

.clearfix:after {   
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* clearfix for ie7 */
.clearfix{
    display: inline-block;
}
.clearfix {
    display: block;
}
.margin_6_b{
	margin-bottom: 6px;
}
.sp10{
	margin-bottom: 10px;
}
.lineheight_24{
	line-height: 24px;
}
.marginleft_10{
	margin-left: 10px;
}
.marginleft_20{
	margin-left: 20px;
}
.marginright_10{
	margin-right: 10px;
}
.marginright_20{
	margin-right: 20px;
}




.paginater{
    margin: 5px 0;
    background:#fff;
    font-size:12px;
    color:#cc9966;
}
.paginater a{
    display:block;
    color:#cc9966;
}
.paginater a:hover{
    color:#663300;
}

.paginater_active{
    color:#663300;
}


.fltCenter{
    display: inline-block;
}
.fltCenter span{
	margin-left: 6px;
    float:left;
    height:21px;
    width:23px;
    text-align:center;
    padding-top: 2px;
    border: 1px solid #cc9966;
     
}.fltCenter span:hover{
    border: 1px solid #663300;
     
}

.fltCenter .current{
    color:#663300;
    border: 1px solid #663300;
}

.fltCenter .prev{
    width:58px;
}
.fltCenter .next{
    width:58px;
}