

/* LIVE AREA */
.live {
}
	/* common */
	.photos {
		float:left;
		width: 280px;
		text-align: left;
	}
		.photos .photo {
			margin-bottom: 10px;
		}
		
	.articleArea {
		float: right;
		width: 370px;
	}
	
	.titlearea {
		position: relative;
		width: 370px;
	}
	
		.title {
			float: left;
			width: 310px;
		}
	
		.face {
			float:right;
			padding-top:20px;
			width: 60px;
			height: 60px;
		}
	
	.article {
		width: 370px;
		margin-top: 10px;
	}
	
				.live .titlet {
					height: 20px;
				}
			
				.live .titlem {
					padding-left: 10px;
					font-weight: bold;
				}
			
				.live .titleb {
					height: 20px;
				}
				
		.live .liveDate {
			font-size: 10px;
			color: #FFF;
		}
				
		.live .liveTitle {
			width: 270px;
			font-size: 14px;
			color: #FFF;
		}
		
		
			.live .navi {
				width: 320px;
				margin: 0 auto;
				padding: 20px 0 0;
			}
			
			.live .navi li{
				float: left;
				padding: 0 5px;
				width: 150px;
			}
		
		
			.live .navi2 {
				width: 480px;
				margin: 0 auto;
				padding: 30px 0 0;
			}
			
			.live .navi2 li{
				float: left;
				padding: 0 5px;
				width: 150px;
			}
		
	
	/* live01 */
	.livebase1 {
		background: url(../images/border.jpg) no-repeat center bottom;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

		.livebase1 .titlet {
			background: url(../images/hukidashi1_top.gif) no-repeat;
		}
	
		.livebase1 .titlem {
			background: url(../images/hukidashi1_mid.gif) repeat-y;
		}
	
		.livebase1 .titleb {
			background: url(../images/hukidashi1_bottom.gif) no-repeat;
		}
				
	/* live02 */
	.livebase2 {
		background: url(../images/border.jpg) no-repeat center bottom;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
		.livebase2 .titlet {
			background: url(../images/hukidashi2_top.gif) no-repeat;
		}
	
		.livebase2 .titlem {
			background: url(../images/hukidashi2_mid.gif) repeat-y;
			color: #FFF;
		}
	
		.livebase2 .titleb {
			background: url(../images/hukidashi2_bottom.gif) no-repeat;
		}