@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content h3.spa{
	margin-bottom: 16px;
}
#content p.no1{
	margin-bottom: 22px;
}
#content p.no2{
	margin-bottom: 12px;
}
#content table{
	margin-top:-10px;
	margin-bottom: 30px;
}
#content table th {
	width: 300px;
}

/*-------------------------------------------------------------------
	.section
-------------------------------------------------------------------*/
#content .section {
	margin-bottom: 30px;
}
#content .section .box {
	margin-bottom: 20px;
	overflow: hidden;
	/zoom: 1;
}
#content .imgright .image{
	margin-left:25px;
	padding-top:5px;
}
#content .imgleft .image{
	margin-right:20px;
	padding-top:5px;
}
#content .section .box ul a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 200px;
}
#content .section .att {
	margin-top: 5px;
}



