@charset "UTF-8";

/* -----------------------------------------------------------
 Nail Salon Space (renew 2010/03/05)

 File name:      css/contents.css
 Author:         Your Name (admin)
 Style Info:     各コンテンツ用CSS
----------------------------------------------------------- */


/* index
----------------------------------------------------------- */

div.indexTtl {
	width: 628px;
	margin: 0;
	padding-bottom: 3px;
}

div#indexLead {
	width: 603px;
	margin: 0 auto 25px;
	padding: 0;
	background: url(../../images/howto/indexLeadBg.gif) no-repeat left top;
}

div#indexLead p {
	padding: 3px 0 0 59px;
}

div#indexLead p a:link,
div#indexLead p a:visited {
	color: #ff83c9;
	text-decoration: underline;
}

div#indexLead p a:hover,
div#indexLead p a:active {
	color: #ff62dd;
	text-decoration: underline;
}

div#howto {
	margin: 0 13px 0 26px;
}

div#howtoTtl {
	width: 589px;
	margin-bottom: 23px;
}

div.howtoCap {
	width: 589px;
	height: 21px;
	margin-bottom: 3px;
	background: url(../../images/howto/howtoCapBg.gif) no-repeat left top;
}

div.howtoCap p {
	margin: 0;
	padding: 4px 31px 0;
	line-height: 1.2;
	font-weight: bold;
}

div.howtoTxt {
	width: 589px;
	margin-bottom: 3px;
	background: url(../../images/howto/howtoTxtBg.gif) repeat-y left top;
}

div.howtoTxt div {
	padding: 23px 31px 14px;
}

div.howtoTxt div p {
	margin-bottom: 8px;
}

div.howtoTxt div p span {
	color: #cc9999;
	font-size: 10px;
}

div.howtoTxt div p a:link,
div.howtoTxt div p a:visited {
	color: #ff83c9;
	text-decoration: underline;
}

div.howtoTxt div p a:hover,
div.howtoTxt div p a:active {
	color: #ff62dd;
	text-decoration: underline;
}

div.howtoFlow {
	width: 589px;
	height: 71px;
	margin: 0;
	background: url(../../images/howto/howtoFlowBg.gif) no-repeat left top;
}

div#reserveImg {
	margin: 60px 13px 0 37px;
	padding-bottom: 15px;
}







