@charset "utf-8";


/*-----------------------------
	contents
------------------------------*/

#contents_inner{
	background:url(../common/images/footer_bg.png) no-repeat left bottom;
}





/*-----------------------------
	main
------------------------------*/

#main{
	padding-top:10px;
	margin-left:20px;
	_margin-left:10px;
	margin-bottom:50px;
}
#main h2{
	clear:both;
	margin-bottom:10px;
}
#main h3{
	font-size:170%;
	font-weight:bold;
	color:#BB9C1E;
	margin-bottom:10px;
}

/* dressup */
#main #dressup{
	clear:both;
	width:707px;
	background:url(images/bg.jpg) no-repeat left top;
}
#main #dressup_inner{
	background:url(images/bg_bottom.jpg) no-repeat left bottom;
	overflow:hidden;
}
/* dressup note */
#main #dressup #note{
	padding:30px 60px 40px 20px;
	background:url(images/photo.jpg) no-repeat 340px 50px;
}
#main #dressup #note p{
	font-size:120%;
	margin-bottom:15px;
}
/* dressup flow */
#main #dressup #flow{
	clear:both;
	padding:0 0 0 10px;
	margin-bottom:25px;
}
#main #dressup #flow h3{
	padding-left:10px;
}
#main #dressup #flow h3{
	padding-left:10px;
}
/* dressup custom */
#main #dressup #custom{
	clear:both;
	padding:0 20px 0 30px;
	margin-bottom:50px;
}
#main #dressup #custom div{
	clear:both;
	margin-bottom:3px;
	overflow:hidden;
}
#main #dressup #custom div .photo{
	float:left;
	width:265px;
	padding-top:10px;
}
#main #dressup #custom div .title{
	_float:left;
	margin-bottom:13px;
}
#main #dressup #custom div .memo{
	float:left;
	width:350px;
	padding-left:30px;
	font-size:120%;
}
#main #dressup #custom div .memo em{
	color:#FFFF00;
	font-weight:bold;
	letter-spacing:0;
}



