@charset "UTF-8";
body  {
	background-color: #FFFFFF;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	margin: 0;
	padding: 0;
	background-image: url(musicImage/rose.gif);
	background-repeat: repeat;
}
.table {
	text-align: center;
	color: #666666;
}
p {
	font: 14px/150% "小塚ゴシック Pro", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
}
.mainLeft {
	padding-top: 15px;
}
h1 {
	color: #EFC1B1;
	padding-top: 5px;
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	margin: 0;
	text-align: left;
}
h2 {
	color: #94422E;
	margin-top: 10px;
	background: url(musicImage/sideBack.gif) repeat;
	border-top: 1px #CC5A5F;
	border-right: 1px #CC5A5F;
	border-bottom: 1px dotted #CC5A5F;
	border-left: 1px #CC5A5F;
	padding-top: 5px;
	padding-bottom: 8px;
	font-size: 18px;
	margin-right: 5px;
	padding-left: 10px;
}
h3 {
	color: #CC5A5F;
	font-size: 15px;
	font-weight: normal;
	margin-top: 40px;
	height: 25px;
	background: #F9E8DA;
	padding-left: 10px;
}
address {
	font-size: 14px;
	line-height: 130%;
	font-style: normal;
	color: #94422E;
} 
a:link {
	color: #94422E;
}
a:visited {
	color: #666666;
	font-weight: normal;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.main #container {
	margin: 0 auto;
	text-align: left;
	width: 780px;
	border-bottom-color: #94422E;
	border-top: 1px #CC5A5F;
	border-right: 1px dotted #CC5A5F;
	border-left: 1px dotted #CC5A5F;
	border-bottom-width: 1px;
	background-color: #FFFFFF;
} 
.main #header {
	height: 240px;
	background-image: url(musicImage/musicTop.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.main #sidebar1 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 194px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	background: #FFFFFF;
	padding: 0px 10px;
}
.main #mainContent {
	border-right: 1px dotted #CC5A5F;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
} 
.main #company {
	margin-top: 50px;
	margin-bottom: 40px;
	border-top: #CC5A5F;
	border-right: #CC5A5F;
	border-bottom: #CC5A5F;
	border-left: 2px solid #CC5A5F;
	padding-left: 10px;
} 
.main #footer {
	padding: 0 10px 0 20px;
	text-align: left;
	border-top: 1px dotted #CC5A5F;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #CC5A5F;
	border-bottom-color: #CC5A5F;
	border-left-color: #CC5A5F;
} 
.main #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 5px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	text-align: left;
	font: 11px/150% "小塚ゴシック Pro", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
}
.side_barUpper {
	border-top: 1px dotted #CC5A5F;
	border-right: 1px #CC5A5F;
	border-bottom: 1px #CC5A5F;
	border-left: 1px #CC5A5F;
	width: auto;
	height: 34px;
	list-style: none;
	padding-left: 14px;
	margin-left: -40px;
	letter-spacing: 0.1em;
	margin-top: 10px;
	font-size: 14px;
	font-style: normal;
	line-height: 34px;
	font-weight: normal;
	font-variant: normal;
	background: url(../image/sideBack.gif) repeat;
}
.side_bar {
	border-top: 1px dotted #CC5A5F;
	border-right: 1px #CC5A5F;
	border-bottom: 1px #CC5A5F;
	border-left: 1px #CC5A5F;
	width: auto;
	height: 34px;
	list-style: url(none) none;
	padding-left: 14px;
	margin-left: -40px;
	font-size: 14px;
	font-style: normal;
	line-height: 34px;
	font-weight: normal;
	font-variant: normal;
	background: url(../image/sideBack.gif) repeat;
}
.side_bar1 {
	border-top: #CC5A5F;
	border-right: #CC5A5F;
	border-bottom: #CC5A5F;
	border-left: #CC5A5F;
	width: auto;
	height: 30px;
	list-style: url(none) none;
	margin-left: -30px;
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	padding-left: 15px;
	background: url(../image/arrow.gif) no-repeat 4px 15px;
}
.side_bar2 {
	border-top: 1px dotted #CC5A5F;
	border-right: 1px #CC5A5F;
	border-bottom: 1px #CC5A5F;
	border-left: 1px #CC5A5F;
	width: auto;
	height: 30px;
	list-style: url(none) none;
	margin-left: -30px;
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	padding-left: 15px;
	background: url(../image/arrow.gif) no-repeat 4px 15px;
}
.side_barUnder {
	border-top: 1px dotted #CC5A5F;
	border-right: 1px #CC5A5F;
	border-bottom: 1px dotted #CC5A5F;
	border-left: 1px #CC5A5F;
	background: url(../image/sideBack.gif) repeat 2px 14px;
	width: auto;
	height: 34px;
	list-style: none;
	padding-left: 14px;
	margin-left: -40px;
	font-size: 14px;
	font-style: normal;
	line-height: 34px;
	font-weight: normal;
	font-variant: normal;
}
.main #container #mainContent li {
	font-size: 14px;
	color: #666666;
}
dl {
	font-size: 14px;
	color: #666666;
}
dt {
	padding-top: 15px;
	padding-bottom: 5px;
	color: #666666;
}
em {
	font-size: 15px;
	font-weight: bold;
	color: #94422E;
	font-style: normal;
}
.Centering {
	text-align: center;
	font-size: 12px;
	color: #666666;
}
.profile {
	font-size: 13px;
	line-height: 140%;
	border-bottom: #CC5A5F;
	color: #666666;
}
.profile2 {
	font-size: 11px;
	line-height: 120%;
	color: #666666;
}
em {
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}
h4 {
	color: #999999;
	font-size: 14px;
}
