
/*-------　リンク設定　-----------*/

a{
	text-decoration: none;
}

a:hover{
	color:#ff0000;
	background-color:#ffffff;
	text-decoration:underline;
}

/*-------　共通　-----------*/
body{
	margin:0px;
	padding:0px;
	text-align:center;
 	font-size: 18px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 130%;
	background-image: url("../music/burns_rs/000-lightred-dual.jpg"); 
	width:760px;
}

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

hr{
	color: #aaa;
}

img{
	width: 800px;
}

.clearflt{
	clear: both;
}

.pankuzu{
	font-size:25px;
}



/*
contents-------------------------------------------------
*/

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




/*
contents-------------------------------------------------
*/

h1 {
	width:100%;
	text-align: center;
	font-weight: bold;
	font-size: 20pt;
	color: #fff;
	background-color:  #c00;
	padding: 3px 0px 2px 0px;
	margin-top: 5px;
	margin-bottom: 1px;
}

h3 {/* 上下線タイプ */
	text-align: center;
	font-weight: bold;
	font-size: 20pt;
	color: #444;
	background-color: #fff;
	border-top: 2px solid #f66;
	border-bottom: 2px solid #f66;
	padding: 3px 3px 2px 3px;
	margin-top: 10px;
	margin-bottom: 3px;
}



/*
https://saruwakakun.com/html-css/reference/h-design
*/


h4.ul1 {/* アンダーライングラデーション */
  position: relative;
  padding: 0.25em 0;
}
h4.ul1:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}


h4.box {/* 囲い線タイプ　〜inline-block */
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  display: inline-block;
}
h4.box:before, h4.box:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 1px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black;
}
h4.box:before {
  left: 7px;
}
h4.box:after {
  right: 7px;
}


.underline {/* かぶせアンダーライン */
	background: linear-gradient(transparent 40%, #fcc 60%);
}


p {
	width:740px;
	padding: 0px 30px 0px 30px;
	font-size: 18pt;
	line-height: 130%
}


.img_le1-800,.img_ri1,.img_le2,.img_ri2 {
	width: 800px;
	background-color:#fcc;
	font-size: 18pt;
	line-height: 120%;
	display: block;
	margin:0px 0px 35px 0px;
}

td{
	font-size: 18pt;
	line-height: 120%
}	

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

.button {
	display: inline-block;
	width: 250px;
	height: 55px;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 55px;
	outline: none;
	background-color: #36c;
	color: #fff;
}
.button:hover {
	background-color: #dff;
}
.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;
}






