@charset "UTF-8";

/*
------------------------------------------------------------
Create Page CSS file
First Version:	2009.06.22
------------------------------------------------------------
*/

/*

	00 : Create Common
	01 : Up Photos
	02 : Music Up
	03 : Music Select
	04 : Choose Effects
	05 : Finalize
*/

/* 00 : Create Common
==========================================================*/
#CreateNavi {
	float:left;
	width:150px;
}
.CreateNavibg01 { background:url(../images/create/create_navi_bk01.jpg) no-repeat 0 0; }
.CreateNavibg02up { background:url(../images/create/create_navi_bk02_1.jpg) no-repeat 0 0; }
.CreateNavibg02select { background:url(../images/create/create_navi_bk02_2.jpg) no-repeat 0 0; }
.CreateNavibg03 { background:url(../images/create/create_navi_bk01.jpg) no-repeat 0 0; }
.CreateNavibg04 { height:390px;background:url(../images/create/create_navi_bk04.jpg) no-repeat 0 0; }

#CreateNavi li {
	display:block;
	width:140px;
	height:93px;
	margin:0;
}

#CreateNavi li#step1 { margin:0 0 4px 0; }

#CreateNavi li a {
	display:block;
	width:140px;
	height:67px;
	text-indent:-9999px;
	overflow:hidden;
}
#CreateNavi li#step1 a { background:url(../images/create/create_navi01.jpg) no-repeat 0 0; }
#CreateNavi li#step2 a { background:url(../images/create/create_navi02.jpg) no-repeat 0 0; }
#CreateNavi li#step3 a { background:url(../images/create/create_navi03.jpg) no-repeat 0 -3px; }
#CreateNavi li#step4 a { background:url(../images/create/create_navi04.jpg) no-repeat 0 -3px; }

#CreateNavi li#step1 a:hover { background:url(../images/create/create_navi01.jpg) no-repeat 0 -93px; }
#CreateNavi li#step2 a:hover { background:url(../images/create/create_navi02.jpg) no-repeat 0 -93px; }
#CreateNavi li#step3 a:hover { background:url(../images/create/create_navi03.jpg) no-repeat 0 -96px; }
#CreateNavi li#step4 a:hover { background:url(../images/create/create_navi04.jpg) no-repeat 0 -96px; }

/* CreateNavi ON*/
#CreateNavi li#step1on { margin:0 0 4px 0; }
#CreateNavi li#step1on,#CreateNavi li#step3on,#CreateNavi li#step4on {
	width:140px;
	height:93px;
	text-indent:-9999px;
}
#CreateNavi li#step1on { background:url(../images/create/create_navi01.jpg) no-repeat 0 -186px; }
#CreateNavi li#step3on { background:url(../images/create/create_navi03.jpg) no-repeat 0 -189px; }
#CreateNavi li#step4on { margin-top:-3px;background:url(../images/create/create_navi04.jpg) no-repeat 1px -186px; }

/* step2on music up*/
#CreateNavi li#step2onUp {
	margin:-8px 0 8px 0;
	padding:122px 0 0 0;
	width:140px;
	height:64px;
	background:url(../images/create/create_navi02_on.jpg) no-repeat 0 0;
}
#CreateNavi li#step2onUp a { height:51px; }
#CreateNavi li#step2onUp a:hover {
	background:url(../images/create/create_navi02_on_chooce_h.jpg) no-repeat 0 0;
}
/* step2on music select*/
#CreateNavi li#step2onSelect {
	margin:-8px 0 0 0;
	padding:71px 0 0 0;
	width:140px;
	height:126px;
	background:url(../images/create/create_navi02_on.jpg) no-repeat 0 -186px;
}
#CreateNavi li#step2onSelect a { height:51px; }
#CreateNavi li#step2onSelect a:hover {
	background:url(../images/create/create_navi02_on_up_h.jpg) no-repeat 0 0;
}

.CreateBtnWrap {
	clear:both;
	margin:30px 0 0 90px;
	width:580px;
}

.CreateBtnWrapLine {
	clear:both;
	margin:30px auto 0 auto;
	text-align:center;
	width:580px;
}

.CreateBtnWrapLine {
	margin:20px auto 0 auto;
	padding-top:15px;
	background:url(../images/line_y_580.gif) no-repeat left top;
}

/* Form------------------------*/
.CreateForm {
	clear:both;
	margin:12px 0 0 4px;
	padding-bottom:10px;
	width:567px;
	color:#000;
	background:#fcb6d9;
	border:3px solid #e84479;
	margin-bottom:20px;
}
.CreateForm:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.CreateForm { display: inline-block; }

/* exclude MacIE5 \*/
* html .CreateForm { height: 1%; }
.CreateForm { display:block; }
/* end MacIE5 */

.CreateFormFooter { margin:0 0 0 4px; }

.formTitle {
	width:560px;
	font-size:10px;
	padding:20px 0 0 10px;
}

.formTitle #titleImg {
	float:left;
	margin:6px 10px 0 10px;
}

.formTitle p {
	padding:7px 0 0 15px;
}

.formEntryTitle {
	width:545px;
}

.formTable {
	margin:15px 0 0 10px;
	width:545px;
	border-collapse: collapse;
	border-spacing: 0;
	border:none;
}

.formTable input {
	padding:5px 0 0 5px;
	height:20px;
	font-size:12px;
	font-family:verdana,"ＭＳ Ｐゴシック",Osaka;
	color:#ffffff;
	border:none;
	background: url(../images/create/form_input_bk.gif) repeat-y 0 0;
}

.formTable input.titleInput { width:400px; }

.formTable textarea {
	width:380px;
	padding:5px 0 0 5px;
	font-size:12px;
	font-family:verdana,"ＭＳ Ｐゴシック",Osaka;
	color:#ffffff;
	border:none;
	background:url(../images/create/form_textarea_bk.gif) no-repeat 0 0;
}

.formTable th {
	vertical-align:top;
}

.formTable td {
	font-size:10px;
	padding-left:5px;
}

.formTable td span.att {
	display:inline;
	margin:-20px 0 0 5px;
}

.formTableLine{
	margin:2px 0 2px 10px;
}

.formAtt {
	margin:0 auto;
	padding:10px;
	text-align:center;
	color:#000000;
	width:546px;
	height:77px;
	font-size:12px;
	background:#fcb6d9;
	border:3px solid #e84479;
	margin-left:5px;
}

.formAtt input {
	padding:0 0 10px 0;
}

.formAtt label {
	padding:0 0 10px 0;
}
.formAtt label:hover { color:#ff9c01; }

/* Mp3 Player------------------------*/
.mp3Player {
	margin:0 0 30px 4px;
	width:568px;
	height:28px;
	border-top:none;
}


/* 01 : Up Photos
==========================================================*/
#photosBTN {
	width:358px;
	margin:0 0 0 7px;
}
#photosBTN:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#photosBTN { display: inline-block; }

/* exclude MacIE5 \*/
* html #photosBTN{ height: 1%; }
#photosBTN { display:block; }
/* end MacIE5 */

#photosBTN li {
	float:left;
}

#photosBTN #up,#photosBTN #cancel {
	width:173px;
	height:58px;
	background:url(../images/create/btn_photo.jpg) no-repeat 0 0;
}
#photosBTN #cancel { margin-left:10px; }
#photosBTN #cancel { background:url(../images/create/btn_photos_cancel.jpg) no-repeat 0 0; }

#photosBTN #up a,#photosBTN #cancel a {
	display:block;
	width:173px;
	height:58px;
	text-indent:-9999px;
}
#photosBTN #up a:hover { background:url(../images/create/btn_photo_h.jpg) no-repeat 0 0; }
#photosBTN #cancel a:hover { background:url(../images/create/btn_photos_cancel_h.jpg) no-repeat 0 0; }


#photosStatusLeft,#photosStatusRight {
	float:left;
	margin:0 0 3px 0;
	width:124px;
	height:32px;
}
#photosStatusLeft {
	color:#000000;
	background:url(../images/create/photo_up_bk.gif) no-repeat 0 0;
}

#photosStatusLeft p {
	font-family:verdana,Arial,sans-serif;
	padding:2px 0 0 8px;
}

#photosStatusRight {
	width:446px;
}

#photosStatusRight p {
	font-size:10px;
	padding:5px 0 0 10px;
}

#photosUploadBox {
	clear:both;
	margin:0 0 10px 8px;
	padding:8px 0 0 8px;
	width:552px;
	height:347px;
	background:#fff2f8;
	border:1px solid #e84479;
}

#photosUploadEdit {
	width:470px;
	height:22px;
	margin-left:8px;
}
#photosUploadEdit:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#photosUploadEdit { display: inline-block; }

/* exclude MacIE5 \*/
* html #photosUploadEdit{ height: 1%; }
#photosUploadEdit{ display:block; }
/* end MacIE5 */

#photosUploadEdit li {
	float:left;
	height:22px;
	margin-right:5px;
}

/*#photosUploadEdit li#delete {*/
/*  width:83px;*/
/*  background:url(../images/btn_photo_edit01.jpg) no-repeat 0 0;*/
/*}*/
/*#photosUploadEdit li#rightturn {*/
/*  width:126px;*/
/*  background:url(../images/btn_photo_edit02.jpg) no-repeat 0 0;*/
/*}*/
/*#photosUploadEdit li#leftturn {*/
/*  width:129px;*/
/*  background:url(../images/btn_photo_edit03.jpg) no-repeat 0 0;*/
/*}*/

#photosUploadEdit li a {
	display:block;
	height:22px;
	text-indent:-9999px;
	overflow:hidden;
}
#photosUploadEdit li#delete a {
	width:62px;
	background:url(../images/phototxt8.gif) no-repeat 0 0;
}
#photosUploadEdit li#crop a {
	width:128px;
	background:url(../images/create/btn_photo_edit04.jpg) no-repeat 0 0;
}
#photosUploadEdit li#rightturn a {
	width:62px;
	background:url(../images/phototxt9.gif) no-repeat 0 0;
}
#photosUploadEdit li#leftturn a {
	width:62px;
	background:url(../images/phototxt9.gif) no-repeat 0 0;
}

#photosUploadEdit li#crop a:hover { background:url(../images/phototxt8_on.gif) no-repeat 0 0; }
#photosUploadEdit li#delete a:hover { background:url(../images/phototxt8_on.gif) no-repeat 0 0; }
#photosUploadEdit li#rightturn a:hover { background:url(../images/phototxt9_on.gif) no-repeat 0 0; }
#photosUploadEdit li#leftturn a:hover { background:url(../images/phototxt9_on.gif) no-repeat 0 0; }

a#finalizeCreateBTN,
a#photosSaveBTN {
	margin:0 auto;
	display:block;
	width:168px;
	height:38px;
	text-align:center;
	text-indent:-9999px;
	background:url(../images/create_btn.gif) no-repeat 0 0;
	margin-bottom:25px;
}
a#finalizeCreateBTN:hover
a#photosSaveBTN:hover { background:url(../images/create_btn_on.gif) no-repeat 0 0; }


/* 02 : Music Up
==========================================================*/
.musicUpForm th { padding:0px 0 0 12px; }
* html .musicUpForm th { padding:0 0 0 12px; }/* IE6*/
*+html .musicUpForm th { padding:0 0 0 12px; }/* IE7*/

.musicUpForm td {
	padding:0 0 15px 5px;
}
* html .musicUpForm td { padding:2px 0 15px 0; }/* IE6*/
*+html .musicUpForm td { padding:2px 0 15px 0;  }/* IE7*/

.musicUpForm .uploadImg {
	width:151px;
	height:151px;
	background:url(../images/create/form_img_up_bk.jpg) no-repeat 0 0;
}

.musicUpForm .uploadImg img { margin:5px 0 0 5px; }

.musicUpForm .uploadImgBTN {
	margin:2px 0 0 2px;
	width:145px;
	height:37px;
}

.musicUpFormAtt {
	vertical-align:top;
}

.musicUpForm td.genre input {
	margin:2px 0 5px 0;
	padding:0;
	width:12px;
	height:12px;
	color:#ffffff;
	border:none;
	background:#fffffff;
}

.musicUpForm td.genre label {
	padding:0 5px 0 2px;
	font-size:12px;
	vertical-align:top;
	font-family:verdana,"ＭＳ Ｐゴシック",Osaka;
}

.musicUpForm td.genre label:hover { color:#ff9c01; }

a#musicSaveBTN {
	margin:0 auto;
	display:block;
	width:209px;
	height:54px;
	text-align:center;
	text-indent:-9999px;
	background:url(../images/create/btn_music_save.jpg) no-repeat 0 0;
}
a#musicSaveBTN:hover { background:url(../images/create/btn_music_save_h.jpg) no-repeat 0 0; }

a#musicCancelBTN {
	margin:0 25px 0 68px;
	display:block;
	width:209px;
	height:54px;
	text-align:center;
	text-indent:-9999px;
	background:url(../images/create/btn_cancel.jpg) no-repeat 0 0;
}
a#musicCancelBTN:hover { background:url(../images/create/btn_cancel_h.jpg) no-repeat 0 0; }

#musicUpBTN {
	width:358px;
	margin:0 0 0 7px;
	padding-bottom:15px;
}
* html #musicUpBTN { padding-bottom:0; }
*+html #musicUpBTN { padding-bottom:5px; }

#musicUpBTN:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#musicUpBTN { display: inline-block; }

/* exclude MacIE5 \*/
* html #musicUpBTN{ height: 1%; }
#musicUpBTN { display:block; }
/* end MacIE5 */

#musicUpBTN li {
	float:left;
}
#musicUpBTN #up,#musicUpBTN #cancel {
	width:173px;
	height:58px;
	background:url(../images/create/btn_music_up.jpg) no-repeat 0 0;
}
#musicUpBTN #cancel { margin-left:10px; }
#musicUpBTN #cancel { background:url(../images/create/btn_photos_cancel.jpg) no-repeat 0 0; }
#musicUpBTN span { font-size:10px;padding:2px 0 0 7px; }

/* form confirm*/
.MusicBoxWrap {
	margin:0 0 0 4px;
	width:564px;
	height:192px;
	background:url(../images/bgm_bg.jpg) no-repeat 0 0;
	border:3px solid #e44ca6;
	border-bottom:none;
}
.MusicBoxWrap:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.MusicBoxWrap { display: inline-block; }

/* exclude MacIE5 \*/
* html .MusicBoxWrap{ height: 1%; }
.MusicBoxWrap { display:block; }
/* end MacIE5 */

.MusicBoxWrap .formTitle {
	padding-bottom:8px;
	background:url(../images/create/form_bk_line.gif) no-repeat 10px bottom;
}

.MusicBoxWrap .formTitle img {
	margin:6px 0 0 10px;
}

.MusicInfoBox {
	width:538px;
	margin:0 0 0 17px;
}
.MusicInfoBox:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.MusicInfoBox { display: inline-block; }

/* exclude MacIE5 \*/
* html .MusicInfoBox{ height: 1%; }
.MusicInfoBox { display:block; }
/* end MacIE5 */

.MusicInfoBox dd,.MusicInfoBox dt {
	display:block;
}

.MusicInfoBox dt#mcTitle,.MusicInfoBox dt#mcTitle02 {
	width:511px;
	margin:8px 0 6px 0;
	padding-left:27px;
	line-height:1.6em;
	background:url(../images/create/info_music_title_bk.jpg) no-repeat 0 0;
}

.MusicInfoBox dt#mcTitle02 {
	padding:0 0 10px 27px;
}

* html .MusicInfoBox dt#mcTitle,* html .MusicInfoBox dt#mcTitle02 { padding-bottom:8px; }
*+html .MusicInfoBox dt#mcTitle,*+html .MusicInfoBox dt#mcTitle02 { padding-bottom:8px; }


.MusicInfoBox dd#mcImg {
	float:left;
	width:168px;
	height:177px;
	margin:0 0 0 4px;
	background:url(../images/create/info_music_img_bk.jpg) no-repeat 0 0;
}

.MusicInfoBox dd#mcImg img {
	margin:6px 0 0 6px;
}

.MusicInfoBox dd#mcTxt {
	float:left;
	width:366px;
	min-height:180px;
	background:url(../images/create/entry_line_y.gif) repeat-y top left;
}
* html .MusicInfoBox dd#mcTxt { width:362px; }/* IE6*/

.MusicInfoBox dd#mcTxt ul {
	margin:0 0 0 20px;
	width:346px;
	font-size:10px;
	line-height:1.4em;
	overflow:hidden;
}
* html .MusicInfoBox dd#mcTxt ul { width:342px; }

.MusicInfoBox dd#mcTxt ul li {
	padding:5px 0;
}

.MusicInfoBox dd#mcTxt img {
	margin:0 5px 0 0;
	vertical-align:middle;
}

.MusicInfoBox dd#mcTxt a.buy {
	margin:0 7px 0 0;
	vertical-align:middle;
}
.MusicInfoBox dd#mcTxt a.buy img { margin:0; }

.MusicInfoBox dd#mcTxt p { font-size:10px;padding:3px 8px 0 15px; }

a#musicSelectBTN {
	margin:0 auto;
	display:block;
	width:168px;
	height:38px;
	text-align:center;
	text-indent:-9999px;
	background:url(../images/create_btn.gif) no-repeat 0 0;
	margin-bottom:25px;
}
a#musicSelectBTN:hover { background:url(../images/create_btn_on.gif) no-repeat 0 0; }


/* 03 : Music Select
==========================================================*/
.musicScrollBox {
	margin:0 0 10px 4px;
	padding:5px 0 0 10px;
	width:562px;
	height:292px;
	background:#ffffff;
	border:1px solid #E84479;
	text-align:center;
	overflow:scroll;
}

* html .musicScrollBox { padding:5px 0 0 4px; }
*+html .musicScrollBox { padding:5px 0 0 4px; }

.musicScrollBox .subWrap532 {
	padding:0 0 0 0;
	width:552px;
	text-align:left;
}

 .subWrap532 h4 {
 	font-size:15px;
 }
 .subWrap532 h4:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
 .subWrap532 h4 { display: inline-block; }

/* exclude MacIE5 \*/
* html .subWrap532 h4 { height: 1%; }
 .subWrap532 h4 { display:block; }
/* end MacIE5 */

.subWrap532 h4 img {
 	float:left;
 	vertical-align:bottom;
 	padding:8px 10px 8px 4px;
}

.subWrap532 h4 p {
	padding:9px 0 0 0;
	line-height:1.0em;
	font-size:10px;
}

.subWrap532 h4 span {
	display:block;
	padding:0 0 8px 4px;
}

.subWrap532 h4 div.genreBack {
	float:right;
	margin:-24px 0 0 0;
	width:48px;
	height:18px;
	background:url(../images/create/btn_genre_back.jpg) no-repeat 0 0;
}

.subWrap532 h4 div.genreBack a {
	display:block;
	width:48px;
	height:18px;
	text-indent:-9999px;
	overflow:hidden;
}
.subWrap532 h4 div.genreBack a:hover { background:url(../images/create/btn_genre_back.jpg) no-repeat 0 -18px; }

/* Select Genre TOP*/
.SelectGenre,.SelectGenreDetails {
	margin:10px 0 0 0;
	width:562px;
}
.SelectGenre:after,.SelectGenreDetails:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.SelectGenre,.SelectGenreDetails { display: inline-block; }

/* exclude MacIE5 \*/
* html .SelectGenre,* html .SelectGenreDetails { height: 1%; }
.SelectGenre,.SelectGenreDetails { display:block; }
/* end MacIE5 */

.SelectGenre li {
	float:left;
	display:block;
	margin:0 6px 15px 6px;
	width:254px;
	height:51px;
	background:url(../images/create/choose_genre_li.jpg) no-repeat 0 0;
}
* html .SelectGenre li { margin:0 4px 15px 4px; }

.SelectGenre li a {
	display:block;
	width:254px;
	height:51px;
	font-size:16px;
	color:#e8e8e9;
	text-align:center;
}

.SelectGenre li a:hover {
	color:#01aee1;
	background:url(../images/create/choose_genre_li_h.jpg) no-repeat 0 0;
}

.SelectGenre li a span { display:block;padding-top:15px; }

/* Select Music*/
.SelectGenreDetails li {
	float:left;
	display:block;
	margin-bottom:35px;
	width:104px;
	height:104px;
	background:#FFFFFF;
	text-align:center;
	font-size:10px;
	line-height:1.4em;
	margin-right:3px;
  color:#666;
}

.SelectGenreDetails li span {
	display:block;
	margin:8px 0 0 0;
}


/* 04 : Choose Effects
==========================================================*/
p.EffectsCaption {
	padding:0 0 0 10px;
	font-size:10px;
	line-height:1.6em;
}

.EffectsSampleLeft,.EffectsSampleRight {
	margin:15px 0 0 0;
	float:left;
}

.EffectsSampleLeft {
	width:160px;
}

.EffectsSampleLeft #sampleflash {
	padding:5px 0 0 5px;
	width:150px;
	height:150px;
	background:url(../images/skin_img.jpg) no-repeat 0 0;
}

.EffectsSampleLeft p {
	padding:6px 0 0 48px;
}

.EffectsSampleRight {
	width:410px;
}

.EffectsSampleRight ul {
	width:410px;
}

.EffectsSampleRight ul li {
	float:left;
	margin:0 5px 6px 0;
	width:200px;
	height:26px;
}
* html .EffectsSampleRight ul li { margin:0 3px 6px 0; }

.EffectsSampleRight ul li a {
	display:block;
	width:200px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
}

.EffectsSampleRight ul li.type01 { background:url(../images/create/effects_type01.gif) no-repeat 0 0; }
.EffectsSampleRight ul li.type02 { background:url(../images/create/effects_type02.gif) no-repeat 0 0; }
.EffectsSampleRight ul li.type03 { background:url(../images/create/effects_type03.gif) no-repeat 0 0; }
.EffectsSampleRight ul li.type04 { background:url(../images/create/effects_type04.gif) no-repeat 0 0; }
.EffectsSampleRight ul li.type05 { background:url(../images/create/effects_type05.gif) no-repeat 0 0; }
.EffectsSampleRight ul li.type06 { background:url(../images/create/effects_type06.gif) no-repeat 0 0; }
.EffectsSampleRight ul li.type07 { background:url(../images/create/effects_type07.gif) no-repeat 0 0; }
.EffectsSampleRight ul li.type08 { background:url(../images/create/effects_type08.gif) no-repeat 0 0; }

.EffectsSampleRight ul li.type01 a:hover { background:url(../images/create/effects_type01.gif) no-repeat 0 -26px; }
.EffectsSampleRight ul li.type02 a:hover { background:url(../images/create/effects_type02.gif) no-repeat 0 -26px; }
.EffectsSampleRight ul li.type03 a:hover { background:url(../images/create/effects_type03.gif) no-repeat 0 -26px; }
.EffectsSampleRight ul li.type04 a:hover { background:url(../images/create/effects_type04.gif) no-repeat 0 -26px; }
.EffectsSampleRight ul li.type05 a:hover { background:url(../images/create/effects_type05.gif) no-repeat 0 -26px; }
.EffectsSampleRight ul li.type06 a:hover { background:url(../images/create/effects_type06.gif) no-repeat 0 -26px; }
.EffectsSampleRight ul li.type07 a:hover { background:url(../images/create/effects_type07.gif) no-repeat 0 -26px; }
.EffectsSampleRight ul li.type08 a:hover { background:url(../images/create/effects_type08.gif) no-repeat 0 -26px; }

/* effects on*/
.EffectsSampleRight ul li.type01on { background:url(../images/create/effects_type01.gif) no-repeat 0 -52px; }
.EffectsSampleRight ul li.type02on { background:url(../images/create/effects_type02.gif) no-repeat 0 -52px; }
.EffectsSampleRight ul li.type03on { background:url(../images/create/effects_type03.gif) no-repeat 0 -52px; }
.EffectsSampleRight ul li.type04on { background:url(../images/create/effects_type04.gif) no-repeat 0 -52px; }
.EffectsSampleRight ul li.type05on { background:url(../images/create/effects_type05.gif) no-repeat 0 -52px; }
.EffectsSampleRight ul li.type06on { background:url(../images/create/effects_type06.gif) no-repeat 0 -52px; }
.EffectsSampleRight ul li.type07on { background:url(../images/create/effects_type07.gif) no-repeat 0 -52px; }
.EffectsSampleRight ul li.type08on { background:url(../images/create/effects_type08.gif) no-repeat 0 -52px; }


a#effectsSaveBTN {
	margin:0 auto;
	display:block;
	width:168px;
	height:38px;
	text-align:center;
	text-indent:-9999px;
	background:url(../images/create_btn.gif) no-repeat 0 0;
	margin-bottom:25px;
}
a#effectsSaveBTN:hover { background:url(../images/create_btn_on.gif) no-repeat 0 0; }


/* 05 : Finalize
==========================================================*/
.FinalizeBtnWrap {
	margin:0 auto 15px auto;
	width:580px;
	height:44px;
	text-align:center;
}

.FinalizeBTN01 { background:url(../images/create/btn_finalize01_photo.jpg) no-repeat center top; }
.FinalizeBTN02 { background:url(../images/create/btn_finalize02_music.jpg) no-repeat center top; }
.FinalizeBTN03 { background:url(../images/create/btn_finalize03_effects.jpg) no-repeat center top; }

.FinalizeBtnWrap a {
	display:block;
	margin:0 auto;
	width:168px;
	height:44px;
	text-indent:-9999px;
}
.FinalizeBTN01 a:hover { background:url(../images/create/btn_finalize01_photo_h.jpg) no-repeat 0 0; }
.FinalizeBTN02 a:hover { background:url(../images/create/btn_finalize02_music_h.jpg) no-repeat 0 0; }
.FinalizeBTN03 a:hover { background:url(../images/create/btn_finalize03_effects_h.jpg) no-repeat 0 0; }


a#finalizeSaveBTN:hover { background:url(../images/create/btn_finalize_save_h.jpg) no-repeat 0 0; }

.FinalizeBoxWrap {
	margin:0 auto;
	padding-bottom:10px;
	width:710px;
	background:url(../images/create/entry_bk_long.jpg) no-repeat 7px 0;
}
.FinalizeBoxWrap:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.FinalizeBoxWrap { display: inline-block; }

/* exclude MacIE5 \*/
* html .FinalizeBoxWrap{ height: 1%; }
.FinalizeBoxWrap { display:block; }
/* end MacIE5 */


.FinalizeBoxWrap .Title {
	padding-bottom:8px;
	background:url(../images/create/entry_bk_line.gif) no-repeat 22px bottom;
}

.FinalizeBoxWrap .Title img {
	margin:25px 0 0 25px;
}

.FinalizeInfoBox {
	width:666px;
	margin:12px 0 10px 23px;
}

.FinalizeInfoBox p {
	padding:0 10px;
}

.FinalizeInfoBox #minkBanner {
	margin:34px 0 0 0;
	padding-top:13px;
	width:666px;
	height:103px;
	background:url(../images/create/logo_mink_muzie.jpg) no-repeat 0 0;
}

.FinalizeInfoBox #minkBanner a {
	display:block;
	margin:0 0 0 200px;
	width:276px;
	height:75px;
	text-indent:-9999px;
}

#CreateContents {
/*  margin-left:10px;*/
/*  width:960px;*/
}
#CreateContents_StepPhoto .subWrap570 {
  float:left;
  position:relative;
}

#create1_item3{
	position:absolute;
	left:145px;
}
#create1_item4{
	position:absolute;
	left:245px;
}


#ContentsSide{
	margin-left:15px;
  float:left;
}

#skinBox{
	margin:15px 0;
	padding-left:5px;
	padding-top:10px;
	width:586px;
	height:222px;
	background:url(../images/skin_bg.jpg) no-repeat 0 0;
}

.center{
	text-align:center;
}

