
@import url(default.css);

/*-------------------*/

p#caption {
	margin:3px 0 10px 0;
	text-align:right;
	background-color:#eeeeee;
	padding:7px 5px 5px 0;
}

div#contents {
	display:block;
}
div#contents div#image {
	float:left;
	display:block;
	width:400px;
}
div#basic {
	border-width:1px 1px 0 1px;
	border-style:dotted;
	border-color:#cccccc;
	margin:0 0 10px 0;
}
div#contents table {
	table-layout:fixed;
	border-collapse:collapse;
}
div#contents th {
	border-bottom:1px dotted #cccccc;
	padding:7px 0 5px 0;
	font-weight:normal;
	font-size:13px;
	width:28%;
}
div#contents td {
	border-bottom:1px dotted #cccccc;
	padding:7px 3px 5px 0;
	width:72%;
}
div#contents div#info {
	float:right;
	display:block;
	width:390px;
}
div#contents div#info h2 {
	margin:0 0 7px 0;
	padding:7px 0 5px 7px;
	background-color:#cc0000;
	color:#ffffff;
	font-size:15px;
}

