@charset "utf-8";

/*headPart*/

/*sidePart*/
@import url("/css/blocks/menuBlock.css");
/*contentPart*/

/*footPart*/



/*------------------------------
カラム分け
------------------------------*/
#mainBlock{
	width:810px;
	text-align:left;
}
#menuBlock{
	float:left;
	width:200px;
	margin:20px 0 0 0;
	background:#F2F2F2 url(/img/common/bg_menu.gif) no-repeat;
}
#contentsBlock{
	float:right;
	width:590px;
	margin:20px 0 0 0;
}

/* コンテンツブロック */
#contentsBlock p{
	font-size:97%;
	margin:0 0 20px 0;
}
#contentsBlock h3{
	background:transparent url(/img/common/h_yellow.gif) no-repeat;
	width:590px;
	height:30px;
	margin:0 0 5px 0;
}
#contentsBlock h3 img{
	margin:7px 0 0 8px;
}
#contentsBlock h4{
	width:570px;
	margin:0 0 5px 0;
}
.leftbox{float:left;width:290px;}
.rightbox{float:right;width:290px;}

/* Point1 */
#contentsBlock #point1{
	background:transparent url(/img/live/img_point1.gif) no-repeat;
	width:590px;
	height:370px;
	margin:0 0 30px 0;
}
#contentsBlock #point1 p{
	visibility:hidden;
	font-size:1px;
}

/* Point2 */
#contentsBlock #point2A{
	background:transparent url(/img/live/pic_point2.jpg) no-repeat top right;
	height:150px;
	padding:0 230px 0 0;
	margin:0 0 5px 0;
}
#contentsBlock #point2B{
	background:transparent url(/img/live/img_point2.gif) no-repeat top center;
	padding:360px 0 0 0;
	margin:0 0 30px 0;
}
#contentsBlock #point2B ol li{
	border-bottom:#CCCCCC dotted 1px;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
#contentsBlock #point2B ol li p{
	font-size:110%;
	font-weight:bold;
	color:#3E68B1;
	padding:0;
	margin:0;
}
#contentsBlock #point2B ol li span{
	font-weight:bold;
}
#contentsBlock #point2B #no1{background:transparent url(/img/live/no_1.gif) no-repeat top left;padding:2px 0 2px 23px;}
#contentsBlock #point2B #no2{background:transparent url(/img/live/no_2.gif) no-repeat top left;padding:2px 0 2px 23px;}
#contentsBlock #point2B #no3{background:transparent url(/img/live/no_3.gif) no-repeat top left;padding:2px 0 2px 23px;}
#contentsBlock #point2B #no4{background:transparent url(/img/live/no_4.gif) no-repeat top left;padding:2px 0 2px 23px;}

/* Point3 */
#contentsBlock #point3{
	background:transparent url(/img/live/img_point3.gif) no-repeat;
	width:590px;
	height:325px;
	margin:0 0 30px 0;
}
#contentsBlock #point3 p{
	visibility:hidden;
	font-size:1px;
}

/* Point4 */
#contentsBlock #point4{
	width:590px;
	margin:0 0 30px 0;
}

/* Point5 */
#contentsBlock #point5A{
	width:590px;
	margin:0;
}
#contentsBlock .point5B{
	width:590px;
	margin:0 0 10px 0;
}
#contentsBlock .point5B h5{
	font-size:110%;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#339900;
	border-right:#336633 solid 1px;
	border-bottom:#336633 solid 1px;
	padding:3px 5px;
	margin:0 0 3px 0;
}
#contentsBlock .point5B p{
	font-size:95%;
	line-height:140%;
}