@import "base-style.css";
body {
    position: relative;
    width: 820px;
    text-align: center; /* center on ie */
    margin: 0 auto;
    padding: 0;
    font-size: 13px;
    color: #333;
    line-height: 1.25;
    background: url(img/bg_yellow.gif) no-repeat top #eeeecc;
}


#container
{
    position: relative;
    width: 730px;
    margin: 0 auto;
    * margin: 0 0 0 1px;
    padding: 10px 45px;
    text-align: left;
    * text-align: center;
    background: url(img/bbg_yellow.gif) repeat-y;
}


#foot
{
    position: relative;
    width: 730px;
    margin: 0 auto;
    * margin: 0 0 0 1px;
    padding: 1px 45px 20px;
    text-align: center;
    background: url(img/fbg_yellow.gif) no-repeat bottom ;
}


h3 {
	width:690px;
	height:34px;
	background:url(img/heading_pink.gif) 0 0 no-repeat;
	color:#FFFFFF;
	margin:3px auto 5px;
	padding:3px 0 0 15px;
	font-size:140%;
    /*position: relative;
    margin: 5px 0 15px;
    padding: 2px 0 2px 25px;
    color: #000;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    border-bottom: 1px dotted #7e571e;
    clear: both;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
    background: url(check.gif) no-repeat left;*/
}

