@charset "utf-8";

body {
	color:#070a47;
	background: #fff;
	font-family: cardo, serif;
	width:100%;
	height:100%;
	font-size: 14px;
	text-align:center;
	line-height:160%;
	background:#fff url("../img/b3_19.png") repeat;
	overflow-x: hidden;
}

#all {	
//	width:800px;
	height:100%;
	margin:20px auto 0 auto;
	text-align:center;
	text-align: left; 
//	background:#999;
	overflow-x: hidden;
	}
@media(min-width:500px){
#all {
  margin:150px 0;
}}

#top {
	text-align:center;
//	background:#666;
	width:715px;
	margin:0px auto 0 auto;
    min-width: 400px;
    overflow: hidden;
}

#visual-image {
  margin-left:-30%;
}
@media(min-width:300px){
#visual-image {
  margin-left:-28%;
}}
@media(min-width:350px){
#visual-image {
  margin-left:-24%;
}}
@media(min-width:400px){
#visual-image {
  margin-left:-20%;
}}
@media(min-width:500px){
#visual-image {
  margin-left:0px;
}}

#waterHolder {
	text-align:center;
	margin: 0px 0px 0px 0px;
	width:50%;
//	background:#333;
}
@media(min-width:500px){
#waterHolder {
  margin-left:0px;
	width:100%;
}}


#gallery {
//	background:#666;
	text-align:center;
//	position: relative;
	top: -60px;  
	left: 0px; 
}


#menu {
	font-family: cardo, serif;
	ackground:#666;
	text-align:center;
	color:#070a47;
	font-size:25px;
	padding:0px 0 0px 0;
}

.bmenu{
    padding: 0px;
    margin: 0 0 0px 0;
    position: relative;
	line-height:180%;
}


.bmenu li {
    font-size: 35px;
    margin:0px 0;
    display: block;
}
@media(min-width:400px){
.bmenu li {
    font-size: 43px;
    margin:5px 0;
}}
.bmenu li a{
    color: transparent;
    display: block;
    text-transform: none;
    text-shadow: 0px 0px 5px #a0a2b2;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	text-decoration:none;
}

.bmenu:hover li a{
    text-shadow: 0px 0px 5px #7a7b99;
	text-decoration:none;
}
.bmenu li a:hover{
    color: #070a47;
    text-shadow: 0px 0px 1px #000;
	text-decoration:none;
    padding-left: 10px;
}

#info,#bio,#music,#works {
	height:100%;
	margin:1000px 0;
	padding:0px 10px;
	text-align: left; 
	ackground:#CCC;
}
@media(min-width:500px){
#info,#bio,#music,#works {
	padding:0px 20px;
}}

#info {	
	font-size:18px;
}



/*  ======== h ======== */

h1 {
	float:left;
}

h1 img {
	display:block;
	font-size:20px;
}


h2 {
	font-family: cardo, serif;
	font-size:35px;
	float:left;
	width:100%;
	margin:50px 0 10px 0;
}
@media(min-width:500px){
h2 {
	font-size:45px;
}}

h3 {
//	font-family: cardo, serif;
	font-size:22px;
	float:left;
	width:100%;
	margin:0px 0;
//	font-weight:bold;
}


/* ------------------------------  discography  ------------------------------ */



.disco_music {
	float:left;
//font-size:20px;
padding:0 0 0 0px;
margin:0 20px 0 0;
}

.disco_music img {
width:100%;
}

.disco_text {
	float:left;
}


/* ------------------------------  music  ------------------------------ */


#yula_works1 {
	float:left;

}
#yula_works2 {
margin:35px 0;
	float:left;
}

.yula_jacket {
	float:left;
}

.jacket img {
width:100%;
}
.yula_jacket img {
width:100%;
}
.yula_music {
	float:left;
font-size:20px;
padding:0 0 0 0px;
}
.nihongo {
font-family:sans-serif;
font-weight:normal;
font-size:11px;
margin:-4px 0 8px 20px;
color:#808080;
}

.yula_text {
	float:left;
}
.yula_text2 {
font-weight:normal;
font-family:sans-serif;
color:#808080;
font-size:12px;
	line-height:150%;
	margin:40px 30px 10px 0;
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #ccc;
    margin:10px 0;
}





#page-top {
			position: fixed;
			bottom: 20px;
			right: 20px;
			font-size: 77%;
		}
		#page-top a {
			background: #7a7b99;
			text-decoration: none;
			color: #fff;
			width: 100px;
			padding: 30px 0;
			text-align: center;
			display: block;
			border-radius: 5px;
		}
		#page-top a:hover {
			text-decoration: none;
			background: #a0a2b2;
    color: #fff;
		}


/* ボタン関連ここから */
#bt {
	text-align:center;
	ackground:#CCC;
}

/*  ======== ギャラリー　サムネイル ======== */

#thumbs { 
	position: relative;
	padding: 0px 0 0px 15px;
	ackground:#CCC;
	float:left;
}

div.photo {
    padding: 0px;
    float: left;
    display: block;
    position: relative;
    margin:5px 3px 5px 0;
    width: 48px;
    height: 48px;
}

div.photo a {
    position: absolute;
}

div.photo img {
    position: absolute;
    width: 48px;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0 8px 0 0;
    border: none;
    overflow: hidden;
}

/* ------------------------------------------------------------------------------------------------------- */

dl.works_list {
width:100%;
	    float: left ;
}

dl.works_list dt {
width:15%;
margin:0 0 0px  0;
font-weight:bold;
	    float: left ;
	    clear: left ;
}
@media(min-width:500px){
dl.works_list dt {
width:10%;
margin:0 0 5px  0;
}}

dl.works_list dd {
width:82%;
margin:0 0 15px 0;
 float: left ;
}
@media(min-width:500px){
dl.works_list dd {
margin:0 0 5px 0;
width:88%;
}}





























