/* 背景画像指定 */
body	{
	background:url('../images/pillow002/bg-pillow002.gif') repeat top left ;
}


/* 奥キャラクター画像指定 */
.backChara{
	width:100%;
	background: url('../images/pillow002/tip-pillow002_backchara.png') no-repeat top center;
}


/* 手前キャラクター画像指定 */
.frontChara{
	margin-left:-600px;
	width:1200px;
	height:1265px;
	position:fixed;
	top:0;
	left:50%;
	display:block;
	background: url('../images/pillow002/tip-pillow002_frontchara.png') no-repeat top center;
}



/* ページトップに戻る画像指定 */



/* インナーヘッダー画像 */
#innerHeader	{
	background: url('../images/pillow002/tip-pillow002_innerhead.png') no-repeat top left;
}

/* 見出し文字色 */
h2	{
	padding: 0 20px;
	color: #e64a9d;
	background-image: -webkit-gradient(linear,left top,left bottom,
	color-stop(0%,#ff99cc),
	color-stop(50%,#f75fb1),
	color-stop(100%,#d73d8d));
}



/* メインボックスの背景　*/
#mainbox	{
	background:url(../images/pillow002/bg-pillow002_mainbox.png) top left;
}


/* メインインナーの枠線とドロップの色　*/
#mainboxInner	{
	border: solid 1px #ff829a;
	box-shadow: 0 0 3px rgba(255,102,153,.5);
}

