/* CSS Document */

h1,h2,h3,h4,h5,p,li,ul{
	margin:0px;
	padding:0px;
}

body{
	margin:0px;
	padding:0px;
}

#alpha_innner{
	width:730px;
}

#alpha_inner img{
	border:0;
}

#content_top{
	width:730px;
	height:460px;
	background:url("images/top_img.jpg") no-repeat;
}

#content_top h2{
	display:none;
}

#content_top p{
	display:none;
}

#content_mid_alpha{
	width:730px;
	background-color:#CFE17B;
}

#content_mid_alpha h3{
	display:none;
}

#content_mid_alpha_left{
	float:left;
	display:inline;/*IE6 ダブルマージン対応*/
	width:340px;
	margin-left:20px;
	height:240px;
	background:url("images/text_01.jpg") no-repeat;
}

#content_mid_alpha_left p{
	width:310px;
	height:160px;
	margin-top:80px;
	margin-left:20px;
	color:#663333;
}

#content_mid_alpha_right{
	float:left;
	display:inline;/*IE6 ダブルマージン対応*/
	width:360px;
	height:240px;
	background:url("images/text_02.jpg") no-repeat;
}

#content_mid_alpha_right p{
	width:280px;
	heigth:150px;
	margin-top:80px;
	margin-left:50px;
	color:#663333;
}

#content_mid_beta{
	width:730px;
	background-color:#CFE17B;
	color:#663333;
}

#content_mid_beta h3{
	display:none;
}

#content_mid_beta_text01{
	float:left;
	display:inline;/*IE6 ダブルマージン対応*/
	width:340px;
	height:230px;
	margin-left:20px;
	background:url("images/text_03.jpg") no-repeat;
}

#content_mid_beta_text01 p{
	width:300px;
	margin-top:90px;
	margin-left:15px;
}

#content_mid_beta_text02{
	float:left;
	display:inline;/*IE6 ダブルマージン対応*/
	width:340px;
	height:230px;
	margin-left:10px;
	background:url("images/text_04.jpg") no-repeat;
}

#content_mid_beta_text02 p{
	width:300px;
	margin-top:90px;
	margin-left:15px;
}

#content_mid_beta_text03{
	float:left;
	display:inline;/*IE6 ダブルマージン対応*/
	width:340px;
	height:230px;
	margin-left:20px;
	background:url("images/text_05.jpg") no-repeat;
}

#content_mid_beta_text03 p{
	width:300px;
	margin-top:90px;
	margin-left:15px;
}

#content_mid_beta_text04{
	float:left;
	display:inline;/*IE6 ダブルマージン対応*/
	width:340px;
	height:170px;
	_height:230px;/*IE6対応*/
	margin-left:10px;
	background:url("images/text_06.jpg") no-repeat;
	padding-top:60px;

}

#content_mid_beta_text04 p{
	width:300px;
	margin-left:15px;
	font-weight:bold;
}

.text_red{
	color:#FF0033;
}

#content_bottom{
	width:730px;
	height:60px;
	background:url("images/text_bottom.jpg") no-repeat;
}

#content_bottom p{
	display:none;
}

/*一括資料請求*/
.all_check{
	width:730px;
	height:30px;
	margin:20px 0;
	background-color:#FFCC00;
}

p.checkbox{
	float:left;
	display:inline;/*IE6 ダブルマージン対応*/
	margin-top:4px;
	margin-left:160px;
}

#all_check_submit{
	float:left;
	width:270px;
	height:30px;
	margin-left:10px;
	background:url("images/allcheck_button.gif") no-repeat;
	border:0 none;
	text-indent:-9999px;
}

#all_check_submit:hover{
	background:url("images/allcheck_button_o.gif") no-repeat;
}


