/**
 * 覚悟の瞬間
 *
 * 覚悟の瞬間　インフォメーション
 *
 * @author  Shigeaki Kurimoto <kurimoto@kenja.tv>
 * @create  2009/12/30
 * @version 1.00
 */

/* -------------------------------------------------------------------- */

/**
 * インフォメーション
 */
#idInfo{
	text-align     : left;
    padding-left   : 60px;
    padding-top    : 30px;
}

#idInfoProgramHeaderText {
	color      : #333333;
	font       : bold 12px "sans serif", tahoma, verdana, helvetica;
	padding    : 10px 5px 40px 10px;
	width      : 890px;
}

.clsInfoLeft {
	float        : left;
	width        : 452px;
}

.clsInfoRight {
	float : left;
	width : 452px;
}

.clsInfoProgramTitle {
	background-image  : url(../../images/main/info/bk_title_program.jpg);
	background-repeat : no-repeat;
	width             : 440px;
	height            : 40px;
	border-bottom     : 1px solid #000000;
}

.clsInfoProgramHeader {
	color      : #333333;
	font       : bold 16px "sans serif", tahoma, verdana, helvetica;
	padding    : 10px 5px 10px 10px;
	width      : 420px;
}

.clsInfoProgramContents {
	color          : #333333;
	font           : normal 12px "sans serif", tahoma, verdana, helvetica;
	padding-left   : 10px;
	padding-bottom : 10px;
	width          : 420px;
	line-height    : 1.4;
	text-align     : justify;
}

.clsInfoProgramMemo {
	color          : #333333;
	font           : normal 12px "sans serif", tahoma, verdana, helvetica;
	padding-left   : 20px;
	padding-bottom : 10px;
	width          : 420px;
	line-height    : 1.4;
	text-align     : justify;
}

/* -------------------------------------------------------------------- */

/**
 * 対談
 */
#idInfoEvent{
	text-align     : left;
    padding-top    : 50px;
}

.clsInfoEventTitle {
	background-image  : url(../../images/main/info/bk_title_event.png);
	background-repeat : no-repeat;
	width             : 880px;
	height            : 30px;
}

.clsInfoEventSchBase {
	width         : 880px;
	text-align    : left;
	border-bottom : 1px solid #000;
	border-top    : 1px solid #000;
}

.clsInfoEventSchTitle {
	background-color : #eee;
	font-size        : 15px;
	height           : 30px;
	width            : 280px;
	text-align       : center;
	border-bottom    : 1px solid #fff;
	border-top       : 1px solid #fff;
}
.clsInfoEventSchText {
	background-color : #eee;
	font-size     : 15px;
	height        : 30px;
	width         : 600px;
	border-left   : 2px solid #fff;
	border-bottom : 1px solid #fff;
	border-top    : 1px solid #fff;
}

.clsInfoEventSchBase a{
	text-decoration : none;
	display         : block;
	color           : #080;
	padding         : 7px 0px;
}

.clsInfoEventSchBase a:link, .clsInfoEventSchBase a:visited {
	background-color : #eee;
}

.clsInfoEventSchBase a:hover, .clsInfoEventSchBase a:active {
	background-color : #df9;
}

