@charset "UTF-8";

/*g*/
body{
	background-color: #E6F6ED;
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: 78%;
	color: #666666;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

h1 {
   margin: 0;
   padding: 0 30px;
}

#main {
	text-align:center;
	margin: 0;
	padding: 0;
}

#wrapper {
    width: 750px;
    margin: 0 auto;
    padding: 1px 0;
    background-color: #71D2D4; 
}
#birth-child-top {
    height: 7px;
    width: 680px;
    margin: 0 auto;
    padding: 0;
    background: url("../img/top.gif") no-repeat;
}
#birth-child-inner {
    width: 640px;
    margin: 0 auto;
    padding: 5px 20px;
    background: #ffffff;
    line-height: 1.4;
}
#birth-child-inner h2 {
    height: 36px;
    margin: 0;
    background: url("../img/ico-hippo.gif") no-repeat;
    padding: 10px 0 0 50px;
}
#birth-child-inner dl {
    margin: 0;
}
#birth-child-inner dt {
    font-size: 15px;
    font-weight: normal;
    color: #ff6699;
}
#birth-child-inner dd {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 8px;
}
#birth-child-bottom {
    height: 7px;
    width: 680px;
    margin: 0 auto;
    padding: 0;
    background: url("../img/bottom.gif") no-repeat;
}

.others {
    margin: 0 0 10px 0;
    font-size: 12px;
}

.txt-right {
    float: right;
    padding-top: 4px;
    font-size: 11px;
}

#footer-top {
    width: 750px;
    height: 70px;
    margin-top: 10px;
    background: url("../img/footer-top.gif") no-repeat;    
}
#footer-bottom {
    width: 750px;
    height: 24px;
    text-align: center;
    background: url("../img/footer-bottom.gif") no-repeat;
}




