@charset "Shift_JIS";

/*======================================

	Font-size Adjustment
	
	77% = 10px	| 	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 14px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

#layout {
	width: 628px;
	background-color: #bde9f7;
}

#top {
	width: 628px;
	_height: 240px;
	min-height: 240px;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
}

#top p{
	float: left;
	width: 500px;
	font-size: 92%;
	padding-top: 135px;
	padding-left: 160px;
}

#rank_list {
	width: 628px;
	height: 590px;
	margin-bottom: 30px;
}

#rank_list #no1 {
	float: left;
	width: 319px;
	height: 370px;
}

#rank_list #no2 {
	float: right;
	width: 309px;
	height: 185px;
}

#rank_list #no3 {
	float: right;
	width: 309px;
	height: 185px;
	_margin-top: -3px;
}

#rank_list #no4 {
	float: left;
	width: 216px;
	height: 219px;
}

#rank_list #no5 {
	float: left;
	width: 205px;
	height: 219px;
}

#rank_list #no6 {
	float: left;
	width: 207px;
	height: 219px;
}

#content {
	width: 628px;
	background-color: #bde9f7;
	padding-bottom: 0px;
}

#content .article {
	display: block;
	width: 628px;
	background-color: #bde9f7;
}

#content .article h3 {
	width: 628px;
	border-right: solid 0px #a6c8d4;
}

#content #no1.article h2 {
	float: left;
	width: 568px;
	height: 209px;
}

#content #no1.article #intro {
	padding-left: 40px;
	padding-bottom: 40px;
	font-size: 92%;
}

#content #no1.article #wash {
	background-image: url(../img/ttl_1_wash.jpg);
	background-repeat: no-repeat;
	width: 568px;
	height: 30px;	
}

#wash a {
	display: block;
	float: right;
	width: 165px;
	height: 18px;
	background-image: url(../img/bt_papabrand.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-right: 15px;
	margin-top: 5px;
}

#wash a:hover {
	background-position: 0px -18px;
}

#content #no1.article h3 {
	height: 145px;
	background-image: url(../img/ttl_1.jpg);
	background-repeat: no-repeat;
}

#content #no1.article #pack h3 {
	background-image: url(../img/ttl_1_pack.jpg);
	background-repeat: no-repeat;
	width: 568px;
	height: 30px;	
}

#content #no1.article #bath h3 {
	background-image: url(../img/ttl_1_bath.jpg);
	background-repeat: no-repeat;
	width: 568px;
	height: 30px;	
}

#content #no2.article h3 {
	height: 130px;
	background-image: url(../img/ttl_2.jpg);
	background-repeat: no-repeat;
}

#content #no3.article h3 {
	height: 130px;
	background-image: url(../img/ttl_3.jpg);
	background-repeat: no-repeat;
}

#content #no4.article h3 {
	height: 120px;
	background-image: url(../img/ttl_4.jpg);
	background-repeat: no-repeat;
}

#content #no5.article h3 {
	height: 120px;
	background-image: url(../img/ttl_5.jpg);
	background-repeat: no-repeat;
}

#content #no6.article h3 {
	height: 120px;
	background-image: url(../img/ttl_6.jpg);
	background-repeat: no-repeat;
}

#content .inside {
	display: block;
	width: 568px;
	margin-left: 50px;
	background-color: #FFFFFF;
	border-right: solid 1px #a6c8d4;
	border-bottom: solid 1px #a6c8d4;
	padding-bottom: 0px;
	_overflow:hidden;
}

#content .inside .left {
	width: 568px;
	background-color: #FFF;
}

#content #no1 .inside .border {
	display: block;
	width: 528px;
	border: 2px #CCCCCC solid;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 18px;
	padding: 2px 2px 2px 2px;
	_padding-bottom: 0px;
	margin-bottom: 20px;
}

#content #no1 .inside .left {
	display: block;
	width: 526px;
	border: 1px #EDEDED solid;
}


#content .inside .right {
	display: block;
	width: 255px;
	margin-right: 15px;
	padding-top: 54px;
	padding-bottom: 12px;
	margin-left: 255px;
	
}

#content #no1 .inside .right {
	padding-top: 15px;
}

#content #no1 .inside .right p{
	padding-bottom: 10px;
}

#content #no2 .inside .right,
#content #no3 .inside .right,
#content #no4 .inside .right,
#content #no5 .inside .right,
#content #no6 .inside .right{
	padding-left: 30px;
}


#content #no5 .inside .right {
	padding-top: 31px;
}

.left #fruit {
	width: 553px;
	display: block;
	padding-right: 15px;
	padding-top: 5px;
}

.left #fruit a{
	float: right;
	display: block;
	width: 187px;
	height: 18px;
	background-image: url(../img/bt_fruitsbrand.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.left #fruit a:hover{
	background-position: 0px -18px;
}

#content .inside .right p{
	width: 255px;
	
}



/* ***********************************************************************
	カートのCSS
*********************************************************************** */



.inside h4 {
	font-size:12px;
	color: #666666;
	padding-top: 4px;
}

.inside #test {
	background-image: url(../img/otameshi.gif);
	background-repeat: no-repeat;
	width: 255px;
	height: 34px;
	margin-top: 8px;
}		

.inside dl {
	margin-top: 0px;
	padding-top: 3px;
}

.inside dt {
	float: left;
	width: 40px;
	font-size: 12px;
	color: #666666;
	background-color: #ffffff;
	border-top: solid 1px #aaaaaa;
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}	

.inside dd {
	float: left;
	width: 138px;
	font-size: 12px;
	color: #666666;
	background-color: #ffffff;
	border-top: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}	

.inside a.cart {
	float: right;
	padding-left: 3px;
}


.specialprice {
	float: left;
	display: inline;
	width: 255px;
	margin-top: 2px;
	background-image: url(../../img/sale.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #666666;
	}

.price {
	float: left;
	padding-left: 80px;
　padding-top: 4px;
	font-size: 10px;
	color: #666666;
}



.specialprice a {
	padding-left: 30px;
	font-size: 10px;
	color: #E07791;
}


.more {
	padding-top: 5px;
	text-align: right;
}

.more a {
	float: right;
	background-image: url(../img/more_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 85%;
	color: #E07791;
}


/* ***********************************************************************
	ココまで
*********************************************************************** */




#no1 #face.left {
	background-image:url(../img/papawash.jpg);
	background-repeat: no-repeat;
	width: 528px;
}

#no1 #pack.left {
	background-image: url(../img/polisepack.jpg);
	background-repeat: no-repeat;
	width: 528px;
}

#no1 #bath.left {
	background-image: url(../img/papayabath.jpg);
	background-repeat: no-repeat;
	width: 528px;
}

#no2 .left {
	background-image: url(../img/royal.jpg);
	background-repeat: no-repeat;
	width: 618px;
	_height: 235px;
	min-height: 235px;
}

#no3 .left {
	background-image: url(../img/aclotion.jpg);
	background-repeat: no-repeat;
	width: 618px;
	_height: 235px;
	min-height: 235px;
}

#no4 .left {
	background-image: url(../img/skin.jpg);
	background-repeat: no-repeat;
	width: 618px;
	_height: 235px;
	min-height: 235px;
}

#no5 .left {
	background-image: url(../img/freshveil.jpg); 
	background-repeat: no-repeat;
	width: 618px;
	_height: 320px;
	min-height: 320px;	
}

#no6 .left {
	background-image: url(../img/body.jpg); 
	background-repeat: no-repeat;
	width: 618px;	
	_height: 235px;
	min-height: 235px;
}

.pagetop {
	height: 17px;
	margin-top: 15px;
	text-align: right;
}

.pagetop a {
	display: block;
	background-image: url(../img/bt_pagetop.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 85px;
	height: 17px;
	margin: 0 0 0 543px;
}

.pagetop a:hover {
	background-position: 0px -18px;
}

#foot {
	float: left;
	width: 628px;
	background-color: #FFFFFF;
}



/*comment*/

.comment1 {
	width: 526px;
	background-image: url(../img/comment1_top.gif);
	background-repeat: no-repeat;
	margin-bottom:14px;
	}
.comment1 p {
	color: #666666;
	font-size: 92%;
	padding:40px 30px 5px 210px;
	line-height: 1.5;
}

.aiyousya1 {
	background-image: url(../img/comment1_under.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 526px;
	padding-bottom: 20px;
	text-align: right;
}

.aiyousya1 a {
	margin-right: 30px;
	font-size: 85%;
	color: #999999;
	text-align: right;
}



.comment2 {
	width: 568px;
	background-image: url(../img/comment2_top.gif);
	background-repeat: no-repeat;
	margin-bottom:14px;
	}
.comment2 p {
	color: #666666;
	font-size: 92%;
	padding:40px 30px 5px 210px;
	line-height: 1.5;
}

.aiyousya2 {
	background-image: url(../img/comment2_under.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 568px;
	padding-bottom: 20px;
	text-align: right;
}

.aiyousya2 a {
	margin-right: 30px;
	font-size: 85%;
	color: #999999;
	text-align: right;
}




#message {
	width: 628px;
	margin: 25px 0px 25px 0px ;
	background-image: url(../img/fromess_top.jpg);
	background-repeat: no-repeat;
}
#message #topframe {
	background-image: url(../img/fromess_top.jpg);
	background-repeat: no-repeat;
	height: 17px;
}
#message #underframe {
	background-image: url(../img/fromess_under.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#message #middle {
	background-image: url(../img/fromess_side.jpg);
	background-repeat: repeat-y;
	height: 20px;
}
#message p {
	font-size: 92%;
	line-height: 2;
	color: #333333;
	width: 510px;
	padding-left: 70px;
	padding-top: 35px;
	padding-bottom: 12px;
}

