@charset "Shift_JIS";

/***************■全体構造*********************/

/*背景色の指定*/
#indexpage{
	background-color: #ffffff;
	background-image: url(image/img_back.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
	padding: 30px 0px;
	text-align: center;
}

#backnumber{
	background-color: #ffffff;
	background-image: url(image/img_backnumber.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
	padding: 30px 0px;
	text-align: center;
}

/*　ヘッダー部　囲み*/
#box_info{
	width: 800px;
	font-size: 12pt;
	padding: 10px 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
/*	border: 5px solid #000000;*/	/*デバック用*/
}

/*　フッター部　囲み*/
#box_footer{
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/*　セレクト曲リスト　囲み*/
.box_pSelect{
	background-color: #f9ffe3;
	line-height: 130%;
	width: 620px;
	border-radius: 30px;
	vertical-align: middle;
	border: 2px dotted #9cbb1c;
	padding: 20px 40px 20px 40px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
/*	border: 5px solid #000000;*/	/*デバック用*/
}

/*文字色*/
.sectionDate{
	font-size: 14pt;
	color: #618e34;
	font-weight: bold;
}

/*文字色*/
.sectionNabe{
	font-size: 14pt;
	color: #009b9f;
	font-weight: bold;
}

.sectionOoba{
	font-size: 14pt;
	color: #ec6800;
	font-weight: bold;
}

.sectionMaki{
	font-size: 14pt;
	color: #b33e5c;
	font-weight: bold;
}



/*バックナンバー*/
#nav{
	padding: 3px 3px 10px 3px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#nav ul{
	padding: 0px;
	margin: 0px;
}

#nav ul li {
	display: inline;
	font-size: 12pt;
	color: #000000;
	margin-right: 10px;
}

#nav ul li a { 
	text-decoration: none;
	color: #0000ff;
}

#nav ul li a:hover{
	border-bottom: dotted 1px #ff6600;
	text-decoration:none;
	color: #ff6600;
}

.clearBoth{
	clear:both;
}

/*タイトル（画像）*/
.img_Title{
	padding: 0px 0px 10px 0px;
	border: none;
}


/* --------------------------------------------------
	リンク色
-------------------------------------------------- */
a:link{
	text-decoration:none;
	color:#336699
}
a:visited{
	text-decoration:none;
	color:#336699
}
a:hover{
	text-decoration:none;
	color:#58a786
}
a:active{
	text-decoration:none;
	color:#58a786
}
