/*　基本設定　*/

body {
	background: url(../shared/bg_100125.gif) repeat center top; /*背景変更時に修正*/
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

div#wrapper{
	width: 787px;
	margin: 0 auto;
	}
	
/*　ヘッダー　*/

div#head{
	background: url(../shared/bg_pre-top.png) no-repeat center top;
	height: 20px;
	}
	
h1{
	margin: 0;
	padding: 15px 0 30px 73px;
	text-align: left;
	}
	
/*　メイン　*/

div#main{
	background: url(../shared/bg_pre-middle.png) repeat-y center top;
	}
	
/*　リード　*/

div#lead{
	width: 640px;
	margin: 20px auto;
	text-align: left;
	background: url(../pre/images/icon_onsale.jpg) no-repeat right top;
	}
	
div#lead2{
	width: 640px;
	margin: 20px auto;
	text-align: left;
	}
	
div#bottom{
	background: url(../shared/bg_pre-bottom.png) no-repeat center top;
	height: 20px;
	}
	
/*　かこみ　*/

div#kakomi{
	margin: 0 auto;
	padding-bottom: 20px;
	}
	
/*　リンク　*/

a:link{ color: #59c43c; text-decoration: none; }
	 
a:visited{ color: #80a0ad; text-decoration: none; }
	 
a:hover{ color: #eb660f; text-decoration: none; }

/*　フッタ　*/

div#foot{
	margin: 20px auto;
	}
	
	.smallgray {
	font-size: 13px;
	line-height: 20px;
	color: #666666;
}

.smallred {
	font-size: 12px;
	line-height: 20px;
	color: #FF0000;
}