@charset utf-8;
/*+++++++++++++++++++++++++++++++++*/
/*Web Site INDEX.CSS   Ver.*/
/*+++++++++++++++++++++++++++++++++*/

/*=======================*/
/*Base Layout*/
/*=======================*/

#p1,#p2,#p3,#p4,#p5,#p6{
	background-color:#fff;
	width:242px;
	height: 95px;
	margin:0 0 5px;
	display:block;
	border:solid 1px #b0b0b0;
}

#pn{
	background-color:#e8e8e8;
	width:242px;
	height: 95px;
	margin:0 0 5px;
	display:block;
	border:solid 1px #e8e8e8;
}

#LineupBox{
	width:495px;
	margin:0 0 0 10px;
	padding:5px 7px 0 7px;
	background-color:#e8e8e8;
}

#LineupBox img{
	float:right;
	/*margin:0 0 5px;*/
}

#LineupBox p{
float:left;
width:100px;
padding:5px 0 0px 5px;
}

.Box-Area{
	width: 495px;
	background-color: #fff;
	height: 95px;
	margin-bottom: 5px;
	border:solid 1px #b0b0b0;
}

.Box-AreaL{
	width:242px;
	float:left;
}

.Box-AreaR{
	width:242px;
	float:right;
}

.table_topics td{
	padding-top: 7px;
}

.Length1{
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	width: 180px;
	margin-top: 5px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom: 1px solid teal;
	border-left: 7px solid teal;
}



