@charset "UTF-8";


/* 一括で全ての要素の余白をゼロに指定 */
*{padding: 0;	margin: 0;}

/*-- 削除不可 --*/
#cds{display: none;}


 
 /* ####################################

                      作品表示エリア
                          
####################################### */


#imgfield {
 clear: both;
 width: 500px;
 height: 490px;
 text-align: center;
 margin: 0 auto 10px;
 }
 
.workS {
 margin: 70px 0 20px 0;
 border: 0px none;
 }
 
.workL {
 margin: 20px auto 0;
 border: 0px none;
 }
 
.workC {
 margin: 20px auto 0;
 border: 0px none;
 }




/*--------ナビゲーションボックス--------*/

#navibox {
 clear: both;
 width: 500px;
 height: 130px;
 margin: 0 auto;
 position: relative;
 }

#naviinnerTop {
width: 500px;
height: 50px;
border-bottom: 1px solid #cccccc;
}

#numbox {
 width: 80px;
 height: 50px;
 position: absolute;
 left: 0;
 }
 
#titlebox {
 width: 338px;
 height: 50px;
 text-align: center;
 line-height: 180%;
 position: absolute;
 left: 82px;
 }

.title {
 font-size: 12px;
 }
 
.info {
 font-size: 10px;
 }
 
#detailbtn {
 width: 80px;
 height: 50px;
 padding-top: 5px;
 text-align: right;
 position: absolute;
 left: 421px;
 }

#naviinnerBottom {
clear: both;
width: 500px;
height: 70px;
padding-top: 10px;
position: absolute;
top: 51px;
}

.backbtn {
	width: 82px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 10px;
 }
 
#page {
 width: 336px;
 height: 50px;
 text-align: center;
 font-size: 11px;
 font-family: "Lucida Grande",Arial,Helvetica,Verdana,"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",HiraKakuPro-W3,meiryo,"メイリオ","平成角ゴシック","ＭＳ Ｐゴシック",Osaka,sans-serif;
 line-height: 140%;
 position: absolute;
 left: 84px;
 }
 
.nextbtn {
 width: 82px;
 height: 50px;
 position: absolute;
 left: 419px;
 text-align: right;
 }








/* for Firefox
---------------------------------------*/
div:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
 
