@charset "euc-jp";
/* CSS Document */
body {
	font-family:Meiryo,'メイリオ','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	background:#fff;
	margin:0;
	padding:0;
}

div#wrapper {
	width:928px;
	border-left:solid 16px #000;
	border-right:solid 16px #000;
	margin:0 auto;
}

div#contents {
	position:relative;
	width:900px;
	margin:0 auto;
}

div#header {
	position:relative;
	width:900px;
	margin-bottom:20px;
	padding-top:15px;
	border-top:solid 16px #000;
}

h1 {
	width:900px;
	height:116px;
	text-indent:-10000px;
	background:#fff url(20120117/img/title.png) no-repeat;
	margin:0;
	padding:0;
}

h2, h3 {
	margin:0;
	padding:0;
}

p {
	font-size:80%;
	color:#333;
}

p {
	line-left:1.4;
	margin:0 0 1.5em 0;
}

p.nm {
	margin-bottom:0;
}

dl {
	line-height:1.4;
}

div.leftphoto {
	float:left;
	margin:3px 10px 15px 0;	
}

/* ---------- インフォメーション ---------- */
div#information {
	clear:both;
	position:relative;
	height:224px;
}

div#information p#woman {
	width:440px;
	height:224px;
	float:left;
	background:#fff url(20120117/img/forum_w.png) no-repeat;
	text-indent:-100000px;
	margin:0;
}

div#information p#man {
	width:440px;
	height:224px;
	float:right;
	background:#fff url(20120117/img/forum_m.png) no-repeat;
	text-indent:-100000px;
	margin:0;
}

/* ---------- パネリスト ---------- */
div.persons_container {
	clear:both;
	position:relative;
	margin-top:10px;
}

div.persons_container div.persons_w {
	float:left;
	width:440px;
}

div.persons_container div.persons_m {
	float:right;
	width:440px;
}

div.persons_container div.persons_w h2 {
	font-size:80%;
	line-height:1.2;
	color:#fff;
	background-color:#c71432;
	margin-bottom:0.5em;
	padding:0.5em 0 0.4em 0.8em;
}

div.persons_container div.persons_m h2 {
	font-size:80%;
	line-height:1.2;
	color:#fff;
	background-color:#004798;
	margin:0 0 0.5em 0;
	padding:0.5em 0 0.4em 0.8em;
}

div.persons_container div.persons_w div.person, div.persons_container div.persons_m div.person {
	width:146px;
	float:left;
	text-align:center;
}

div.persons_container p.image {
	margin:0 0 5px 0;
}

div.persons_container p.name {
	font-size:70%;
	line-height:1.3;
}

div.persons_container p.name strong {
	display:block;
	font-weight:bold;
	font-size:130%;
	color:#000;
}

/* ---------- アナウンス ---------- */
div.announcement {
	clear:both;
	position:relative;
	background:#ddd;
	width:864px;
	margin-bottom:10px;
	padding:12px 18px;
}

div.announcement h3 {
	font-size:110%;
	color:#f7941e;
	margin:0 0 10px 0;
}

div.announcement dl {
	font-size:90%;
	line-height:1.6;
	margin:0;
}

div.announcement dt {
	float:left;
	width:4em;
}

div.announcement dd {
	margin-left:4em;
	_height:1%;
}

div.announcement p {
	font-size:70%;
	margin-bottom:8px;
}

div.announcement p strong {
	display:block;
	font-size:120%;
	color:#000;
}

div.announcement p.button {
	width:264px;
	height:34px;
	text-indent:-10000px;
	background:url(20120117/img/button.png) no-repeat;
	margin:0 auto 10px;
}

* html div.announcement p.button {
	background-image:url(20120117/img/button.jpg);
}

div.announcement p.button a {
	display:block;
	width:264px;
	height:34px;
}

p#footer {
	clear:both;
	font-size:10px;
	font-family:Verdana, Helvetica, sans-serif;
	color:#999;
	text-align:center;
	padding:15px 0;
}

div#profiles {
	display:none;
}