@import "common.css";

h1{
	margin:0;
	padding:0;
	border:none;
	top:0;
	left:0;
	width:381px;
	height:23px;
}

div#main{
	width:730px;
	margin-left:20px;
	/*margin:0px 20px 0px 20px;
	*/
}
	div#main div#block-A{
		float:left;
		width:312px;
	}
	div#main div#block-B{
		float:right;
		width:410px;
	}
	div#main div#block-C{
		clear:both;
	}
	
	div#main div#block-A div#bleft{
			float:left;
			width:312px;
		}
	div#main div#block-A div#bright{
			/*margin-left:320px;
			*/
			float:right;
		}

h2.catch-top{
	width:715px;
	height:44px;
}

h3{
	margin-top:30px;
}

.info-space{
	width:314px;
	height:100px;
	background-image: url(../images/top/info_space.gif);
	background-repeat:no-repeat;
	padding-top:4px;
}
	.info-box{
		width:250px;
		height:60px;
		margin:30px 4px 0px 60px;
		overflow:auto;
		font-size:12px;
	}
		.info-box ul{
			list-style-type:none;
		}

.inc-block{
	margin-bottom:1px
}
.inc-block_b{
	margin-bottom:1px;
	text-align:center;
}

.inc-block_b object{
	margin:30px 0;
}

span.redFont{
	color:#F00;
}
span.blueFont{
	color:#00F;
}
span.dark_blueFont{
	color:#0000A0;
}



#bottom_left{
	float:left;
	width:44%;
	text-align:center;
	margin:20px 0 10px 20px;
}

#bottom_right{
	float:right;
	width:44%;
	text-align:center;
	margin:20px 30px 10px 0px;
}
p.last{
	color:red;
	margin-top:20px;
	font-size:18px;
	font-weight: bold;
	}