/*　
リンク文字色ノーマル		#000099
リンク文字色オーバー		#FF3300
大メニュー文字色ノーマル	#000099
大メニュー文字色オーバー	#FF3300
上部小メニュー文字色ノーマル	#000099
上部小メニュー文字色オーバー	#FF3300
上部小メニューフレームノーマル	#000099
上部小メニューフレームオーバー	#FF3300
上部小メニューフレーム内背景	#FFFFFF
左フレーム背景			#66ADFF
右フレーム背景			#99C8FF
h1文字色			#000000
h1背景色			#66ADFF
h2文字色			#000099
h2下線				#000099
h3文字色			#C10000
テーブル線色			#000099
テーブル背景色			#FFFFFF
テーブルヘッダー背景色		#99C8FF
*/

html {
	overflow-x: hidden;
	overflow-y: auto;
}
body {
	overflow-x: hidden;
	overflow-y: auto;
	background-image:url(../img/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
a:link {
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}
.box {
	overflow-x: hidden;
	overflow-y: hidden;
	margin: 0px auto;
	padding: 0px;
	width: 1015px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
h1 {
	font-size: 13px;
	text-align: center;
	background-color: #66ADFF;
	display: block;
	padding: 3px;
	margin: 0px;
}

/*　左のフレーム　*/

.l_main {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 764px;
	height: 641px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: left;
	background-color: #66ADFF;	
}

/*　右のフレーム　*/

.r_main {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 249px;
	height: 641px;
	text-align: left;
	background-color: #99C8FF;
}

/*　上部小メニュー　*/

.m_bar {
	margin: 0px;
	padding: 7px;
	clear: both;
	background-color: #66ADFF;
	text-align: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

a.b_menu:link {
	font-size: 14px;
	color: #000099;
	text-decoration: none;
	margin: 0px 2px;
	padding: 3px 5px;
	background-color: #FFFFFF;
	border: 2px solid #000099;
	font-weight: bold;
}

a.b_menu:visited {
	font-size: 14px;
	color: #000099;
	text-decoration: none;
	margin: 0px 2px;
	padding: 3px 5px;
	background-color: #FFFFFF;
	border: 2px solid #000099;
	font-weight: bold;
}

a.b_menu:hover {
	font-size: 14px;
	color: #FF3300;
	text-decoration: none;
	margin: 0px 2px;
	padding: 3px 5px;
	background-color: #FFFFFF;
	border: 2px solid #FF3300;
	font-weight: bold;
}

/*　画像つき大メニュー　*/

.r_box {
	float: right;	
	margin: 0px;
	padding: 0px;
	width: 765px;
}

.l_box {
	margin: 0px;
	padding: 0px;
	float: left;	
	width: 249px;
}

a.t_menu:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 220%;
	color: #000099;
	margin: 0px;
	padding: 0px 0px 0px;
	height: 37px;
	width: 249px;
	background-image: url(../img/top_menuback.gif);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
a.t_menu:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 220%;
	color: #000099;
	margin: 0px;
	padding: 0px 0px 0px;
	height: 37px;
	width: 249px;
	display: block;
	background-image: url(../img/top_menuback.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
a.t_menu:hover {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 220%;
	color: #ff3300;
	margin: 0px;
	padding: 0px 0px 0px;
	height: 37px;
	width: 249px;
	display: block;
	background-image: url(../img/top_menuback_h.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

h2 {
	font-size: 16px;
	font-style: oblique;
	text-indent: 32px;
	text-align: left;
	background-image: url(../img/ugo1.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #000099;
	margin: 10px;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #000099;
}
h3 {
	font-size: 15px;
	color: #C10000;
	background-image: url(../img/ha.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	text-decoration: none;
	text-indent: 28px;
	margin: 10px;
	padding: 6px;
}

.f1 {
	font-size: 13px;
	line-height: 160%;
	color: #000000;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 3px;
}

.f1_1 {
	font-size: 13px;
	line-height: 160%;
	color: #000000;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 3px 3px 0px 3px;
}

.f1_2 {
	font-size: 13px;
	line-height: 160%;
	color: #000000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px 3px 0px 3px;
}

.f1_3 {
	font-size: 13px;
	line-height: 160%;
	color: #000000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 0px 3px 3px 3px;
}

.lyrics {
	font-size: 13px;
	line-height: 150%;
	text-align: left;
	color: #000000;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 245px;
	padding: 3px;
}

.lyrics2 {
	font-size: 12px;
	line-height: 130%;
	text-align: left;
	color: #000000;
	scrollbar-base-color: #66ADFF;
	scrollbar-arrow-color: #000000;
	background-color: #66ADFF;
	border-width: 1px;
	border-style: solid;
	border-color: #66ADFF;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 245px;
	padding: 3px;
}

.f2 {
	font-size: 13px;
	line-height: 160%;
	color: #000000;
	margin: 5px 10px;
	padding: 3px;
	border: 1px solid #ff0000;
}

.f3 {
	font-size: 13px;
	line-height: 160%;
	color: #DA0344;
	margin: 5px 10px;
	padding: 3px;
	background-color: #FFFFFF;
}
.f4 {
	font-size: 13px;
	line-height: 160%;
	color: #000000;
	margin: 5px 10px;
	padding: 3px;
	background-color: #FFFFFF;
	border: 2px dotted #000099;
}

.f5 {
	font-size: 13px;
	line-height: 160%;
	color: #FF3300;
	margin: 5px 10px;
	padding: 3px;
	background-color: #FFE3DD;
	border: 1px solid #FF3300;
}

table.all { 
	font-size: 13px;
	text-align: left;
	border-width: 3px;
	border-style: double;
	border-color: #000099; 
	border-collapse: collapse;
	font-size: 13px;
	margin: 5px 10px;
	padding: 3px;
	line-height: 150%;
	color: #000000;	
	background-color: #FFFFFF;
}

.head { 
	font-size: 13px;
	text-align: center;
	background-color: #99C8FF;
	font-weight: bold;
	border-color: #000099;
	border-width: 1px;
}

.all_2 { 
	font-size: 13px;
	border-color: #000099;
	border-width: 1px
}

.head_2 { 
	font-size: 13px;
	text-align: center;
	background-color: #99C8FF;
	font-weight: bold;
	border-color: #000099;
	border-width: 1px;
}

input.bt_1 {
	background-color: #b0e0e6;
} 

.footer {
	font-size: 13px;
	line-height: 160%;
	text-align: center;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #000099;
}

.l_footer {
	font-size: 10px;
	line-height: 160%;
	text-align: right;
	margin-top: 45px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 3px;
}
