@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	.section
-------------------------------------------------------------------*/
#content .section {
	margin-bottom: 90px;
}
#content .section .box {
	margin-bottom: 30px;
	overflow: hidden;
	/zoom: 1;
}
#content .section .box ul a {
    border: 1px solid #CCCCCC;
    display: table-cell;
    height: 198px;
    text-align: center;
    vertical-align: middle;
    width: 198px;
}

#content .section .imgright .text{
    margin-right: 270px;
}



/* --------------------------------------
    table
-------------------------------------- */
#content table th{
  width:190px;
  font-weight:normal;
}
#content table td{
}



/* .aside
-------------------------------------------- */
#content .aside {
    margin-bottom: 10px;
    overflow: hidden;
    /zoom: 1;
}

#content .aside li {
    float: left;
    margin: 0 50px 0 0;
}
#content .aside li.none {
    margin-right: 0;
}