@charset "utf-8";

#main .entry h2{

}

#main .entry h3{

}

#main .entry{
color: #ffffff;
background: url("entryBgBlue.gif") repeat-y  0px 30px;
}

#main .entryHeader{
	height: 28px;
	background: url("entryHeaderBlue.gif") no-repeat top left;
}

#main .entryFooter{
	height: 39px;
	background: url("entryFooterBlue.gif") no-repeat bottom left;
}

.arrowRight{
	margin: 0;
	padding-left: 30px;
	background: url("/common/arrowRightBlue.gif") no-repeat top left;
}



/* 請求フォーム */

table.form{
	width: 100%;
	background-color: #99CCFF;
}

table.form td{
	background-color: #0066CC;
}

