
#page_background {
	 position: absolute;
	 top: 0;
	 left: 0;
 	z-index: -1;
}
 
 #page_background.w100p {
 	width: 100%;
}
 
 #page_background.w960 {
 	width: 960px;
}
 
#page_background.h100p {
 	height: 100%;
}


/*リンクの色*/

a{/*リンクされた文字*/
    color:#008080;
    font-style:normal;
    text-decoration: none;
}
a:link {/*未訪問のリンク*/
    color:#008080;
    font-style:normal;
    text-decoration: none;
}
a:visited {/*訪問後のリンク*/
    color:#008080;
    text-decoration: none;
}
a:hover {/*マウスをのせたとき*/
    color:#008080;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}


/*サイドメニュー*/
#top #topSlide  {position:relative; width:100%; height:100%;}
#top #topSlide li   {position:fixed; top:0; left:0; z-index:1; opacity:0; filter:alpha(opacity=0);}



/*作品ページの詩*/
#poem { font-size:12px; line-height:20px;}

/*newsのページ更新情報*/
#kousin { font-size:10px; line-height:20px; border:dotted 1px #594F5E; padding:10px; width:350px; margin:0 auto  20px;}






/*newsのページBOX*/
#news_box { font-size:12px; line-height:20px; width:851px; margin:20px auto;}
#news_box h2{ font-size:14px; }


/*newsのページBOX 画像を入れる左*/
#news_left { float:left; margin:0 50px 20px 0; float:left; width:300px; }

/*newsのページBOX　テキストを入れる右*/
#news_right { float:left; width:500px; }

/*newsのページBOX回り込みを解除　clear*/
#news_clear { clear:both;  border-bottom:1px solid #CCC; }