/*サイドメニュー左側
-------------------------------------*/
#menu{
	width:120px;
	float: left;
	margin:10px 0 0 0;
	padding:0;
	font-size: 12px;
}

#menu h2{
	font-size:12px;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:7px 0 0 0;
	height:24px;
	background:#f63;
	color:white;
	text-indent:0.3em;
}

#news{
	width:480px;
	float:right;
}


/*メインコンテンツ
-------------------------------------*/
#main{
	width:630px;
	text-align:left;
	float:left;
	margin:10px 0 20px 0;
	padding:0;
}

#sub{
	width:300px;
	float:right;
}

#newsCat{
	width:10em;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	background:#f60;
	text-align:center;
	padding:0.5em;
	margin:0 0 0.3em 0;
}

/* リスト
------------------------------------*/
.newsIndex{
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom:1px solid #ddd;
}
.newsIndex h2{
	font-size:16px;
	line-height:1.3;
}

.newsIndex p{
	font-size:12px;
	line-height:1.8;
	margin:0 0 2em 0;
}
.newsIndex span{
	clear:left;
	float:left;
	display:block;
	padding-right:1em;
}

.newsIndex object{
	border:1px solid #ccc;
}


/* アイテム
------------------------------------*/

.newsItem{
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom:1px solid #ddd;
}
.newsItem h1{
	font-size:16px;
	line-height:1.3;
}
.newsItem h2{
	font-size:14px;
	line-height:1.3;
}
.newsItem p{
	font-size:12px;
	line-height:1.8;
	margin:0 0 2em 0;
}
.newsItem span{
	clear:left;
	display:block;
}
.newsItem span img{
	float:left;
	display:block;
	padding-right:1em;
}

.newsItem span.imgCenter{
	clear:left;
	float:none;
	text-align:center;
	display:block;
	padding-right:0em;
}
.newsItem span.imgCenter img{
	display:block;
	float:none;
	margin:0 auto;
}

.newsItem object{
	border:1px solid #ccc;
}
.newsItem script{
	font-size:12px;
	line-height:1.8;
	margin:0 0 2em 0;
}

/*右バナー（サンプル動画）
-------------------------------------*/
.bnrRightMovie{
	margin:0 0 1em 0;
	background:#f6eeee;
	padding:7px 0;
	border:1px solid #ccc;
}
#sub div.bnrRightMovie h3{
	font-size:14px;
	line-height:1.3;
	color:#333;
	margin:0 0 0 10px;
	display:inline;
	background:transparent;
}
.bnrRightMovie p{
	font-size:12px;
	line-height:1.3;
	color:#333;
	margin:0;
	text-indent:10px;
}
#sub div.bnrRightMovie td{
	font-size:12px;
	line-height:1.3;
	text-align:center;
}

.speaker{
	font-weight:bold;
	text-decoration:normal;
	font-style:normal;
	display:inline;
}
strong{
	border-left:5px solid #666;
	font-size:14px;
	line-height:2.5;
	padding-left:1em;
}
