@import "../common.css";

/* kureha */
p.title {
	text-align: center;
}

a {
/*	color: #663300;*/
}

table.kureha {
	width: 100%;
	font-size:10pt;
	line-height:140%;
	line-break:strict;
	border-collapse: collapse;
	margin-bottom: 24pt;
}

table.kureha caption {
	padding-bottom: 5pt;
	text-align: left;
	border-bottom: 1px solid gray;
}

table.kureha td {
	padding-left: 10pt;
	padding-top: 5pt;
	padding-bottom: 5pt;
	vertical-align: middle;
	border-bottom: 1px solid #aaaaaa;
}

table.kureha td.story {
	color:#666666;
	width: 50%;
}

table.kureha td.image {
	width: 50%;
}

table.kureha td.download {
	text-align: center;
	vertical-align: middle;
	width: 250px;
}

table.kureha td.image img {
	width: 320px;
	height: 240px;
}

table.kureha td.name {
	text-align: center;
	vertical-align: middle;
	width: 120px;
}

table.kureha td.intro {
	width: 80%;
}

div.to_top {
	text-align: right;
}

p.name {
	color: #996600;
	text-align: center;
}

table.spec {
	border-collapse: collapse;
	text-align: center;
	float: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

table.spec td {
	border: 1px solid gray;
}

table.spec th {
	border: 1px solid gray;
	background-color: #eeeeee;
}

