/* template */
body {
	background-color: #E71010;
	color: #ffffff;
	}
#wrapper {
	background-color: #ffffff;
	background-image: url("../img/contentBg.jpg");
	background-repeat: no-repeat;
	color: #555555;
	width: 780px;
	margin: 0 auto;
	}

#header {
	background-color: #ffffff;
	background-image: url("../img/headBg.gif");
	background-repeat: repeat-x;
	color: #ffffff;
	height: 29px;
	line-height: 29px;
	text-align: center;
	}

#footer {
	clear: both;
	height: 30px;
	background-color: #ffffff;
	background-image: url("../img/footBg.gif");
	background-repeat: repeat-x;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	}

/* common */
h3 {
	color: #E71010;
	}
em {
	font-style: normal;
	font-weight: normal;
	color: #E71010;
	}
.note {
	margin-top: 5px;
	}
.note em {
	font-size: x-small;
	color: #ff0000;
	}
strong {
	color: #E71010;
	}
strong.u {
	color: #E71010;
	border-bottom: 1px solid #E71010;
	padding-bottom: 1px;
	}
.point span {
	vertical-align: top;
	}
.point img {
	margin-right: 10px;
	}

/* table style 01 */
table.dataTable1 {
	border-collapse: collapse;
	border: 0 none #ffffff;
	width: 100%;
	}
table.dataTable1 th {
	border-bottom: 2px solid #E71010;
	padding: 5px;
	font-weight: normal;
	text-align: left;
	}
table.dataTable1 td {
	border-bottom: 1px solid #E71010;
	padding: 5px;
	}

/* table style 02 */
table.dataTable2 {
	border-collapse: separate;
	border-spacing: 0 1px;
	width: 100%;
	}
table.dataTable2 th {
	background-color: #E71010;
	border: 1px solid #E71010;
	color: #ffffff;
	padding: 5px;
	text-align: left;
	margin: 0;
	}
table.dataTable2 td {
	border-bottom: 1px solid #E71010;
	padding: 5px;
	margin: 0;
	}

/* table style 03 */
table.dataTable3 {
	border-collapse: collapse;
	width: 100%;
	}
table.dataTable3 th {
	vertical-align: top;
	white-space: nowrap;
	border: 1px solid #aaaaaa;
	padding: 5px;
	margin: 0;
	}
table.dataTable3 td {
	border: 1px solid #aaaaaa;
	padding: 5px;
	margin: 0;
	}
table.dataTable3 .caption {
	background-color: #FFFFAA;
	border: 1px solid #aaaaaa;
	padding: 5px;
	margin: 0;
	}
table.dataTable3 .g {
	vertical-align: middle;
	background-color: #C7FF9F;
	}
table.dataTable3 .b {
	background-color: #B9CEFF;
	}
table.dataTable3 .lb {
	background-color: #BAE7FF;
	}
table.dataTable3 .w {
	border-width: 0 1px 0 1px;
	border-color: #ffffff #aaaaaa #ffffff #aaaaaa;
	border-style: none solid none solid;
	}
table.dataTable3 .img {
	border-style: solid none solid solid;
	}
table.dataTable3 .txt {
	border-style: solid solid solid none;
	vertical-align:top;
	}

/* table style 04 */
table.dataTable4 {
	border-collapse: collapse;
	width: 100%;
	}
table.dataTable4 th {
	vertical-align: top;
	width:6em;
	white-space: nowrap;
	border: 1px solid #aaaaaa;
	padding: 5px;
	margin: 0;
	}
table.dataTable4 td {
	border: 1px solid #aaaaaa;
	padding: 5px;
	margin: 0;
	}
table.dataTable4 .caption {
	background-color: #FFFFAA;
	border: 1px solid #aaaaaa;
	padding: 5px;
	margin: 0;
	width: auto;
	}

/* table style 'link list' */
table.linkTable {
	border-collapse: collapse;
	border: 1px solid #aaaaaa;
	width: auto;
	margin: 0;
	}
table.linkTable th {
	background-color: #aaaaaa;
	color: #ffffff;
	margin: 0;
	padding: 5px;
	width: auto;
	text-align: left;
	padding: 5px 10px;
	}
table.linkTable td {
	border-collapse: collapse;
	border: 1px solid #aaaaaa;
	width: auto;
	margin: 0;
	padding: 5px 10px;
	}
table.linkTable a {
	padding-right: 20px;
	background-image: url("../../img/iconLink.gif");
	background-repeat: no-repeat;
	background-position: right center;
	}

/* table style 'item list' */
.itemListTable {
	border-collapse: collapse;
	border: 1px solid #aaaaaa;
	width: auto;
	margin: 0;
	}
.itemListTable th {
	border-collapse: collapse;
	border: 1px solid #aaaaaa;
	width: 75px;
	margin: 0;
	padding: 5px 0;
	}
.itemListTable td {
	border-collapse: collapse;
	border: 1px solid #aaaaaa;
	width: auto;
	margin: 0;
	padding: 5px;
	vertical-align: top;
	width: 100px;
	}

/* common table caption */
caption {
	text-align: left;
	font-weight: bold;
	color: #E71010;
	margin-bottom: 5px;
	}


table.conroMaker td {
	vertical-align: top;
	} 
table.conroMaker img {
	margin-right: 20px;
	} 
table.merit {
	width: 250px;
	}
table.merit img {
	margin-bottom: 5px;
	}
table.merit p {
	margin-bottom: 15px;
	font-size: 90%;
	}
table.merit td {
	vertical-align: top;
	}
table.merit em {
	color: #F0741A;
	}
table.conro td {
	text-align: center;
	vertical-align: top;
	}
table.conro .h {
	padding: 5px;
	background-color: #FFFF99;
	margin-top: 10px;
	margin-bottom: 3px;
	}
