/* ページのレイアウト用CSS */
body {
text-align:center;
margin: 0;
}

.clear{
clear: both;
}

/*テキスト関連用CSS*/
p {
font-size: 14px;
margin: 3px;
}
p.bold{
font-size: 14px;
margin: 3px;
font-weight: bold;
}

p.s01 {
font-size: 15px;
font-weight:bold;
}
p.s02 {
font-size: 17px;
font-weight:bold;
}
p.s03 {
font-size: 18px;
font-weight:bold;
}
p.s04 {
font-size: 20px;
font-weight:bold;
}

p.s05 {
font-size: 25px;
font-weight:bold;
}

.r {
color: #ff0000;
font-weight: bold;
}
.r02 {
font-size: 17px;

color: #ff0000;
font-weight: bold;
}
/*パープル*/
.p {
color: #6666CC;
font-weight: bold;
}
/*オレンジ*/
.o {
color: #FF6600;
font-weight: bold;
}

.w {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 30px;
	line-height: 0px;
}

img.left{
	float: left;
}
img.right{
	float: right;
}
/*ヤマハ英語教室フォント*/

.yamaha_eg p.bold17{
	font-size: 17px;
	font-weight: bold;
	margin: 5px;
}

.yamaha_eg p.bold18{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	background-color: #99ffff;

}

/*～～テーブル～～*/
/*ハタ楽器音楽教室*/
#T_ongaku{
	border-collapse: collapse;
	width: 500px;
	border: 1px;
	text-align: center;
}
#T_ongaku TD{
	border: 1px #666699 solid; /* セルの枠線（太さ・色・スタイル） */ 
	background-color: #FFFFFF; /* セルの背景色 */ 
	padding: 3px; /* セル内の余白 */
	font-size: 13px;
}
#T_Angel{
	border-collapse: collapse;
	width: 100%;
	border: 0px;
	text-align: center;
}
#T_Angel TD{
	padding: 3px; /* セル内の余白 */
	font-size: 13px;
}


/*テキスト関連用CSS*/
/*～～～～～～*/
#contents {
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	text-align: center;
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
}

#dis{
	height:15px;
	margin-left:0px;
	margin-top:0px;
	text-align:left;
	margin-left:0px;
}
/*～～タイトル関連～～*/
#title_bg {
	height:115px;
	text-align:left;
	background-image: url(../images/title/title_happy.jpg);
	background-repeat: no-repeat;
}

#title {
    clear: both;
    float: left;
    text-align: left;
    width: 180px;
}

#yamaha{
	width:105px;
	margin: 20px 0px 0px 5px;
	height:16px;
	float: left;
}
/*～左メニュー～*/

#menu{
	width:150px;
	margin: 5px 0 10px 5px;
	background-color: #FFFFCC;
	float: left;
	text-align: left;
}
#menu h3{
    font-size: 14px;
	color:#FF6600;
	font-weight:bold;
	margin: 5px 0px;
}

ul.menu{
	border-bottom: 1px dashed;
	margin: 0px;
	padding:0px;
}

li.menu{
	list-style: none;
	font-size: 12px;
	padding: 0px 0px 4px 8px;
	text-align: left;
	background: transparent url(../images/listmark.gif) no-repeat left 6px;
}

#banner{
	width:150px;
	height:50px;
	margin-top:10px;
	background-color:#FFFFFF;
}
/* 右サイドメニュー */
#rightmenu {
	float: right;
	text-align: left;
	margin-top:5px;
	margin-right: 5px;
	padding-bottom: 10px;
	width: 160px;
	background-color: #FFFFCC;
}

#rightmenu p{
	font-size: 13px;
}


/*表示コンテンツの設定*/
#main {
	width: 450px;
	float: left;
	margin-top:10px;
	margin-left:10px;
	text-align: left;
}
/* 表示コンテンツ枠*/
.news {
	margin-bottom: 10px;
}
.newstitle{
	background:url(../images/title/titlebar_index.jpg) no-repeat;
	width: 455px;
}
.newstitle H2{
    color: #FFFFFF;
    font-size: 18px;
    margin:0 20px;
}

/*内容表示枠*/
.subject{
	border-bottom: 1px dotted;
	margin: 0px;
}


.subject .onpu {
	font-size: 16px;
	color:#6666CC;
	font-weight:bold;
}

.subject .onpu_l {
	font-size: 25px;
	color:#6666CC;
	font-weight:bold;
}


/* ページ用レイアウト */
#navi {
	margin-top: 5px;
	float: right;
	width: 556px;
	height: 14px;
	padding-right:20px;
	font-size:12px;
	text-align: right;
}
#main_c {
	width: 610px;
	float: left;
	margin-left:10px;
	margin-bottom: 10px;
	background-color: #FFFFCC;
}

#main_c_inner {
	margin: 10px;
	text-align: left;
	width: 580px;
}

#main_c img{
	margin: 10px;
}

#main_c_inner H3{
	font-size: 15px;
	margin: 0;
}
#main_c_inner H4{
	font-size: 13px;
	margin: 0;
}

.ContentsTitle{
	background:url(../images/title/titlebar_page.jpg) no-repeat;
	width: 610px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

.ContentsPost{
	width: 100%;
	background-color: #FFFFCC;
}

.ContentsTitle H2{
    color: #FFFFFF;
    font-size: 18px;
    margin:0 20px;
    text-align: left;
}

/* ページ(page.php)リスト形式 */
ul.pages {
	margin-left: 0px;
	padding: 0px;
}

li.pages{
	margin-bottom: 5px;
	list-style: none;
	background: transparent url(../images/listmark02.gif) no-repeat left 4px;
	text-align: left;
	padding: 2px 0px 0px 13px;
	font-size: 14px;
}
ul.pages_decimal{
	margin-left: 30px;
	padding: 0px;
}
li.pages_decimal{
	margin-bottom: 10px;
	list-style: decimal;
	text-align: left;
	padding: 2px 0px 0px 0px;
	font-size: 14px;
}

li.posting_decimal{
	margin-bottom: 10px;
	list-style: decimal;
	text-align: left;
	padding: 2px 0px 0px 0px;
	font-size: 14px;
	color: #003333;
	font-weight: bold;
}

dt.hallrental {
  clear: left;
  float: left;
  margin: 0 0 0.8em;
  width: 7.5em;
  border-left: solid 8px #CCC;
  padding-left: 5px;
  color: #000;
}

dd.hallrental {
  margin-bottom: 0.8em;
  margin-left: 7.5em;
}
dl {
	margin-left: 30px;
	padding: 0px;
}

dt {
	font-size: 14px;
}
dd {
	font-size: 14px;
}

ul.hobby {
	margin-left: 0px;
	padding: 0px;
	text-align: center;
	width: 400px;
}

li.hobby{
	border-top: 2px solid;
	border-right:  2px solid;
	border-left: 2px solid;
	border-color:#6666CC ;
	color: #000000;
	list-style: none;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}

ul.yamahamusic {
	margin-left: 0px;
	padding: 0px;
	font-size: 14px;
}

li.yamahamusic{
	float: left;
	border-top: 1px solid;
	border-left: 1px solid;
	color: #000000;
	list-style: none;
	text-align: left;
	line-height: 20px;
	width: 200px;
	height: 60px;
}

li.yamahamusic_m{
	float: left;
	border-top: 1px solid;
	border-left: 1px solid;
	color: #000000;
	list-style: none;
	text-align: center;
	width: 165px;
	height: 60px;
}

li.yamahamusic_r{
	float: left;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	color: #000000;
	list-style: none;
	text-align: center;
	width: 165px;
	height: 60px;
}

li.yamahamusic_title{
	float: left;
	border-top: 1px solid;
	border-left: 1px solid;
	color: #000000;
	list-style: none;
	text-align: center;
	width: 200px;
	height: 30px;
}

li.yamahamusic_title_m{
	float: left;
	border-top: 1px solid;
	border-left: 1px solid;
	color: #000000;
	list-style: none;
	text-align: center;
	line-height: 20px;
	width: 165px;
	height: 30px;
}

li.yamahamusic_title_r{
	float: left;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	color: #000000;
	list-style: none;
	text-align: center;
	line-height: 20px;
	width: 165px;
	height: 30px;
}

li.yamahamusic_bottom{
	float: left;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom:1px solid;
	color: #000000;
	list-style: none;
	text-align: left;
	width: 200px;
	height: 65px;
}
li.yamahamusic_bottom_m{
	float: left;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom:1px solid;
	color: #000000;
	list-style: none;
	text-align: center;
	width: 165px;
	height: 65px;
}

li.yamahamusic_bottom_r{
	float: left;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom:1px solid;
	border-right: 1px solid;	
	color: #000000;
	list-style: none;
	text-align: center;
	width: 165px;
	height: 65px;
}

/*------------------------*/
/* ページ(page.php)テーブル形式 */
table.pages {
	width: 550px;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    border: 1px solid #000000;
}

td.pages{
	font-weight: normal;
	font-size: 14px;
}


#toiawase {
	width: 580px;
	margin: 10px;
	text-align: center;
	clear: both;
}

#toiawase p{
	font-size: 15px;
}
/* アクセスマップのCSS */
.map{
	width: 570px;
	margin-bottom: 20px;
	float: left;
}

.map img{
	margin: 10px;
	float: left;
}

/* 問い合わせフォームのCSS */

#form-style{
	width: 600px;
}

table#question{
	width: 580px;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}

#question th{
	background-color: #FFCC99;
	border: 1px solid #CCCCFF;
	font-weight: normal;
	font-size: 14px;
    text-align: left;
}

#question td{
	background-color: #FFFFFF;
	border: 1px solid #CCCCFF;
	font-weight: normal;
	font-size: 14px;
}
/*---下段クレジット表示---*/
address{
    width:100%;
	background-image: url(../images/title/credit.gif);
	background-color:#FF0033;
	margin-top: 10px;
	text-align:center;
	font-style: normal;
	clear: both;
}
address a{
	text-decoration:none;
	border:none;
	color:#FFFFFF;
	font-size:13px;
}

hr.style{
    width: 90%;
    border: #6666CC 1px dashed;
}


