/*--CSS Document--*/
#content_top{
	width:730px;
	height:498px;
	background:url(images/child_title.jpg) no-repeat;
}

#content_top h2{
	text-indent:-9999px;
	overflow:hidden;
}

#content_top p{
	text-indent:-9999px;
	overflow:hidden;
}

#content_mid{
	width:730px;
	background:url(images/back.jpg) repeat-x;
}

#content_mid h3{
	text-indent:-9999px;
	overflow:hidden;
}

#content_mid p{
	color:#340000;
}

#content_mid_left{
	float:left;
	width:360px;
}

#content_mid_left_alpha{
}

#content_mid_left_alpha h3{
	display:block;
	background:url(images/text_header01.jpg) no-repeat;
	width:340px;
	height:45px;
	margin:10px 0 10px 20px;
}

#content_mid_left_alpha p{
	width:330px;
	margin-left:30px;
}

#content_mid_left_beta{
	width:360px;
}

#content_mid_left_beta h3{
	display:block;
	background:url(images/text_header02.jpg) no-repeat;
	width:340px;
	height:45px;
	margin:20px 0 10px 20px;
}

#content_mid_left_beta p{
	width:330px;
	margin-left:30px;
}

#content_mid_left_beta dl{
	width:340px;
	height:180px;
	margin-left:20px;
	background:url(images/point_list.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	
}

#content_mid_right{
	float:right;
	width:360px;
}

#content_mid_right img{
	width:360px;
	height:475px;
}

#content_footer{
	width:730px;
	height:100px;
	background:url(images/footer.jpg) no-repeat;
}

#content_footer p{
	text-indent:-9999px;
	overflow:hidden;
}

/*ꊇ*/
.all_check{
	width:730px;
	height:30px;
	background-color:#FFCCCB;
}

p.checkbox{
	float:left;
	margin-top:4px;
	margin-left:100px;
}

#all_check_submit{
	float:left;
	display:block;
	width:240px;
	height:30px;
	margin-left:10px;
	background:transparent url(images/allcheck_button.gif) no-repeat scroll 0 0;
	border:0 none;
	text-indent:-9999px;
}

#all_check_submit:hover{
	background:transparent url(images/allcheck_button_o.gif) no-repeat;
}


