/*--------------------------------------------------
-- contents
--------------------------------------------------*/
.contents {
    background: url(http://zilconia.com/images/wall.png);
	width: 800px; /* width=800px + padding "li" */
	min-height: 584px;
	height: auto !important;
	height: 584px;
}
.contents li {
	list-style-type: none;
	padding-left:162px;
	padding-top:120px;
}

.contents .border {
	display: block;
	line-height: 160%;
	border-top: dotted 1px #5e808f;
	margin: 1em 1em 1em 1em;
}
.contents .border_t {
	display: block;
	border-top: dotted 1px #5e808f;
	margin: 0;
}
.contents .border_u {
	display: block;
	border-bottom: dotted 1px #5e808f;
	margin: 0;
}
.contents h2 {
	font-size: 110%;
	font-weight: 700;
	border-left: solid 5px #5e808f;
	border-bottom: solid 1px #5e808f;
	padding-left: 0.5em;
	margin-left: 1em;
	margin-right: 1em;
	text-align: left;
}
.contents p {
	margin-top: 1em;
	margin-left: 2em;
	margin-right: 2em;
	font-size: 90%;
	text-align: left;
}
.contents fieldset
{
	border: solid 1px #5e808f;
	margin: 1em 1em 1ex 1em;
	padding: 1em 1em 1em 1em;
	text-align: left;
}

a, a:link, a:visited, a:hover, a:active { color: #226666; text-decoration: none; }
a:hover { color: #8888AA; text-decoration: overline underline; }
