/* mainTheme Block */
#contents #mainTheme {
	background-color: #FFFFFF;
}

#contents #mainTheme h1 {
	margin: 0;
	color: black;
}

#contents #mainTheme #text {
	color: #000066;
	font-size: large;
	font-weight: bold;
	margin-left: 2em;
}

#contents #mainTheme #pict {
	color: black;
	padding-bottom: 20px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

img {
	vertical-align: bottom;
}

#email {
	font-size: 12px;	
}
/* Table */
table.company {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}

col.item {
	width:130px;
}

col.comment {
	width:300px;
}

.company th, .company td {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;	
}

table.map {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

col.item_access {
	width:300px;
}

col.comment_access {
	width:300px;
}

.map th, .map td {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;	
}

#pitem {
	border: 1px solid #666666;
}
