
#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;}

/*プロダクトの商品Box*/
.item { float:left; width:164px; padding:0; word-break:break-all;}
/*プロダクトの商品名テキスト*/
.item p { font-size:12px; line-height:20px;}

/*プロダクトの商品Box　左マージンあり*/
.item2 { float:left; width:164px; padding:0; margin-left:20px;  word-break: break-all;}
/*プロダクトの商品名テキスト*/
.item2 p { font-size:12px; line-height:20px;}



/*プロダクトのタイトル*/

#product h2{ font-size:16px; color: #666; }


/*プロダクトの商品詳細のBOX*/

.item3 { width:640px; padding:10px;  float:left;  word-break: break-all;}

/*プロダクトの商品詳細のコメント*/
.item3 p  { font-size:12px; line-height:20px;}

/*プロダクトの商品詳細のBOX*/

.item4 { width:300px; margin-left:10px; padding:6px 12px; border:#999 solid 1px; float:right;  word-break: break-all;}

/*プロダクトの商品詳細のコメント*/
.item4 p  { font-size:12px; line-height:20px;}


/*プロダクトのバリエーションページのBOX*/

.item5 { width:600px; margin-right:20px; padding:0; float:left;}

/*プロダクトのバリエーションページ商品画像*/
.item5 img  { margin-bottom:20px;}

/*プロダクトのバリエーションページのテキストBOX*/

.item6 { width:380px; margin:0; padding:0; float:right;}

/*プロダクトのバリエーションページのテキスト*/
.item6 p  {  font-size:12px; line-height:20px;word-break: break-all;}







/*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; }