/* dessert最新号 */

* {
margin: 0;
padding: 0;
}

body {
	padding:0;
	margin:0;
	color:#000;
	font-family:"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka,'Hiragino Kaku Gothic Pro',Arial,Helvetica,sans-staidanf;
	width:100%;
}

#contents {
	width:750px;
	height:auto;
	background: transparent;
	background-image: url("../images/backline.gif");
	background-repeat: repeat;
	background-attachment: fixed;
}

#left {
	float:left;
	padding-top: 10px;
	padding-bottom: 25px;	
}

#right {
	float:left;
	padding-top: 10px;
	padding-bottom: 25px;
}

#bottom {
	width:746px;	
	float:center;
	background: transparent;
	background-image: url("../images/backline.gif");
	background-repeat: repeat;
	background-attachment: fixed;
	padding-top: 10px;	
	padding-bottom: 15px;
	padding-right: 4px;	
	text-align:right;
}

.caption {
	font-size:12px;
	color:#333333;
	line-height:120%;
	text-align:right;
	font-weight:bold;
}
