body {
	background: #fff url(common/bg.gif) 50% repeat-y fixed;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
}

a:link {
	color: #600;
	text-decoration: none;
}

a:active,a:visited {
	color: #066;
	text-decoration: none;
}

a:hover {
	color: #C69;
	text-decoration: none;
}

#inbox {
	width: 600px;
	position: 50%;
	font-size: 11px;
	margin: 0 auto;
	padding: 0;
}

#banner {
	width: 100%;
	border-top: 20px solid #9cc;
	border-bottom: 20px solid #9cc;
}

#navi {
	width: 100%;
	text-align: center;
}

h1 {
	background: #cff;
	text-align: left;
	border-top: 1px dashed #9cc;
	border-bottom: 1px dashed #9cc;
	padding: 0 0 5px 0;
}

.text {
	line-height: 160%;
	text-align: left;
	margin: 0;
	padding: 0 30px;
}

.right {
	text-align: right;
}

dt {
	color: #036;
	font-weight: bold;
}
dd {
	margin-bottom: 10px;
}

img {
	border: none;
}

.aka {
	color: #c00;
	font-weight: bold;
}
#footer {
	background: #9cc;
	color: #036;
	text-align: center;
	padding: 10px;
}