/*本スタイルシートは、拡大サイト曲目リストページ用*/


/*以下、ページ共通項目*/

body		{width:650px;
		margin-left:auto;margin-right:auto;
		font-size:16px;
		line-height:1.2}

a:link		{color:#990000}
a:visited	{color:#990000}
a:active	{color:black;}
a:hover		{color:black;}

h1		{font-size:22px;
		margin-top:-15px}

h2		{font-size:18px}

ul		{list-style:none}
li		{margin-left:-40px;
		margin-bottom:10px}

/*トップページに戻る右揃え*/
.link_pagetop	{text-align:right;
		margin-right:80px}

/*広告バナー下マージン*/
.banner		{margin-top:5px}

/*コピーライト*/
.copyright	{font-size:12px}


/*以下、必要ページ項目*/

.hutozi		{font-weight:bold}
.kasen		{text-decoration:underline}

.mozi_syou1	{font-size:14px}

.gyou_top	{margin-top:-10px}
.gyou_bottom	{margin-bottom:-10px}

.left		{text-align:left}
.center		{text-align:center}
.right		{text-align:right}