/*-------　リンク設定　-----------*/
a:link{ 	/*未訪問のリンク*/
	color: #00f;
	text-decoration:none;
}

a:visited{ 	/*訪問済みのリンク*/
	color: #808;
	text-decoration:none;
}

a:hover{ 	/*ポイント時のリンク*/
	color: #ff0000;
	text-decoration:none;
}

a:active{ 	/*選択中のリンク*/
	color: #ff8000;
	text-decoration:underline;
}



/*-------　共通・ヘッダー　-----------*/

body{
	font-family:"ヒラギノ角ゴ Pro W3",メイリオ,Osaka,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 22pt;
	margin:0px;
	padding:0px;
	text-align:center;
	color:#222;	
}

.bodywidth {
	margin-left: auto;
	margin-right: auto; 
	text-align: left;
	width: 800px;
}

hr{
	color: #888;
}

.topimg_le,.topimg_ri{
	visibility: hidden; 
	height: 0px;
}
.topimg_cnt{
	width: 800px;
}

#le_top {
	visibility: hidden; 
	height: 0px;
}

#cent_top {
	width: 800px;
	margin:1px 0px 1px 5px;
}

#ri_top {
	visibility: hidden; 
	height: 0px;
}

.pankuzu {
	font-size: 18pt;
	text-align: right;
}

p {
	font-size: 25pt;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 130%;
}

/*-------　楽器専用　-----------*/

div.instimgs{
	visibility: hidden; 
	height: 0px;
}


/*-------　各ページ目次　-----------*/

div.block_brw{
	width: 800px;
	display: flex;
	justify-content: space-between;  /* 左右均等分布 */
	border-bottom: solid 2px #aaa;
	background-color:#faf4ea;
	padding:1px 0px 1px 0px;
}

div.block_gray{
	width: 800px;
	display: flex;
	justify-content: space-between;  /* 左右均等分布 */
	border-bottom: solid 2px #aaa;
	background-color:#eee;
	padding:1px 0px 1px 0px;
}

div.block_blue{
	width: 800px;
	display: flex;
	justify-content: space-between;  /* 左右均等分布 */
	border-bottom: solid 2px #aaa;
	background-color:#f8ffff;
	padding:1px 0px 1px 0px;
}

div.block_red{
	width: 800px;
	display: flex;
	justify-content: space-between;  /* 左右均等分布 */
	border-bottom: solid 2px #aaa;
	background-color:#f8ffff;
	padding:1px 0px 1px 0px;
}

div.block_org{
	width: 800px;
	display: flex;
	justify-content: space-between;  /* 左右均等分布 */
	border-bottom: solid 2px #aaa;
	background-color:#fff1d7;
	padding:1px 0px 1px 0px;
}



#img_le {
	width: 200px; 
	height: 100px;
}

#img_ri {
	visibility: hidden; 
	height: 0px;
}

.cntblock{
	padding:3px 0px 0px 0px;
	width: 580px;
	font-size: 17px;
	color: #222;
	line-height: 116%;
}

.fol{

	font-size: 25px;
	font-weight: bold;
	line-height: 106%;
}


/*-------　長編say　-----------*/

.fos{
	display: block;
	float: left;
	color:#111;
	text-align:center;
	font-size: 25px;
	font-weight: bold;
	line-height: 106%;
	background:#99ccff;
	width: 155px;
	padding: 30px 0px 30px 0px;
	margin:  0px 5px 10px 0px;
}



/*-------　各ページ　-----------*/


.hcolor_gray{
	background-color: #999;
}
.hcolor_brw{
	background-color: #960;
}
.hcolor_blue{
	background-color: #69c;
}
.hcolor_red{
	background-color: #c00;
}
.hcolor_org{
	background-color: #fa5800;
}
.hboder_org{
	border-top: 2px solid #fa5800;
	border-bottom: 2px solid #fa5800;
}



h1 {
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	color: #fff;
	padding: 3px 0px 2px 0px;
	margin-top: 15px;
	margin-bottom: 3px;
}


h2 {
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	color: #fff;
	padding: 3px 0px 2px 0px;
	margin-top: 15px;
	margin-bottom: 3px;
}


h4 {
	text-align: center;
	font-weight: bold;
	font-size: 17pt;
	color: #222;
	background-color: #fff;
	padding: 3px 3px 2px 3px;
	margin-top: 10px;
	margin-bottom: 3px;
}




/*-------　写真配置　-----------*/
.img_le1-800{
	width: 800px;
	float: left;
	background-color:#faeedc;
	font-size: 20pt;
	line-height: 120%;
	color:#aaaaaa;
	margin: 5px 15px 5px 0px;
}

.img_le2{
	width: 400px;
	float: left;
	color:#bbb;
	background-color:#faeedc;
	font-size: 20pt;
	line-height: 120%;
	margin: 5px 0px 5px 0px;
}

.img_ri2{
	width: 400px;
	float: right;
	color:#bbb;
	background-color:#faeedc;
	font-size: 20pt;
	line-height: 120%;
	margin: 5px 0px 5px 0px;
}





/*
http://www.nxworld.net/tips/css-only-button-design-and-hover-effects.html
*/

.button {
	display: inline-block;
	width: 150px;
	height: 35px;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	outline: none;
	background-color: #963;
	color: #fff;
}
.button:hover {
	background-color: #faeedc;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}




