@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html{
	
}

body {
	color: #000;
	line-height: 1.5;
	background-color: #fff;
	font-size: 15px;
}

img {
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

a {
	overflow: hidden;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	border-collapse: collapse;
	border-spacing: 0;
	overflow: hidden;
}

/*---------------------------------------------*/

.a_page {
	/*width:750px;*/
	width: 100%;
	height: 1060px;
	overflow: hidden;
	margin: 0px auto;
}

/*---------------------------------------------*/

#header {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #aaaaaa;
	padding: 10px 0px;
}

#header table {
	width: 100%;
}

#header th {
	text-align: left;
	padding: 10px;
}

#header th img {
	width: 250px;
	height: auto;
}

#header td {
	text-align: right;
	width: 50%;
	padding: 10px;
}

#header td img {
	width: 250px;
	height: auto;
	margin-right: 20px;
}

/*---------------------------------------------*/

#title {
	width: 100%;
	border-bottom: 1px solid #aaaaaa;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0px;
}

#title p {
	padding-left: 20px;
}

/*---------------------------------------------*/

.data_table {
	overflow: hidden;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	width: 100% !important;
}

.data_table th {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	width: 100px;
	background-color: #e0e7f3;
	text-align: left;
	padding: 10px;
	width: 50%;
	font-size: 15px;
}

.data_table th div {
	text-align: center;
}

.data_table td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 10px;
	width: 50%;
	font-size: 15px;
}

.data_table td img{
	width: 100%;
}

.data_table td div {
	padding: 0px 1em;
}

/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
