﻿html {
 font-size: 90%;
 line-height: 1.75;
 font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo",
 sans-serif;
}

body {
 min-width: 1000px;
 color: #333;
}

img {
 vertical-align: top;
}

ul {
 margin: 0;
 padding: 0;
}

li {
 margin: 0;
 padding: 0;
 list-style: none;
}

h1 {
 margin: 0;
}

p {
 margin: 0 0 1.5em 0;
}

p.text01 {
 margin: 1em 0 0 0;
}

p.text02 {
 margin: 2em 0 0 0;
}


/*---------------------------------------------------------------*/
/*  clearfix  */
/*---------------------------------------------------------------*/

.clearfix:before,
.clearfix:after {
 content: " ";
 display: table;
}

.clearfix:after {
 clear: both;
}



/*---------------------------------------------------------------*/
/*  a  */
/*---------------------------------------------------------------*/

a {
 color: #900;
 text-decoration: none;
}

a:hover {
 color: #900;
 text-decoration: underline;
}

.link {
 margin: 0 7px;
 padding-right: 24px;
 background: url(../images/icon_link.gif) right center no-repeat;
}


/*---------------------------------------------------------------*/
#wrapper {
 width: 906px;
 margin: 0 auto;
 border-top: 1px solid #ccc;
 background: url(../images/body_bg.gif) left top repeat-y;
}


/*---------------------------------------------------------------*/
/*  ヘッダー  */
/*---------------------------------------------------------------*/

header#header {
 width: 900px;
 margin-left: 3px;
 background: url(../images/header_bg.jpg) right top no-repeat;
}

header#header p,
header#header h1 {
 height: 200px;
}

header#header p img,
header#header h1 img {
 margin: 58px 0 0 18px;
}

header#header p {
 margin: 0;
}

/*---------------------------------------------------------------*/
/*  ナビゲーション  */
/*---------------------------------------------------------------*/

nav#gnav {
 border-top: 3px solid #300;
 width: 900px;
}

nav#gnav li {
 float: left;
}

nav#subnav {
 width: 900px;
 height: 35px;
 background-color: #eaeaea;
}

nav#subnav ul  {
 margin: 5px 0 0 70px;
}

nav#subnav li {
 float: left;
 margin-right: 1px;
}


/*---------------------------------------------------------------*/
/*  フッター  */
/*---------------------------------------------------------------*/

footer {
 position: relative;
 width: 900px;
 height: 150px;
 margin: 60px 0 0 3px;
 background-color: #300;
 color: #fff;
 font-size: 80%;
}

footer div {
 float: left;
 margin-top: 15px;
}

footer ul {
 margin-left: 30px;
}

footer ul li {
 margin: 7px 1em 0 0;
 line-height: 1.2;
 background: url(../images/icon_footer.gif) left center no-repeat;
}

footer ul li.last {
 border: none;
}

footer ul li a {
 margin-left: 8px;
 text-decoration: none;
 color: #fff;
}

footer ul li a:hover {
 color: #fff;
 text-decoration: underline;
}

footer p {
 position: absolute;
 bottom: 5px;
 right: 20px;
 margin: 0;
}

footer ul.sub li {
 margin: 5px 1em 0 0;
}


/*---------------------------------------------------------------*/
/*  section  */
/*---------------------------------------------------------------*/

section.common {
 width: 850px;
 margin: 30px 0 0 30px;
}

/*---------------------------------------------------------------*/
/*  h1 | タイトル  */
/*---------------------------------------------------------------*/

.h1_title {
 width: 850px;
 height: 87px;
 background: url(../images/h1_tit_bg.png) left top no-repeat;
}

.h1_title h1 img {
 margin: 4px 0 0 4px;
}

/*---------------------------------------------------------------*/
/*  h1 | タイトル下のパン屑  */
/*---------------------------------------------------------------*/

.h1_title ul {
 margin: 10px 0 0 8px;
 font-size: 84%;
}

.h1_title ul li {
 float: left;
 margin-right: 0.6em;
}

.h1_title ul li a {
 margin-right: 0.6em;
}



/*---------------------------------------------------------------*/
/*  h2 | タイトル  */
/*---------------------------------------------------------------*/

.h2_title {
 width: 850px;
 height: 29px;
 margin-top: 60px;
 background: url(../images/tit_bg.png) left top no-repeat;
}

.h2_title_top {
 width: 850px;
 height: 29px;
 margin-top: 30px;
 background: url(../images/tit_bg.png) left top no-repeat;
 }

.h2_title02 {
 width: 850px;
 height: 55px;
 margin-top: 60px;
 background: url(../images/h2_tit_bg02.png) left top no-repeat;
}

.h2_title_top h2 img,
.h2_title h2 img,
.h2_title02 h2 img {
 margin: 2px 0 0 18px;
}

/*---------------------------------------------------------------*/
/*  ページトップ  */
/*---------------------------------------------------------------*/

#pagetop {
 position: fixed;
 bottom: 20px;
 right: 20px;
 width: 41px;
 height: 41px;
 cursor: pointer;
}

#pagetop a {
 display: block;
}



/*---------------------------------------------------------------*/
/*  table  */
/*---------------------------------------------------------------*/

table.table01 {
 width: 850px;
 margin-top: 30px;
 border-top: 1px solid #ccc;
 border-right: 1px solid #ccc;
}

table.table01 thead th {
 width: 165px;
 padding: 5px 8px;
 background-color: #f0e1e4;
 border-bottom: 1px solid #ccc;
 border-left: 1px solid #ccc;
 text-align: left;
}

table.table01 tbody th,
table.table01 th {
 width: 165px;
 padding: 5px 8px;
 background-color: #efefef;
 border-bottom: 1px solid #ccc;
 border-left: 1px solid #ccc;
 text-align: left;
}

table.table01 tbody td,
table.table01 td {
 padding: 5px 8px;
 border-bottom: 1px solid #ccc;
 border-left: 1px solid #ccc;
}




table.table02 {
 table-layout: fixed;
 width: 850px;
 margin-top: 30px;
 border-top: 1px solid #ccc;
 border-right: 1px solid #ccc;
}

table.table02 th.date {
 padding: 5px 8px;
 background-color: #efefef;
 border-bottom: 1px solid #ccc;
 border-left: 1px solid #999;
 text-align: left;
 font-weight: normal;
}

table.table02 th.title {
 width: 165px;
 background-color: #999;
 border-bottom: 1px solid #999;
 border-left: 1px solid #999;
 color: #fff;
}

table.table02 th.title02 {
 background-color: #f9f9f9;
 border-bottom: 1px solid #ccc;
 border-left: 1px solid #ccc;
 font-weight: normal;
}

table.table02 th.title03 {
 background-color: #999;
 border-bottom: 1px solid #ccc;
 border-left: 1px solid #ccc;
 color: #fff;
 font-weight: normal;
}

table.table02 th.title04 {
 width: 165px !important;
 font-weight: normal;
}

table.table02 th.title02 span {
 float: right;
}

table.table02 th {
 padding: 5px 8px;
 border-bottom: 1px solid #ccc;
 border-left: 1px solid #ccc;
 text-align: left;
 font-weight: normal;
}

table.table02 td {
 padding: 5px 8px;
 border-bottom: 1px solid #ccc;
 border-left: 1px solid #ccc;
}

p.table_title {
 width: 850px;
 height: 35px;
 margin: 30px  0 0 0;
 background-color: #999;
 line-height: 35px;
 color: #fff;
 font-weight: normal;
}

p.table_title strong {
 margin-left: 1em;
}

table.list {
 margin-top: 5px !important;
}



/*---------------------------------------------------------------*/
/*  TOPページ  */
/*---------------------------------------------------------------*/

section#top_image {
 width: 850px;
}

section#top_image figure {
 float: left;
 width: 230px;
}

section#top_image .text {
 float: right;
 width: 620px;
}

/*---------------------------------------------------------------*/
section#event dl {
 margin-left: 15px;
}

section#event dl dt {
 clear: both;
 float: left;
 width: 130px;
}

section#event dl dd {
 margin-left: 130px;
}


/*---------------------------------------------------------------*/

section#history {
 position: relative;
}

section#history section {
 width: 850px;
 height: 324px;
 margin-top: 20px;
 background: url(../images/top_btn_bg.gif) left top no-repeat;
}

section#history ul {
 width: 575px;
}

section#history ul li {
 width: 275px;
 height: 156px;
}

section#history ul li#squarepiano {
 position: absolute;
 top: 56px;
 left: 7px;
}

section#history ul li#concert {
 position: absolute;
 top: 56px;
 left: 289px;
}

section#history ul li#family_concert {
 position: absolute;
 top: 56px;
 left: 569px;
}

section#history ul li#aoyama_theater {
 position: absolute;
 top: 214px;
 left: 7px;
}

section#history ul li#sou_piano {
 position: absolute;
 top: 214px;
 left: 289px;
}

section#history div#school {
 position: absolute;
 top: 214px;
 left: 569px;
 width: 275px;
 height: 156px;
 background: url(../images/school_bg.png) left top no-repeat;
}

section#history div#school ul li.title {
 position: absolute;
 top: 17px;
 left: 23px;
 width: 118px;
 height: 18px;
}

section#history div#school ul li.flugel {
 position: absolute;
 top: 48px;
 left: 49px;
 width: 127px;
 height: 18px;
}

section#history div#school ul li.lesson {
 position: absolute;
 top: 76px;
 left: 49px;
 width: 74px;
 height: 16px;
}

section#history div#school ul li.voice {
 position: absolute;
 top: 101px;
 left: 49px;
 width: 178px;
 height: 18px;
}

/*---------------------------------------------------------------*/
/*  スクエアピアノ  */
/*---------------------------------------------------------------*/

section#squarepiano_image {
 width: 850px;
}

section#squarepiano_image figure {
 float: left;
 width: 256px;
 margin-right: 24px;
}

section#squarepiano_image .text {
 float: left;
 width: 530px;
}

#cd {
 width: 850px;
 margin-top: 20px;
 padding-top: 15px;
 background-color: #f5f4dc;
 border-bottom: 1px solid #ccc;
}

#cd p {
 margin: 0 15px 1em 15px;
}



/*---------------------------------------------------------------*/
/*  母子コンサート  */
/*---------------------------------------------------------------*/

section#concert_image {
 width: 850px;
}

section#concert_image figure {
 float: left;
 width: 150px;
 margin-right: 20px;
}

section#concert_image p {
 float: left;
 width: 650px;
}

.concert {
 width: 850px;
 margin-top: 30px;
}

.concert figure {
 float: left;
 width: 340px;
}

.concert .text {
 float: left;
 width: 500px;
}


/*---------------------------------------------------------------*/
/*  ファミリーコンサート  */
/*---------------------------------------------------------------*/

section#family_concert_area01 div {
 width: 850px;
 margin-top: 20px;
}

section#family_concert_area01 div figure {
 float: left;
 width: 320px;
 margin-right: 20px;
}

section#family_concert_area01 div figure img {
 margin-bottom: 5px;
}

section#family_concert_area01 div p {
 float: left;
 width: 500px;
}


/*---------------------------------------------------------------*/
/*  人形劇  */
/*---------------------------------------------------------------*/

section#family_concert_area02 {
 width: 850px;
 margin-top: 20px;
}


section#family_concert_area02 ul {
 position: relative;
 margin: 15px 0 0 10px;
 height: 570px;
}

section#family_concert_area02 ul li.fig01 {
 position: absolute;
 top: 0;
 left: 0;
}

section#family_concert_area02 ul li.fig02 {
 position: absolute;
 top: 0;
 left: 425px;
}

section#family_concert_area02 ul li.fig03 {
 position: absolute;
 top: 292px;
 left: 0;
}

section#family_concert_area02 ul li.fig04 {
 position: absolute;
 top: 292px;
 left: 425px;
}



/*---------------------------------------------------------------*/
/*  箏とピアノ */
/*---------------------------------------------------------------*/

div#sou_piano {
 width: 850px;
 margin-top: 20px;
 padding-top: 15px;
 background-color: #f5f4dc;
 border-bottom: 1px solid #ccc;
}

div#sou_piano p {
 margin: 0 15px 1em 15px;
}


/*---------------------------------------------------------------*/
/*  作品集 */
/*---------------------------------------------------------------*/

#list01,
#list02,
#list03,
#list04 {
 width: 850px;
}

#list01 ul,
#list02 ul,
#list03 ul,
#list04 ul {
 margin: 0;
}


#list01 ul li,
#list02 ul li,
#list03 ul li,
#list04 ul li {
 margin: 0 0 0.4em 0;
}


#list01 dl,
#list02 dl,
#list03 dl,
#list04 dl {
 float: left;
 width: 200px;
 margin: 30px 20px 0 0;
}

#list01 dl dd,
#list02 dl dd,
#list03 dl dd,
#list04 dl dd {
 margin: 5px 0 0 0;
 font-size: 74%;
}


#list01 .table_area,
#list02 .table_area,
#list03 .table_area,
#list04 .table_area {
 float: left;
 width: 600px;
}

#list01 .table_area table,
#list02 .table_area table,
#list03 .table_area table,
#list04 .table_area table {
 width: 600px;
 margin: 30px 0 0 0;
}

span.rp,
#list01 .table_area table li.rp,
#list02 .table_area table li.rp,
#list03 .table_area table li.rp,
#list04 .table_area table li.rp {
 height: 20px;
 background: url(../images/icon_rp.gif) left center no-repeat;
 line-height: 20px;
}

span.rp a,
#list01 .table_area table li.rp a,
#list02 .table_area table li.rp a,
#list03 .table_area table li.rp a,
#list04 .table_area table li.rp a {
 margin-left: 30px;
}

#list01 .table_area table li.youtube,
#list02 .table_area table li.youtube,
#list03 .table_area table li.youtube,
#list04 .table_area table li.youtube {
 height: 20px;
 background: url(../images/icon_youtube.gif) left center no-repeat;
 line-height: 20px;
}

#list01 .table_area table li.youtube a,
#list02 .table_area table li.youtube a,
#list03 .table_area table li.youtube a,
#list04 .table_area table li.youtube a {
 margin-left: 24px;
}

#list04 ul.notes {
 margin-top: 5px;
}

#list04 ul.notes li {
 margin: 0;
 font-size: 74%;
}

ul.notes02 {
 margin-top: 20px;
}

ul.notes02 li {
 height: 20px;
 margin-bottom: 0.5em;
 padding-left: 13px;
 background: url(../images/icon_onpu.gif) left center no-repeat;
 line-height: 20px;
}


/*---------------------------------------------------------------*/
/*  リンク集 */
/*---------------------------------------------------------------*/

section#link_area {
 width: 850px;
}

section#link_area ul.link01 {
 width: 850px;
}

section#link_area ul.link02 {
 float: right;
 width: 380px;
}

section#link_area ul.link01,
section#link_area ul.link02 {
 border-top: 1px solid #ccc;
 border-right: 1px solid #ccc;
}

section#link_area ul.link01 li,
section#link_area ul.link02 li {
 padding: 5px 10px;
 border-bottom: 1px solid #ccc;
 border-left: 1px solid #ccc;
}


section#link_area ul.link02 li a,
section#link_area ul.link02 li a:hover {
 color: #156584;
}

section#link_area ul.link01 li a {
 margin: 0 7px;
 padding-right: 24px;
 background: url(../images/icon_link.gif) right center no-repeat;
}

section#link_area ul.link02 li a {
 margin: 0 7px;
 padding-right: 24px;
 background: url(../images/icon_link_b.gif) right center no-repeat;
}

section#baner {
 width: 820px;
 margin: 50px 0 0 50px;
}

section#baner p {
 float: left;
 margin-right: 20px;
}



/*---------------------------------------------------------------*/
/*  イベント情報 */
/*---------------------------------------------------------------*/

section#event_area {
 padding-bottom: 100px;
}

section#event_area h2 {
 width: 850px;
 height: 2em;
 line-height: 2em;
 margin: 40px 0 0 30px;
 border-top: 2px solid #ccc;
 border-bottom: 1px solid #ccc;
 font-size: 120%;
 text-indent: 0.5em;
}

section#event_area p {
 margin: 2em 35px 0 35px;
}

section#event_area dl {
 margin: 2em 20px 0 45px;
}

section#event_area dt {
 clear: both;
 float: left;
 width: 10em;
 height: 1.3;
 margin-bottom: 3px;
 background-color: #999;
 color: #fff;
 font-weight: bold;
 text-align: center;
}

section#event_area dd {
 margin: 0 0 3px 11em;
}



/*---------------------------------------------------------------*/
/*  フリューゲル会〜卒業生の声 */
/*---------------------------------------------------------------*/
.voice_title {
 width: 850px;
 background-color: #e5e3ce;
 text-align: right;
}

.voice_title h2 {
 margin: 5px 10px 0 0 !important;
}

.voice_title p {
 margin: 0 10px 0 0;
}

.voice_area {
 width: 842px;
 margin: 5px 0 100px 0;
 border: 4px solid #e5e3ce;
}

.voice_area p {
 margin: 1.5em;
}

