/* CSS Document */
@charset "shift-jis";

/*--- setting start　---*/

/*--- font設定　---
どのブラウザも14px相当に統一
----------------*/

body {  
    font-size: 80%;
		line-height:160%;
}

html>/**/body {  
    font-size: 14px;  
		line-height:160%;
}

/*-------------------*/

html,body{
	height:100%;
}

div#all{
	min-height:100%;
	height:auto !important;
	height:100%;
	width:100%;
	padding:0 0 0 0;
}

body > #all{
	height:auto;
}

/*--- setting end　---*/

.wrapper{
	width: 950px;
	height: auto;
	margin: 0 auto;
}

/*=======================================
 　sec1
=========================================*/


.sec1 {
	width: 950px;
	height: 424px;
	background: url(../images/bgTop.jpg) left top no-repeat;
	position: relative;
}




.sec1Img {
	position: absolute;
	left: 107px;
	top: 47px;
	width: 277px;
}


.sec1Tit {
	position: absolute;
	left: 401px;
	top: 82px;
}

.sec1Txt {
	position: absolute;
	left: 405px;
	top: 204px;
	width: 204px;
	height: 107px;
	font-size: 16px;
	color: #715e61;
	line-height: 1.6;
	
}

.sec1Name {
	position: absolute;
	left: 406px;
	top: 308px;
	width: 369px;
}

.sec1Price {
	position: absolute;
	left: 408px;
	top: 353px;
}


.sec1Sub {
	position: absolute;
	left: 595px;
	top: 62px;
}


.sec1Btn {
	position: absolute;
	left: 513px;
	top: 342px;
}




.secBottom {
	width: 950px;
	height: 626px;
	background: url(../images/bgBottom.jpg) left top no-repeat;
	position: relative;
}

.sec2Img {
	position:absolute;
	left: 71px;
	top: 21px;
}


.sec2Name {
	position: absolute;
	left: 152px;
	top: 455px;
}

.sec2Price {
	position: absolute;
	left: 323px;
	top: 460px;
}

.sec2Btn {
	position: absolute;
	left: 211px;
	top: 491px;
}




.sec3Img {
	position:absolute;
	left: 479px;
	top: 19px;

}


.sec3Name {
	position: absolute;
	left: 565px;
	top: 455px;
}

.sec3Price {
	position: absolute;
	left: 557px;
	top: 501px;
}

.sec3Btn {
	position: absolute;
	left: 663px;
	top: 490px;
}


.fntppl a{
	color:#0d638c;
	font-size: 21px;
	font-weight:bold;
	line-height: 1.4em;
}



.priceTxt{
	color:#675040;

	font-size:16px;
}
