@charset "Shift_JIS";

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

/*背景色の指定*/
body{
	background-image: url(../image/back.gif);
	background-color: #ffffff;
	padding: 30px 0px;
	text-align: center;
}

/*タイトル*/
#decoTitle{
	padding: 0px 0px 10px 0px;
	border: none;
}

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

/*バックナンバー*/
#back_number{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

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

/*　曲リスト*/
.oa_list{
	width: 580px;
	line-height: 180%;
	font-size: 12pt;
	padding: 10px 30px 10px 30px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
/*	border: 5px solid #000000;*/	/*デバック用*/
}

.clearBoth{
	clear:both;
}

/*画像*/
.decoImage{
	padding: 0px 0px 0px 0px;
	border: none;
	float:right;
}


/* --------------------------------------------------
	リンク色
-------------------------------------------------- */
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
}
