@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
ul,li{
	list-style:none;
	list-style-position:outside;
}
fieldset,img{
	border:0 none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix{
	zoom:1;
}

h4{
	font-size:12px;
}

a{
	color:#287fb6;
	text-decoration:none;
}
a:hover{
	color:#ff5400;
	text-decoration:underline;
}

body{
	background:#c3efff;
	font-size:12px;
	color:#323232;
	line-height:20px;
}

#box{
	width:700px;
	padding:1px;
}

#box .xy-box dt{
	background:#54a5d0;
	width:700px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}
	
#box .xy-box dd{
	padding:10px 20px;
	text-indent:2em;
}	

#box .ann{
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
}

#box .bb{
	font-weight:bold;
}







