@import url("http://cssksw.com/catchup");

body {
	margin: 0 auto;
	width: 760px;
	background-color: #fffce9;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: small;
	line-height: 1.5em;
	color: #333;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #10613c;
	text-decoration: none;
}

a:link {
	border-bottom: 1px dotted #10613c;
}

a:hover {
	border-bottom: 1px solid #10613c;
}

img.right {
	float: right;
	margin: 0 0 0.5em 0.5em;
}
body div#wrap {
	background: #fff url(../images/box_top_760x20.png) no-repeat center top;
	margin: 8em 0 0 0;
	font-size: 95%;
}

body div#box {
	background: transparent url(../images/box_bottom_760x20.png) no-repeat center bottom;
}

body div#content {
	padding: 2em 2em 1em 2em;
	background-color: transparent;
}

h1 {
	display: block;
	text-indent: -10000px;
	background: url(../images/heading_365x50.png) no-repeat;
	width: 365px; height: 50px;
	margin: 0 0 1em 0;
}

h2 {
	margin: 0 0 1em 0;
}
p {
	margin: 0 0 1em 0;
}

strong {
	font-weight: bold;
}