

/* top page のみ適用
---------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background: #ffffff url(../../img/001/bg4.png) repeat-x;
}
a:link,
a:visited {
	color: #20a41f;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #ffcc33;
	text-decoration: underline;
}

/*  type_c1:detail
---------------------------------------------------- */
div#type_c1 div.detail {
	padding-top: 20px;
	margin-left: 0em;
	width: 95%;
}

div#type_c1 div.detail table {
	margin: 0.5em;
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	width: 100%;
}

div#type_c1 div.detail th {
	padding-left: 0em;
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	width: 6em;
	background: #f6f6f6;
}

div#type_c1 div.detail td.sinistra {
	padding-left: 1em;
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	width: 12em;
}

div#type_c1 div.detail td.destra {
	padding-left: 1em;
	border-bottom: 1px #cccccc solid;
}

div#type_c1 div.detail div.sinistra {
	margin-top: 0;
	float: left;
}

div#type_c1 div.detail div.sinistra img {
	margin-right: 18.75px;
	margin-bottom: 18.75px;
	margin-left: 18.75px;
}

div#type_c1 div.detail div.destra {
	float: right;
	vertical-align: top;
}

div#type_c1 div.detail div.destra p {
	margin-left: 0;
}
