@charset "utf-8";
/* CSS Document */
#img{
	width:200px;
	float:left;
	display:inline;
}

#main{
	width:664px;
	float:right;
	display:inline;
}
	
h1{
	text-indent:1em;
	font-weight:bold;
	font-size:110%;
	border-bottom:#FDBE68 dotted 3px;
	margin-bottom:10px;
}

h2{
	text-indent:1em;
	font-weight:bold;
	font-size:110%;
	border-bottom:#FDBE68 dotted 3px;
	margin-bottom:10px;
	margin-top:15px;
}

td{
	border:#ccc solid 1px;
	height:2em;
	text-indent:1em;
	
}

table{
	margin-bottom:20px;
}

#footer_1{
	width:884px;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	clear:both;
}	

#img p{
	margin-top:15px;
}

.ye{
	background-color:#ccc;
	color:#FFF;
}
