
h4 {
	font-size:16px;
	font-weight:bold;
	margin:10px 0 0 10px;
}
.right{
	float: right;
}
.right img{
	border:solid 1px #c0c0c0;
	padding:5px;
	margin:10px;
}
.left{
	float: left;
}
.left img{
	border:solid 1px #c0c0c0;
	padding:5px;
	margin:10px;
}
.clear {
    clear: both;
}
.member{
	font-size:13px;
}
.member .position {
	font-size:15px;
	margin-left:120px;
}
.member .name{
	font-size:15px;
	font-weight:bold;
}
.member img{
	margin:10px;
	width:100px;
	border:none;
}
.report{
	padding:10px;
	font-size:13px;
}
.report .name{
	margin-left:10px;
	font-weight:bold;
}
.report img{
	float:right;
	width:270px;
	padding:5px;
	margin:10px;
	border:solid 1px #c0c0c0;
}
.interview{
	/*border:2px solid #CCC;*/
	padding:5px;
	margin-bottom:20px;
}
.interview .family{
	width:95%;
	background-color:#78d4d5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(./pie/PIE.htc);
	margin:5px 0px;
	display:block;
	padding:8px 0 8px 15px;
	font-weight:bold;
}
.asterisk{
	font-size:85%;
	text-align:right;
}

/*******************************************/
dl.talkshow{
	width:650px;
	margin:10px 5px;
}
dl.talkshow dt{
	width:60px;
	float:left;
	padding:2px 0;
	font-weight:bold;
	font-size:103%;
	text-align:right;
}
dl.talkshow dd{
	padding:2px 10px 2px 65px;
}
dl.talkshow dd:after{
	clear:both;
}
/* 会場質疑応答 */
dl.talk_q{
	width:650px;
	margin:10px 5px;
}
dl.talk_q dt{
	width:75px;
	float:left;
	padding:2px 0;
	font-weight:bold;
	font-size:103%;
	text-align:right;
}
dl.talk_q dd{
	padding:2px 10px 2px 80px;
}
dl.talk_q dd:after{
	clear:both;
}
.clear {
	 clear:both;
}

/********club event report***********/
dl.question {	
	margin-top:20px;
} 
dl.question dt{
	font-size:110%;
	font-weight:bold;
	display:inline;
	color:#FE5BAC;
	padding:10px 10px 0px 0px;
} 
dl.question dd {
	font-size:110%;
	text-indent:-50px;
	padding:5px 10px 0px 50px;
} 
dl.question dd span{
	color:#9FCC57;
	font-weight:bold;
	font-size:110%;
}
dl.question dd.list_block {
	font-size:110%;
	text-indent:-15px;
	padding:5px 10px 0px 15px;
}
dl.reshipi_report{
	width:100%;
	border-bottom:1px dashed #CCC;
	display:inline-block;
	padding:5px !important;
}
dl.reshipi_report dt,
dl.reshipi_report dd{
	width:49%;
}
dl.reshipi_report dt{
	float:left;
}
dl.reshipi_report dd{
	float:right;
}

/*______club____________*/
dl.club_info{
	margin:5px 0px 5px 10px;
}
dl.club_info dt{
	font-size:110%;
	font-weight:bold;
	color:#FE5BAC;
	display:inline-block;
	vertical-align:top;
	line-height:180%;
}
dl.club_info dd {
	font-size:110%;
	display:inline-block;
	line-height:180%;
} 
dl.club_info dd red{
	color:#ff0000;
}

/*   IE6  */
*html dl.club_info dt{
	float:left;
}
/*   IE6  */
*html dl.club_info dd{
	width:550px;
}
*html dl.club_info dd .red{
	color:#ff0000;
}


/*   IE7  */
*:first-child+html dl.club_info dt{
	float:left;
}
/*   IE7  */
*:first-child+html dl.club_info dd{
	width:550px;
}
.prev a, .next a {
	background: #f7a08c;
	width: 100px;
	text-align: center;
	display: block;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-size:120%;
	padding:5px;
}

.prev {
	float:left;
	margin-left:200px;
}
.next {
	float:right;
	margin-right:200px;
}
ul.index {
	margin:10px 5px;
}
ul.index li{
	margin-top:5px;
	font-weight:bold;
}