@charset "utf-8";

/* CSS RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/* CSS RESET */

.clear {
	height:0;
	clear:both;
	overflow:hidden;
}

body {
	color:#333;
	background: #1F2644;
	font-family:sans-serif;
	width:100%;
	height:100%;
	font-size: 13px;
	text-align:center;
	line-height:180%;
	overflow-x:hidden; 
}

#wrapper{
	width:100%;
	height:100%;
	margin: 0 auto;
	float:left;
}

#contents {
	width:100%;
	margin: 0 auto;
	float:left;
}

/*  ========ヘッダ ======== */

header {
	width:100%;
	margin: 0 auto;	
	text-align: center; 
}

#content {
width:950px;
margin:0 auto 0;
}

/*  ======== main ======== */

#main {
	width:900px;
	margin: 0 auto;	
	text-align: center; 
	background: #fff;
}

section {
	display: block;
	width:770px;
	margin: 0 auto;	
	text-align: left; 
	padding:30px 65px 0px 65px;
	background: #fff;
	float:left;
}

article {
display: none;
	width:770px;
	margin:0 0 60px 0;
	float:left;
	ackground:#333;
}

.center {
	margin:20px 0;
	width:770px;
	text-align: center; 
	float:left;
}


img.cd {
	border:1px solid #333;
}

/*  ======== h 要素 ======== */

h1 {
	width:430px;
	height:121px;	
	position: relative;
	top:180px;right:-230px;
	margin: 0 auto;	
	text-align: center;
	text-indent:-5000px;
	background: url("../img/title.png") no-repeat center;
	z-index:1000;
}

h2 {
	margin:0px 0 30px 0;
	font-size:28px;
	font-family:serif;
	padding:10px 0 5px 0;
	border-top:1px solid #c1b89a;
	border-bottom:1px solid #c1b89a;
}

h3 {
	padding:0px 0 5px 0px;
	margin:15px 0 0 0;
	font-size:18px;
	font-weight:bold;
	width:100%;
}
h4 {
	margin:25px 0 0 0;
	font-weight:bold;
}

/*  ========装飾======== */

p {
	color:#00008b;
	margin:15px 0 0 0;
	width:100%;
	ackground:#333;
}

p.fb {
	color:#475A94;
	padding:0 0 10px 0;
	font-size:14px;
	margin:0 0 0 0;
	width:100%;
}

span {
	padding:0 0 0 0;
	color:#AB194D;
}

span.title {
	font-family:sans-serif;
	font-size:13px;
	padding:0 0 10px 15px;
	color:#AB194D;
}


hr {
	margin:20px 0;
	height:0px;
	border-top:1px solid #c1b89a;
}


/*  ========メニュー ======== */

nav {
	width:100%;
	min-width: 950px;  
	height:63px;
	margin-top:px;
	float:left;
	background: url("../img/menu.png") repeat-x top center;
}

#menu{
	width:900px;
	text-align:center;
	padding:14px 0 0 20px;
	margin: 0 auto;	
}
#menu li{
	display:block;
	text-indent:-1000px;
	overflow:hidden;
	margin: 0 auto;	
	float:left;
	height:35px;
	width:100%;
}

#menu li.m1 {
	width:121px;
}
#menu li.m2 {
	width:135px;
}
#menu li.m3 {
	width:161px;
}
#menu li.m4 {
	width:160px;
}
#menu li.m5 {
	width:137px;
}
#menu li.m6 {
	width:138px;
}

#menu a {
	display:block;
	height:35px;
}
#menu .m1 a {
	background-image:url("../img/menu/home.png");
}
#menu .m2 a {
	background-image:url("../img/menu/profile.png");
}
#menu .m3 a {
	background-image:url("../img/menu/schedule.png");
}
#menu .m4 a {
	background-image:url("../img/menu/fanclub.png");
}
#menu .m5 a {
	background-image:url("../img/menu/lesson.png");
}
#menu .m6 a {
	background-image:url("../img/menu/contact.png");
}
#menu .m1 a:hover,#menu .m2  a:hover,#menu .m3  a:hover,#menu .m4  a:hover,#menu .m5  a:hover,#menu .m6  a:hover {
	background-position:0px -35px;
}


/*  ========メニュー２ ======== */

nav {
	width:100%;
	min-width: 950px;  
	height:63px;
	margin-top:px;
	float:left;
	background: url("../img/menu.png") repeat-x top center;
}

#menu2 {
display:block;
	height:35px;
	width:900px;
	text-align:center;
	padding:15px 0 0 35px;
	margin: 0 auto;	
	ackground:#333;
}
#menu2 > li {
    display:block;
    float:left;
}
#menu2 > li, #menu2 > li img {
    width:auto;
    height:35px;
}

/*  ========フッターメニュー ======== */

#bottom {
	width:840px;
	height:50px;
	margin: 0 auto;	
	text-align: left;
	padding:20px 30px 0 30px;
	float:left;
}

footer {
	width:850px;
	height:50px;
	padding:0px 0 0 0;
	text-align:center;
	color:#fff;
}




/*  ========Back to top button ======== */

#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: -50px;
}
#back-top a {
	width: 35px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 35px;
	height:35px;
	display: block;
	margin-bottom: 7px;
	background: #c0c0c0 url(../img/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}


/*  ========リンク ======== */

a {
	color:#b3aa8f;
	text-decoration:none;
}
a:hover,a:active {
	color:#c1b89a;
	text-decoration:underline;
}
