@charset "UTF-8";

body {
	background:#F0F0F0 url("/img/background.png");
	line-height:1.5;
	word-break:break-all;
	color:#333333;
	font-size:small;
	}
a {
	color:#4393C6;
	}
a:visited {
	color:#4393D6;
	}
a:hover {
	color:#FFB4CF;
	}
img {
	border:0;
	vertical-align:middle;
	}
object {
	border:0;
	vertical-align:middle;
	}
h1 {
	margin:0;
	background:#4393C6;
	padding:5px;
	text-align:right;
	color:#FFFFFF;
	font-size:x-small;
	font-style:italic;
	}
p#title {
	margin:2px 0 0 0;
	border-top:#FFB4CF 4px solid;
	padding:20px;
	font-size:large;
	}
p#title a {
	display:block;
	background:url("/img/title.png") center no-repeat;
	width:233px;
	height:15px;
	text-indent:-9999px;
	}
table {
	margin:10px 0;
	}
table img {
	margin:0 5px 0 0;
	background:#EEEEEE;
	}
table a {
	font-weight:bold;
	}
table th,
table td {
	padding:0 0 15px 0;
	overflow:hidden;
	text-align:left;
	vertical-align:top;
	}

/* base */
div.base {
	margin:auto;
	background:#FFFFFF;
	padding:10px;
	width:336px;
	overflow:hidden;
	}
