@charset "UTF-8";
/* CSS Document */

body,h1,h2,h3,p,div,ul,ol,li,dl,dd,dt,table,form,blockquote,pre,address{
	margin : 0;
	padding : 0;
}
body {
	background: url("../images/bg.jpg");
}

#container {
	background-color: #4c1717;
	width: 984px;
	height: auto;
	color: #cccccc;
	font-size: 82.5%;
	line-height: 1.5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-left: auto;
	margin-right: auto;
}
img{
	border: 0;
} 

a {
	color: #efbdc3;
	text-decoration: none;
}
a:hover {
	color: #f0eebd;
	text-decoration: underline;
}

#header {
	background: url("../images/logo01.jpg") no-repeat 50px 15px;
}
#header h1 {
	text-indent: -9999px;
	font-size: 10px;
}

/*　メニュー　*/
	/*　メニュー:説明　*/
#menu #menu_description ul {
	width: 818px;
	height: 60px;
	margin-left: 90px;
}
#menu #menu_description ul li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
	width: 197px;
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
	background-position: 0 0;
}
#menu #menu_description ul li.top {
	background-image: url(../images/top_description.png);
	background-repeat: no-repeat;
}
#menu #menu_description ul li.gallery {
	background-image: url(../images/gallery_description.png);
	background-repeat: no-repeat;
}
#menu #menu_description ul li.lesson {
	background-image: url(../images/lesson_description.png);
	background-repeat: no-repeat;
}
#menu #menu_description ul li.profile {
	background-image: url(../images/profile_description.png);
	background-repeat: no-repeat;
}

	/*　メニュー:本体　*/
#menu ul {
	width: 818px;
	height: 41px;
	margin-left: 90px;
}
#menu ul li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
	width: 197px;
	height: 41px;
	text-indent: -9999px;
	overflow: hidden;
	background-position: 0 0;
}
#menu ul li.menu_top {
	background-image: url(../images/menu_top.gif);
}
#menu ul li.menu_gallery {
	background-image: url(../images/menu_gallery.gif);
}
#menu ul li.menu_lesson {
	background-image: url(../images/menu_lesson.gif);
}
#menu ul li.menu_profile {
	background-image: url(../images/menu_profile.gif);
}
#menu ul li a {
	display: block;
	width: 197px;
	height: 41px;
	background-repeat: no-repeat;
	background-position: 0 -82px;
}
#menu ul li a:hover {
	background-position: 0 -41px;
}

#menu ul li.menu_top a {
	background-image: url(../images/menu_top.gif);
}
#menu ul li.menu_gallery a {
	background-image: url(../images/menu_gallery.gif);
}
#menu ul li.menu_lesson a {
	background-image: url(../images/menu_lesson.gif);
}
#menu ul li.menu_profile a {
	background-image: url(../images/menu_profile.gif);
}

/*　コンテンツ　*/
#contents {
	width: 984px;
	height: 500px;
	background-image: url(../images/border_side.gif);
	background-repeat: repeat-y;
}


/* ボーダー　*/
#borderTop {
	height: 16px;
	background-image: url(../images/border_top.gif);
	background-repeat: no-repeat;
}

#borderBottom {
	height: 16px;
	background-image: url(../images/border_bottom.gif);
	background-repeat: no-repeat;
}

/*　フッター　*/
#footer {
	height: 60px;
	margin-top:30px;
	text-align: center;
	font-size: 80%;
}

