@charset "Shift_JIS";

/*** アットコスメ ビューティ診断・占い CSS Document **************

	created.2009/07/29
	ver.2010/08/23

	psy.css

----------------------------------------------------------------***/


/** psy common ----------------------------------------------------------------**/

body.psychology #header-sub {
	margin-bottom: 15px;
}
body.psychology #pr01 {
	zoom: 0;
  margin-bottom: 0;
}

/* psy-title ------------------------*/
#main {
  position: relative;
}
#psy-title {
	width: 600px;
	margin: 0 0 18px;
	padding: 0 0 0 24px;
  background: url(images/ico_title.png) no-repeat -950px center;
	color: #333;
	font-size: 200%;
	font-weight: normal;
	text-decoration: none;
}


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

/* リード */
p.psyLead {
	width: 623px;
}

/* 見出し */
h3.psyHead {
	background: url(./images/bg_psy_head.png) no-repeat left top;
	font-size:108%;
	font-weight:bold;
	height:28px;
	line-height:28px;
	margin: 30px 0 10px;
	padding:0 0 0 25px;
	width:610px;
}


/* ブロック */
div.psyBlock {
	width: 623px;
	margin: 0 0 10px 0;
}
div.psyBlock a img {
	padding: 1px;
	border: 1px solid #ccc;
	margin: 0 10px 0 0;
	float: left;
}
div.psyBlock h4 {
	font-size: 93%;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 5px 0 0 0;
	line-height: 1.4;
}
div.psyBlock h4 a {
	color: #068681;
	margin: 0;
  text-decoration: none;
}
div.psyBlock h4 a:hover {
  text-decoration: underline;
}
div.psyBlock p {
	color: #666;
	font-size: 85%;
	line-height: 1.5;
}