@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/* table
-------------------------------------------- */
#content h4{
    margin-bottom: 15px;
}

#content .section {
    margin-bottom: 60px;
}
#content .section .box {
    margin-bottom: 20px;
    overflow: hidden;
	/zoom: 1;
}
#content .section .box ul a {
    border: 1px solid #E5DECF;
    display: table-cell;
    height: 178px;
    text-align: center;
    vertical-align: middle;
    width: 178px;
}
#content .section .box.text{
    margin-bottom: 25px;
}
#content .section .box.text{
    margin-bottom: 25px;
}
#content .section .imgleft{
    margin-bottom: 15px;
}
#content .imgleft .image{
    margin-right: 20px;
}
#content table th {
    background: #F9F6EF;
    width: 229px;
}
#content table td {
    background: #FFFFFF;
}