/* mainTheme Block */

img {
	vertical-align: bottom;
}

#contents #mainTheme {
	background-color: #FFFFFF;
}

#contents #mainTheme h1 {
	margin: 0;
	color: black;
}

#contents #mainTheme p {
	width: auto;
	margin-left: 60px;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
}

#contents #box {
	background-color: #FFFFFF;
	clear: both;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	margin: 30px;
	padding: 15px;
}

#contents .img {
	float: left;
	width: 200px;
	height: 150px;
	background-color: #003333;
	vertical-align: middle;
	padding: 5px;
}

#contents .text {
	float: right;
	width: 280px;
	height: 160px;
	background-color: #CCCCCC;
}

#contents #box h1 {
	font-size: medium;
	margin: 0px;
	height: 1em;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#contents #box h2 {
	font-size: small;
	padding-left: 20px;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
}

#contents #box p {
	font-size: medium;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#contents #box #img {
	background-color: #003333;
	text-align: center;
	padding: 5px;
}

/* table */
table.box {
	text-align: left;
}

col.item {
}

col.comment {
	background-color: #CCCCCC;
	padding-right: 10px;
	width: 400px;
}

.box th, .box td {
	margin: 0px;
}
