@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Osaka, sans-serif;
	font-size: 0.85em;
	line-height: 1.6em;
	background-color: #D4D4D4;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#wrapper {
	background-image: url(../img/personality/prs_body_bg.gif);
	background-repeat: repeat-y;
	width: 610px;
}
#header {
	background-image: url(../img/personality/prs_logo_bg.gif);
	background-repeat: no-repeat;
	line-height: 81px;
	height: 81px;
	display: block;
}
#wrapper #header form {
	position: absolute;
	left: 400px;
	vertical-align: middle;
	top: 5px;
}
#logo {
	float: left;
}
#content {
	overflow:hidden;
	clear: both;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left:3px;
}
#portrait {
	float: left;
	padding-right: 8px;
}
#prsInfo table {
	font-size: 0.8em;
}
#prsInfo table tr th {
	text-align: left;
	padding-right: 15px;
}
#prsInfo table tr td {
	width:285px;
}
#prsInfo table tr th,
#prsInfo table tr td {
	border-bottom: 1px dotted #CC9966;
}
#prsInfo table tr th.rubi,
#prsInfo table tr td.rubi {
	font-size: 0.7em;
	line-height: 0.7em;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom:none;
}
/* CSS第二水準まで準拠している環境向け。 */
#prsInfo table tr td em {
	font-style: normal;
	font-weight: normal;
	background-image: url("../img/marks/EmphasizingDot.GIF");
	background-repeat: repeat-x;
	padding: 0.3em 0 0;
	/* 画像を表示しない設定で強調を表すための背景色。必ず設定しましょう。 */
	background-color: #fff;

	/* CSS第三水準の背景・枠線モジュールを実装している環境向け。 */
	background-image: url("../img/marks/EmphasizingDot2.GIF"), none;
	background-clip: padding-box, content-box;
	background-size: 1em 1.3em, auto;
	}

/* 入れ子になった<em>要素では二重に傍点が打たれてしまうのでそれを回避。 */
#prsInfo tabletr td em em {
	background: transeparent none;
	padding: 0;
	}
#footer {
	text-align: center;
	background-image: url(../img/personality/prs_footer_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #d4d4d4;
}
#footer img {
	padding-top: 5px;
}