@charset "utf-8";
h1  {
	margin: 0px;
	padding: 0;
	font-size: 1.5em;
	text-align: center;
	color: #F60;
}

h2 {
	font-size: 1.2em;
	margin: 20px;
	line-height: 1.6em;
	font-weight: bold;
	margin-left: 50px;
}

h3 {
	font-size: 1.2em;
	margin: 0px;
	font-weight: bold;
	color: #FFF;
	display: block;
	padding: 5px;
	background-color: #F60;
	text-align: center;
}

h4 {
	font-size:1.25em;
	font-weight:bold;
	color: #FFF;
	text-align: center;
	margin: 0;
}


/* コンテナ */

div#container {
	width:790px;
	margin-left:auto;
	margin-right:auto;
	border: solid 1px #ffa77f;
	background-image: url(img/musicsheet.gif);
	border-top: none;
}


/* ヘッダー */

div#header {
	background-color:#ff7206;
	background-image:url(img/head.png);
	background-repeat: no-repeat;
	height: 60px;
	margin: 0;
	padding: 0px;
}

div#header p {
	font-size:0.75em;
	font-weight: bold;
	margin: 0px;
	padding: 5px 10px;
	color: #ffffff;
}

p.button a {
	background-image:url(img/inquiry.png);
	display:block;
	width:80px;
	background-repeat: no-repeat;
	height: 16px;
	margin: 0;
	float: right;
	padding: 0;
	clear: both;
}

p.button img {
	border:none;
}

p.button a:hover {background-position:left bottom}

div#navi {
	background-color:#ff7206;
	margin: 0;
	padding: 0 3px;
}

/* コンテンツ */

#content {
	margin: 0;
	background-color: #FFFFFF;
	padding: 10px;
}

#content p {
	font-size:0.75em;
	padding: 0 50px;
	line-height: 1.6em;
}

#content a:link {
	color: #0000FF;
	text-decoration: underline;
}
#content a:visited {
	text-decoration: underline;
	color: #660099;
}
#content a:hover {
	text-decoration: none;
	color: #FF0000;
}


/* アップデート */

div#info{
	margin: 10px;
	color: #ffffff;
	font-size: 0.875em;
	line-height: 1.6em;
	text-align: center;
}

div#navi-bottom {
	margin: 10px;
	padding: 0 10px;
	background-color: #FF9966;
	border: dotted 2px #ffffff;
	font-size: 0.75em;
	line-height: 1.6em;
	text-align: center;
}

/* フッター */

div#footer {
	background-color:#F6CD8A;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 790px;
	margin-top: 10px;
}
			
.bkcolor {
	background-color:#C90;
	padding: 5px;
	color: #FFF;
}

address {
	color:#000000;
	font-style:normal;
	text-align:right;
	font-size: 0.75em;
}

body {
	background-color: #F6CD8A;
	padding:0px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ3";
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660099;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
