@charset "UTF-8";

/* -----------------------------*/
/*  prm default
/* -----------------------------*/

/* reset styles */
html, body, h1, h2, h3, h4, h5, h6,
div, p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 5px;
	padding: 0;
	color: #fff;
	font-size: 10pt;
	font-family:
		Arial,
		sans-serif;
}

/* -- h setup --------- */
h1 {font-size: 22pt; clear:  both;}
h2 {font-size: 20pt; clear:  both;}
h3 {font-size: 18pt; clear:  both;}
h4 {font-size: 16pt; clear:  both;}
h5 {font-size: 14pt; clear:  both;}
h6 {font-size: 12pt; clear:  both;}

/* -- img setup --------- */
img {margin: 5px; padding: 0; border: none; float: left; }
img.center {margin: 0 5px; float: none;}

/* -- p setup ------------ */
p {margin: 12px 5px; line-height:150%; clear: both;}

/* -- link setup--------- */
a:link { text-decoration:underline;color:#cccccc; }
a:visited { text-decoration:underline;color:#cccccc; }
a:hover { text-decoration:underline;color:#ffffff; }
a:active { text-decoration:underline;color:#ff0000; }

a.link_h3:link { text-decoration:none;color:#3399FF; }
a.link_h3:visited { text-decoration:none;color:#3399FF; }
a.link_h3:hover { text-decoration:none;color:#ffccff; }
a.link_h3:active { text-decoration:none;color:#ff0000; }

/* -- form setup--------- */
input, select, textarea { 
	background-color: #ffffff;
	border-style: dotted; 
    border-width: thin; 
	border-color: #ff9933
}

/* -- 注釈 setup--------- */
ul {list-style-position: inside;}

/* -- 曲順 -- */
ul.song {
	list-style-type: decimal; 
}
ul.song li {
	padding: 0px 0px;
	text-align: left;
	font-size: 9pt;
}

/* -- 汎用ナンバー -- */
ul.num {
	list-style-type: decimal; 
}


/* -----------------------------*/
/*  base frame setup
/* -----------------------------*/

/* -- ボディー --------- */
body {
	text-align: center;
	background:  #993300;
}

/* -- ページヘッド --------- */
#wrapper_head{
	margin: 0 auto;
	width: 864px;
	clear:  both;
}
#page_copy {
	margin: 0 19px;
	padding: 0;
	text-align: left;
	font-size: 8pt;
	color: #ff9933;
	float: left;
}
#menu_up {
	margin: 0 19px;
	padding: 0;
	text-align: right;
	float: right;
}

/* -- ページメイン --------- */
#wrapper {
	margin: 0 auto;
	width: 864px;
	text-align: center;
	background: url(design/wrapper_back.gif) repeat-y; 
	clear:  both;
}

#main_frame {
	margin: 0 19px;
	text-align: center;
}

/* -- リードENDからのナビゲーション --------- */
#menu_sub {
	margin: 0;
	padding: 0;
	border-top: dotted 1px #ff99ff;
	clear:  both;
}

/* -- コピーライト --------- */
#copyright	 {
	margin: 0px;
	padding: 10px 0px;
	clear:  both;
}

/* -----------------------------*/
/*  default class setup
/* -----------------------------*/

/* -- メニュー用 --------- */
.menu_main_home {
	margin:  0 1px;
	padding: 5px 0;
	width: 91px;
	height: 28px;
	background:  url(design/mn_home.jpg) no-repeat left top;
	font-weight:bold;
	text-align:  center;
	float: left;
}
.menu_main_other {
	margin: 0 1px;
	padding: 5px 0;
	width: 179px;
	height: 28px;
	font-weight:bold;
	background:  url(design/mn_other.jpg) no-repeat left top;
	text-align:  center;
	float: left;
}

/* -- read more テキストリンク --------- */
.read_more {text-align:  right;}

/* -- 小項目名など（登録メールアドレスとか・・・） --------- */
.itemname {margin: 0 0 0 5px; padding: 0; font-size: 8pt; line-height:100%; clear:  both;}
