@import "common.css";
@import "navi.css";



#tm_shoukai {
width:370px;
margin:0 auto 0 240px;


text-align:left;
}



*******　topページ用　*******/

body {color:#660000;
	}

/*　中央のコンテンツメイン　*/
#main_contents {
	width:800px;
	height:630px;
	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;
}


/*　コンテンツのタイトルバー　*/

a.title_bar {
	clear:both;
	width:680px;
/*	margin:10px auto;*/
	background: url(http://lyrical.jp/images/navi.png) ;
	background-repeat: repeat-x;
	text-align:left;
	color:#660066;
	display:block;
	font-size:105%;
}

a.title_bar:link{color:#660066;}
a.title_bar:visited{color:#660066;}
a.title_bar:hover{
	color:#ffffff;
	background: url(http://lyrical.jp/images/navi_atv.png) ;
	background-repeat: repeat-x;
	text-decoration:none;
	display:block;
}

.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;
}

.contents_bar_st {
		float:right;
	margin:45px 50px 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;}

