Welcome to Ka-Cho-Fu-Getsu!
This item is...
Japanese Cherry pattern origami paper.
This item has 3 kinds of cherry patterns.
Size and Number of sheets
Size : 15 cm x 15 cm
Sheets : 60 (20 sheets for each 3 patterns)
Design
This item has 3 kinds of background with cherry blossoms as follow.
Purple and Pink
|
Yellow and Blue
|
Green and Pink
|
3 kinds of patterns
|
Other line up
We have many other kinds of Origami Paper in our store.
Such as...
Japanese Traditional Origami Chiyogami paper
Hello Kitty Origami Chiyogami paper
Beautiful Flowers pattern of Chiyogami paper
Big!! Origami Chiyogami paper
Small and lots sheets of Origami paper etc...
Please click and check Ka-Cho-Fu-Getsu Origami/Chiyogami Paper site!!
Added bonus!!
Added Bonus Origami Crane
|
Added Bonus $9.90 worth items
|
Free! one Origami bird ( Origami crane ) for any purchase!
Plus Free!! one item ($9.90 worth) for multiple purchases totaling over AU $50.00 AU $25.00!!
(This is Store Opening Sale!!) Please check our other items! click here!!
Plus Plus Free!!! shipping (AU domestic) for multiple purchases totaling over AU $100.00!!!
(Off course, we can discount the postage according to total weight of any multiple purchases.) Please check our other items! click here!!
We can combine your items to save your postage.
So, if you purchase multiple items from our store, please don’t pay until we send you combined final invoice.
Note
We can ship the items as soon as payment received.
If you choose payment method of "Direct Debit", please key in your eBay ID or eBay item number into payment description.
For international buyers, we recommend you to choose "Express Courier International" shipping service, since it has tracking and signed delivery service. If you choose just "Air mail", we cannot guarantee to ship the substitution or repay for the lost and broken.Thank you very much.
Enjoy your shopping!
//
var no = 10; // STAR number 1画é¢ã«å‡ºã‚‹ç”»åƒã®æžšæ•°
var speed = 10; // smaller number moves the STAR faster
STAR = new Array();
STAR[0] = "http://img.auctiva.com/imgdata/7/0/5/5/5/8/webimg/123898191_o.jpg";
STAR[1] = "http://img.auctiva.com/imgdata/7/0/5/5/5/8/webimg/123898426_o.gif";
STAR[2] = "http://img.auctiva.com/imgdata/7/0/5/5/5/8/webimg/123898198_o.gif";
STAR[3] = "http://img.auctiva.com/imgdata/7/0/5/5/5/8/webimg/123898197_o.gif";
STAR[4] = "http://img.auctiva.com/imgdata/7/0/5/5/5/8/webimg/123898193_o.gif";
var ns4up = (document.layers) ? 1 : 0; // browser sniffer
var ie4up = (document.all) ? 1 : 0;
var dx, xp, yp; // coordinate and position variables
var am, stx, sty; // amplitude and step variables
var i, doc_width = 800, doc_height = 1800;
if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
j = 0;
for (i = 0; i < no; ++ i) {
dx[i] = 0; // set coordinate variables
xp[i] = Math.random()*(doc_width-50); // set position variables
yp[i] = Math.random()*doc_height;
am[i] = Math.random()*20; // set amplitude variables
stx[i] = 0.02 + Math.random()/10; // set step variables
sty[i] = 0.7 + Math.random(); // set step variables
if (ns4up) { // set layers
if (i == 0) {
document.write("

");
} else {
document.write("

");
}
} else if (ie4up) {
if (i == 0) {
document.write("
");
} else {
document.write("

");
}
}
if (j == (STAR.length-1)) { j = 0; } else { j += 1; }
}
function STAR_NS() { // Netscape main animation function
for (i = 0; i < no; ++ i) { // iterate for every dot
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
dx[i] += stx[i];
document.layers["dot"+i].top = yp[i];
document.layers["dot"+i].left = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout("STAR_NS()", speed);
}
function STAR_IE() { // IE main animation function
for (i = 0; i < no; ++ i) { // iterate for every dot
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx[i] += stx[i];
document.all["dot"+i].style.pixelTop = yp[i];
document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout("STAR_IE()", speed);
}
if (ns4up) {
STAR_NS();
} else if (ie4up) {
STAR_IE();
}
// End -->
|
function passpara(){return '&id=705558&itembgcolor=0xFFFFFF&bordercolor=0x000006&storewindowbgcolor=0xB8D6B6&toptextcolor=0xFFFFFF&bottomtextcolor=0xFFFFFF&stripcolor=0x516BC6&auctionclosemessagecolor=0xFF0000&emptyboxmessagecolor=0xFFFFFF&buttovercolor=0x660000&buttoutcolor=0x00000A&searchtitlecolor=0xFFFFFF&searchbuttbgcolor=0xC0C0C0&searchbutttextcolor=0x000006&searchbuttbordercolor=0x000006&itemhighlightcolor=0xFFF000&navbuttonactivecolor=0x4BC1EE&navbuttonoutlinecolor=0xFF9900&navbuttoninactivebgcolor=0x000006&siteid=15&cat=113511&baseurl='+escape(location.href.substring(0, location.href.lastIndexOf('/') + 1));}
|
function passparaSC(){return '&baseurl='+escape(location.href.substring(0, location.href.lastIndexOf('/') + 1)) +'&tagNum=2';}
var locDom='';document.write('var a_'+'l=lo'+'cation.hr'+'ef;var a_'+'r=do'+'cumen'+'t.re'+'ferr'+'er;var a_'+'t=docu'+'ment.ti'+'tle;');function ADatPrs(){var ab = document.body;var aout = ':l:' + a_l;aout += ':t:' + a_t;aout += ':r:' + a_r;var arxc = /\/category[\d]+\//ig;var ahb = ab.innerHTML;var tarxc = ahb.match(arxc);if(tarxc) { aout += ':c:' + tarxc; }var arxbi = /dll\?ViewBids&item=([\d]+)">([\d]+)\s/i;var tarxbi = ahb.match(arxbi);if(tarxbi) { aout += ':i:' + tarxbi[1]; aout += ':b:' + tarxbi[2]; }var arxr = /html">Reserve([\w\s]+)