/* 背景画像選択 */

.tback { background:url(pict/tback.png) no-repeat #ffbb22;
  background-position:730px 0px}
.back { background-image:url(pict/back.jpg);}
.win { background-image:url(pict/back.jpg);}
.dwin { background:url(pict/d_back.png) no-repeat top left;}

/* わんこシルエット、p{テキスト位置(relative)} */

.dwin { width:200px; height:480px;
  position:absolute;top:5px; left:5px; text-align:center; position:relative}
.dwin p { width:150px;height:100px; position:absolute;top:22px;left:25px;
 font-family:HG創英角ﾎﾟｯﾌﾟ体; font-size:15px; color:#552222;}

/* 吹き出しの位置 dtext={profile,link} */

.dtext {width:200px;height:170px;background:url(pict/fukidashi.png);
  position:absolute; left:0px; top:150px}
#dtextdiary {width:200px;height:170px;background:url(pict/fukidashi2.png);
  position:absolute; left:0px; top:200px}
.dtextgazo {width:200px;height:170px;background:url(pict/fukidashi.png);
  position:absolute; left:0px; top:230px}

/* わんこ位置 */

.dtop { position:absolute; left:35px; bottom:3px}
.dprofile { position:absolute; left:18px; bottom:3px}
.ddiary { position:absolute; left:56px; bottom:3px}
.dgazo { position:absolute; left:5px; bottom:3px}
.dlink { position:absolute; left:60px; bottom:3px}

/* キリ番フォーム */

.form table{background-color:#33ffcc;border:2px solid #ffa000}
