/*******　topページ用　*******/

body {color:#660000;
	}

/*　中央のコンテンツメイン　*/
#main_contents {
	width:800px;
	height:790px;
	margin:-6px 0px 0px 0px;
	background: url(../images/back_center.png) ;
background-repeat: repeat-y;
display:block;
	padding-top:30px;   /**　lyout_index より追加　**/
}

#main_contents p{
	font-size:85%;
	}


/*　それぞれのコンテンツ　*/
.contents {
	clear:both;
	width:700px;
	margin:0px 50px 0px 50px;
	text-align:left;
}

.contents_text {
	width:500px;
	margin:10px 80px 30px auto;
	float:right;
	vertical-align:top;
	text-align:left;
}




.title_bar_atv{
	clear:both;
	width:680px;
	background: url(http://lyrical.jp/images/navi_atv.png) ;
	background-repeat: repeat-x;
	text-align:left;
	color:#ffffff;
	display:block;
	font-size:105%;
}

.contents_bar {
	margin:45px auto 20px auto;
}





/*　トップへ　*/


.to_top_table{width:480px;
	margin:0px auto 0px auto;
	font-size:80%;　/*　右コンテンツ外のためサイズ調整85→80%　*/
}

.top {
	width:160px;
	text-align:center;
	color:#cc8855;
}

.top a:link{color:#cc8855;}
.top a:visited{color:#cc8855;}

.back {	width:160px;}

.next {	width:160px;
	text-align:right;}

.to_top {
	color:#cc8855;
	font-size:85%;
}


/*　著作権表示部分　*/
#footer {
	clear:both;	
	background: url(http://lyrical.jp/images/back_center.png) ;
	background-repeat: repeat-y;
	font-size:80%;
	line-height:100%;
	text-align:center;
	padding-bottom:3px;
	padding:10px 0px 0px 0px;
	margin-top:3px;
}

#copy {padding-top:10px;}



/*　一番下の壁紙　*/
#back_bottom {
	width:800px;
	margin:0px 0px 10px 0px;
	background: url(../images/back_bottom.png) ;
background-repeat: no-repeat;
}


a.usg {color:#660000;}

