@charset "utf-8";
/* CSS Document */


#at_caution{
	padding:5px;
	text-align:center;
	margin-bottom:15px;
	background-color:#ffecec;
	}

.block_attention{
	background:url(/images/new_en/back_attention_top.gif) no-repeat center top;
	margin-bottom:15px;
	}
	
.block_attention div{
	background:url(/images/new_en/back_attention_bottom.gif) no-repeat center bottom;
	padding:20px 20px 5px 20px;
	}
	
.block_attention div h2{
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:left top;
	height:27px;
	margin-bottom:15px;
	}
		
#ba01 h2{background-image:url(/images/new_en/tit_attention1.gif);}
#ba02 h2{background-image:url(/images/new_en/tit_attention2.gif);}
#ba03 h2{background-image:url(/images/new_en/tit_attention3.gif);}
#ba04 h2{background-image:url(/images/new_en/tit_attention4.gif);}
#ba05 h2{background-image:url(/images/new_en/tit_attention5.gif);}

.block_attention div p{
	padding-right:170px;
	}

.block_attention div tt{
	text-align:left;
	margin-bottom:15px;
	}
	
.block_attention div dl{
	background:url(/images/new_en/line_dot.gif) repeat-x left top;
	padding:10px 0px;
	}
	
.block_attention div dl dt{
	font-weight:bold;
	color:#000000;
	}
	

.block_attention01{
	background:url(/images/new_en/back_attention_top.gif) no-repeat center top;
	margin-bottom:15px;
	}
	
.block_attention01 div{
	background:url(/images/new_en/back_attention_bottom.gif) no-repeat center bottom;
	padding:20px 20px 5px 20px;
	}
	
.block_attention01 div h2{
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:left top;
	height:53px;
	margin-bottom:15px;
	}
		
#ba01 h2{background-image:url(/images/new_en/tit_attention1.gif);}
#ba02 h2{background-image:url(/images/new_en/tit_attention2.gif);}
#ba03 h2{background-image:url(/images/new_en/tit_attention3.gif);}
#ba04 h2{background-image:url(/images/new_en/tit_attention4.gif);}
#ba05 h2{background-image:url(/images/new_en/tit_attention5.gif);}

.block_attention01 div p{
	padding-right:170px;
	}

.block_attention01 div tt{
	text-align:left;
	margin-bottom:15px;
	}
	
.block_attention01 div dl{
	background:url(/images/new_en/line_dot.gif) repeat-x left top;
	padding:10px 0px;
	}
	
.block_attention01 div dl dt{
	font-weight:bold;
	color:#000000;
	}
	



.clearfix:after{
  content: ".";
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix{
  min-height: 1px;
}

* html .clearfix{
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}