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

	  h1 {
 		background-image : url('/img/common/title_search.png');
		background-repeat: no-repeat;
		background-position:0 0;
		font-size:15px;
		color:#FFFFFF;
		width : 569px;
		height:30px;
		margin:0 -0 0 0;
		line-height:30px;
		padding:0 0 0 30px;
		text-align : left;
		}
		
		dt{
		clear:both;
 		background-image : url('/img/common/icon_h3.png');
		background-repeat: no-repeat;
		background-position:0 5px;
		font-size:13px;
		color:#FF6600;
		width : 569px;
		height:30px;
		margin:10px 0 10px 5px;
		line-height:30px;
		padding:0 0 0 30px;
		text-align : left;
		}
		
			dd {
		font-size:10px;
		vertical-align:text-top;
		width:500px;
		background-image:url('/img/common/icon_list.png');
		background-position:2px 3px;	
		background-repeat: no-repeat;
   		padding:5px 0 5px 18px;
		margin:0 0 5px 15px;
		border-bottom:1px #999999 dotted; 
		}
	
		
		
	.attention {	
		float:left;
		width:540px;
		margin:5px 0 15px 15px;
		background-color:#FFCC66;
		border: 1px #707070 solid;
		}
		

