@charset "shift_jis";

/***********************************************
　2010年3月特集　なりたい春顔はどれ？
　共通CSS
　					      --- create 2010/03/02
　					      --- update 2010/03/03
************************************************/

/*=============================================
　setup
===============================================*/
#spc1003cts {
	width: 950px;
}
#spc1003cts p {
	font-size: 11px;
	color: #666;
	line-height: 1.5;
}

/*=============================================
　clearfix
===============================================*/
.clearFix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0; line-height:1; overflow:hidden; }
.clearFix { display:inline-block; }
/*\*/
* html .clearFix { height:1%; }
.clearFix { display:block; }
/**/


/*=============================================
　title & lead
===============================================*/
#spc1003cts h2 {
	width: 434px; height: 90px;
	float: left;
	position: relative;
}
#spc1003cts h2 a {
	display: block;
	width: 400px;
	height: 0;
	padding: 90px 0 0 0;
	background: url(../images/common/spc1003_cmn_title.gif) no-repeat left top;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}


/*=============================================
　navigation
===============================================*/
#spc1003cts ul#navigation {
	display: block;
	width: 510px;
	height: 60px;
	float: right;
	margin: 30px 5px 0 0;
}
#spc1003cts ul#navigation li {
	float: left;
	width: 165px;
	height: 60px;
}
#spc1003cts ul#navigation li.navi01 {
	width: 180px;
}
#spc1003cts ul li a,
#spc1003cts ul li span {
	display: block;
	height: 0;
	padding: 60px 0 0 0;
	overflow: hidden;
}

/** 01 **/
#spc1003cts ul li.navi01 span {  /* active */
	width: 180px;
	background: url(../images/common/spc1003_cmn_navi01.gif) no-repeat left -60px;
}
#spc1003cts ul li.navi01 a {  /* 通常 */
	width: 180px;
	background: url(../images/common/spc1003_cmn_navi01.gif) no-repeat left 0px;
}
#spc1003cts ul li.navi01 a:hover {  /* hover */
	background-position: left -60px;
	_background-position: left -60px;
}
/** 02 **/
#spc1003cts ul li.navi02 span {  /* active */
	width: 165px;
	background: url(../images/common/spc1003_cmn_navi02.gif) no-repeat left -60px;
}
#spc1003cts ul li.navi02 span.before {  /* UP前 */
	background: url(../images/common/spc1003_cmn_navi02.gif) no-repeat left -120px;
}
#spc1003cts ul li.navi02 a {  /* 通常 */
	width: 165px;
	background: url(../images/common/spc1003_cmn_navi02.gif) no-repeat left 0px;
}
#spc1003cts ul li.navi02 a:hover {  /* hover */
	background-position: left -60px;
	_background-position: left -60px;
}
/** 03 **/
#spc1003cts ul li.navi03 span {  /* active */
	width: 165px;
	background: url(../images/common/spc1003_cmn_navi03.gif) no-repeat left -60px;
}
#spc1003cts ul li.navi03 span.before {  /* UP前 */
	background: url(../images/common/spc1003_cmn_navi03.gif) no-repeat left -120px;
}
#spc1003cts ul li.navi03 a {  /* 通常 */
	width: 165px;
	background: url(../images/common/spc1003_cmn_navi03.gif) no-repeat left 0px;
}
#spc1003cts ul li.navi03 a:hover {  /* hover */
	background-position: left -60px;
	_background-position: left -60px;
}

/*=============================================
　profile
===============================================*/
.static #content #profile {
	width: 950px;
	height: 120px;
	margin: 10px 0 20px 0;
	background: url(../images/common/spc1003_cmn_profile.gif) no-repeat left top;
}
.static #content #profile p {
	padding: 28px 0 20px 90px;
	font-size: 12px;
	color: #865;
}
.static #content #profile p span {
	font-size: 11px;
}
.static #content #profile p a {
	text-decoration: underline;
	color: #865;
}

/*=============================================
　questionnaire
===============================================*/
.static #content #questionnaire {
	width: 950px;
	height: 85px;
	margin: 15px 0 0 0;
	background: url(../images/common/spc1003_cmn_enq_bg.gif) no-repeat left top;
	position: relative;
}
.static #content #questionnaire p {
	padding: 32px 0 0 23px;
	color: #666;
}
.static #content #questionnaire a {
	width: 180px; height: 0;
	padding: 35px 0 0 0;
	background: url(../images/common/spc1003_cmn_enq_btn.gif) no-repeat left top;
	overflow: hidden;
	position: absolute;
	left: 752px; top: 31px;
}
.static #content #questionnaire a:hover {
	background-position: left -35px;
}
