@charset "UTF-8";


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

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


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

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

#slideheadder {
 width: 664px;
 height: 74px;
 text-align: left;
 vertical-align: top;
 background: url(../images/common/headderbird.jpg) top right no-repeat;
 margin: 0 13px;
 }
 
 .h1 {
 width: 410px;
 height: 30px;
 margin-top: 46px;
 font-size: 16px;
 letter-spacing: 3px;
 text-align: right;
 float: right;
 margin-right: 50px;
 }
 
.specialheadder {
 float: left;
 }


#control {
 width: 500px;
 font-family: "Lucida Grande",Arial,Helvetica,Verdana,"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",HiraKakuPro-W3,meiryo,"メイリオ","平成角ゴシック","ＭＳ Ｐゴシック",Osaka,sans-serif;
 font-size: 11px;
 line-height: 140%;
 text-align: left;
 border: none;
 margin: 10px auto;
 }

#imgfield {
 clear: both;
 width: 660px;
 height: 550px;
 text-align: center;
 margin: 0 auto;
 background: url(../images/contents/pleasewait.gif) top center no-repeat;
 border: 1px solid #cccccc;
 }
 
 





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









